02 2015 档案

摘要:替换字符串 replace ${s?replace(‘ba’, ‘XY’ )} ${s?replace(‘ba’, ‘XY’ , ‘规则参数’)}将s里的所有的ba替换成xy 规则参数包含: i r m s c f 具体含义如下: i: 大小写不区分. f: 只替换第一个出现被替换字符串的字... 阅读全文
posted @ 2015-02-12 17:32 以梦为码 阅读(1676) 评论(0) 推荐(0)
摘要:public String clearHtmlText(String inputString) { if (StringUtils.isBlank(inputString)) { return ""; } String html... 阅读全文
posted @ 2015-02-11 11:29 以梦为码 阅读(459) 评论(0) 推荐(0)
摘要:1、引包 2、页面中引用 3、js加载$(document).ready(function(){ editor = new UE.ui.Editor(); editor.render("editor"); editor.ready(functi... 阅读全文
posted @ 2015-02-11 11:25 以梦为码 阅读(345) 评论(0) 推荐(0)
摘要:1、confirm形式var dialog=art.dialog({ lock:true, content: '请确认,您是否要删除选中的用吗?', icon: 'questio... 阅读全文
posted @ 2015-02-11 11:21 以梦为码 阅读(2663) 评论(1) 推荐(0)
摘要:--======================================================--SQL基础-->层次化查询(START BY ... CONNECT BY PRIOR)--==============================================... 阅读全文
posted @ 2015-02-10 14:54 以梦为码 阅读(841) 评论(0) 推荐(0)