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 # Design mode: Interpreter mode (Interpreter Pattern)

One, C# design pattern: Interpreter Pattern

1, the application of interpreter pattern is the difficulty in the application of Interpreter pattern, only to meet the “frequent changes in busine

October 4, 2021By Simo C# C #, design, interpreter, patternLeave a Comment

Modify a single XML attribute in C #

I have written the XML document very well, it will look like this

I I’m trying to find a way to access the “class” attribute of a single character and modify it. So far, I have reached the po

October 4, 2021By Simo C# attribute, C #, Medium, Modified, single, XMLLeave a Comment

MySQL connection

MySQL connection Connect using mysql binary mode You can use MySQL binary mode to enter the mysql command prompt to connect to the MySQL database.

The following is a simple example of connec

October 4, 2021By Simo Mysql connection, mysqlLeave a Comment

C # expression tree explanation (1)

I. Preface I have always wanted to write an article about Dpper’s customized extension, but it will be designed to parse Lambda expressions, and to parse Lambda expressions, you must Know the relev

October 4, 2021By Simo C# C #, explanations, expressions, one, treesLeave a Comment

MySQLBINLOG restores misuse data

Overview   Code bug, executed DELETE FROM t_resource WHERE resource_id =? OR parent_id =? Because of the OR condition, all the data uploaded by the user is cleared.

see if log-bin backup is e

October 4, 2021By Simo Mysql data, deletion, mistake, Mysqlbinlog, recoveryLeave a Comment

Handling the best practices for processing a string in the VC?

Since I am new to Visual C, there are many types of strings that can be processed. When I use a certain type and continue to code, but in the next step, there are other types of built-in functions

October 4, 2021By Simo C & C++ best, Medium, practical, Processing, strings, VCLeave a Comment

C # serial port operation

1

SerialPort _Serial = new SerialPort
{
PortName = “COM1”,
BaudRate = 9600,
DataBits = 8,
Parity = Parity.None,
StopBits = StopBits.One,
WriteTimeout = SerialPort.InfiniteTimeout,
Rea

October 4, 2021By Simo C# C #, operation, serial portLeave a Comment

MySQL – SQL JOIN table, 1 of which has a comma

When I search for “new1”, how to get all usernames. For example: I should get A and B as user IDs 1,2 in tblC is 1,2 and there is new for row1 1. What query should I use to get the above result?
I

October 4, 2021By Simo Mysql Column, comma, in which 1, JOIN, mysql, SQL, tableLeave a Comment

Mysql build environment

Forget the root password;

①Close the service:

sudo service mysql stop;
②Safe mode + authentication-free startup service

sudo /usr/local/mysql/ bin/mysqld_safe –skip-grant-tables

October 4, 2021By Simo Mysql construction, environment, mysqlLeave a Comment

MySQL advanced query

1. The grouping field is merged from multiple lines into one line.

mysql> select user_id,tag_id from yyfax_user.user_tag where user_id=‘U000412280’;
+————+———-+
| user_id | ta

October 4, 2021By Simo Mysql advanced, inquiry, mysqlLeave a Comment

Posts navigation

Page 1 … Page 312 Page 313 Page 314 … 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