realloc原型:extern void *realloc(void *mem_address,
unsigned int newsize);用法:#include 有些编译器需要#include 在C++环境中,使用#include using
namespace std;功能:改变mem_.....
分类:
其他好文 时间:
2014-05-27 00:06:28
阅读次数:
377
1.从官网www.tcpdump.org下载并解压源文件,这里是tcpdump-4.5.1.tar.gzlibpcap-1.5.3.tar.gz2.编译libpcap,安装目录为/home/armroot,交叉编译不能确定pcap类型,手工指定为linux./configure
--host=arm...
分类:
系统相关 时间:
2014-05-26 23:40:18
阅读次数:
381
route命令显示或者修改本地IP路由表。语法:[plain]route [-CFvnee]
route [-v] [-A family] add [-net|-host] target [netmask Nm] [gw Gw] [metric N]
[mss M] [windowW] [ir...
分类:
系统相关 时间:
2014-05-26 22:53:47
阅读次数:
520
1 unit Unit001; 2 3 interface 4 5 uses 6
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants,
System.Classes, Vcl.Graphics, 7 Vcl...
分类:
其他好文 时间:
2014-05-26 22:46:15
阅读次数:
221
to make tomcat to use javaw.exe instead of
java.exeusing some startup parameter or environment varibaleAt the bottom
ofsetclasspath.batset _RUNJAVA="%...
分类:
其他好文 时间:
2014-05-26 22:24:34
阅读次数:
415
代码1[cpp]view
plaincopy#include#includeclassA{public:A(){printf("A()/n");}~A(){printf("~A()/n");}A(constA&other){printf("other/n");}};intmain(){Aa;Ab(....
分类:
其他好文 时间:
2014-05-26 22:18:50
阅读次数:
382
DescriptionAccounting for Computer Machinists (ACM)
has sufferred from the Y2K bug and lost some vital data for preparing annual
report for MS Inc.All...
分类:
其他好文 时间:
2014-05-26 22:06:57
阅读次数:
213
Sudoku is a very simple task. A square table with 9
rows and 9 columns is divided to 9 smaller squares 3x3 as shown on the Figure.
In some of the cell...
分类:
其他好文 时间:
2014-05-26 21:55:25
阅读次数:
299
linux centos 下代理http、https、ftp全局使用代理:export
http_proxy=http://host:port/export https_proxy=http://host:port/export
ftp_proxy=http://host:port/使用wget按需...
分类:
系统相关 时间:
2014-05-24 07:53:34
阅读次数:
420
环境:win 2003 + oracle 10g
win 2003服务器物理内存4G
oracle10g SGA 1504M
事故背景:
调整SGA大小,因为OS的内存只有4G,建议SGA的大小不要超过60%,我调整为2G
SQL> alter systemset sga_max_size=2000m ...
分类:
其他好文 时间:
2014-05-22 23:46:00
阅读次数:
430