- 博客(12)
- 资源 (1)
- 收藏
- 关注
转载 Docker+Nginx+Tomcat7配置简单的负载均衡
http://www.linuxidc.com/Linux/2015-12/125907.htm
2017-11-22 14:30:53
664
原创 js获取键盘时间或禁止按键操作
document.onkeydown=function(event){var e = event || window.event || arguments.callee.caller.arguments[0];if(e && e.keyCode==27){ // 按 Esc //要做的事情return false;}if(e && e.keyCode==113){ //
2016-10-31 13:14:35
639
翻译 mysql命令
Mysql常用命令详解Mysql安装目录数据库目录/var/lib/mysql/配置文件/usr/share/mysql(mysql.server命令及配置文件)相关命令/usr/bin(mysqladmin mysqldump等命令)启动脚本/etc/init.d/mysql(启动脚本文件mysql的目录)系统管理连接MySQL格式: mysq
2016-10-10 14:28:06
288
转载 ORA-12519: TNS:no appropriate service handler found 解决
最近做项目遇到一个连接Oracle的问题,报错如题:ORA-12519: TNS:no appropriate service handler found,应该是项目中的有些算法把所有连接都占用了,没办法只能增大数据的连接,具体做法如下:select count(*) from v$process --当前的连接数 select value from v$para
2016-09-18 09:50:29
263
翻译 Tomcat version 6.0 only supports J2EE 1.2, 1.3, 1.4, and Java EE 5 Web modules
布署项目的时候出现Tomcat version 6.0 only supports J2EE 1.2, 1.3, 1.4, and Java EE 5 Web modules错误;解决方法如下:在工作空间项目下的.settings下面,有个名为org.eclipse.wst.common.project.facet.core.xml的文件,里面配置有各种版本信息:
2016-09-14 14:32:30
374
转载 HTML转义字符大全
ISO Latin-1字符集: — 制表符Horizontal tab — 换行Line feed — 回车Carriage Return — Space ! ! — 惊叹号Exclamation mark ” " " 双引号Quotation mark # # — 数字标志Number
2016-09-01 09:57:44
494
原创 tomcat发布的时候项目名字后面跟一个别名ifmofflinehost(ifmbatch)
解决方法在项目的settings中org.eclipse.wst.common.component配置 改成
2016-08-23 16:32:16
568
转载 PL/SQL database character set(AL32UTF8) and Client character set(ZHS16GBK) are different
启动PL/SQL Developer 报字符编码不一致错误Database character set (AL32UTF8) and Client character set (ZHS16GBK) are different.Character set conversion may cause unexpected results.Note: you can set the c
2016-08-03 13:22:41
517
转载 Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateK
http://my.oschina.net/u/946606/blog/152608
2016-05-23 18:14:41
897
原创 Unable to process Jar entry [org/apache/http/message/BasicLineParser.class] from Jar [jar:file:/D:/d
Unable to process Jar entry [org/apache/http/message/BasicLineParser.class] from Jar [jar:file:/D:/develop/apache-tomcat-7.0.67/webapps/bms/WEB-INF/lib/httpcore-4.4.4.jar!/] for annotationshttpc
2016-05-11 14:27:08
1373
原创 maven项目运行时:3 字节的 UTF-8 序列的字节 3 无效
在pom文件中,指定build的编码:properties> project.build.sourceEncoding>UTF-8project.build.sourceEncoding>properties>
2016-05-11 11:44:52
342
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人