Tomcat报错: The JRE could not be found. Edit the server and change the JRE location.EClipse -> windows -> prefreances -> server -> installed runtimes ->...
分类:
其他好文 时间:
2014-07-16 23:25:15
阅读次数:
263
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 or...
分类:
其他好文 时间:
2014-07-16 23:16:32
阅读次数:
156
Struts2.16与Spring4.x整合出错:Caused by: java.lang.RuntimeException: com.opensymphony.xwork2.inject.DependencyException: com.opensymphony.xwork2.inject.Con...
分类:
移动开发 时间:
2014-07-10 10:51:14
阅读次数:
261
1、const用于类成员变量定义,一旦定义且不能改变其值。define定义全局常量,在任何地方都可以访问。2、define不能在类中定义而const可以。3、const不能在条件语句中定义常量if (...) { const FOO = 'BAR'; // invalid } but ...
分类:
Web程序 时间:
2014-07-07 15:11:52
阅读次数:
210
提示Error 1324.The path My Pictures contains an invalid character.解决办法:新建一个文件夹,123, 设置 我的文档文件夹 目录指向 “C:\123” 即可。-----------------------------相关文章 http:/...
分类:
其他好文 时间:
2014-07-07 15:02:50
阅读次数:
211
header('HTTP/1.1 200 OK');//设置一个404头:header('HTTP/1.1 404 Not Found');//设置地址被永久的重定向header('HTTP/1.1 301 Moved Permanently');//转到一个新地址header('Location:...
分类:
其他好文 时间:
2014-06-30 11:25:04
阅读次数:
198
在发布系统的过程中,曾经遇到过这样的问题,由于 Web 服务器上的“ISAPI 和 CGI 限制”列表设置,无法
提供您请求的页面。
错误详情如下:
解决方法:
找到IIS的根节点->右侧“ISAPI和CGI限制”->把禁止的ASP.Net版本项设置为允许。
如下图
总结:通过这个这个问题,我想到了一点:虽然解决了问题,但知其然却不知其所以然,很多...
分类:
Windows程序 时间:
2014-06-30 10:49:07
阅读次数:
13321
在eclipse里导入的时候报错,提示 Invalid project description。
解决办法:
在eclipse的workspace中,找到.metadata文件夹,依次打开------->.plugins文件夹------->org.eclipse.core.resources文件夹------->.projects文件夹
找到你的项目包名一样的文件夹,删除它。
然后从...
分类:
移动开发 时间:
2014-06-30 09:14:46
阅读次数:
207
问题:
I am trying to install apache maven 3 in Ubuntu 12.04 lts. What I did was open the terminal then I typed the following commands
export M2_HOME=/usr/local/apache-maven/apache-maven-3.0.5 ...
今天在编译安装MySQL的时候出现报错,报错信息如下[root@localhostmysql]#servicemysqlstartStartingMySQL..ERROR!TheserverquitwithoutupdatingPIDfile(/var/lib/mysql/localhost.localdomain.pid)查看报错日志信息如下:14062711:31:43[ERROR]Fatalerror:Can‘topenandlockpri..
分类:
数据库 时间:
2014-06-28 06:34:58
阅读次数:
345