摘要: 数据库查询优化,只需要优化其中的一两个sql查询就达到目的了。 阅读全文
posted @ 2016-01-18 09:24 Dear_Sebastian 阅读(294) 评论(0) 推荐(0) 编辑
摘要: Asp.Net页面的速度瓶颈有可能是正则表达式的处理造成的。 阅读全文
posted @ 2016-01-15 19:53 Dear_Sebastian 阅读(120) 评论(0) 推荐(0) 编辑
摘要: Java Hibernate:调试 Jsp 时重启 Tomcat 以禁用缓存。 阅读全文
posted @ 2015-12-31 13:18 Dear_Sebastian 阅读(218) 评论(0) 推荐(0) 编辑
摘要: Java Struts2: struts.xml 本身就是超级代码。 阅读全文
posted @ 2015-12-29 10:04 Dear_Sebastian 阅读(171) 评论(0) 推荐(0) 编辑
摘要: Java Struts2: 没有 Action 映射的原因可能是 web.xml 中缺乏 welcom-file-list 所配置的页面。 阅读全文
posted @ 2015-12-28 11:27 Dear_Sebastian 阅读(154) 评论(0) 推荐(0) 编辑
摘要: php中iconv可将字符串从原始编码转化为指定的编码格式。 阅读全文
posted @ 2015-09-10 10:52 Dear_Sebastian 阅读(125) 评论(0) 推荐(0) 编辑
摘要: mysql中 DateDiff(date1, date2)函数的第一个参数需比第二个参数晚,运行才正常。 阅读全文
posted @ 2015-08-18 14:17 Dear_Sebastian 阅读(827) 评论(0) 推荐(0) 编辑
摘要: 使用Jsonp跨域访问时要保证json文件以ANSI方式存储。 阅读全文
posted @ 2015-07-13 17:29 Dear_Sebastian 阅读(99) 评论(0) 推荐(0) 编辑
摘要: 使用 IE11的开发者工具 F12可以模拟调试 IE10,IE9,IE8,IE7,IE5下的页面兼容。 阅读全文
posted @ 2015-06-26 17:38 Dear_Sebastian 阅读(870) 评论(0) 推荐(0) 编辑
摘要: 正则表达式预搜索时将最小匹配前辍字符串放入预搜索当中,如:^(?!.*?value="id\.).*$ 阅读全文
posted @ 2015-06-19 17:52 Dear_Sebastian 阅读(198) 评论(0) 推荐(0) 编辑