码迷,mamicode.com
首页 >  
搜索关键字:commands    ( 1138个结果
yii2 目录结构
DIRECTORY STRUCTURE 目录结构 -------------------       assets/             contains assets definition 包含资源定义       commands/           contains console commands (controllers) 包含命令行命令,控制器       ...
分类:其他好文   时间:2014-11-07 17:05:23    阅读次数:436
5 commands to check memory usage on Linux
Memory UsageOn linux, there are commands for almost everything, because the gui might not be always available. When working on servers only shell acce...
分类:系统相关   时间:2014-11-05 12:14:42    阅读次数:265
Redis 数据结构解析和命令指南
命令参考文档:redis commands — 你也许已经知道Redis并不是简单的key-value存储,实际上他是一个数据结构服务器,支持不同类型的值。也就是说,你不必仅仅把字符串当作键所指向的值。下列这些数据类型都可作为值类型。 二进制安全的 字符串 string二进制安全的 字符串列表 list of string二进制安全的 字符串集合 set of strin...
分类:其他好文   时间:2014-11-03 16:23:38    阅读次数:173
Android在Fastboot里添加命令
fastboot 是android 默认的一种debug 方法,它的好处是在进入linux kernel 之前 即可操作。 默认fastboot 支持的命令: usage: fastboot [ ] commands: update reflash device from update.zip flashall flash boot + recovery + system flash ...
分类:移动开发   时间:2014-11-03 11:35:48    阅读次数:621
Linux文件查找命令详解-which whereis find locate
which命令 首先查看man which的说明 which - shows the full path of (shell) commands. 在$PATH目录下查找命令的绝对路径,PATH配置不同,查找的结果也不同 查看系统的PATH [root@localhost testForCsdn]# echo $PATH /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:...
分类:系统相关   时间:2014-11-01 13:31:31    阅读次数:297
Puppet's Commands 3.7
Puppet's CommandsPuppet’s command line interface consists of a singlepuppetcommand with many subcommands.Puppet’s companion utilities,FacterandHiera, ...
分类:其他好文   时间:2014-10-31 15:25:52    阅读次数:128
dpkg-query
1.功能作用查看软件包信息2.位置 1 /usr/bin3.格式用法dpkg-query [ ...] 4.主要参数 1 Commands: 2 -s|--status ... 显示软件包详细信息. 3 -p|--print-avail ... 显示package-n...
分类:其他好文   时间:2014-10-29 18:51:52    阅读次数:195
List of commands(附目录切换命令)
pwd print working directoryhostname my computer’s network namemkdir make directorycd change directoryls list directoryrmdir remove direct...
分类:其他好文   时间:2014-10-29 10:21:24    阅读次数:227
http://mozilla.debian.net/
deb http://mozilla.debian.net/ wheezy-backports iceweasel-releaseYou can install it with the following commands:$ apt-get update$ apt-get install -t w...
分类:Web程序   时间:2014-10-28 17:09:49    阅读次数:156
C/C++ Linux 程序员必须了解的 10 个工具
1. 基本命令http://mally.stanford.edu/~sr/computing/basic-unix.htmlhttp://pangea.stanford.edu/computing/unix/shell/commands.phphttp://infohost.nmt.edu/tcc/...
分类:编程语言   时间:2014-10-27 12:15:51    阅读次数:213
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!