自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 字体转换 (代码整理 备忘)

Platform SDK: International Features //软件语言国际化 char* TSTransform(const char* pStrSrc, int nToTS, char* pStrDst) { LCID lcid = MAKELCID(MAKELANGID(LANG_CHINESE,SUBLANG_CHINESE_SIMPLIFIED),SOR

2017-05-19 10:58:58 1401

原创 VC VS用ADO访问操作数据库

引入库:msado15.dll  //初始化与定义对象 CoInitialize(NULL);   //初始化Com库 _ConnectionPtr m_pConn(_uuidof(Connection));   //定义ADO连接 m_pCon.CreateInstance(__uuidof(Connection)); _CommandPtr m_pCmd(_uuidof(Comm

2017-03-01 10:43:47 1259

原创 CString转Char* char[]转CString

备注: CString转Char*    用 sprintf CString strID; int n = strID.GetLength();  char * pFileName = new char[n+1]; sprintf(pFileName,"%s",strID);  char[]转CString  用CString::Format char write

2017-01-13 11:06:55 495

原创 Qt :-1073741823 错误总结(备忘)

Error - RtlWerpReportException failed with status code :-1073741823. Will try to launch the process directly RtlWerpReportException failed with status code :-1073741823. Will try to launch the proc

2015-10-30 16:27:05 2974

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除