2021年3月8日 星期一
监控linux服务器 - delphi中间件
delphi中间件| 博客园_咏南中间件和开发框架 |14:53:00
监控linux服务器 """ 内存监控 """ def memory_stat(): mem = {} f = open('/proc/meminfo', 'r') lines = f.readlines() f.close() for line in lines: if len(line) < 2
unigui改服务标题 - delphi中间件
delphi中间件| 博客园_咏南中间件和开发框架 |14:35:00
unigui改服务标题 uses windows, uniGUIConst, procedure ResStr(rs: PResStringRec; newStr: PChar); var oldprotect: DWORD; begin//修改资源词条,uses windows, VirtualP
Delayed Close Programmatically Dropped TComboBox (If Mouse NOT Over Combo and Combo’s List) Using Multi Threading
Žarko Gajić| Žarko Gajić-On Delphi Programming |10:48:24
The Combo Box Windows control (aka TComboBox in Delphi) is one of the most frequently used user interface elements along with buttons and edits in Windows applications. TComboBox control represents an edit box with a scrollable drop-down list atta...
Delphi 10.4.2试用报告 - 红鱼儿
红鱼儿| 博客园_红鱼儿 |10:00:00
用上10.4.2这个版本,已经快一个月了,这期间把项目从10.3.3升级到这个版本,总体感觉还是不错的。具体来说: 1.原来无法在debug下编译成android的项目,现在可以了,从而可以单步跟踪,这在开发中方便了不少。遗憾的是,在android 9上可以,在android10上不行出下面...