摘要: c++builder 解压缩 TZCompressionStream TZDecompressionStream#include void __fastcall TForm33::Button1Click(TObject *Sender){ /* Create the Input, Outpu... 阅读全文
posted @ 2015-07-14 16:57 lypzxy 阅读(488) 评论(0) 推荐(0) 编辑
摘要: c++builder 读写文件类TStreamReader、TStreamWriter读取一行http://docwiki.embarcadero.com/CodeExamples/XE8/en/StreamCharRdWr_%28C%2B%2B%29void __fastcall TMainFor... 阅读全文
posted @ 2015-07-14 16:02 lypzxy 阅读(1023) 评论(0) 推荐(0) 编辑
摘要: AlphaBlend [Linker Error] Unresolved external 'AlphaBlend' referenced from 解决方案 把文件msimg32.lib添加到工程中再重新编译,链接成功!D:\Program Files\Borland\CBuilder6\Lib\ 阅读全文
posted @ 2015-07-14 15:46 lypzxy 阅读(707) 评论(0) 推荐(0) 编辑
摘要: GridhEH 选择勾CheckBoxGrideh>IndicatorOptions>gioShowRowSelCheckbox 阅读全文
posted @ 2015-07-14 15:34 lypzxy 阅读(246) 评论(0) 推荐(0) 编辑
摘要: class RTL_DELPHIRETURN Variant: public TVarData Variant转换为字符串 System::Variants::VarToStr VariantArrays, VarArrayCreate void __fastcall TForm1::Button1 阅读全文
posted @ 2015-07-14 15:19 lypzxy 阅读(514) 评论(0) 推荐(0) 编辑
摘要: TRegEx #include <System.RegularExpressions.hpp> void __fastcall TForm1::Button1Click(TObject *Sender) { const String bigString = "Look for a the strin 阅读全文
posted @ 2015-07-14 15:01 lypzxy 阅读(496) 评论(0) 推荐(0) 编辑
摘要: c++ 字符检测 阅读全文
posted @ 2015-07-14 14:50 lypzxy 阅读(648) 评论(0) 推荐(0) 编辑
摘要: c++11 智能指针,不用手动删除 #include <memory> //For STL auto_ptr class std::auto_ptr<TStringList>list(new TStringList()); list->Strings[3]; std::auto_ptr<TStrin 阅读全文
posted @ 2015-07-14 14:34 lypzxy 阅读(246) 评论(0) 推荐(0) 编辑
摘要: left()函数只能截取左边几位字符,截取中间字符用SUBSTR() SUBSTR(cExpression, nStartPosition [, nCharactersReturned])dbfupdate dbf1 set Field1=left(Field1,8) foxpro PROVIDER 阅读全文
posted @ 2015-07-14 14:19 lypzxy 阅读(1634) 评论(0) 推荐(0) 编辑
摘要: Google浏览器,经常打开一个网页会弹出 ads by coupcoup15.7.21 cheap-o v1.5, <1M莫名弹出 威尼斯商等网站。http://www.wnsr056.com/卸载该插件。流氓插件ads bydealingapp在chrome的更多工具》任务管理器 能看到该进程,... 阅读全文
posted @ 2015-07-14 08:49 lypzxy 阅读(268) 评论(0) 推荐(0) 编辑