码迷,mamicode.com
首页 >  
搜索关键字:bcb    ( 522个结果
BCB6 使用TZCompressionStream压缩
最近由于项目需要涉及到解压第三方公司的数据,在此做一下记录环境部署和使用方法,免得以后忘记。 对方公司的数据是通过TCompressionStream 压缩之后,存到数据库中,采用的delphi7.起初以为直接用TCompressionStream就能搞定,实际发现BCB 没有这个东西。需要另外部署 ...
分类:其他好文   时间:2017-01-26 12:28:33    阅读次数:531
Longest Substring Without Repeating Characters Leetcode
Given a string, find the length of the longest substring without repeating characters. Examples: Given "abcabcbb", the answer is "abc", which the leng ...
分类:其他好文   时间:2017-01-26 01:07:28    阅读次数:198
Delphi7 中使用FastMM 转载
http://blog.csdn.net/cai5/article/details/17142697 Delphi7 中使用FastMM 在工程的第一行引用FastMM4即可(注意,一定要在第一个Uses的位置),可以在调试程序时提示内存泄露情况,还可以生成报告。在Delphi2007以后版本中,使 ...
分类:Windows程序   时间:2017-01-22 16:33:27    阅读次数:257
522条   上一页 1 ... 38 39 40 41 42 ... 53 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!