摘要: https://theroadtodelphi.com/?tdsourcetag=s_pctim_aiomsg Delphi – Free Pascal – Oxygene July 1, 2020by Rodrigo Leave a comment Delphi IDE theme Editor 阅读全文
posted @ 2020-07-01 18:15 黑贝是条狗 阅读(1090) 评论(0) 推荐(0) 编辑
摘要: delphi 程序不在任务栏显示 published procedure CreateParams( var Params: TCreateParams ); override; procedure WndProc(var Message: TMessage); override; procedur 阅读全文
posted @ 2020-06-30 15:39 黑贝是条狗 阅读(560) 评论(0) 推荐(0) 编辑
摘要: 参数化脚本可以解决 但是很多情况下 参数化是没直接脚本方便,测试 可以用 & 转义 & 但到数据库后 会出现 两个&,所以这是临时解决方法 在官网找到了: FireDAC TADResourceOptions.MacroCreate Property TADResourceOptions Class 阅读全文
posted @ 2020-06-24 09:38 黑贝是条狗 阅读(380) 评论(0) 推荐(0) 编辑
摘要: procedure TForm1.Button1Click(Sender: TObject); var dwProcessID, dwBaseOfDll: LongWord; wstrExeFileName, wstrDllName: WideString; var hProcess: THandl 阅读全文
posted @ 2020-06-18 17:05 黑贝是条狗 阅读(5068) 评论(0) 推荐(0) 编辑
摘要: nmap 好像是 linux下的工具,zenmap则是windows版 阅读全文
posted @ 2020-06-16 10:53 黑贝是条狗 阅读(648) 评论(0) 推荐(0) 编辑
摘要: // 亲测 不会乱码var CuId,ModelId,sid : Integer; lmsg : string; Idc: TIdHTTP; Ptxt : string; postJson,jo :ISuperObject; rst : Boolean; lmfd: TIdMultiPartForm 阅读全文
posted @ 2020-06-11 09:12 黑贝是条狗 阅读(915) 评论(0) 推荐(0) 编辑
摘要: 一直在找完善的python的审批流系统,今天终于搜到了 作者文档地址:https://loonflow.readthedocs.io/zh_CN/r1.0.5/about/start/ github:https://github.com/blackholll/loonflow 图片展示: 阅读全文
posted @ 2020-05-21 16:32 黑贝是条狗 阅读(2409) 评论(0) 推荐(0) 编辑
摘要: Hi guys I'm trying to connect to CISCO router using termios. So I decided to have two threads one for reading data and the other one for writing data. 阅读全文
posted @ 2020-05-15 17:26 黑贝是条狗 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 原链接 此文为使用 DeepL 机翻并进行了略微的调整。 在10.4中,我们重新实现了代码完成和其他功能,这是IDE十年来最重要的变化之一。 什么是 Code Insight 首先是一些背景。如果你对Code Insight很熟悉,请跳过前面…… Code Insight 是我们对编辑器中的一组 I 阅读全文
posted @ 2020-05-15 14:52 黑贝是条狗 阅读(5964) 评论(1) 推荐(1) 编辑
摘要: #!/usr/bin/env python #_*_ coding:utf-8_*_ import tornado.ioloop import tornado.web import tornado.escape import pymssql,pymysql from DBUtils.PooledDB 阅读全文
posted @ 2020-05-13 14:50 黑贝是条狗 阅读(837) 评论(0) 推荐(0) 编辑