[Delphi]检查URL是否有效的函数 [Delphi]检查URL是否有效的函数 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 function CheckUrl(url: string): boolean; var Read More
posted @ 2016-08-27 14:36 findumars Views(504) Comments(0) Diggs(0)
Linux上使用Qt Creator进行C/C++开发http://my.oschina.net/eechen/blog/166969Qt Creator GDB调试前端(调试Nginx):http://static.oschina.net/uploads/space/2014/0217/02514 Read More
posted @ 2016-08-27 14:30 findumars Views(1917) Comments(0) Diggs(0)
作者:深圳虫 来自:深圳虫网本文来自http://www.szbug.com/disparticle.aspID=4一、 为什么写这篇东西自己在使用BCB5写一些程序时需要检查很多东西,例如内存泄漏、资源是否有释放等等,在使用了很多工具后,发觉BCB5本身自带的工具--CodeGuard,非常不错, Read More
posted @ 2016-08-27 04:04 findumars Views(1310) Comments(0) Diggs(0)
http://topic.csdn.net/t/20031023/09/2385627.html 我创建了一个动态库,库中实现了对Socket(TCP、UDP)的封装,其中使用了BCB的TClientSocket,当使用该ClientSocket去连接一个并不存在的服务器时必然导致会ESocketE Read More
posted @ 2016-08-27 04:03 findumars Views(592) Comments(0) Diggs(0)
http://blog.csdn.net/bichenggui/article/details/4774457 获得进程可执行文件的路径: GetModuleFileNameEx, GetProcessImageFileName, QueryFullProcessImageName 2009-11- Read More
posted @ 2016-08-27 04:02 findumars Views(2045) Comments(0) Diggs(0)