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

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

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

Posts navigation

Page 1 … Page 293 Page 294 Page 295 … 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