码迷,mamicode.com
首页 >  
搜索关键字:useful    ( 720个结果
(任寒韬)WebApp群主 - MobileTech 资料
web app :http://www.lightapp.cn/brand/index/4101https://github.com/jtyjty99999/mobileTech/blob/master/README.mdmobileTechA useful tools or tips list f...
分类:移动开发   时间:2014-11-10 09:46:39    阅读次数:814
分区命令parted
[root@localhost~]#manpartedpartedisadiskpartitioningandpartitionresizingprogram.Itallowsyoutocreate,destroy,resize,moveandcopyext2,linux-swap,FAT,FAT32,andreiserfsparti-tions.Itcancreate,resize,andmoveMacintoshHFSpartitions,aswellasdetectjfs,ntfs,ufs,andxfs..
分类:其他好文   时间:2014-11-09 06:25:46    阅读次数:307
Dreamweaver 扩展开发: Calling a C++ function from JavaScript
After you understand how C-level extensibility works in Dreamweaver and its dependency on certain data types and functions, it’s useful to know how to...
分类:编程语言   时间:2014-11-08 00:38:36    阅读次数:317
hadoop权威指南 chapter2 MapReduce
MapReduceMapReduce is a programming model for data processing. The model is simple, yet not too simple to express useful programs in. Hadoop can run M...
分类:其他好文   时间:2014-11-06 21:48:17    阅读次数:194
杂记(编程style)----google code style!
1.文件名使用小写字母和下划线组合。头文件以.h结尾,定义文件用.cc结尾。例如:my_useful_class.cc2.类型名使用大写字母开头,多个单词组合时每个单词的首字母大写。例如:UrlTableErrors.3.变量名普通变量:小写字母和下划线的组合。例如:table_name类数据成员变...
分类:其他好文   时间:2014-11-05 12:51:15    阅读次数:136
Useful Resources(To be updated)
记录一些资源,有时间可以上去逛逛。
分类:其他好文   时间:2014-11-05 12:19:58    阅读次数:184
A Cross-Platform Memory Leak Detector
Memory leakage has been a permanent annoyance for C/C++ programmers. Under MSVC, one useful feature of MFC is report memory leaks at the exit of an ap...
分类:其他好文   时间:2014-11-03 13:00:12    阅读次数:289
aix puppet agent
demo控制脚本tel,150 5519 8367Running Puppet on AIXPuppet on AIX is… not officially supported, yet still useful (at least one site has it deployed in a pro...
分类:其他好文   时间:2014-11-01 19:01:30    阅读次数:222
非常有用的50个CSS代码片段
原文:50 Useful CSS Snippets Every Designer Should Have          面对每年如此多的 新趋势 ,保持行业的领先是个很困难问题. 网站设计者和前端工程师都已经全面的使用 CSS3 properties, 决定这些的是 浏览器支持 和新的特性. 但是还是有些优秀的CSS2代码片段和CSS3一起运行中.   ...
分类:Web程序   时间:2014-10-31 17:21:04    阅读次数:343
Utility Classes Are Evil
What’s Utility ClassesA utility class is a class filled with static methods. It is usually used to isolate a “useful” algorithm.StringUtils,IOUtils,Fi...
分类:其他好文   时间:2014-10-31 11:37:30    阅读次数:243
720条   上一页 1 ... 62 63 64 65 66 ... 72 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!