会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Brook Legend
静静逝去的是时光,留下了我们光辉岁月!
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
10
11
12
13
14
15
16
17
18
下一页
2013年8月16日
网络中可以引用的jquery库
摘要: 网络项目可以直接引用这个jquery库
阅读全文
posted @ 2013-08-16 19:10 Brook Legend
阅读(420)
评论(0)
推荐(0)
2013年4月24日
开源网http://www.open-open.com/ajax/2_Charts.htm
摘要: sdfsdfds
阅读全文
posted @ 2013-04-24 21:58 Brook Legend
阅读(214)
评论(0)
推荐(0)
2013年3月24日
ibatits
摘要: iBatis是又一个O/R Mapping解决方案,j2ee的O/R方案真是多,和Hibernate相比,iBatis最大的特点就是小巧,上手很快。如果你不需要太多复杂的功能,iBatis是能满足你的要求又足够灵活的最简单的解决方案。第一步:package com.ibatis;public class Author {private int id;private String name;public int getId() { return id;}public void setId(int id) { this.id = id;}public String getName() { retu
阅读全文
posted @ 2013-03-24 10:36 Brook Legend
阅读(550)
评论(0)
推荐(0)
2013年3月6日
poi导出EXcel
摘要: package com.icss.tools.excel;import java.io.IOException;import java.io.OutputStream;import java.util.ArrayList;import java.util.List;import org.apache.poi.hssf.usermodel.HSSFCell;import org.apache.poi.hssf.usermodel.HSSFCellStyle;import org.apache.poi.hssf.usermodel.HSSFClientAnchor;import org.apach
阅读全文
posted @ 2013-03-06 22:29 Brook Legend
阅读(379)
评论(0)
推荐(0)
struts2结合poi导出excel
摘要: http://it.chinawin.net/softwaredev/article-1b659.htmlStruts2 poi导出excelStruts2poi导出excel最近实习的项目中做了个导出,记录一下方便以后使用:Action:privateInputStreamexcelFile;privateStringdownloadFileName;Setter&GetterpublicStringgetDownloadFileName(){SimpleDateFormatsf=newSimpleDateFormat("yyyy-MM-dd");Stringdo
阅读全文
posted @ 2013-03-06 22:20 Brook Legend
阅读(344)
评论(0)
推荐(0)
2013年2月20日
jqGrid资料总结
摘要: 我的异常网http://www.myexception.cn/ajax/414051.htmljqGrid:二、 第一个jqGrid<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html> <head> <title>grid.html</title> <meta http-equiv="keywords&q
阅读全文
posted @ 2013-02-20 20:36 Brook Legend
阅读(568)
评论(0)
推荐(0)
jqgrid横向滚动条
摘要: $("#dataInfo").jqGrid({ datatype: "local", //Array Data colNames: [ '轨迹', '车牌号码'], //列标题列表 colModel: [ { name: 'CheckBox', index: 'CheckBox', align: 'center', width: 100,sortable: false }, { name: 'LicenceNumber', index: 'Licenc
阅读全文
posted @ 2013-02-20 20:17 Brook Legend
阅读(2251)
评论(0)
推荐(0)
jqGrid怎么设定水平滚动条
摘要: 这样写:$( pGridId ).closest(".ui-jqgrid-bdiv").css({ 'overflow-x' : 'hidden' });参数:shrinkToFit:false, ( autoScroll: true,)例子如下:http://z3sm2012.iteye.com/blog/1431549 {name:'inventoryCode',index:'inventoryCode', width:160, editable:true,align:"center"}
阅读全文
posted @ 2013-02-20 19:52 Brook Legend
阅读(6831)
评论(0)
推荐(0)
2013年1月24日
Struts2 Action读取资源文件
摘要: http://www.blogjava.net/max/archive/2006/11/01/78536.html <h2><s:text name="HelloWorld"/></h2> <h2><s:property value="%{getText('HelloWorld')}"/></h2>Struts2中提供了如下两种方式来填充消息字符串中的占位符(1)JSP页面,在<s:text.../>标签中使用多个<s:param.../>标签
阅读全文
posted @ 2013-01-24 23:21 Brook Legend
阅读(1138)
评论(0)
推荐(0)
struts2国际化
摘要: 在struts.xml里面加入: http://jinlixiang.iteye.com/blog/1494975http://www.cnblogs.com/langlang/archive/2010/01/14/1647627.html<constant name="struts.custom.i18n.resources" value="globalMessages" /> 如下: <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE
阅读全文
posted @ 2013-01-24 23:07 Brook Legend
阅读(328)
评论(0)
推荐(0)
上一页
1
···
10
11
12
13
14
15
16
17
18
下一页
公告