Skip to navigation Skip to content
Simon Technology Blog
  • Architecture
  • Cloud
  • Database
  • Develop
  • Hardware
  • Industry
  • Language
  • Mobile
  • Opensource
  • OS
  • Web
Main Navigation

Tag: database

Nosql Redis Database

1. Introduction to the basics of redis
2. Advanced redis applications

1. Concepts
Redis is an open source key-value, which is both a cache and a storage. It supports Persistence, with the hel

September 21, 2021By Simo Nosql database, NOSQL, RedisLeave a Comment

35 application scenarios in the NOSQL database

【Sumeng is committed to becoming the most outstanding data science community, focusing on big data, analysis and mining, and data visualization Field, business scope: offline activities, online cou

September 21, 2021By Simo Nosql application, database, NOSQL, sceneLeave a Comment

Database – SQLite: Multi-column primary key with automatic incremental column

I basically want to use the following scheme to convert tables from mysql to sqlite:

create table items (
id integer auto_increment,
version integer default 0,
primary key (id, version)
); Es

August 22, 2021By Simo Sqlite Auto, Column, database, Increment, key, Main, Multi-Lord, SQLITELeave a Comment

.NET – Want to encapsulate the database in the business object?

I usually like to create a database connection myself, and use `using {}’ to manually control its life cycle. For example:

SqlConnection sqlConnection = new SqlConnection( connectionString );

August 22, 2021By Simo Software Design business, connection, database, Medium, object, package, ToLeave a Comment

.NET – How to quickly save a lot of XML data into my database?

I used .NET to parse an XML file of about 20 million rows (1.56 GB), build a LINQ object from the data, and then insert it into a SQL database. This took a long time Time.

In order to improve

August 22, 2021By Simo XML data, database, Deposit, How to, my, Plenty of XML, QuickLeave a Comment

Database – SQLite – Table Constraints Unique and Column Constraints Unique Differences between UniQue?

Questions about SQLite.

In CREATE TABLE SQL, we can add UNIQUE constraints in any way: column-constraint or table-constraint. My question is simple. Do they work differently?

The only d

August 22, 2021By Simo Sqlite Any, Column, Constraint, database, Difference, SQLITE, table, UniqueLeave a Comment

Database – Preventing errors from input

Is it a good practice to fully delegate data validation to database engine constraints?

Validating data from an application does not prevent invalid insertion from another software (maybe wri

August 22, 2021By Simo Postgresql data, database, incorrect, input, preventionLeave a Comment

Database – When do we need to return a value from a trigger program?

The documentation on the trigger procedure (https://www.postgresql.org/docs/9.6/static/plpgsql-trigger.html) says: “The trigger function must return NULL or Record/row”.

example

CREATE

August 22, 2021By Simo Postgresql database, need, program, return, time, trigger, us, valueLeave a Comment

42.QT-QSQLQUERY class Operation SQLite database (creation, query, delete, modification)

Qt provides the QtSql module to provide platform-independent SQL-based database operations. What we mean by “platform
independent” includes not only operating system platforms, but also various da

August 22, 2021By Simo Sqlite 42.QT, class, create, database, deletion, detailed, modification, operation, QSqlQuery, QT, query, SQLITELeave a Comment

Core-Data – migrate ordinary SQLITE3 database to core data?

I have a normal pre-populated database. I want to migrate it to the core data of my application. What is the best way to achieve this? By the way, I did these things and copied recipes.sqlite datab

August 22, 2021By Simo Sqlite Core, data, database, General, Migration, SQLITE, SQLITE3Leave a Comment

Posts navigation

Page 1 … Page 8 Page 9 Page 10
Recent Posts
  • Sencha-Touch-2 – Sencha Touch 2, Nested XML Analysis NodeValue
  • Add a separation line and format XML content
  • Is there a norm of simplified XML subsets?
  • Look at it when you write React
  • ReactJS – Present React Redux React-Router App to add the server to the Firebase hosted by the Firebase
Categories
  • Android
  • Apache
  • Apache Kafka
  • Asp
  • Auto-Test
  • Automated Build
  • Aws
  • Bitcoin
  • Browser
  • C & C++
  • C#
  • Centos
  • Cgi
  • Character
  • Cloud Service
  • Cocos2dx
  • Cordova
  • CSS
  • Data Structure
  • Delphi
  • Design Pattern
  • Dojo
  • Dubbo
  • ELK
  • Flex
  • football
  • Game
  • Hadoop
  • Hibernate
  • HTML
  • Hybrid
  • Intel
  • IOS
  • Ipad
  • iPhone
  • Java
  • Javascript
  • Jetty
  • JQuery
  • Jsp
  • Linux
  • Load Balance
  • Lua
  • Macbook
  • Macos
  • Mathematics
  • Micro Services
  • Monitoring
  • Motherboard
  • Mysql
  • Network Hardware
  • Network Marketing
  • Nginx
  • NodeJs
  • Nosql
  • Oracle
  • Os Theory
  • Performance
  • PHP
  • Postgresql
  • Power Designer
  • React
  • Redis
  • Regexp
  • Rom
  • Rss
  • Ruby
  • Search Engines
  • Shell Script
  • Silicon Valley
  • Silverlight
  • Software Design
  • Spring
  • Sql
  • Sqlite
  • Sqlserver
  • Storage
  • Storm
  • Surface
  • SVN
  • Swift
  • System Architecture
  • Tablet
  • Uncategorized
  • Unix
  • Visual Basic
  • Visual Studio
  • Web Crawler
  • WebService
  • Windows
  • Wireless
  • XML
  • ZooKeeper
Archives
  • October 2021
  • September 2021
  • August 2021
  • May 2021
  • April 2021
  • September 2020
  • September 2019
  • August 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
© Simon Technology Blog 2025 • ThemeCountry Powered by WordPress