会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
半夏陌殇
java开发~~越努力越幸运
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
6
7
8
9
10
11
12
13
14
···
21
下一页
2015年11月5日
js的正则表达式总结
摘要: 1.8-20位数字 or 字母 or 特殊字符var reg = /^[0-9a-zA-Z!@#$%^&*()_+-/.]{8,20}$/;2.8-20位 数字+字母+特殊字符 //正则var reg = /^(?![a-zA-Z0-9]+$)(?![^a-zA-Z/D]+$)(?![^0-9/D...
阅读全文
posted @ 2015-11-05 13:51 雨中飞鹭
阅读(197)
评论(0)
推荐(0)
2015年11月4日
lucene4.7实例详解
摘要: java.lang.UnsupportedClassVersionError: org/apache/lucene/index/IndexableField : Unsupported major.minor version 51.0Apache Lucene 4.8.0发布:不再支持Java 6,...
阅读全文
posted @ 2015-11-04 09:40 雨中飞鹭
阅读(481)
评论(0)
推荐(0)
lucene4.10.2实例(增删改查)
摘要: 最新jar和src免费下载:http://download.csdn.net/detail/u011518709/8248403lucene 包的组成结构:对于外部应用来说索引模块(index)和检索模块(search)是主要的外部应用入口org.apache.Lucene.search/ 搜索入口...
阅读全文
posted @ 2015-11-04 09:38 雨中飞鹭
阅读(392)
评论(0)
推荐(0)
2015年10月31日
json格式说明
摘要: 代码如下:for (int i1 = 0, l = list.size(); i1 info = new HashMap();info.put("nodeList", nodeList);info.put("placesLink", placesLink); //数组info.put("Place...
阅读全文
posted @ 2015-10-31 11:47 雨中飞鹭
阅读(310)
评论(0)
推荐(0)
2015年10月23日
s:iterator的多层迭代
摘要: struts2的s:iterator 可以遍历 数据栈里面的任何数组,集合等等 以下几个简单的demo:s:iterator 标签有3个属性:value:被迭代的集合id:指定集合里面的元素的id,可以和var属性替换, var 集合对象status :迭代元素的索引实例:外层list, 内层是ha...
阅读全文
posted @ 2015-10-23 15:22 雨中飞鹭
阅读(1314)
评论(0)
推荐(0)
2015年10月21日
hibernate的注解
摘要: 1.many-to-one@ManyToOne@JoinColumn(name = "user_id") 2.many-to-many/** * 双向关联关系中,有且仅有一端是作为主体(owner)端存在的, * 主体端负责维护联接列,对于不需要维护这种关系的从表则通过mappedBy属性进行声...
阅读全文
posted @ 2015-10-21 16:21 雨中飞鹭
阅读(177)
评论(0)
推荐(0)
2015年10月15日
springmvc导出excel(POI)
摘要: /** * 导出excel表格 */ @RequestMapping(value = "/doExportData", method = {RequestMethod.POST, RequestMethod.GET}) public void doExportUs...
阅读全文
posted @ 2015-10-15 09:07 雨中飞鹭
阅读(417)
评论(0)
推荐(0)
2015年9月25日
prototype中的ajax异步加载
摘要: jquery前台处理: var param = {a:a};$.post("*.do",param,function(data) { var columHtml = ""; $.each(data, function(i, item) { columHtml = columHtml +...
阅读全文
posted @ 2015-09-25 11:54 雨中飞鹭
阅读(375)
评论(0)
推荐(0)
2015年9月22日
activiti整合开发实例总结
摘要: 参考手册:http://www.mossle.com/docs/activiti/一、applicationContext.xml中引入activiti相关配置的xml文件 二、activiti-core-context.xml ...
阅读全文
posted @ 2015-09-22 11:23 雨中飞鹭
阅读(1618)
评论(3)
推荐(0)
2015年6月13日
Hibernate中Criteria的完整用法
摘要: 1,CriteriaHibernate 设计了 CriteriaSpecification 作为 Criteria 的父接口,下面提供了 Criteria和DetachedCriteria 。2,DetachedCriteriaSpring 的框架提供了getHibernateTemplate()....
阅读全文
posted @ 2015-06-13 10:47 雨中飞鹭
阅读(677)
评论(0)
推荐(0)
上一页
1
···
6
7
8
9
10
11
12
13
14
···
21
下一页