09 2019 档案

摘要:github删除repository https://blog.csdn.net/pandamax/article/details/78534513 GitHub Help https://help.github.com/en/articles/deleting-a-repository 阅读全文
posted @ 2019-09-30 17:54 襄阳古城 阅读(165) 评论(0) 推荐(0) 编辑
摘要:github的高级搜索 https://www.jianshu.com/p/a26a65a74689 Github 搜索语法大全 https://blog.csdn.net/helloexp/article/details/89884844 阅读全文
posted @ 2019-09-30 17:42 襄阳古城 阅读(154) 评论(0) 推荐(0) 编辑
摘要:svn报错:privious operation has not finshed;run 'cleanup' if it was interrupted https://www.cnblogs.com/xuxiaoxia/p/10281859.html 阅读全文
posted @ 2019-09-30 17:09 襄阳古城 阅读(201) 评论(0) 推荐(0) 编辑
摘要:github新手使用 https://www.cnblogs.com/xuxiaoxia/p/9482454.html 阅读全文
posted @ 2019-09-30 17:06 襄阳古城 阅读(140) 评论(0) 推荐(0) 编辑
摘要://引用delphi自带的idHttp, IdHashMessageDigest, IdGlobal, IdHash function ret_mymd5(const sVaule: string): string;var mymd5: TIdHashMessageDigest5;begin try 阅读全文
posted @ 2019-09-14 10:18 襄阳古城 阅读(333) 评论(0) 推荐(0) 编辑
摘要://应用delphi自带的EncdDecd单元 procedure TForm1.btn3Click(Sender: TObject);var s: string;begin s := ‘abcdefg'; s := AnsiToUtf8(s); s := EncodeString(s); //De 阅读全文
posted @ 2019-09-14 10:15 襄阳古城 阅读(508) 评论(0) 推荐(0) 编辑
摘要://引用delphi自带的HTTPApp单元 procedure TForm1.btn1Click(Sender: TObject);var s: string;begin s := 'abcdefg'; s := HttpEncode(UTF8Encode(s)); showmessage(s); 阅读全文
posted @ 2019-09-14 10:13 襄阳古城 阅读(243) 评论(0) 推荐(0) 编辑
摘要:idhttp提交post带参数并带上cookie https://www.cnblogs.com/gtsup/p/6999932.html 有这么一个提交连接 http://www.XXXXXX.com/test.php?p1=411328&p2=1&d1=HeroSkinList 一共有三个参数[ 阅读全文
posted @ 2019-09-13 15:01 襄阳古城 阅读(852) 评论(0) 推荐(0) 编辑
摘要:Delphi环境中编写调用DLL的方法和技巧 【转】 https://www.cnblogs.com/alina_yan/archive/2009/08/03/1537340.html 阅读全文
posted @ 2019-09-10 16:28 襄阳古城 阅读(140) 评论(0) 推荐(0) 编辑
摘要:基于Delphi的融合DLL中的窗口 https://www.cnblogs.com/okwary/archive/2008/12/26/1363113.html 阅读全文
posted @ 2019-09-10 16:07 襄阳古城 阅读(169) 评论(0) 推荐(0) 编辑
摘要:MyBean 框架入门手册<感谢[青铜]整理的如此细致和系统> https://www.cnblogs.com/DKSoft/p/3998057.html 阅读全文
posted @ 2019-09-10 15:18 襄阳古城 阅读(203) 评论(0) 推荐(0) 编辑
摘要:Delphi中一些DLL的运用(要传递Application和Screen,似乎还忘了传递提示控件) https://www.cnblogs.com/findumars/p/5951318.html 阅读全文
posted @ 2019-09-10 14:17 襄阳古城 阅读(197) 评论(0) 推荐(0) 编辑
摘要:DELPHI DATASNAP 2010 入门操作(2)不写一行代码,绿色三层我也行 https://www.cnblogs.com/zhqian/archive/2010/07/06/1771798.html 阅读全文
posted @ 2019-09-09 18:14 襄阳古城 阅读(374) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示