码迷,mamicode.com
首页 >  
搜索关键字:hand    ( 3029个结果
linux route命令的使用详解
linux route命令的使用详解--http://www.cnblogs.com/snake-hand/p/3143041.html每天一个linux命令(53):route命令--http://www.cnblogs.com/peida/archive/2013/03/05/2943698.h...
分类:系统相关   时间:2015-09-21 19:14:23    阅读次数:273
dedecms程序核心程序和数据库目录及简介
1、程序核心程序目录及简介 /include目录?程序核心目录 config_base.php 环境定义文件。用于检测系统环境,定义工作目录,保存数据库链接信息,引入常用函数等,建议不要修改。 config_hand.php 系统配置文件。定...
分类:数据库   时间:2015-09-18 19:04:24    阅读次数:313
Using systemtap with self-built kernels
If you are running a kernel that you built and installed "by hand", rather than by installing a package from a distribution, you can follow these step...
分类:其他好文   时间:2015-09-16 15:34:35    阅读次数:140
android wifi
android——wifi系统架构:http://www.cnblogs.com/snake-hand/p/3174650.html Android WiFi--系统架构:http://blog.csdn.net/myarrow/article/details/8129607/ Android系统调试wifi总结:http://www.2cto.com...
分类:移动开发   时间:2015-09-10 00:37:58    阅读次数:175
Coursera-An Introduction to Interactive Programming in Python (Part 1)-Mini-project— Rock-paper-scissors-lizard-Spock
Mini-project description — Rock-paper-scissors-lizard-SpockRock-paper-scissors is a hand game that is played by two people. The players count to three...
分类:编程语言   时间:2015-09-09 13:13:36    阅读次数:236
css 鼠标提示样式预览表[转]
语法:cursor :auto|all-scroll|col-resize|crosshair|default|hand|move|help|no-drop|not-allowed|pointer|progress|row-resize|text|vertical-text|wait|*-resiz...
分类:Web程序   时间:2015-09-09 10:58:40    阅读次数:216
对于windows窗口的标题菜单栏的操作——删除/禁用 最小最大话和关闭
HWND hand = FindWindow(NULL, "计算器"); int nStyle = GetWindowLong(hand, GWL_STYLE);nStyle &= ~(WS_MAXIMIZEBOX);SetWindowLong(hand, GWL_STYLE, nStyle);//...
分类:Windows程序   时间:2015-09-07 00:39:21    阅读次数:244
hdu4271 Find Black Hand 2012长春网络赛E题 最短编辑距离
hdu4271 Find Black Hand 2012长春网络赛E题 最短编辑距离Find Black HandTime Limit : 5000/2000ms (Java/Other)Memory Limit : 32768/32768K (Java/Other)Total Submission...
分类:其他好文   时间:2015-09-04 16:52:52    阅读次数:158
If You Design It, You Should Be Able to Code It
?If You Design It, You Should Be Able to Code ItMike Brownin ARCHiTECTuRE, it’s tempting to create elaborate designs and abstrac- tions that elegantly address the problem at hand. It is even more tempt...
分类:其他好文   时间:2015-09-03 15:24:33    阅读次数:191
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!