转自:http://hi.baidu.com/kissbaofish/item/2f56d326742c39454799620b用dbca建库停在46%是export NLS_LANG='american_america.ZHS16GBK'export NLS_LANG="SIMPLIFIED CH...
分类:
数据库 时间:
2014-06-28 13:46:10
阅读次数:
906
1.获取java entity里的属性有俩个方法:getDeclaredField()和getField(); getField() 只能获取public类型的属性; getDeclaredField() 能获取类或接口声明的所有属性; 如:import java.lang.reflect.*;.....
分类:
编程语言 时间:
2014-06-23 08:08:34
阅读次数:
256
今天在进行代码检查的时候出现下面的异常:1 type parameters of T cannot be determined; no unique maximal instance exists for type variable T with upper bounds int,java.lang...
分类:
编程语言 时间:
2014-06-23 08:05:13
阅读次数:
381
暂时主要讨论以下几点:Android引用外部包,报NoClassDefFoundError异常崩溃同名包引用关系问题程序图标9patch图片素材Android引用外部包,程序报java.lang.NoClassDefFoundError异常崩溃在Android工程中,引用第三方jar包(尤其是经过本...
分类:
移动开发 时间:
2014-06-23 07:42:25
阅读次数:
329
问题:主要是2个内存溢出的错误。首先是:java.lang.OutOfMemoryError: Java heap space其次是:java.lang.OutOfMemoryError: PermGen space最终解决办法【我是4G内存,请适当修改大小】:【Windows】在catalina....
分类:
其他好文 时间:
2014-06-23 06:34:12
阅读次数:
205
tomcat的webapp下放了多个应用,当tomcat启动时会出现perm区内存溢出的报错:Exception in thread "portalMessageListener-444" java.lang.OutOfMemoryError: PermGen space解决方案:增加catalin...
分类:
其他好文 时间:
2014-06-23 00:57:37
阅读次数:
208
在写自定义的view时,有时会报以下错误:
Caused by: java.lang.NoSuchMethodException: [class android.content.Context, interface android.util.AttributeSet]
android:id="@id/viewpage_container"...
分类:
移动开发 时间:
2014-06-22 15:46:23
阅读次数:
608
启动Tomcat后出现严重: Error starting static Resources java.lang.IllegalArgumentException: Document base D:\Program Files\apache-tomcat-6.0.35\webapps\jqz does not exist or is not a readable directory
这种错误可能...
分类:
编程语言 时间:
2014-06-22 15:27:58
阅读次数:
3817
严重: Null component Catalina:type=JspMonitor,name=jsp,WebModule=//localhost/eBus20140618,J2EEApplication=none,J2EEServer=none
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAc...
分类:
其他好文 时间:
2014-06-21 23:17:38
阅读次数:
513
/*
ID:kevin_s1
PROG:castle
LANG:C++
*/
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
using namespace std;
#define MAXM 51...
分类:
其他好文 时间:
2014-06-21 20:42:31
阅读次数:
222