Error : An error occurred creating the form. See Exception.InnerException for details. The error is: Class not registered (Exception from HRESULT: 0x8...
分类:
其他好文 时间:
2014-07-22 22:46:53
阅读次数:
194
当在eclipse中的web工程中增加了extjs4,出现An internal error occurred during: "Building workspace".Java heap space 错误。解决办法1:把extjs4的工程安装包不要放到web工程中就ok了,或者建议直接用myecl...
分类:
Web程序 时间:
2014-07-22 22:36:56
阅读次数:
259
package?main
import?(
????"errors"
????"fmt"
)
type?item?struct?{
????Name?string
}
func?(i?item)?String()?string?{
????return?fmt.Sprintf("item?name:?%v",?i.Name)...
分类:
其他好文 时间:
2014-07-21 23:31:04
阅读次数:
310
在JVM中,如果98%的时间是用于GC且可用的HeapSize不足2%时将会抛出OOM异常;HeapSize最大不要超过可用物理内存的80%,一般-Xms –Xmx设置为相同,-Xmn设置为1/4的-Xmx。若-Xms、-Xmx设置的大小超过物理内存,则会出现:
”Error occurred during initialization if VM could not reserve...
分类:
其他好文 时间:
2014-07-20 22:24:23
阅读次数:
354
■ XCODE设置:(1)把编译器中的“警告”,设置成错误级别。方法:build settings 搜索error->“treat warings as errors”,更改为true.(2)xcode 快捷键:ESC: 打开代码提示自动完成窗口TABLE:补全自动提示快照:command+ctrl...
分类:
其他好文 时间:
2014-07-20 10:20:24
阅读次数:
337
Errors occurred during the build.
Errors running builder 'Android Resource Manager' on project 'DeskClock'.
java.lang.NullPointerException
delete the project and import it again....
分类:
移动开发 时间:
2014-07-19 08:12:28
阅读次数:
208
今天再给Android项目工程中的包重命名时出现了这个错误(之前重命名的时候就没有出现,郁闷): An unexpected exception occurred while creating a change object. see the error log for more details 效...
分类:
其他好文 时间:
2014-07-18 20:05:21
阅读次数:
337
µVISION: Pack Installer Reports ErrorsInformation in this knowledgebase article applies to:MDK version 5.01 and earlierSYMPTOMWhen the pack installer ...
分类:
其他好文 时间:
2014-07-18 20:01:47
阅读次数:
317
Check SMTP Server Availability for ORA-29278 or ORA-29279 errors using UTL_SMTP to Send Email. (文档 ID 604763.1)转到底部修改时间:2014-5-13类型:PROBLEM为此文档评级通过电子邮...
分类:
其他好文 时间:
2014-07-18 17:38:40
阅读次数:
495
一、oracle还原数据自动管理的一些参数:1、oracle 9i之前的一些程序中开发的脚步上包含手动指定回滚段的语句。这样的语句在执行是虽然对最终结果没有影响但是会在控制台报错,对用户的感觉不好。故引入动态参数UNDO_SUPPRESS_ERRORS那么在自动管理还原数据的模式下手动指定或设置还原...
分类:
其他好文 时间:
2014-07-16 13:35:32
阅读次数:
149