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

Does the LuA pathological model have an index running time?

As we all know, regular expressions implemented in a recursive manner (rather than NFA/DFA) may require exponential running time in some cases. Lua patterns are implemented through recursive matche

October 5, 2021By Simo Lua Has, index, lua, mode, operation, pathology, time, Whether it isLeave a Comment

Restart the system via Lua script

I need to restart the system through a Lua script.
I need to write some strings before restarting, and I need to write a string in Lua
The script after restarting is complete .

Example:

<

October 5, 2021By Simo Lua lua, Restart, Script, system, ThroughLeave a Comment

Mysql log binlog introduction

???? MySql will generate some logs during the running process, and now for the consistency of the master-slave data synchronization problem, as well as database recovery, database optimization, dat

October 4, 2021By Simo Mysql binlog, Introduction, log, mysqlLeave a Comment

C # in a row of code to implement 18-digit digital timestamps to DateTime

Original text: A line of code in C# realizes the conversion of 18-digit digital timestamp to DateTime

The time stamp data accessed is:

636728674347302002

How to convert it to Date

October 4, 2021By Simo C# @timestamp, bit, C #, code, conversion, DateTime, Implementation, Medium, Number, one lineLeave a Comment

C # format Easyui Tree

public ActionResult Index(
{
CRMEntities db = new CRMEntities();
EasyUIJsonTree root = new EasyUIJsonTree()
Menu
Menu
“Root” menu Trees> list = db.Trees.ToList();
if (list != null && list.C

October 4, 2021By Simo C# C #, easyUi, formatted, TreeLeave a Comment

What is the fastest way to find a big table in radius mysql (latitude longitude)

Currently I have several tables with 100k rows. I am trying to find the following data.

SELECT
* , SQRT(POW(69.1 * (latitude-‘49.1044302’), 2) + POW(69.1 * (‘-122.801094’-longitude) * COS(lat

October 4, 2021By Simo Mysql fastest, large, latitude, longitude, method, mysql, radius, search, table, whatLeave a Comment

Mysql – How to choose a row with the current date time?

I tried to select only today’s records from the database table.

Currently I use

SELECT * FROM `table` WHERE (`timestamp`> DATE_SUB(now(), INTERVAL 1 DAY)); But it needs the results of t

October 4, 2021By Simo Mysql @timestamp, Current, Date, how to choose, line, mysql, WithLeave a Comment

C # list method stored in the problem

I encountered a bug that has not been resolved by scratching the earplug for a long time. It is necessary to record it.

Now I use a multi-dimensional list.

IListint>> list = new Listint

October 4, 2021By Simo C# C #, List, Medium, method, problem, storageLeave a Comment

MySQL character set

1. Character set and verification rules Character set is a set of symbols and codes, and collation is a set of rules for comparing characters in a character set. That is, the collation of the chara

October 4, 2021By Simo Mysql Character Set, mysqlLeave a Comment

MySQL case: calculation ring ratio

select a.day_num as “Serial Number”,
a.create_time as “Shelf time”,
a.clue_num as “The amount of vehicles on the shelves”,
((a.clue_num/b.clue_num)-1) as “Chain Ratio”
from
(
select cast(

October 4, 2021By Simo Mysql Calculation, Case, mysql, ringLeave a Comment

Posts navigation

Page 1 … Page 297 Page 298 Page 299 … 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