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 – anonymous method as a function result

What I want to do is assign an anonymous method as a function result to a variable of the same type. Delphi complains that an appointment cannot be made. Obviously something about Delphi I want to

October 5, 2021By Simo Delphi Anonymous, as a function, Delphi, method, resultLeave a Comment

Delphi – How to remove nodes from TTREEVIEW and its objects

I am using Delphi 10 Starter version. I am studying how to use Delphi’s TTreeView component.

Everything is normal, no problem. The only thing I left The question is:

After adding the ob

October 5, 2021By Simo Delphi Delphi, How to delete, nodes, ObjectsLeave a Comment

Delphi – Why can’t this LEA directive can’t compile?

I am porting 32-bit Delphi BASM code to 64-bit FPC (Win64 target operating system), and want to know why the next instruction cannot be compiled in 64-bit FPC: < /p>

{$IFDEF FPC}
{$ASMMODE I

October 5, 2021By Simo Delphi compile, Delphi, instruction, LEA, This, Unable, whyLeave a Comment

Delphi Data Type List

Classification Scope< /td> bytes Remarks Simple type Ordinal Integer Integer -2147483648 .. 2147483647 4 Signed 32-bit Cardinal 0 .. 4294967295 4 Unsigned 32-bit Shortint -128 .. 127< /td> 1

October 5, 2021By Simo Delphi data, Delphi, List, typeLeave a Comment

Lua – “‘}’ is expected to have an error near ‘=’, otherwise it looks perfect

When I try to run my script, I return an error when assigning a value to the variable. I have rechecked my grammar many times and this does not seem to be the mistake I made there-I even There are

October 5, 2021By Simo Lua errors, expected, look, lua, nearby, otherwise, perfectLeave a Comment

How to set the “Require” path when embedded in Lua?

I embedded lua in the directory structure of my game engine and lua files, and I started to use a lot of lua scripts. I want to use “requrie” to optimize module inclusion, but I don’t Determine how

October 5, 2021By Simo Lua Embed, How to, How to Set, lua, path, RequireLeave a Comment

Delphi – Declaration Matrix Const

Edit my question.

I will be specific.

How to declare the following code as const instead of var?
(I can’t get the Cube example)

var
Matrix: array of array of string;
SetLength(

October 5, 2021By Simo Delphi const, Delphi, Matrix, statementLeave a Comment

Delphi interface and component background transparent related methods

1 unit Unit1;
2
3 interface
4
5 uses
6 Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
7 Dialogs, StdCtrls;
8
9 type
10 TForm1 = class(TForm)
11 Edit

October 5, 2021By Simo Delphi Background, components, Delphi, Interface, methods, Related, transparentLeave a Comment

Lua yourself

–turn to binary
function numberToBits(src)
local result = {}
local bitLen = 32 
  for i = 1, bitLen do  
    result[i] = src % 2  
    src = math.floor(src / 2)  
  end  
  
  return result  <

October 5, 2021By Simo Lua bit, lua, operation, realize, yourselfLeave a Comment

Delphi – Timer queue in Windows service

For Windows services, I need a timer to perform a certain task on a regular basis. Of course, there are many options that seem to be better than timers (multithreaded, calling methods directly from

October 5, 2021By Simo Delphi Delphi, Medium, queue, service, Timer, windowsLeave a Comment

Posts navigation

Page 1 … Page 26 Page 27 Page 28 … 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