mongo数据库的增删改查

摘要: 首先建立连接池applicationContext.xml 配置 1.表头 添加 xmlns:mongo="http://www.springframework.org/schema/data/mongo"2.添加配置 1 2 3 4 5 6 7 8 9 3.MongoAddKeywordServ... 阅读全文
posted @ 2014-11-21 09:27 w z y 阅读(348) 评论(0) 推荐(0) 编辑

订单管理中根据订单来源批量修改服务部门

摘要: ddly ='交易平台' and serviceDept is null--SELECT * from de_tbfw_order where ddly ='交易平台' and serviceDept is nullUPDATE de_tbfw_order set serviceDept =(SEL... 阅读全文
posted @ 2014-11-21 09:03 w z y 阅读(210) 评论(0) 推荐(0) 编辑

jstl fn标签函数

摘要: 函数描述fn:contains(string, substring)如果参数string中包含参数substring,返回truefn:containsIgnoreCase(string, substring)如果参数string中包含参数substring(忽略大小写),返回truefn:ends... 阅读全文
posted @ 2014-07-22 12:13 w z y 阅读(173) 评论(0) 推荐(0) 编辑

Tomcat Context

摘要: 1.打开C:/Tomcat/conf/server.xml,在之间加入代码:这样重新启动tomcat,我们的主目录就被设置为jeasyCMS这个项目了。2.另外tomcat会生成一个C:/Tomcat/conf/Catalina/localhost目录,里面自动生成了一个ROOT.xml(root大... 阅读全文
posted @ 2014-07-22 11:48 w z y 阅读(482) 评论(0) 推荐(0) 编辑

js增删改查

摘要: 1 2 3 4 5 " method="post" autocomplete="off"> 6 7 8 9 部门名称: 10 11 12 13 14 15 16 17 ... 阅读全文
posted @ 2014-07-21 16:40 w z y 阅读(316) 评论(0) 推荐(0) 编辑

如何设置eclipse字体

摘要: 在菜单windows-->prefereces里面,找到General-->Appearance-->Colors and Fonts,然后在右边找到你要修改的字体或背景,点Edit...即可。比如修改Java的字体,就找Java-->Java Editor Text Font 阅读全文
posted @ 2014-07-20 09:47 w z y 阅读(173) 评论(0) 推荐(0) 编辑

根据表头排序

摘要: 1 8 9 10 11 12 13 14 应用数据统计 15 16 59 60 61 62 63 64 65 66 直通车汇总报表 67 " method="post" autocomplete="off... 阅读全文
posted @ 2014-07-20 09:37 w z y 阅读(388) 评论(0) 推荐(0) 编辑

如何设置eclipse默认打开文件方式

摘要: windows ==> preferences ==> General ==> Editors ==> file Associations 阅读全文
posted @ 2014-07-20 09:34 w z y 阅读(281) 评论(0) 推荐(0) 编辑

CalendarUtil.java

摘要: 1 package com.honghailt.dataextracter.utils; 2 3 import java.text.ParseException; 4 import java.text.SimpleDateFormat; 5 import java.util.Array... 阅读全文
posted @ 2014-07-20 09:03 w z y 阅读(362) 评论(0) 推荐(0) 编辑

排班管理

摘要: 首先是action类型 1 package com.honghailt.dataextracter.web; 2 3 import java.util.ArrayList; 4 import java.util.Date; 5 import java.util.LinkedHashMa... 阅读全文
posted @ 2014-07-20 08:55 w z y 阅读(840) 评论(0) 推荐(0) 编辑