编辑home目录下的.bashrc文件alias xjerp="~/odoo/xj/openerp-server -r openerp --addons-path='~/odoo/xj/openerp/addons'"重启shell即可.
分类:
其他好文 时间:
2014-07-22 22:53:32
阅读次数:
176
Commands available in csamtools are available as simple function calls. For example:pysam.sort( "ex1.bam", "output" )corresponds to the command line:s...
分类:
编程语言 时间:
2014-07-22 22:47:12
阅读次数:
243
[{ "keys": ["f12"], "command": "htmlprettify"},{ "keys": ["f1"], "command": "fold" },{ "keys": ["f2"], "command": "unfold" },{ "keys": ["ctrl+l"], "co...
分类:
系统相关 时间:
2014-07-22 22:43:14
阅读次数:
526
转载 http://www.cnblogs.com/caosiyang/archive/2012/06/25/2560976.html简单说一下popen()函数函数定义1 #include 2 3 FILE * popen(const char *command , const char *typ...
分类:
系统相关 时间:
2014-07-22 22:42:34
阅读次数:
251
在python程序中调用shell命令,是件很酷且常用的事情……1. os.system(command) 此函数会启动子进程,在子进程中执行command,并返回command命令执行完毕后的退出状态,如果command有执行内容,会在标准输出显示。这实际上是使用C标准库函数system()实现的...
分类:
编程语言 时间:
2014-07-22 22:41:36
阅读次数:
271
su [-fmp] [-c command] [-s shell] [--help] [--version] [-] [USER [ARG]]-c command:变更账号为USER的使用者,并执行指令(command)后再变回原来使用者。Linux下 su命令与su - 命令有什么区别?su us...
分类:
其他好文 时间:
2014-07-22 22:34:54
阅读次数:
268
Maven 2 repository Eclipse needs to know the path to the local maven repository. Therefore the classpath variable?M2_REPO?has to be set. Execute the following command: mvn?-Declipse.workspace=<...
分类:
系统相关 时间:
2014-07-22 22:32:54
阅读次数:
344
> 13年入手一台mac mini,## 快捷键篇- 苹果键盘键位表示 - ?——Command --苹果键盘的苹果键,普通键盘的Win键 - ? ——Control - ?——Option (alt) - ?——Shift- 苹果键盘键位说明 - command键在苹果系统中的作用类似于windo...
分类:
其他好文 时间:
2014-07-22 00:13:34
阅读次数:
244
http://www.pixelbeat.org/cmdline_zh_CN.html 命令 描述 ? apropos whatis 显示和word相关的命令。 参见线程安全 ? man-t man | ps2pdf - > man.pdf 生成一个PDF格式的帮助文件 which command ...
分类:
系统相关 时间:
2014-07-21 23:30:22
阅读次数:
644
最近想在centos下做Android项目构建,配置好jdk和Android sdk后,同时也在/etc/profile将java和Android的环境变量配置进去,但是却无法像windows 下一样,直接使用android update project命令。
出现情况如下:bash:
android: command not found
此时,我们可以使用ln命令将android 添加到...
分类:
其他好文 时间:
2014-07-21 22:14:17
阅读次数:
653