07 2018 档案
摘要:1.(前提条件)有序列 -- 创建一个序列 create sequence S_LCJSRYGLBminvalue 0maxvalue 999999999999999999start with 0increment by 1nocache; 2.含有序列-从一个表中查询再插入数据 insert in
阅读全文
摘要:一、去除首尾空格 1.使用正则表达式 2.使用trim() $(obj).text().trim() 此方法在ie上可能不兼容 建议使用第一种方法 二、 1.使用split()分割 "hello".split("") //可返回 ["h", "e", "l", "l", "o"] 2.使用subst
阅读全文
posted @ 2018-07-17 09:24
小神猪

浙公网安备 33010602011771号