摘要: 1、 2、 3、 4、 5、 阅读全文
posted @ 2018-07-19 11:50 CodeSkill 阅读(1799) 评论(0) 推荐(0) 编辑
摘要: ZC:全角空格保存:" ",以后直接复制就可以使用了 1、怎样打全角空格_百度知道.html(https://zhidao.baidu.com/question/17959114.html) 2、ZC:我在 搜狗输入法 里面 没看到 哪里切换 全角/半角... ZC:然后我切换了 Win7x64里面 阅读全文
posted @ 2018-07-12 09:42 CodeSkill 阅读(10873) 评论(0) 推荐(1) 编辑
摘要: 1、查了一下,Delphi 程序 可以生成 map文件,可以用来 根据崩溃的内存报错 定位出错的代码位置 2、但是,Delphi程序 无法再崩溃的时候 生成dump文件 (这个不一定,研究了再说。记得 那本 Win32 汇编的书上有相关的SEH讲解) 3、 4、资料: 4.1、debugging - 阅读全文
posted @ 2018-03-02 15:16 CodeSkill 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 1、资料:(我的文章) http://www.cnblogs.com/cppskill/p/8341263.html 2、 2.1、界面 2.2、代码 2.3、ini文件(_EnvironmentVariable.ini) 3、 4、 5、 阅读全文
posted @ 2018-01-24 14:26 CodeSkill 阅读(414) 评论(0) 推荐(0) 编辑
摘要: 1、动态调用DLL 2、 3、 4、 5、 阅读全文
posted @ 2018-01-09 12:35 CodeSkill 阅读(1857) 评论(0) 推荐(0) 编辑
摘要: 1、http://www.cnblogs.com/findumars/p/3491675.html(我的第一个破解软件,试验成功! - findumars - 博客园.html) http://www.cnblogs.com/findumars/category/355643.html(ASM-Ex 阅读全文
posted @ 2017-12-23 14:14 CodeSkill 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 1、Delphi 的 Utf-8 转换 - findumars - 博客园.html https://www.cnblogs.com/findumars/archive/2013/12/26/3492891.html 新版的 Delphi 應該不用這麼麻煩, 據說只要直接在 AnsiString, 阅读全文
posted @ 2017-12-23 14:04 CodeSkill 阅读(928) 评论(0) 推荐(0) 编辑
摘要: ZC: Delphi7 中的报错信息为(主要信息):"Invalid floating point operation" 1、http://bbs.csdn.net/topics/391070674 (LongWord($133f)这句是什么意思-CSDN论坛.html) 2楼: 这个应该用_con 阅读全文
posted @ 2017-12-23 10:33 CodeSkill 阅读(510) 评论(0) 推荐(0) 编辑
摘要: 1、ExtractFilePath(Application) 后面会带有 "\" ExtractFileDir(Application) 后面不带有 "\" 2、 2.1、输出: 3、 4、 5、 阅读全文
posted @ 2017-09-14 10:32 CodeSkill 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 1、字符串 分割 (来自“万一的Delphi博客园” http://www.cnblogs.com/del/archive/2007/12/11/991479.html) 2、字符串 比较: 2.1、区分大小写:CompareStr(...) 2.2、不 区分大小写:CompareText(...) 阅读全文
posted @ 2017-09-07 09:25 CodeSkill 阅读(186) 评论(0) 推荐(0) 编辑