会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
薛柏梁
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
9
10
11
12
13
2019年12月9日
jeecg随笔
摘要: 1.根据数据字典code查找该字典下的元素: SELECT typecode,typename from t_s_type where typegroupid=(select id from t_s_typegroup where typegroupcode='fchexing') fchexing
阅读全文
posted @ 2019-12-09 16:57 薛柏梁
阅读(195)
评论(0)
推荐(0)
2019年12月4日
js传值到后台乱码问题
摘要: 1.前台js的路径 var addurl1="ldcOrderController.do?goods&orderGoodsExtra="+encodeURI(encodeURI(orderGoodsExtra)); 2.后台java的转化 String orderGoodsExtra= URLDec
阅读全文
posted @ 2019-12-04 10:30 薛柏梁
阅读(209)
评论(0)
推荐(0)
jeecg根据模板自定义导出
摘要: //1.获取模板的路径: String lujing = request.getSession().getServletContext().getRealPath("/")+ "export\\template\\test.xlsx"; //2.准备数据(一个List<Map<String, Obj
阅读全文
posted @ 2019-12-04 10:29 薛柏梁
阅读(803)
评论(0)
推荐(0)
时间类型
摘要: timestamp与String的相互转换 用Timestamp来记录日期时间还是很方便的,但有时候显示的时候是不需要小数位后面的毫秒的,这样就需要在转换为String时重新定义格式。 Timestamp转化为String: SimpleDateFormat df = new SimpleDateF
阅读全文
posted @ 2019-12-04 09:57 薛柏梁
阅读(375)
评论(0)
推荐(0)
上一页
1
···
9
10
11
12
13
公告