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

Month: October 2021

C # Send information to the main thread by delegate

c# Windows programming often uses multiple threads. When you want to change the page data of the main thread in the newly opened thread, you need to delegate through the delegate

public deleg

October 4, 2021By Simo C# C #, delegate, delegation, Information, Main, pass, Send, threadLeave a Comment

MySQL Delete Database

Use ordinary users to log in to the MySQL server. You may need specific permissions to create or delete MySQL databases, so we use the root user to log in here, and the root user has the highest pe

October 4, 2021By Simo Mysql database, delete, mysqlLeave a Comment

Limit the row as a sum of a column equal to a value in MySQL

I want to write a query that returns all rows until the sum of the values ​​in one column reaches a certain value.

For example, in the following table:

DATE ETC Meeting
2013-02-01 00:0

October 4, 2021By Simo Mysql Of a valueLeave a Comment

C # Dahua camera capture class

1 class Camera < span style="color: #008000;">// Dahua camera class
2 {
3 private IDevice m_dev; /* Device object*/
4 List m_frameList = new List() ; /* Image cache list */
5 Thread render

October 4, 2021By Simo C# big, C #, camera, class, collection, HuaLeave a Comment

Access element beyond the end of the array of C

I have been reading K&R’s book on C and found that the pointer algorithm in C allows access to an element beyond the end of the array. I know that C allows memory to do almost anything, but I just

October 4, 2021By Simo C & C++ Access, array, element, end, exceeding, middleLeave a Comment

MySQL command summary (3)

MySQL data query

Several common types of conditional query comparison operator <,>,<=, >=,=,!= logical transport symbol and, or, not fuzzy query where field like Value (% stands for r

October 4, 2021By Simo Mysql Command, mysql, SummaryLeave a Comment

Mysql – Detect lock table (locked by lock table)

Is there a way to detect locked tables in MySQL? I mean the table locked by the LOCK TABLE table WRITE/READ command.

(Please note that readers interested in detecting named locks acquired usi

October 4, 2021By Simo Mysql detection, lock, locking, mysql, tableLeave a Comment

Mysql library, table, record, related operations (1)

Library, table, record, related operations (1) Database configuration # The purpose of unified configuration through the configuration file: unified management of the server (mysqld) and client (cl

October 4, 2021By Simo Mysql Library, mysql, operation, Record, Related, tableLeave a Comment

C # Netcore HTTP request package

public class NewHttpClient2
{
public enum BodyFormat
{
Formed, Json
}
public BodyFormat BodyType;
public string Method;
public Uri Uri;
public Encoding ContentEncoding;
public Di

October 4, 2021By Simo C# C #, HTTP, Netcore, package, RequestLeave a Comment

[Mysql] mysql basic operation

Basic operation of MySQL Basic operation of data: CRUD (Create, Retrieve, Update, Delete Classified according to the object of operation, basic SQL operations can be divided into:
library operati

October 4, 2021By Simo Mysql Basic, mysql, operationLeave a Comment

Posts navigation

Page 1 … Page 306 Page 307 Page 308 … Page 369
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