大约有 46,000 项符合查询结果(耗时:0.0292秒) [XML]
深入解析ATL - 文档下载 - 清泛网 - 专注C/C++及内核技术
...,由当今4位顶尖的Windows技术专家联合撰写。 书籍目录:第2版序第1版序前言...
《深入解析ATL》主要介绍了ATL技术的原理、内部实现和应用技巧,由当今4位顶尖的Windows技术专家联合撰写。
书籍目录:
第2版序
第1版序
...
Linux日志管理Rsyslog入门 - C/C++ - 清泛网移动版 - 专注C++内核技术
...言,我更喜欢能够快速上手的东西。
对于日志管理,老版本的Linux缺省使用Syslog,其配置大致如下所示:
shell> cat /etc/syslog.conf
# Log all kernel messages to the console.
# Logging much else clutters up the screen.
# kern.* /dev/console
# Log anythin...
Linux日志管理Rsyslog入门 - C/C++ - 清泛网移动版 - 专注C++内核技术
...言,我更喜欢能够快速上手的东西。
对于日志管理,老版本的Linux缺省使用Syslog,其配置大致如下所示:
shell> cat /etc/syslog.conf
# Log all kernel messages to the console.
# Logging much else clutters up the screen.
# kern.* /dev/console
# Log anythin...
Linux日志管理Rsyslog入门 - C/C++ - 清泛网移动版 - 专注C++内核技术
...言,我更喜欢能够快速上手的东西。
对于日志管理,老版本的Linux缺省使用Syslog,其配置大致如下所示:
shell> cat /etc/syslog.conf
# Log all kernel messages to the console.
# Logging much else clutters up the screen.
# kern.* /dev/console
# Log anythin...
Linux日志管理Rsyslog入门 - C/C++ - 清泛网移动版 - 专注C/C++及内核技术
...言,我更喜欢能够快速上手的东西。
对于日志管理,老版本的Linux缺省使用Syslog,其配置大致如下所示:
shell> cat /etc/syslog.conf
# Log all kernel messages to the console.
# Logging much else clutters up the screen.
# kern.* /dev/console
# Log anythin...
avoid page break inside row of table
...nt to avoid page break inside row of table in html, when I convert html to PDF by wkhtmltopdf. I use page-break-inside:avoid with table- its works, but I have so many rows,
then not work.
If set display of tr as block or some thing else then it change the formatting of table and insert double bor...
SHFileOperation函数总结(文件夹的移动、复制、删除) - C/C++ - 清泛网 -...
...路径或文件名
FILEOP_FLAGS fFlags; //标志,附加选项
BOOL fAnyOperationsAborted; //是否可被中断
LPVOID hNameMappings; //文件映射名字,可在其它 Shell 函数中使用
LPCTSTR lpszProgressTitl...
App Inventor 2 数学代码块 · App Inventor 2 中文网
...个数字是否不相等并返回 真 或 假。
大于 ( > )
测试第一个数字是否大于第二个数字并返回 真 或 假。
大于等于 ( ≥ )
测试第一个数字是否大于或等于第二个数字并返回 真 或 假。
小于 ( < )
测试第一个数字是否小于...
汇编语言(王爽著)附书签 - 文档下载 - 清泛网 - 专注C/C++及内核技术
...有,有的知识是要有另外的知识做前提的)
目录:
第1章 基础知识
1.1 机器语言
1.2 汇编语言的产生
1.3 汇编语言的组成
1.4 存储器
1.5 指令和数据
1.6 存储单元
1.7 CPU对存储器的读写
1.8 地址总线
1.9 数据总线
1.10 控制...
Windows x64编程中寄存器的使用 - C/C++ - 清泛网 - 专注C/C++及内核技术
...递参数
在 Win64 里使用下面寄存器来传递参数:
rcx - 第 1 个参数
rdx - 第 2 个参数
r8 - 第 3 个参数
r9 - 第 4 个参数
其它多出来的参数通过 stack 传递。
使用下面寄存器来传递浮数数:
xmm0 - 第 1 个参数
xmm1 - 第 2 个参数
...
