Exception in thread "AWT-EventQueue-0" java.lang.ClassCastException: sun.java2d.HeadlessGraphicsEnvironment cannot be cast to sun.awt.Win32GraphicsEnv...
分类:
编程语言 时间:
2014-11-03 14:23:11
阅读次数:
254
Entironment ================================================ Windows 7 Ultimate x64 Oracle 11g Release 2 (11.2) for Microsoft Windows x64 (64-Bit) Toa...
分类:
数据库 时间:
2014-11-02 12:03:51
阅读次数:
216
SQL2008 R2中时,Diagrams的问题Error: ------------------------------ Database diagram support objects cannot be installed because this database does not have...
分类:
数据库 时间:
2014-10-31 18:57:47
阅读次数:
154
Ubuntu 上使用jad,出现上面错误:./jad: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory网...
分类:
编程语言 时间:
2014-10-31 15:23:23
阅读次数:
188
在linux环境编译应用程式或lib的source code时常常会出现如下的错误讯息:代码如下:/usr/bin/ld: cannot find -lxxx这些讯息会随着编译不同类型的source code 而有不同的结果出来如:代码如下:/usr/bin/ld: cannot find -lc/...
分类:
系统相关 时间:
2014-10-31 11:24:50
阅读次数:
186
DM8168 custom board 成功启动系统之后想先测一下8168编解码功能,把开发包里的examples跑一遍。启动完成后,连上HDMI显示,在starting Matrix GUI application后HDMI已经有输出了,这时候优先选择了decode_display功能来测试。
root@8168:/usr/share/ti/ti-omx# ./decode_display_a...
分类:
其他好文 时间:
2014-10-30 21:02:31
阅读次数:
338
之前一直没有注意一个事情, 关于设置archive归档路径设置的问题。设置数据库为归档模式的命令: 1、首先要切换到mount状态; 2、执行alter system archivelog; 3、查看归档是否启动:archive log list;接着修改归档路径的时候发现报错。报错内容:OR...
分类:
数据库 时间:
2014-10-30 18:49:01
阅读次数:
249
去官网下载 deb包:http://linux.wps.cn/
安装完成后会无法启动程序,控制台会提示错误:
error while loading shared libraries: libgthread-2.0.so.0: cannot open shared object file: No such file or directory
需安装32位库:
sudo apt-get in...
分类:
系统相关 时间:
2014-10-30 11:46:38
阅读次数:
268
If you want to use version 3.1 you need to use the following schema:
http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd
Note that 3.0 and 3.1 are different: in 3.1 there's no Sun mentioned, so si...
分类:
Web程序 时间:
2014-10-29 19:25:41
阅读次数:
310
$h = Get-SPServiceHostconfig$h.Provision()$services = Get-SPServiceApplicationforeach ($service in $services) { $service.provision(); write-host $serv...
分类:
移动开发 时间:
2014-10-29 19:19:03
阅读次数:
365