上一页 1 2 3 4 5 6 7 8 9 10 ··· 59 下一页
  2020年11月9日
摘要: 1.Format 根据指定所需要的格式,格式化字符串。 原型: function Format(const Format: string; const Args: array of const): string; 例子: var s: string; begin //指令类型 type s := F 阅读全文
posted @ 2020-11-09 13:24 sunylat 阅读(350) 评论(0) 推荐(0)
  2020年11月4日
摘要: 网上看到很多人问delphi中如何调试 DLL 的,众大侠回答也基本一致,但是,我使用时却时灵时不灵,今天发现了原因。 完整的调试 DLL方法如下: 1)新建一个 DLL 工程,名字就叫 MyDll 吧,编译后生成 MyDll.dll,我们要调试的就是它了。 2)新建一个用来调试 MyDll 的 A 阅读全文
posted @ 2020-11-04 20:16 sunylat 阅读(562) 评论(0) 推荐(0)
摘要: delphi TStringList 用法详解 //TStringList 常用方法与属性 :var List: TStringList; i: Integer;begin List := TStringList.Create; List.Add('Strings1'); {添加} List.Add 阅读全文
posted @ 2020-11-04 15:00 sunylat 阅读(857) 评论(0) 推荐(0)
  2020年9月18日
摘要: 1,首先在官网下载Linux系统的jdk到本地 Oracle JDK15下载地址:https://www.oracle.com/java/technologies/javase-jdk15-downloads.html 如果下载deb或者rpm包,则下面步骤的2、3、4可以忽略,安装完毕后查找JDK 阅读全文
posted @ 2020-09-18 11:55 sunylat 阅读(608) 评论(0) 推荐(0)
摘要: VMWear版本:VMware® Workstation 15 Pro Ubuntu版本:20 OSX版本:10.14 CodeTyphon版本:7.20 注意:这里的Ubuntu20是目前最新版Ubuntu了,但是,OSX不是最新版,如果更高版本OSX,可能也会遇到下面问题,可能也需要使用下面的解 阅读全文
posted @ 2020-09-18 00:38 sunylat 阅读(467) 评论(1) 推荐(0)
  2020年9月17日
摘要: snap软件商店管理搜索和安装软件还是比较方便的,但是我的Ubuntu18里面没有它,所以安装一下!! 安装之前确保已经安装了snap,在控制台中输入命令:snap,如果未安装,则返回信息会有安装命令,按照对应命令安装就可以了!! 安装snap软件商店: sudo snap install snap 阅读全文
posted @ 2020-09-17 14:39 sunylat 阅读(5388) 评论(0) 推荐(0)
摘要: Ubuntu版本:18.04 今天在安装GoLand的时候,感觉安装满,中途取消了一下,打算再次结果发现出现了错误提示: cannot install "Goland": snap "Goland" has "install-snap" change in progress 即使重新启动了Ubunt 阅读全文
posted @ 2020-09-17 14:36 sunylat 阅读(3306) 评论(0) 推荐(0)
摘要: 错误信息: Error: clang: error: unable to find utility "clang", not a developer tool or in PATH 错误原因: xcode-select的位置错误 解决方法: 修改xcode-select指向的位置 查看xcode-s 阅读全文
posted @ 2020-09-17 02:02 sunylat 阅读(1192) 评论(0) 推荐(0)
  2020年9月14日
摘要: CentOS:7 、8 图形界面: ctrl+alt+F2 命令行界面(终端) ctrl+alt+F6 Ubuntu:8 图形界面: ctrl+alt+F1 命令行界面(终端) ctrl+alt+F6 阅读全文
posted @ 2020-09-14 14:04 sunylat 阅读(735) 评论(0) 推荐(0)
摘要: CentOS版本:8.2 假设我要用的账号为:test 默认安装完毕后,使用非root账号执行带sudo的命令,想获取管理员权限执行此命令,发现无法执行,提示: test is not in the sudoers file, This incident will be reported. 解决方法 阅读全文
posted @ 2020-09-14 13:48 sunylat 阅读(838) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 59 下一页