Daddy’s Hands 父亲的双手
作词 : DunnSong:Daddy’s HandsSinger:Holly DunnI remember Daddy ?s hands,folded silently in prayer.……
getRealPath()过期解决方法
request.getRealPath(“”) 这个方法已经不推荐使用了,那代替它的是什么方法呢? 下面就是替代它的方法: request.g……
mybatis association表关联与rowbounds共同使用时的异常及其解决方案
按照mybatis手册中所说的,association有两种实现方式,嵌套查询和嵌套结果映射。如手册中所述,select方式会带来N+1次查询的问题,考虑到效率问题的话建议使用嵌套结果映射。但是在结合……
eclipse字体颜色的设置方法
此时我们就希望设置一下字体eclipse字体颜色,让他像其它编辑器一样的,有不同的风格,白天用一上用一种。 1.eclipse 背景色设置:Window->Prefere……
JSON数据传输,解决中文乱码
遇到Json从Java后台传到前端乱码的问题, 设置格式为text/json */ response.setContentType("text/jso……
mybatis连接mysql数据库插入中文乱码
对于MySQL数据库的乱码问题,有两中情况: 1. mysql数据库编码问题(建库时设定)。 2. 连接mysql数据库的url编码设置问题。 ……
运行Maven是报错:No goals have been specified for this build
No goals have been specified for this build. You must specify a valid lifecycle phase or a goal……
OpenLayers源码分析(五) ? Canvas.js
直接继承至Renderer抽象类;PropertieshitDetection {Boolean} Allow for hit detection ……
OpenLayers源码分析(四) ? Renderer.js
Renderer.js ? 渲染抽象类Properties 属性container {DOMElement} HTML容器;root {DOMElemen……
IMP-00010:不是有效的导出文件,头部验证失败
oracle 导入dmp 报 IMP-00010:不是有效的导出文件,头部验证失败 这是由于导出的dmp文件与导入的数据库的版本……
Environment variable ORACLE_SID not defined. Please define it.
(oracle 11g数据库创建完成后控制台不可用解决方法) ……
在Maven仓库中添加Oracle JDBC驱动
由于Oracle授权问题,Maven3不提供Oracle JDBC driver,为了在Maven项目中应用Oracle JDBC driver,必须手动添加到本地仓库。 一.首……
maven tomcat:run 部署时根目录问题
在用maven的tomcat:run之类的来跑web项目时,会有个根目录问题。 比如项目ABC,那么根目录默认就是在localhost/ABC。 处理方……
eclipse 新建项目弹出The selected wizard could not be started
用命令行到eclipse目录下使用 ./eclipse.exe -clean &n……
CSS3 support for Internet Explorer 6, 7, and 8
What is it? IE-CSS3 is a script to provide Internet Explorer support for some new styles ……