摘要:
Tabledoesnotexist.[Microsoft][ODBCSQLServerDriver][SQLServer]对象名'vw1'无效。
阅读全文
posted @ 2015-07-15 11:27
lypzxy
阅读(142)
推荐(0)
摘要:
c++builder 解压缩 TZCompressionStream TZDecompressionStream#include void __fastcall TForm33::Button1Click(TObject *Sender){ /* Create the Input, Outpu...
阅读全文
posted @ 2015-07-14 16:57
lypzxy
阅读(928)
推荐(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
阅读(1067)
推荐(0)
摘要:
AlphaBlend [Linker Error] Unresolved external 'AlphaBlend' referenced from 解决方案 把文件msimg32.lib添加到工程中再重新编译,链接成功!D:\Program Files\Borland\CBuilder6\Lib\
阅读全文
posted @ 2015-07-14 15:46
lypzxy
阅读(725)
推荐(0)
摘要:
GridhEH 选择勾CheckBoxGrideh>IndicatorOptions>gioShowRowSelCheckbox
阅读全文
posted @ 2015-07-14 15:34
lypzxy
阅读(255)
推荐(0)
摘要:
class RTL_DELPHIRETURN Variant: public TVarData Variant转换为字符串 System::Variants::VarToStr VariantArrays, VarArrayCreate void __fastcall TForm1::Button1
阅读全文
posted @ 2015-07-14 15:19
lypzxy
阅读(544)
推荐(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
阅读(522)
推荐(0)
posted @ 2015-07-14 14:50
lypzxy
阅读(660)
推荐(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
阅读(260)
推荐(0)
摘要:
left()函数只能截取左边几位字符,截取中间字符用SUBSTR() SUBSTR(cExpression, nStartPosition [, nCharactersReturned])dbfupdate dbf1 set Field1=left(Field1,8) foxpro PROVIDER
阅读全文
posted @ 2015-07-14 14:19
lypzxy
阅读(1692)
推荐(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
阅读(276)
推荐(0)
摘要:
SubClassWndProc This example shows how to use the WndProc method and the WindowProc property to subclass a custom control's window procedure. This exa
阅读全文
posted @ 2015-07-13 21:50
lypzxy
阅读(404)
推荐(0)
摘要:
Set8087CWThis example accesses the Floating Point Unit (FPU) control register. Try turning floating point exceptions off and on and dividing a number ...
阅读全文
posted @ 2015-07-13 21:35
lypzxy
阅读(458)
推荐(0)
摘要:
SetEnumProp void __fastcall TForm2::Button1Click(TObject *Sender) { //Getting the current color of the workspace String currentPropColor = GetEnumProp(this,"Color"); int currentColorInt =...
阅读全文
posted @ 2015-07-13 21:14
lypzxy
阅读(266)
推荐(0)
摘要:
选择文件夹,路径选择, 文件夹 资源管理器 推荐 SelectDirectory http://docwiki.embarcadero.com/Libraries/Seattle/en/Vcl.FileCtrl.TSelectDirFileDlgOpts Vcl.FileCtrl.hpp SHBro
阅读全文
posted @ 2015-07-13 21:01
lypzxy
阅读(3717)
推荐(0)