全部博文(685)
发布时间:2015-01-15 11:51:08
原文地址:http://blog.chinaunix.net/uid-26772137-id-3361248.htmlhttp://blog.csdn.net/wind19/article/details/6105617源程序如下#include <stdio.h>#include <string.h>#include <stdint.h>typedef uint32_t UINT32;void fun3(void){ void* array[10] = {0}; UINT32 size = 0; .........【阅读全文】
发布时间:2015-01-04 09:23:23
原文地址:http://blog.csdn.net/tyheist/article/details/37053327实用函数 - utils.c/h[cpp] view plaincopy/* * calloc_a(size_t len, [void **addr, size_t len,...], NULL) .........【阅读全文】
发布时间:2014-12-06 13:52:33
原文地址:http://blog.chinaunix.net/uid-20737871-id-3981310.htmllinux 高级路由即基于策略的路由比传统路由在功能上更强大,使用也更灵活,它不仅能够根据目的地址来转发路径而且也能够根据报文大小、应用或ip源地址来选择路由转发路径从而让系统管理员能轻松做到:1、 管制某台计算机的带宽。2、 管制通向某台计.........【阅读全文】
发布时间:2014-11-27 18:35:58
原文地址:http://www.cnblogs.com/sammei/p/3973322.htmlsysupgrade用法:sysupgrade [<升级选项>...] sysupgrade [-q] [-i] <备份选项>升级选项:-d 重启前等待 delay 秒-f 从 .tar.gz (文件或链接) 中恢复配置文件-i 交互模式-c 保留 /etc 中所有修改过的文.........【阅读全文】