码迷,mamicode.com
首页 >  
搜索关键字:cannot be resolved    ( 5515个结果
java bug
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
ORA-12705: Cannot access NLS data files or invalid environment specified
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
创建Database Diagrams时遇到的问题
SQL2008 R2中时,Diagrams的问题Error: ------------------------------ Database diagram support objects cannot be installed because this database does not have...
分类:数据库   时间:2014-10-31 18:57:47    阅读次数:154
./jad: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory
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系统中提示/usr/bin/ld: cannot find -lxxx错误的通用解决方法
在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 unrecoverable error: OMX_ErrorBadParameter (0x80001005) [resolved]
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
ORA-16018: cannot use LOG_ARCHIVE_DEST with LOG_ARCHIVE_DEST_n or DB_RECOVERY_FILE_DEST【error收集】
之前一直没有注意一个事情, 关于设置archive归档路径设置的问题。设置数据库为归档模式的命令: 1、首先要切换到mount状态; 2、执行alter system archivelog; 3、查看归档是否启动:archive log list;接着修改归档路径的时候发现报错。报错内容:OR...
分类:数据库   时间:2014-10-30 18:49:01    阅读次数:249
Ubuntu 14.04安装WPS
去官网下载 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
Cannot change version of project facet Dynamic Web Module to 3.1 (Eclipse Maven唯一解决方案)
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
SharePoint server error in '/securitytokenserviceapplication' application. value cannot be null. parameter name certificate
$h = Get-SPServiceHostconfig$h.Provision()$services = Get-SPServiceApplicationforeach ($service in $services) { $service.provision(); write-host $serv...
分类:移动开发   时间:2014-10-29 19:19:03    阅读次数:365
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!