码迷,mamicode.com
首页 >  
搜索关键字:command not found    ( 16044个结果
Android打包报错 Export aborted because fatal lint errors were found. These are listed in the Lint View
打包时报如下错误:Export aborted because fatal lint errors were found. These are listed in the Lint View. Either fix these before running Export again,or turn ...
分类:移动开发   时间:2014-06-29 13:01:46    阅读次数:364
运行jar文件时,出现“could not find the main class”的解决方法
想要在电脑上正常运行jar文件,应该确认电脑已安装好jdk和jre,并配置好环境变量。 如果安装与配置都没有问题却无法运行,则有可能是注册表的问题。 解决方法: 打开注册表,注册表项的路径为:\HKEY_CLASSES_ROOT\Aplications\javaw.exe\shell\open\command 在此路径下有一默认键值, 不正常的情况下, 键值是:"C:\Program ...
分类:其他好文   时间:2014-06-29 07:14:24    阅读次数:815
[leetcode]Search Insert Position @ Python
原题地址:https://oj.leetcode.com/problems/search-insert-position/题意:Given a sorted array and a target value, return the index if the target is found. If n...
分类:编程语言   时间:2014-06-11 11:28:40    阅读次数:349
xcode中的一些快捷键
隐藏xcode command+h退出xcode command+q关闭窗口 command+w关闭所有窗口 command+option+w关闭当前项目 command+control+w关闭当前文件 command+shift+w保存文件 command+s保存所有文件 command+opti...
分类:其他好文   时间:2014-06-11 10:11:05    阅读次数:210
黑马程序员-GUI
GUI图形化界面Graphical user interfaceMenuBar通过Frame的方法setMenuBar(Menubar)添加到Frame中。Dialog和FileDialog()通过构造函数接受一个Frame. CLI command user interfacejava.Awt ;...
分类:其他好文   时间:2014-06-11 09:47:54    阅读次数:276
Invalid bound statement (not found):gov.hkpf.cis2.ws.mapper.charge.CrtCaseMapper.getArrestPersons
2014-06-06 17:23:19:082 ERROR DbQueryExceptionHandler:80 - org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): gov.hkpf.c...
分类:移动开发   时间:2014-06-11 09:18:45    阅读次数:1149
Cygwin安装与使用入门
对于 UNIX 本身,也有各种称呼。IBM® 大型机用户说各种带字母 “z” 的行话,比如 IBM z/OS® 和 System z9 Virtual Machine (z/VM);嵌套系统开发人员使用 eCos 这个词;在聊天中还会提到其他许多风格的 UNIX,比如 Linux®、FreeBSD、Sun Solaris 和 Mac OS X。现代信息技术使用各种各样的方言,简直就像是圣经中巴别塔...
分类:Windows程序   时间:2014-06-08 16:36:37    阅读次数:402
php二分查找
$val){ $high = $mid -1; }else { $low = $mid+1; } } return "not found";}$array = array(1,2,3,34,534,754,823,9...
分类:Web程序   时间:2014-06-07 20:59:25    阅读次数:340
启动报The APR based Apache Tomcat Native library which allows optimal performance in production environ
Tomcat 启动报 The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path 提示的解决办法:...
分类:其他好文   时间:2014-06-07 13:08:51    阅读次数:309
WCF布署问题 :HTTP 错误 404.17 - Not Found 请求的内容似乎是脚本,因而将无法由静态文件处理程序来处理。
.Net3.5的WCF服务在IIS7中发布后,在IE中访问.svc文件出现以下错误:HTTP 错误 404.17 - Not Found请求的内容似乎是脚本,因而将无法由静态文件处理程序来处理。 后来发现在II7的WCF服务网站中中*.svc文件已经被.Net Framework4.0的处理程序as...
分类:其他好文   时间:2014-06-07 09:47:55    阅读次数:202
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!