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.

LUA variable lookup and global variable

1. Speaking of hello world When the print(“Hello World!”) is executed, it is obvious that a specific function of printing a string to the standard output is required. So the first thing involved he

October 5, 2021By Simo Lua Global, look, lua, variableLeave a Comment

How to pass the lua function to the C function and perform Lua functions multiple times?

What I want to do is create a function that will iterate some objects and call a function for each function. I am using BlitzMax, not C, but other than that , Because it has a complete Lua C functi

October 5, 2021By Simo Lua execution, function, How to, lua, multiple, transferLeave a Comment

How to compile and run this Delphi code without installing IDE?

It is said that a winform is generated:

var
F: TForm;
L: TLabel;
begin
F := TForm.Create(Application);
L := TLabel.Create(F);
L.Parent := F; // Needed to have it show up on the form.
L

October 5, 2021By Simo Delphi code, compile, Delphi, How to install, Ide, in the case, runLeave a Comment

Delphi – lists the index beyond the range when deleting items

I solved my problem, but I need to know why this problem occurs?

I wrote a project to load the file into the listBox and then delete the strings one by one,

But when I delete the listBo

October 5, 2021By Simo Delphi delete, Delphi, exceeding, index, List, project, Range, timeLeave a Comment

Delphi – How to use the overload operator to assign empty set to record

I am using records to encapsulate two exception sets.
I have put in operators to allow either group to be assigned to records. Doing so will clear the other. < br>But I cannot specify an empty set

October 5, 2021By Simo Delphi Delphi, Distribution, division, empty set, How, operator, overload, Record, useLeave a Comment

Lua String.upper does not use stress characters?

I am trying to convert some French text to uppercase letters in lua, it will not convert accented characters. Do you know why?

Test script:

print(‘échelle’)
print(string.upper(‘échelle

October 5, 2021By Simo Lua Characters, do not make, lua, Sound, string, STRING.UPPER, UpperLeave a Comment

Delphi – Is this Peter Below code be a memory leak?

I know I shouldn’t ask Peter Peter, but I found this code snippet while trying to debug some old D5 code Text File Size.

In my opinion, Sysutils.FindClose should be called the last line of th

October 5, 2021By Simo Delphi code, Delphi, leak, memory, peter, ThisLeave a Comment

Rawset function in Lua

The rawset function in Lua is generally to pass the table, index and value, but I encountered this code:

rawset(tbl,name,()) and

rawset(tbl,name, function() end) Rawset The function ret

October 5, 2021By Simo Lua function, lua, Rawset, ZhongLeave a Comment

Delphi – How to Test if olevariant contains interfaces

An annoying thing about using Excel through its automated interface is weak typing.
The return value can contain any different types.
How to test whether the variable returned by the caller Inter

October 5, 2021By Simo Delphi Delphi, How, Interface, is included, olevariant, testLeave a Comment

Delphi – How does my form detect the keydown event when another control is focused?

procedure TMainForm.KeyDown(Sender: TObject; var Key: Word; Shift: TShiftState);
begin
if (GetKeyState(Ord(‘Q ‘)) The above event only works when the focus is set to the main form.
If I run the ap

October 5, 2021By Simo Delphi Another, control, Delphi, Event, focus, form, How to Test, Keydown, my, time, WithLeave a Comment

Posts navigation

Page 1 … Page 40 Page 41 Page 42 … 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