Could not create the view: An unexpected exception was thrown.解决办法:关闭myeclipse 原来工作空间的.metadata文件夹下出现com.genuitec.eclipse.ast.deploy.core.prefs错误提示---...
分类:
系统相关 时间:
2014-06-28 23:10:29
阅读次数:
349
11.2.0.2,expdp报错:ORA-39126: Worker unexpected fatal error in KUPW$WORKER.GET_TABLE_DATA_OBJECTS []ORA-31642: the following SQL statement fails:BEGIN "...
分类:
其他好文 时间:
2014-06-23 08:22:37
阅读次数:
497
tomcat的webapp下放了多个应用,当tomcat启动时会出现perm区内存溢出的报错:Exception in thread "portalMessageListener-444" java.lang.OutOfMemoryError: PermGen space解决方案:增加catalin...
分类:
其他好文 时间:
2014-06-23 00:57:37
阅读次数:
208
public class StringUtil {
public static String str = "696d706e7274";
public static void main(String[] args) {
try {
System.out.println(new String(getBytes(str)));
} catch (Exception e) {
//...
分类:
其他好文 时间:
2014-06-22 17:48:40
阅读次数:
185
xml解析报错:Invalid byte 2 of 2-byte UTF-8 sequence
在做接口解析时候出现的错误:Invalid byte 2 of 2-byte UTF-8 sequence. Nested exception: Invalid byte 2 of 2-byte UTF-8 sequence.
很明显是在读取XML文件时候出现的编码问题!
在测试过程中发...
分类:
其他好文 时间:
2014-06-22 16:26:26
阅读次数:
143
Eclipse运行程序提示:Exception in thread "main" java.lang.OutOfMemoryError: Java heap space...
分类:
编程语言 时间:
2014-06-21 21:41:22
阅读次数:
336
先Reset Vector EPCS Exception Vector Ram工程Program memory ,Read-only data memory...均为RAM.Hardware Image选择 EPCS编译.编译:先把POF文件下载到EPCS中.放到最底层后通过FLASH PROGRA...
分类:
移动开发 时间:
2014-06-21 12:33:42
阅读次数:
302
做了2个action,其中一个运行没有问题,另一个报错,看下面的报错信息,再看了看struts.xml,因为没有给GetBooks这个action配置actionform,所以就导致报null。下面是有问题的struts.xml,其中主要的问题就是没有给GetBooks这个action配置actio...
分类:
编程语言 时间:
2014-06-21 10:58:41
阅读次数:
406
刚刚遇到的两个错误,。1,Terminating app due to uncaught exception'NSGenericException', reason: 'Push segues can only be used when the sourcecontroller is managed...
分类:
其他好文 时间:
2014-06-20 23:08:13
阅读次数:
318
算法定义 最大期望算法(Exception Maximization Algorithm,后文简称EM算法)是一种启发式的迭代算法,用于实现用样本对含有隐变量的模型的参数做极大似然估计。已知的概率模型内部存在隐含的变量,导致了不能直接用极大似然法来估计参数,EM算法就是通过迭代逼近的方式用实际的.....
分类:
其他好文 时间:
2014-06-20 17:39:58
阅读次数:
215