码迷,mamicode.com
首页 >  
搜索关键字:help    ( 8786个结果
【RefactoringCode】The description of the refactoring book
Last night the book named [Data Structure with Java Hubbed] was closed. When talked about the advantage that I have taken of, with the help of that book I familize myself with data structure, especi...
分类:其他好文   时间:2014-08-26 01:50:15    阅读次数:231
ASCII码字库
const?uint8_t?FontAscii_8_16[]={ /** ?*@brief????!"#$%&‘()*+,-./0123456789:;<>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~? ?*@help??start?with?‘?‘? ?*@usage??...
分类:其他好文   时间:2014-08-25 21:19:55    阅读次数:417
oracle rac常用的命令
oracle rac常用的命令 节点层:olsnodes 网络层: oifcfg 集群层:crsctl,ocrcheck,ocrdump,ocrconfig 应用层:srvctl,onsctl,crs_stat 一.节点层: olsnodes 用来显示集群点列表,可以混用 [root@rac1 bin]# ./olsnodes -help Usage: olsnodes [...
分类:数据库   时间:2014-08-25 19:24:14    阅读次数:577
(转)6 个重构方法可帮你提升 80% 的代码质量
英文原文:Top 6 Refactoring Patterns to Help You Score 80% in Code Quality 在过去做了不少代码走读,发现了一些代码质量上比较普遍的问题,以下是其中的前五名:臃肿的类: 类之所以会臃肿,是因为开发者缺乏对最基本的编码原则,即“单一职责原....
分类:其他好文   时间:2014-08-25 18:41:04    阅读次数:183
Linux-安装和登陆命令-chsh,exit
chsh1.作用chsh命令的作用是更改使用者shell设定,它的使用权限是所有使用者。2.格式chsh[-s][-list][--help][-v][username]3.主要参数-l:显示系统所有Shell类型。-v:显示Shell版本号。4.应用技巧前面介绍了Linux下有多种Shell,一般缺省的是Bash,如果想更换Shell类..
分类:系统相关   时间:2014-08-25 17:19:15    阅读次数:449
Python8-25
Webob:webob provide warppers around wsgi request environment,and an object to help creat WSGI response.http://blog.csdn.net/spch2008/article/details/9...
分类:编程语言   时间:2014-08-25 14:36:34    阅读次数:193
linux cp 命令详解
/home/lee#cp --help用法:cp [选项]... 来源 目的地 或:cp [选项]... 来源... 目录 或:cp [选项]... --target-directory=目录 来源...将文件复制至,或将多个复制至。 长选项必须用的参数在使用短选项时也是必须的。 -a, --...
分类:系统相关   时间:2014-08-25 09:56:54    阅读次数:266
Python学习笔记_每天一小时 8.24
8.24 函数 要调用一个函数,需要知道函数的名称和参数,比如求绝对值的函数abs,只有一个参数。可以直接从Python的官方网站查看文档: http://docs.python.org/2/library/functions.html#abs 也可以在交互式命令行通过help(abs)查看abs函数的帮助信息。 比较函数cmp(x, y)就需要两个参数,如果x,返回-1,如果x...
分类:编程语言   时间:2014-08-24 18:08:02    阅读次数:283
eclipse cdt 安装
jdk ,eclipse 安装就不用说了,如果要安装 cdt首先到 (非 cdt版eclipse)http://www.eclipse.org/cdt/downloads.php 选择相应的 版本地址打开eclipse help———install new software 添加进去相关网址一路ne...
分类:系统相关   时间:2014-08-23 17:40:41    阅读次数:333
sublime text 2 破解
本文是介绍sublime text 2.0.2 build 2221 64位 的破解在你使用sublime时可能经常出现下图:这是在提醒你注册在工具栏上点击help->Enter License,在弹出的窗口输入Andrew WeberSingle User LicenseEA7E-85560581...
分类:其他好文   时间:2014-08-23 11:15:50    阅读次数:234
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!