码迷,mamicode.com
首页 >  
搜索关键字:command not found    ( 16044个结果
ubuntu12.04切换输入法 及 输入法图标消失的解决方法
打开终端 输入killall ibus-daemon   结束ibus进程 如果ibus没有运行,会显示: ibus-daemon: no process found 然后 输入ibus-daemon -d 就出来了。 另外,打开系统设置/语言支持 最下面也有ibus,选择ibus。 不知道为什么这个有时候不管用。...
分类:系统相关   时间:2014-12-26 18:47:21    阅读次数:247
几种典型的C++错误
1,错误:调试器:: 在进程加载过程中引发了未处理的无法继续的 STATUS_DLL_NOT_FOUND 异常 程序“[3048] text2.exe: 本机”已退出,返回值为 -1073741515 (0xc0000135)。 解决方法:找不到你程序中用到的动态库,把dll文件放在exe文件同一个...
分类:编程语言   时间:2014-12-26 18:12:46    阅读次数:2222
FIS本地发布-其他同事通过IP访问
方法很简单,只需在fis的配置文件那里进行修改即可。文件路径在 C:\Users\Su\AppData\Roaming\npm\node_modules\fis\node_modules\fis-command-server\server.js打开server.js,在第63行添加.option('...
分类:其他好文   时间:2014-12-26 16:30:25    阅读次数:176
Useful for Android the development engineer from Github
Original:http://sysmagazine.com/posts/216591/Many plowing on open space Github, I found assemblage of interesting designs, source the codes, and libra...
分类:移动开发   时间:2014-12-26 16:17:11    阅读次数:172
【oracle】oracledba27 add new tempfiles to the temporary tablespaces after recovery
In your database, all the tablespaces are locally managed. You started  Recovery Manager (RMAN) using recovery catalog and restored the control file by using the following command:   RMAN> RESTORE ...
分类:数据库   时间:2014-12-26 14:45:11    阅读次数:208
where can I find source of com.android.internal.R.styleable.AlertDialog_multiChoiceItemLayout?
I want to modify Alert dialog multi select layout. For my program I want two line multi-select item. I have searched in source code and found followin...
分类:移动开发   时间:2014-12-26 14:16:06    阅读次数:249
android studio代码格式化问题
今天从网络上copy一段示例代码到本地运行,代码很乱,便准备格式化,但发现option + command + L后行距还是很大,如图: 看上去是否不爽,调了setting中的code style也无效 最后找到替代方法,先把代码合并成一行再格式化, 合并成一行的快捷键: control + shift + J 格式化:option + command + L  结果如下:...
分类:移动开发   时间:2014-12-26 13:03:06    阅读次数:686
linux参数代换,查询登陆用户指令
xargs[-0epn]command:生成某个指令的参数,参数:1)-0:如果输入stdin含有特殊字符,例如’,\,空格时,该参数可以将它还原成一般的参数2)-e:eof,后面接一个字符串,当xargs分析到这个字符串时,就会停止继续执行(该指令会被执行)。3)-p:在执行每个指令的argument时,..
分类:系统相关   时间:2014-12-26 11:21:46    阅读次数:207
[iOS逆向实战 之八]看懂mach-o(3)
个人原创,转帖请注明来源:cnblogs.com/jailbreaker之前两篇帖子分别讲了mach-o的header区和load command区中的segment,今天继续讲segment中的的setcion,一般在__TEXT和__DATA段中有section。这里注意下命名规范,大写代表se...
分类:移动开发   时间:2014-12-26 11:06:46    阅读次数:291
bash脚本中出现[[:not found错误的解决方法
bash脚本中出现[[:not found错误的解决方法--bash脚本总结1今天在写脚本的时候,发生了一个奇怪的问题:在脚本中使用[[的时候报错“[[: not found”。遇到问题自然是解决问题。1. 使用的bash版本太低?bash --version查看bash版本信息如下lee@lee:...
分类:其他好文   时间:2014-12-26 11:04:17    阅读次数:142
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!