eclipse 使用一段时间后,有时会因为一些故障自己就莫名奇妙的关闭了,再打开时有时没有问题,有时有会提示错误 Workspace Unavailable:
Workspace in use or cannot be created, choose a different one.
原因:出现这种情况一般是workspace的配置文件中出现了.lock文件(workspace...
分类:
其他好文 时间:
2015-03-30 16:37:37
阅读次数:
137
参考yum install gcc gcc++呵呵,这样的话还是有组件没有安装完整的。再执行一下这个命令就可以解决问题。yum install gcc gcc-c++gcc-g77
分类:
编程语言 时间:
2015-03-30 12:44:40
阅读次数:
154
java.lang.ClassCastException: com.bjsxt.HomeWrok.oop.polymorphism.UP cannot be cast to com.bjsxt.HomeWrok.oop.polymorphism.MP3at com.bjsxt.HomeWrok.oo...
分类:
编程语言 时间:
2015-03-30 09:11:56
阅读次数:
143
练习4-1原文Exercise 4.1. Notice that we cannot tell whether the metacircular evaluator evaluates operands from left to right or from right to left. Its evaluation order is inherited from the underlying Li...
分类:
其他好文 时间:
2015-03-29 18:08:21
阅读次数:
136
WebLogic中JNDI遇到的非常非常小的问题: 错误如下: javax.naming.NameNotFoundException:?Unable?to?resolve?‘jdbc.mydb‘.?Resolved?‘jdbc‘;?remaining?name?‘mydb‘
at?weblogic.jndi.internal.Basi...
分类:
编程语言 时间:
2015-03-29 16:41:29
阅读次数:
171
public class Test {
public static void main(String[] args) {
System.out.println(new CountingGenerator.String(12).next());
ListInteger> list=new ArrayListInteger>();
list.a...
分类:
编程语言 时间:
2015-03-29 15:10:14
阅读次数:
276
1、错误描述
严重:Servlet.service() for servlet jsp threw exception
The struts dispatcher cannot be found.This is usually called by using struts tags without
the associat...
分类:
其他好文 时间:
2015-03-27 23:54:53
阅读次数:
249
1.引入 Deferred 对象的概念 1 var wait = function(dtd){ 2 3 var tasks = function(){ 4 5 alert("执行完毕!"); 6 7 dtd.resolve(); // 改变Deferred对...
分类:
编程语言 时间:
2015-03-21 09:40:56
阅读次数:
161
有一个method困扰了我一周之久:execute我跟着《java web开发技术详解》这本书一步一步编程,结果卡在了this.execute(request,response);编译器一直报错:cannot resolve method execute于是我百度,谷歌,查java sdk.就在准备...
分类:
其他好文 时间:
2015-03-20 23:36:14
阅读次数:
191
Fatalerror:Uncaughtexception‘PDOException’withmessage‘SQLSTATE[HY000][2000]mysqlndcannotconnecttoMySQL4.1+usingtheoldinsecureauthentication.PleaseuseanadministrationtooltoresetyourpasswordwiththecommandSETPASSWORD=PASSWORD(‘your_existing_password’).Thi..
分类:
数据库 时间:
2015-03-20 18:56:19
阅读次数:
179