easyui
文章平均质量分 73
zh_cinderella
这个作者很懒,什么都没留下…
展开
-
easyUi 取的时间控件
//取的时间控件 编码 操作 姓名 真实姓名 年龄 性别 电话 邮箱原创 2014-12-17 12:03:35 · 889 阅读 · 0 评论 -
excel模式数据库导出数据
public String exportStaff() throws FileNotFoundException{//定义表的名称String tableName="T_USER";//获取表的中文注释List list =selectDataService.queryForList("select t.column_name,t.comments from user_col_原创 2014-12-15 20:23:18 · 502 阅读 · 0 评论 -
easyUI如何格式化日期时间
//时间控件 function getdate(val,row,index){ var time = new Date(eval(val).time); //就得到普通的时间了 var date=time.getFullYear()+'-'+(time.getMonth()+1)+'-'+time.getDate() return date;原创 2014-12-13 10:57:38 · 1124 阅读 · 0 评论 -
Web app root system property already set to different value: 'ssh_oa.root'
Web app root system property already set to different value: 'ssh_oa.root'把 tomcat 下的webapps里清下项目原创 2014-12-14 21:06:14 · 532 阅读 · 0 评论