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 – Compiler Options for Using Debug DCUs?

In the component I am writing, I want to include automatic detection of registered image formats, but it is a solution that works only when the compiler option of Use Debug DCU is disabled.

W

October 5, 2021By Simo Delphi compiler, DCU, Debug, Delphi, option, useLeave a Comment

OOP – Lua – Try calling method ‘new’ (zero value)

Lua newbie, trying to figure out how to use middleclass library for OOP

main.lua:

Person.lua:

module(…, package.seeall)require’middleclass’
Person = class(‘Person’);
function Pe

October 5, 2021By Simo Lua call, lua, method, New, OOP, try, zero valueLeave a Comment

Type – LUA table in the table shows zero

I am learning the code in Lua and encountered a problem with my code. This is the first time I use a table. Whenever I call a specific table in another table, My type is nil, and the print table do

October 5, 2021By Simo Lua display, lua, table, type, zeroLeave a Comment

Use Lua to define NPC behavior in the C gaming engine

I am using Lua to perform NPC behavior in C game engine. I encountered some problems during the design process.

For those that require multiple frames to execute For everything, I want to use

October 5, 2021By Simo Lua behavior, Central, Defining, Engine, game, lua, NPC, UsingLeave a Comment

Lua traversal folder

1. Traverse all lua files under the file, This can be changed, only use luaforwindow to execute

1. Traverse all the lua files under the file, this can be changed, you need to use luaforwindow

October 5, 2021By Simo Lua folder, lua, traversalLeave a Comment

Inno-setup – Add a registry key using functions in Innosetup

How to use the value in the function to add a registry key in innosetup. I want to set
the IsServer value in the registry as the return value of InstallAsServer

[Code]
[Registry]
Root: HKLM;

October 5, 2021By Simo Delphi inno, Innosetup, setup, SMELeave a Comment

How to disable the Android homepage and back button from Delphi

I am writing an application for an Android tablet in Delphi XE7. I want to turn off the homepage and back button so that no one can leave the application. I found many answers, But there is no ment

October 5, 2021By Simo Delphi Android, back, button, Delphi, Disable, HOME, How toLeave a Comment

LUA – How to build a custom tool from the Premake build script?

I use protocol buffers for data serialization in my C application. I want to add a call to the protoc code generator in my premake build script (to ensure that the generated class The latest state,

October 5, 2021By Simo Lua build, customize, How, lua, Premake, run, Script, toolLeave a Comment

Lua saves the string to the file

I started to use Lua to go to school, I want to know if it is possible to save the string to a txt file?

That is

I have a string called shroom, which is equal to mushy.

I am in th

October 5, 2021By Simo Lua file, lua, saving, string, willLeave a Comment

Lua gets the file name according to the path

require “lfs”

function dirpath(path)
for file in lfs.dir(path) < span style="color: #0000ff;">do — lfs.dir according to Path to get the file name under the path
if file ~= ‘.’ and file ~= ‘

October 5, 2021By Simo Lua according to, acquisition, File Name, lua, pathLeave a Comment

Posts navigation

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