摘要:1、我写的是src/main/java/config/mybatis-cofig.xml 但总是报错 Could not find resource src/main/java/config/mybatis-config.xml 多次尝试 了 但仍未成功。 解决方法:maven中 需要将配置文件放在
阅读全文
摘要:原文地址:http://blog.csdn.net/oppo5630/article/details/52162783 解决java.sql.SQLException: The server time zone value ‘XXXXXX’ is unrecognized or represents
阅读全文
摘要:/** * 自定义文件上传工具 v1.1 * @param url 路径 */ function fileUploader(url) { var _date = new Date(); //日期 this._container_ = null; this._file_ = null; this._init_1 = function (_uploader)...
阅读全文
摘要:Using FileUpload FileUpload can be used in a number of different ways, depending upon the requirements of your application. In the simplest case, you
阅读全文
摘要:/** * 文件上传工具 v1.0 * @param file 要上传的文件 * @param url 要上传到的路径 * @param div 要显示的区域 */ function uploader(file, url, div) { var xhr = new XMLHttpRequest(); //创建xhr对象 var _data = new Form...
阅读全文
摘要:原文地址:http://www.jb51.net/article/43190.htm 正则表达式中的特殊字符 字符 含意 \ 做为转意,即通常在"\"后面的字符不按原来意义解释,如/b/匹配字符"b",当b前面加了反斜杆后/\b/,转意为匹配一个单词的边界。 -或- 对正则表达式功能字符的还原,如"
阅读全文
摘要:原文地址:https://segmentfault.com/a/1190000004322487#articleHeader11 写得很好很全面。
阅读全文