JavaScript实现弹窗报错
1、具体错误如下
SCRIPT 5022:cannot call methods on dialog prior to initialization;
attempted to call method 'open'.
2、错误原因
3、解决办法...
分类:
编程语言 时间:
2014-05-13 07:01:27
阅读次数:
463
解决方法是将 jre的目录在 window->Preferences 里修改java
installed里的jre目录改为jdk目录即可。原因是在jre目录下不存在tools.jar.
分类:
其他好文 时间:
2014-05-12 22:08:31
阅读次数:
895
异常:The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application
这是因为页面中用了struts标签的原因。
解决方法:
1。下载jstl1.1 解压后把lib文件夹下的jstl....
分类:
编程语言 时间:
2014-05-11 21:44:48
阅读次数:
364
apache+php+mysql:php下载:VC6就是legacy Visual Studio 6
compiler,就是使用这个编译器编译的,VC9就是the Visual Studio 2008
compiler,就是用微软的VS编辑器编译的如果你选用的是Apache或者其他服务软件,那么选择...
分类:
其他好文 时间:
2014-05-11 16:33:26
阅读次数:
259
必须要保证运行环境高于编译环境1.编译器的环境设置单击项目右键-> Properties
->Java Compiler ->5或6如果编译器的环境高于运行时环境会报错。2.运行环境的设置项目右键à Build path
->Configure Build path ->Libraries ->选中...
分类:
编程语言 时间:
2014-05-09 23:28:16
阅读次数:
385
CentO中把vsftpd安裝配置好了,以為大功告成,但用FTP 登入出現下錯誤:500
OOPS: cannot change directoryCentOS系統安裝了SELinux,因為預設下是沒有開啟FTP的服務。//查看SELinux設置#
getsebool -a|grep ftpftp_...
分类:
其他好文 时间:
2014-05-09 22:59:08
阅读次数:
351
依据上述转换图,写出直接转向代码:
//============================================================================
// Name : Comlier.cpp
// Author : vit
// Version :
// Copyright : Your copyright not...
分类:
其他好文 时间:
2014-05-09 22:13:26
阅读次数:
295
Long 无法转化成Integer类型.
这个异常 经常出现在hinbernate分页查询的时候.
原因:
这里在Hibernate2.0之前版本list.get(0)返回的是Integer类型.
但是在Hibernate3.0以后版本list.get(0)返回的是Long类型.
解决方法
public Intege...
分类:
编程语言 时间:
2014-05-09 22:00:46
阅读次数:
327
phpize可以往php种追加新的模块
Cannot find autoconf. Please check your autoconf installation and the
$PHP_AUTOCONF environment variable. Then, rerun this script....
分类:
Web程序 时间:
2014-05-09 21:06:27
阅读次数:
375
转载:http://www.ibm.com/developerworks/cn/linux/l-gcc-hacks/?S_TACT=105AGX52&S_CMP=tec-csdnLinux
内核中的 GCC 特性了解用于 C 语言的 GCC 扩展Linux? 内核使用 GNU Compiler Co...
分类:
系统相关 时间:
2014-05-09 10:05:40
阅读次数:
596