在tomcat
bin目录下执行startup.bat可以正常启动,但在eclipse下安装了tomcat插件并且配置tomcat路径后启动且报错:A Java
Exception has occurred 解决方法,在eclipse中[window][Preferences]找到[tomcat][...
分类:
编程语言 时间:
2014-05-26 08:51:34
阅读次数:
360
1. X Window下重启(注销+重新登录) Alt + Ctrl + Backspace2. X
Window与命令行模式的切换 Ctrl + Alt + F1 ~ F6 :文字界面登录 tty1~tty6终端 Ctrl + Alt +
F7:图形界面登录3. 纯文本模式下启动linux,...
1. oncontextmenu="window.event.returnValue=false"
将彻底屏蔽鼠标右键no 可用于Table2. 取消选取、防止复制3. onpaste="return false" 不准粘贴4. oncopy="return
false;" oncut="retu....
分类:
编程语言 时间:
2014-05-26 07:36:55
阅读次数:
350
1、在用mingw
4.5.2编译x264后,生成libx264.a文件,将libx264.a和x264.h和x264_config.h拷贝到Qt工程中,将mingw/lib/libpthread.a拷贝到Qt工程中,在.pro中LIB
+= -L. -lx264 -lpthread2、编译时会提....
第一步:简单了解html5为window.navigator提供了geolocation属性,用于获取基于浏览器的当前用户地理位置。window.navigator.geolocation提供了3个方法分别是:void
getCurrentPosition(onSuccess,onError,opt...
分类:
移动开发 时间:
2014-05-26 06:53:12
阅读次数:
370
在64位 Windows 7中水晶报表的错误:Crystal Report Error: Either
the Crystal Reports registy key permission are insufficient or the Crystal
Reports runtime is not ...
分类:
其他好文 时间:
2014-05-26 06:38:07
阅读次数:
219
根据项目需求,需要用php去调取Oracle(在另一台机器上)上的数据。由于是在window平台上(我的环境是win32
xp),首先想到的是php的OCI8扩展。
由于从来没有接触过Oracle,所以在本地上试着配置了一下环境。在Oracle官网上找到这么一篇文章:【http://www.ora....
分类:
数据库 时间:
2014-05-24 13:20:36
阅读次数:
279
Given a string S and a string T, find the
minimum window in S which will contain all the characters in T in complexity
O(n).For example, S = "ADOBECOD...
在运行中输入:“gpedit.msc”,就会启动组策略编辑器,计算机配置
-->Windows设置-->安全设置-->本地策略 -->安全选项 :::: 用户帐户控制:
用于内置管理员账户的管理员批准模式依次展开“计算机配置”里面的“Windows设置”,然后是“安全设置”,再就是“本地策略”里面的...