获得list长度 jsp

摘要: ${fn:length(page.list)} 阅读全文
posted @ 2015-03-03 14:44 w z y 阅读(127) 评论(0) 推荐(0) 编辑

复制部分数据sql 到数据库

摘要: 1.打开navicat,打开要查询的数据2.查询后复制,然后粘贴到excel3.修改id4.复制到相应的地方 阅读全文
posted @ 2015-03-03 11:47 w z y 阅读(161) 评论(0) 推荐(0) 编辑

mysql数据库恢复

摘要: 1.进入mysql命令窗口2.选择数据库 use honghaimis;3. source E:/2015-03-01-07_honghaimis.sql; 阅读全文
posted @ 2015-03-03 10:34 w z y 阅读(120) 评论(0) 推荐(0) 编辑

Failed to load JavaHL Library解决方法

摘要: http://www.blogjava.net/icewee/archive/2013/03/18/396594.html 阅读全文
posted @ 2015-02-03 14:06 w z y 阅读(119) 评论(0) 推荐(0) 编辑

css控制不换行

摘要: white-space:nowrap; 阅读全文
posted @ 2014-12-22 14:50 w z y 阅读(110) 评论(0) 推荐(0) 编辑

提示框的两种写法

摘要: 1.代码: 总体 这是我在51js.com的专用头像 2. 阅读全文
posted @ 2014-12-21 21:02 w z y 阅读(152) 评论(0) 推荐(0) 编辑

highchart

摘要: /** * 部门图表 **/ var chart = new Highcharts.Chart({ chart: { type: 'colu... 阅读全文
posted @ 2014-12-05 15:20 w z y 阅读(157) 评论(0) 推荐(0) 编辑

easyui tabs 返回后选中

摘要: $(document).ready(function(){ var tabId =${model.tabId}; $("#tabsId").tabs("select",tabId);function submitData(){ var... 阅读全文
posted @ 2014-12-05 15:19 w z y 阅读(440) 评论(0) 推荐(0) 编辑

main方法调用spring中dao service方法

摘要: public static void main(String[] args) { ApplicationContext context = new ClassPathXmlApplicationContext("ApplicationContext.xml"); System.out.... 阅读全文
posted @ 2014-11-22 14:22 w z y 阅读(3397) 评论(1) 推荐(0) 编辑

错误:Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener

摘要: SEVERE: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListenerorg.springframe... 阅读全文
posted @ 2014-11-22 12:03 w z y 阅读(11517) 评论(0) 推荐(1) 编辑