大约有 47,000 项符合查询结果(耗时:0.0472秒) [XML]

https://www.tsingfun.com/it/cpp/1354.html 

BugTrap:程序崩溃快照、bug跟踪之利器 - C/C++ - 清泛网 - 专注C/C++及内核技术

...息 BT_SetAppName(_T("MarketInfo")); BT_SetDialogMessage(BTDM_INTRO1, _T("We're so Sorry, program crashed because of our mistakes !")); BT_SetDialogMessage(BTDM_INTRO2, _T("本程序会尝试收集仅与此次异常崩溃相关的数据,请将此报告发送给我们以便帮助我们开...
https://www.tsingfun.com/it/cp... 

MFC Telnet Application(mfc telnet 端口,代码实现、不调用telnet.exe) ...

...工程升级后,可能出现编译不过的情况,请将stdafx.h中0x0410全部改为0x0501即可。The article demonstrates an MFC GUI Telnet application with server capabilities for incoming connections support. Download demo - 29.9 KB Download source - 42.1 KB Introduction I've deve...
https://www.tsingfun.com/it/cpp/1918.html 

CListCtrl 如何设置单元格颜色? - C/C++ - 清泛网 - 专注C/C++及内核技术

...eArray Cols; Head.Add("Item"); Cols.Add(40); //40% Head.Add("Sub1"); Cols.Add(30); //70% Head.Add("Sub2"); Cols.Add(30); //100% m_ColListCtrl.InitCtrl(&Head, &Cols); //添加数据 CString Linetitle; int pos=0; for (int x=0; x<10;x++) { Head.RemoveAll(); Linetit...
https://www.tsingfun.com/it/cpp/2060.html 

deque iterator not dereferencable 问题 - C/C++ - 清泛网 - 专注C/C++及内核技术

...amespace std; int main() { queue<int> x; for(int i = 0;i < 10;i++) { x.push(i+1); } while(!x.empty()) { cout << x.front() << " "; x.pop(); x.push(x.front()); x.pop(); } cout << endl; return 0; } 这个...
https://www.tsingfun.com/it/cpp/2101.html 

passing xxx as \'this\' argument of xxx discards qualifiers - C/C++ - 清泛网 - 专注C/C++及内核技术

...员 return name; } }; inline bool operator< (StudentT s1, StudentT s2) { return s1.getId() < s2.getId(); } int main() { set<StudentT> st; StudentT s1(0, "Tom"); StudentT s2(1, "Tim"); st.insert(s1); st.insert(s2); set<StudentT> :: iterator ...
https://www.tsingfun.com/it/cpp/2123.html 

MFC Static透明背景色的实现、Static控件自绘、Static字体修改 - C/C++ - ...

...文件 CFont *pFont, *pOldFont; pFont = ::GetFont(_T("微软雅黑"), 10); pOldFont = pDC->SelectObject(pFont); pDC->TextOut(0, 0, szText); pDC->SelectObject(pOldFont); pDC->RestoreDC(nSaveDC); } 这种采用完全自绘的方式更为灵活,可以改变字体、文本颜色等...
https://www.tsingfun.com/it/cpp/2176.html 

OnMouseMove nFlags的作用 - C/C++ - 清泛网 - 专注C/C++及内核技术

...。 注:point是相对位置,例如当窗口的左上角坐标为(10,10)那么当鼠标在屏幕的(10,10)像素点的时候,OnMouseMove函数point值为(0,0)因为是相对窗口左上角的相对位置。 定义参考如下: #ifndef NOKEYSTATES /* * Key State Masks ...
https://www.tsingfun.com/ilife/tech/807.html 

36氪CEO刘成城揭秘氪空间筛选标准 - 资讯 - 清泛网 - 专注C/C++及内核技术

...间筛选标准近日,36氪正式启动“氪空间X20计划”,在2016年底前将其线下创业孵化期——氪空间模式扩张到全国20个城市,用创业孵化器服务大众创业,帮助当地优质项目成长、走出去,服务未来的“独角兽”企业。近日,36氪...
https://www.tsingfun.com/down/soft/74.html 

一款IP:端口监控工具 服务器端口监控工具 - 软件下载 - 清泛网 - 专注C/C+...

...控工具 服务器端口监控工具端口 监控 服务器TradeMonitor v1.0功能介绍:监控ip:port,类似于telnet命令。界面清晰简洁,异常连接的情况一目了然。支持添加、编辑、删除、移动ip:port...TradeMonitor v1.0 功能介绍: 监控ip:port,类似于t...
https://www.tsingfun.com/it/cp... 

MFC Telnet Application(mfc telnet 端口,代码实现、不调用telnet.exe) ...

...工程升级后,可能出现编译不过的情况,请将stdafx.h中0x0410全部改为0x0501即可。The article demonstrates an MFC GUI Telnet application with server capabilities for incoming connections support. Download demo - 29.9 KB Download source - 42.1 KB Introduction I've deve...