错误:Server Tomcat v7.0 Server at localhost was unable to start within 45 seconds 错误提示就是我们限定了部署的时间导致的错误。 修改 workspace\.metadata\.plugins\org.eclipse.wst.server.core\servers...
分类:
其他好文 时间:
2015-01-31 22:01:14
阅读次数:
195
当使用mvn package打包项目的时候,抛出下面这个错误:1 [ERROR] Unable to locate the Javac Compiler in:2 D:\jdk\..\lib\tools.jar3 Please ensure you are using JDK 1.4 or ab.....
分类:
编程语言 时间:
2015-01-31 17:36:18
阅读次数:
196
这种提示的意思是说,引用的文件重复了.在引用json解析库中,clean工程的时候,报错说:Unable to execute dex: Multiple dex files define Lorg/apache/commons/collections/Buffer;Conversion to Da...
分类:
移动开发 时间:
2015-01-31 00:22:36
阅读次数:
250
1. 复制表结构及其数据:
create table table_name_new as select * from table_name_old
2. 只复制表结构:
create table table_name_new as select * from table_name_old where 1=2;
或者:
create table table_name_new like ta...
分类:
数据库 时间:
2015-01-30 17:45:27
阅读次数:
162
一.简介JSTL:JSP 标准标签函数库JSTL所提供的标签函数库主要分为五大类:(1)核心标签库 (Core tag library) c http://java.sun.com/jsp/jstl/core eg.(2)I18N 格式标签库 (I18N-capable formatting ta....
分类:
Web程序 时间:
2015-01-30 15:28:50
阅读次数:
248
安装安装源码WDCP提供两种安装模式,一种是源码安装,一种是RPM包安装,众所周知,源码安装虽然安装时要比RPM包安装繁琐,但是使用上要节省内存。所以我这里主要介绍源码安装。首先是下载安装源代码,然后解压12wget http://dl.wdlinux.cn:5180/lanmp_laster.ta...
分类:
其他好文 时间:
2015-01-30 14:56:33
阅读次数:
217
在Hadoop Eclipse开发环境搭建这篇文章中,第15.)中提到权限相关的异常,如下: 15/01/30 10:08:17 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform......
分类:
编程语言 时间:
2015-01-30 14:44:24
阅读次数:
256
今天使用Tomcat连接sql Server 2008 enterprise的时候,报错:HTTP Status 500 - Servlet execution threw an exceptiontype Exception reportmessage Servlet execution thre...
分类:
数据库 时间:
2015-01-30 14:37:07
阅读次数:
1522
在Ubuntu中安装软件的时候经常碰到E: Unable to correct problems, you have held broken packages.的错误,顾名思义是因为某些软件包冲突导致,幸运的话sudo apt-get update && sudo apt-get upgrade 可...
分类:
其他好文 时间:
2015-01-29 22:30:45
阅读次数:
341
解决办法:Open:/system/etc/init.d/×××(not the same file on different ROMs, find the right file)Find the line that says:rm /dev/log/mainChange the line to:#...
分类:
其他好文 时间:
2015-01-29 21:05:57
阅读次数:
198