大约有 18,900 项符合查询结果(耗时:0.0224秒) [XML]
使用NPAPI编写浏览器插件的源码实例(windows 7/linux) - C/C++ - 清泛网 - ...
...0408/
[3] http://blogold.chinaunix.net/u3/94039/showart_2004756.html
[4] https://developer.mozilla.org/en/Plugins
[5] 如何在chrome的扩展中使用:http://code.google.com/chrome/extensions/npapi.html
[6] 如何编写chrome的扩展:http://code.google.com/chrome/extensions/getstarted.html
...
关于Rsyslogd 的一些配置 (高性能、高可用 rsyslogd) - C/C++ - 清泛网 - ...
...rotocol.html
刚好微博上 @zzyongx 也提供了一个 syslog-safer (https://github.com/zzyongx/syslog-safer) 软件,大家也可以试试。
Rsyslogd Rsyslog 高性能 高可用
MFC SysLink的使用方法 - C/C++ - 清泛网 - 专注C/C++及内核技术
...MLINK pNMLink = (PNMLINK) pNMHDR;
if (wcscmp(pNMLink->item.szUrl, L"https://www.tsingfun.com") == 0)
{
// 主要执行语句
ShellExecuteW(NULL, L"open", pNMLink->item.szUrl, NULL, NULL, SW_SHOWNORMAL);
}
*pResult = 0;
}
MFC SysLink
C++字符串截断时中文的处理问题(中文被截断怎么处理?) - C/C++ - 清泛网...
...的第一个字节,否则是普通的ASCII字符。
具体请参考:https://www.tsingfun.com/it/cpp/1335.html
当然,还有其他方式就是判断 > 127 或 < 0(即首bit为1,signed时值为负),道理也是一样,不过推荐上面的写法。C++ 字符串 中文截断
CreateWindow()动态创建一个EditBox - C/C++ - 清泛网 - 专注C/C++及内核技术
...输入的内容。
另外,如何设置输入框焦点,请参照:https://www.tsingfun.com/it/cpp/1538.htmlCreateWindow 动态创建 EditBox
mfc spin control 用法 - C/C++ - 清泛网 - 专注C/C++及内核技术
...中设置Spin的属性,实现控制Edit控件数字的增减,详见:https://www.tsingfun.com/it/cpp/1564.html。mfc spin
一款IP:端口监控工具 服务器端口监控工具[附源码] - C/C++ - 清泛网 - 专注...
...警(PC蜂鸣器、自定义wav文件)。
软件下载:https://www.tsingfun.com/down/soft/74.html
源码下载:TradeMonitor.zip
主要代码请参考:《mfc telnet 端口,代码实现、不调用telnet.exe》
表格采用GridCtrl(Demo源码):《MFC Grid control 2...
未能从“const std::string”为“const std::_Tree &”推导 模板 参数 - C/...
未能从“const std::string”为“const std::_Tree &”推导 模板 参数参考:http: www tsingfun com html 2016 dev_0630 1876 html参考:https://www.tsingfun.com/it/cpp/1876.htmlstl 模板 参数
c++文件流基本用法(ifstream, ostream,fstream) - C/C++ - 清泛网 - 专注C/C++及内核技术
...们也可以调用read函数和write函数来读写文件。可参见:
https://www.tsingfun.com/it/cpp/all_programming_language_file_read_write_summary.html#C
c++ ,文件流,ifstream, ostream,fstream
c/c++如何获取CPU的序列号? - C/C++ - 清泛网 - 专注C/C++及内核技术
...信息,另一组返回的是扩展信息。
继续了解请参考:https://www.tsingfun.com/it/cpp/1965.html
运行结果:
CPU 序列号 cpuid
