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

Category: Language

Programming language is a formal language used to define computer programs. It is a standardized communication technique used to issue instructions to a computer. A computer language allows programmers to accurately define the data that the computer needs to use, and precisely define the actions that should be taken in different situations.

Delphi – multiple types of arrays?

I want to know if there is a way to make an array with multiple types of data fields.

So far, I am using aMyArray: TPoint’s array [0..1]Array;

But now, this is not enough for me. I need

October 5, 2021By Simo Delphi a variety of types, Arrays, DelphiLeave a Comment

Delphi – Create a form that has not been declared – I don’t know why

I am using Delphi 7 (I know it is antique) and I am a little confused about the form I am creating and break it when I complete it.

In My main form, I used to “have” the following code;

October 5, 2021By Simo Delphi Created, Delphi, don't know, form, one, statement, why, yetLeave a Comment

Lua is not printed before the file reads

Before running the opened and read file, I encountered the problem of getting Lua to print. This will print the strings “Reading File …” and “File Read!” but only in it After finishing the getFileS

October 5, 2021By Simo Lua before printing, file, lua, readLeave a Comment

Delphi: Passing Tobject in a Variants array

I have a program that requires a parameter of type TObject, as shown below:

MyProcedure (const AValue: TObject ); I have a Variant array, and I am calling the procedure in a loop, as shown be

October 5, 2021By Simo Delphi array, Delphi, middle, pass, Tobject, VariantsLeave a Comment

Socket – Lua Socket.http Receiver Parameters

I’m trying to communicate with Lua’s server to verify user identity. This is how my request function looks like:

function http.send(url)
local req = require(“socket.http”)
local b, c, h = r

October 5, 2021By Simo Lua HTTP, lua, parameter, pick, receiver, set, socket, socket.http, WordLeave a Comment

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

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

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

Posts navigation

Page 1 … Page 43 Page 44 Page 45 … Page 73
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