2020年3月1日 星期日
deepin直接运行exe - delphi中间件
delphi中间件| 博客园_咏南中间件和开发框架 |17:14:00
deepin直接运行exe 用root用户打开/usr/share/appications 新建一个文件 咏南.desktop 填写如下内容: #!/usr/bin/env xdg-open [Desktop Entry]Encoding=UTF-8Type=ApplicationIcon=Exec
让WINDOWS程序在LINUX运行 - delphi中间件
delphi中间件| 博客园_咏南中间件和开发框架 |14:15:00
让WINDOWS程序在LINUX运行 deepin-wine /usr/yn/ynmain.exe 有几点要注意: 1)要使用中文字体和中文GB字符集 2)数据库要使用nvarchar(unicode)
Delphi android 按包名叛断是否安装了App - 红鱼儿
红鱼儿| 博客园_红鱼儿 |13:10:00
有个需求,想判断手机里是否安装指定的app,没找到现成的代码,参考Delphi代码实现了一个,当返回空串时,表示没有安装app。 function GetVersionString(APackageName:string): string; //uses Androidapi.JNI.Graphic