01 2015 档案
摘要:转自http://blog.csdn.net/xiaolajiao8787/article/details/5882609类型VectorDequeList内存管理PoorGoodperfect使用[ ]和at() 操作访问数据Very goodNormalN/AIterator的访问速度GoodV...
阅读全文
摘要:Rad_to_deg --- 弧度_到_角度 的 比率Rad_to_deg = 45.0 / atan(1.0);弧度值到角度值的转换 用 角度 = 弧度值* Rad_to_deg 角度值到弧度值的转换 用 弧度值 = 角度 / Rad_to_deg
阅读全文
摘要:linux c遍历文件夹的方法比较简单,使用c来实现#include #include #include #include #include #include ...enum{ DT_UNKNOWN = 0, //未知类型 DT_FIFO = 1, //管道 DT_CHR = 2, //字符设备文件...
阅读全文
摘要:lua文件刷新function require_ex( _mname ) if _mname == "" then return end if package.loaded[_mname] then end package.loaded[_mname] = nil ...
阅读全文
摘要:一般安装过程如下:1:sudosh(会提示你输入当前用户的密码)2:cpapache-ant.1.8.2-bin.zip/usr/local3:cd/usr/local4:unzipapache-ant.1.8.2-bin.zip5:chownyarin(用户名):admin(用户组)apache-...
阅读全文

浙公网安备 33010602011771号