摘要: --局部变量 local var = 0; --全局变量 var = 0; --self --成员变量 self._m_var = 0; 阅读全文
posted @ 2019-11-02 08:22 YZFHKMS-X 阅读(116) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #define Main main void wchar2char(char *Buf,const wchar_t* wchar) { int len = WideCharToMultiByte(CP_ACP, 0, wchar, wcslen(wchar), NULL, 0, NULL, NULL); WideCh... 阅读全文
posted @ 2019-11-02 08:18 YZFHKMS-X 阅读(369) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #define Main main #define COLOR_GREEN system("color 2"); #include <vector> #include <list> #include <WinSock2.h> #include <WS2tcpip.h> #include <LM.h> #include <winnetwk.h> #includ 阅读全文
posted @ 2019-11-02 08:16 YZFHKMS-X 阅读(290) 评论(0) 推荐(0) 编辑
摘要: //#include <iostream> //#include <conio.h> //using namespace std; // // //void are7(int(&arr)[3][4]); //引用的方式 //void are6(int(*arr)[3][4]); //二维数组指针的方式 //void are5(int *arr, int, int); //一维指针方式 //void 阅读全文
posted @ 2019-11-02 08:15 YZFHKMS-X 阅读(850) 评论(0) 推荐(0) 编辑
摘要: { https://www.androiddevtools.cn/ http://tools.android-studio.org/ } 阅读全文
posted @ 2019-11-02 08:05 YZFHKMS-X 阅读(128) 评论(0) 推荐(0) 编辑
摘要: { https://developer.android.google.cn/studio } 阅读全文
posted @ 2019-11-02 08:04 YZFHKMS-X 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 说明 编辑 版本引入:ODBC 1.0 遵从标准:ISO 92 功能说明: SQLBindCol将应用程序的数据缓冲绑定到结果集的各列 函数原型: SQLRETURN SQLBindCol( SQLHSTMT StatementHandle, SQLUSMALLINT ColumnNumber, S 阅读全文
posted @ 2019-11-01 20:06 YZFHKMS-X 阅读(955) 评论(0) 推荐(0) 编辑
摘要: //1、如果你的VS用到了环境变量,你在更改了环境变量路径后需要重启VS 阅读全文
posted @ 2019-11-01 19:19 YZFHKMS-X 阅读(178) 评论(0) 推荐(0) 编辑
摘要: From the command-line you can also directly trigger an update byexecuting: tools\android.bat update sdk --no-ui 阅读全文
posted @ 2019-11-01 19:03 YZFHKMS-X 阅读(292) 评论(0) 推荐(0) 编辑
摘要: //注意每个人的习惯不一样 在系统变量中新建: { QT = C:\Qt\Qt5.13.1\5.13.1 QT_TOOL = C:\Qt\Qt5.13.1\Tools } 然后在path 中加入 { %QT%\mingw73_64\bin %QT_TOOL%\mingw730_64\bin } PS 阅读全文
posted @ 2019-11-01 18:58 YZFHKMS-X 阅读(720) 评论(0) 推荐(0) 编辑