大约有 505 项符合查询结果(耗时:0.0169秒) [XML]
Excel RTD(Excel Real-Time Data)实时刷新数据技术 - C/C++ - 清泛网 - 专注C/C++及内核技术
...册COM。这只是一个简单的示例。
Step by step可以参见以下链接:
http://msdn.microsoft.com/en-us/library/aa140061(office.10).aspx
http://support.microsoft.com/kb/285339/zh-cn
MSDN上的文章虽然是针对Excel 2002,但是2003和2007同样支持。此外,从外部数据源...
Awk学习笔记 - 更多技术 - 清泛网 - 专注C/C++及内核技术
...。下面介绍的awk是以GUN的gawk为例的,在linux系统中已把awk链接到gawk,所以下面全部以awk进行介绍。
2. awk命令格式和选项
2.1. awk的语法有两种形式
awk [options] 'script' var=value file(s)
awk [options] -f scriptfile var...
What does multicore assembly language look like?
...a few examples of complete "bare bones" kernels in the wild that boot from USB drives or "floppy" disks - here's an x86_32 version written in assembler using the old TSS descriptors that can actually run multi-threaded C code (github.com/duanev/oz-x86-32-asm-003) but there is no standard library sup...
Finding current executable's path without /proc/self/exe
...d and locally compiled versions, local and network versions, and local and USB-drive portable versions, etc. and there is a small possibility that you might get two incompatible results from different methods of locating. And "_" may simply point to the wrong program.
A program using execve can...
Markup XML解析库下载(Markup.h 和 Markup.cpp) - 源码下载 - 清泛网 - 专注C/C++及内核技术
...endif // !defined(_MARKUP_H_INCLUDED_)
Markup.cpp
请点击下面下载链接~*45k
CGRidCtrl控件 学习心得 - C/C++ - 清泛网 - 专注C/C++及内核技术
...有所帮助,使其更快上手。
1.2 参考资料
(略,原文链接均已失效)
2 Grid控件介绍
2.1 功能介绍
GridControl控件是一款非常优秀的网格控件,在VC平台上的用途非常广泛也非常灵活。可以将其看做上是在CListCtrl基础上的...
Linux反编译全攻略 - 操作系统(内核) - 清泛网 - 专注C/C++及内核技术
...来请确信你系统中已有UPX,如果没有请到上面给出的程序链接中下载。
运行命令“ upx -d cm2 ”把程序解压缩,显示如下:
代码:
[ncc2008@localhost crack]$ upx -d cm2
Ultimate Packer for eXecutables
Copyright (C) 1996, 1997...
REDHAT 6.4 X64下ORACLE 11GR2静默安装 - 数据库(内核) - 清泛网 - 专注C/C++及内核技术
...dows 下准备号SSH工具我的是SecureCRT
输入正确的密码后,链接到服务器。
检查下内存 管方要求最小1G 推荐2G或者大于2G
Grep MemTotal /proc/meminfo
检查一下磁盘空间
中文乱码。解决办法
外观,字符编码改成UTF-8
已经...
Linux下部署企业级邮件服务器(postfix + dovecot + extmail) - 开源 & Gith...
.../i386-linux-thread-multi/
(如果碰到少别的模块都可以用查找链接这种方法解决,找不到就是没安装,一个是模块,一个是库)
/usr/local/mailgraph_ext/qmonitor-init start //启动ok
/var/www/extman/daemon/cmdserver -d //打开系统信息
加入开机启动脚...
构建高并发高可用的电商平台架构实践 - 更多技术 - 清泛网 - 专注C/C++及内核技术
...ent中,保存了具体每一行的数据,这些数据也是通过双向链接连接的。
每一行数据存储空间不仅包括数据占用空间,还可能包含一部分附加空间,这使得在数据update变大后可以不移动位置。
索引以BTree结构实现。
如果你开启...