摘要: #include <iostream> #include <string.h> #include <stdlib.h> #include <time.h> #include <conio.h> #include <windows.h> #ifdef _MSC_VER // M$的编译器要给予特殊照顾 #if _MSC_VER <= 1200 // VC6及以下版本 #error 你是不是还在用VC 阅读全文
posted @ 2019-11-02 08:30 YZFHKMS-X 阅读(391) 评论(0) 推荐(0) 编辑
摘要: //侵权请联系a56爆大奖在线娱乐进行删除 email:YZFHKM@163.com 0x00 fcrackzip简单介绍 fcrackzip是一款专门破解zip类型压缩文件密码的工具,工具小巧方便、破解速度快,能使用字典和指定字符集破解,适用于linux、mac osx 系统 0x01 fcrackzip安装 指令 阅读全文
posted @ 2019-11-02 08:26 YZFHKMS-X 阅读(344) 评论(0) 推荐(0) 编辑
摘要: --局部变量 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 阅读(367) 评论(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 阅读(289) 评论(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 阅读(845) 评论(0) 推荐(0) 编辑
摘要: { https://www.androiddevtools.cn/ http://tools.android-studio.org/ } 阅读全文
posted @ 2019-11-02 08:05 YZFHKMS-X 阅读(126) 评论(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 阅读(924) 评论(0) 推荐(0) 编辑
摘要: //1、如果你的VS用到了环境变量,你在更改了环境变量路径后需要重启VS 阅读全文
posted @ 2019-11-01 19:19 YZFHKMS-X 阅读(177) 评论(0) 推荐(0) 编辑