码迷,mamicode.com
首页 >  
搜索关键字:command not found    ( 16044个结果
"ANDROID_HOME is not set and "android" command not in your PATH. "错误的解决办法
参考以下文章搭建ionic + cordova 的开发环境 --ionic+cordova学习之环境搭建前面还是比较顺利,但当开始试建测试工程helloword,运行sudo ionic platform add androidError: ANDROID_HOME is not set and "...
分类:移动开发   时间:2014-09-26 06:10:58    阅读次数:450
Runtime.getRuntime().exec方法
Runtime.getRuntime().exec共有四个重载方法: public Process exec(String command) 在单独的进程中执行指定的字符串命令。 public Process exec(String [] cmdArray) ????????在单独的进程中执行指定命...
分类:其他好文   时间:2014-09-26 02:59:48    阅读次数:392
maven下载源码和java docs
方法一:mvn dependency:sourcesmvn dependency:resolve -Dclassifier=javadocThe first command will attempt to download source code for each of the dependenci...
分类:编程语言   时间:2014-09-26 01:11:48    阅读次数:245
Bash远程代码执行漏洞分析
?? 今日爆出一个Bash的RCE漏洞,威力巨大。看了看老外的分析,觉得有必要写一写自己对这个漏洞的理解。 首先,问题起因于一个命令ENV。 原型: env [OPTION]... [NAME=VALUE]... [COMMAND [ARGS]...] Man是这么说的: Display, set, or remove environment variables,R...
分类:其他好文   时间:2014-09-25 23:10:48    阅读次数:200
Solr4.6删除数据的办法
Solr4.6的管理界面上,假设不配置数据导入的功能,将看不到清除数据的button。我表示非常遗憾,正好我们线上没有配置数据导入的功能。 网上搜到的各种清理solr数据的HTTP请求,拿到我的solr4.6上測试,报service not found。看了这些请求都是在solr4之前的版本号...
分类:其他好文   时间:2014-09-25 21:32:37    阅读次数:225
Leetcode_num12_Search Insert Position
题目: Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in order. You may assume no duplicates in t...
分类:其他好文   时间:2014-09-25 21:12:57    阅读次数:148
Mac上,新安装的node.js无法运行
mac上使用官方pkg文件安装node.js,顺利安装完后在terminal运行node -v 出现 “-bash: node: command not found” --很是迷惑。最后发现是需要提升一下权限,加上sudo即可。http://superuser.com/questions/61326...
分类:Web程序   时间:2014-09-25 18:14:57    阅读次数:214
mac下的常用操作
打开 应用程序(command+shift+A)-实用工具-终端open .直接打开Macintosh系统目录其他口令(与linux一样)ls显示当前目录内容cd 目录名进入某一目录cd ..退回上一个目录进入到某一目录后再open .可以用finder打开相应目录为方便以后使用可以拖到左边的收藏栏...
分类:其他好文   时间:2014-09-24 21:03:57    阅读次数:166
libxml/HTMLparser.h file
在导入asihttprequest包时出问题导入了libxml2.dylib,但是却提示libxml/HTMLparser.h file not found,那是因为你的开发环境默认的路径无法找到这个libxml2.dylib框架,修改方法:(两种方法都试一下吧)第一种方法:(我的可行)点击左边项目...
分类:Web程序   时间:2014-09-24 19:15:27    阅读次数:281
storm 运行拓扑
Next,packagethesourceintoajar,whichissentwhenyouruntheStormClientcommandtosubmitthetopology.BecauseyouusedMaven,theonlythingyouneedtodoisgotothesourcefolderandrunthefollowing:mvnpackageOnceyouhavethegeneratedjar,usethestormjarcommandtosubmitthetopology(yous..
分类:其他好文   时间:2014-09-24 18:31:28    阅读次数:191
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!