2016年3月16日
摘要:
转至:http://fengzhijie1103.iteye.com/blog/1142918 freemarker截取字符串其实和JAVA语法是差不多了,也有substring 方法 如代码:<#assign content=root.keyWord> ${content?substring(0,
阅读全文
posted @ 2016-03-16 15:30
Simle
阅读(3071)
推荐(0)
2016年3月15日
摘要:
转至:http://zhuyuehua.iteye.com/blog/1975251 freemarker list (长度,遍历,下标,嵌套,排序) 1. freemarker获取list的size : Java ArrayList<String> list = new ArrayList<S
阅读全文
posted @ 2016-03-15 16:12
Simle
阅读(646)
推荐(0)
摘要:
遍历page 获取ip 获取当前用户 获取pageSize
阅读全文
posted @ 2016-03-15 15:40
Simle
阅读(192)
推荐(0)
posted @ 2016-03-15 11:18
Simle
阅读(352)
推荐(0)
2016年3月14日
摘要:
转至:http://www.cnblogs.com/Olive116/p/5149680.html 最近在开发过程中使用oracle数据库,在程序中进行查询数据时遇到了“ORA-00907: 缺失右括号”的问题,但是如果直接把sql语句直接在数据库或PL/SQL中执行时,却又能够正常
阅读全文
posted @ 2016-03-14 17:08
Simle
阅读(396)
推荐(0)
摘要:
转至:http://www.cnblogs.com/hantianwei/archive/2009/12/03/1616148.html 0 或 100 (*) 默认值 mon dd yyyy hh:miAM(或 PM) 1 101 美国&
阅读全文
posted @ 2016-03-14 14:40
Simle
阅读(263)
推荐(0)
摘要:
字符串转日期 1、to_date(日期,'yyyyMMdd') 2、to_date(日期,'yyyyMMdd hh24miss')日期转字符串 TO_CHAR(SYSDATE, 'YYYY-MM-DD HH24:MI:SS')
阅读全文
posted @ 2016-03-14 14:35
Simle
阅读(225)
推荐(0)
2016年3月10日
摘要:
配置文件路径:D:\work\myeclipse\MyEclipse for Spring 10\myeclipseforspring.ini 替换以下内容即可 -vmargs-Xmx768m-XX:MaxPermSize=384m-XX:ReservedCodeCacheSize=64m
阅读全文
posted @ 2016-03-10 17:49
Simle
阅读(221)
推荐(0)
摘要:
问题描述: Control character in cookie value or attribute. 解决方案: 1.前台编码 encodeURIComponent(str) 2.后台解码 原因是有关中文编码的问题,中文采用的是unicode编码,而英文采用的是ASCII编码,所以当COOki
阅读全文
posted @ 2016-03-10 16:01
Simle
阅读(970)
推荐(0)
2016年3月9日
摘要:
转至:http://yedward.net/?id=62 (1)oracle中实现截取字符串:substr substr(string, start_position, [length]) 其中,string是元字符串,start_position为开始位置,length是可选项,表示子字符串的位数
阅读全文
posted @ 2016-03-09 10:29
Simle
阅读(300)
推荐(0)