摘要: String相关函数1)substring()它有两种形式,第一种是:String substring(int startIndex)第二种是:String substring(int startIndex,int endIndex)2)concat() 连接两个字符串例:String s="Wel... 阅读全文
posted @ 2015-12-16 11:24 白金05 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 1、oracle区分大小写2、格式敏感3、默认日期格式:DD-MON-RR更改:select * from v$nls_parameters ——alert session set nls_date_format='yyyy-mm-dd'(session 表示当前回话范围)4、赋值:=5、selec... 阅读全文
posted @ 2015-12-15 17:16 白金05 阅读(99) 评论(0) 推荐(0) 编辑
摘要: l var obj = eval(result);解析json 阅读全文
posted @ 2015-12-11 22:23 白金05 阅读(639) 评论(0) 推荐(0) 编辑
摘要: l 图片的回显。 阅读全文
posted @ 2015-12-11 22:22 白金05 阅读(206) 评论(0) 推荐(0) 编辑
摘要: l $(document).ready(function() { });初始化jsp 阅读全文
posted @ 2015-12-11 22:21 白金05 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-12-11 22:20 白金05 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-12-11 22:18 白金05 阅读(298) 评论(0) 推荐(0) 编辑
摘要: 近期活动${b.name}Js部分$(function() { $('#activities').combo({ required : true, editable : true, multiple : true });$('#sp').appendTo($... 阅读全文
posted @ 2015-12-11 22:17 白金05 阅读(282) 评论(0) 推荐(0) 编辑
摘要: onkeyup="value=value.replace(/\s/g,'')" //输入框去空格onkeyup="this.value=this.value.replace(/\D/g,'')" onafterpaste="this.value=this.value.replace(/\D/g,''... 阅读全文
posted @ 2015-12-11 22:14 白金05 阅读(3140) 评论(0) 推荐(0) 编辑
摘要: {field:'22',title:'操作',width:250,align:'center',sortable:true,formatter : function(value, row, index) { return row.ele_carband_name+","+row.na... 阅读全文
posted @ 2015-12-11 22:13 白金05 阅读(161) 评论(0) 推荐(0) 编辑