08 2015 档案

[转载]typedef常见用法
摘要:注:本文系转载,并修改了一些错误。typedef常见用法1.常规变量类型定义例如:typedef unsigned char uchar描述:uchar等价于unsigned char类型定义 uchar c声明等于unsigned char c声明2.数组类型定义例如: typedef int a... 阅读全文

posted @ 2015-08-26 16:24 Mereyct 阅读(254) 评论(0) 推荐(0)

[转载]函数getopt(),及其参数optind
摘要:最近用到了getopt()这个函数,对它进行了一些了解。这篇博文还是写的非常清楚的。值得学习。最近在改进一个开源项目,希望自己能静下心好好分析代码。----------------------------------------------------------------------------... 阅读全文

posted @ 2015-08-24 23:15 Mereyct 阅读(1869) 评论(0) 推荐(0)

TCP11种状态分析和测试
摘要:-->简介-->正文-->测试一些状态------------------------------------------------------------------------------------------------------------------------->简介 我们都知道T... 阅读全文

posted @ 2015-08-06 13:40 Mereyct 阅读(1648) 评论(1) 推荐(2)

oracle常用命令总结
摘要:声明:本文为博主在做项目中用到的一些常用命令,请勿转载,只为保存。oracle常用命令总结创建表空间:--create tablespace vms--datafile 'e:\vms.dbf'--size 32000M--extent management local uniform size 1... 阅读全文

posted @ 2015-08-04 17:02 Mereyct 阅读(476) 评论(0) 推荐(0)

导航