摘要: 第一种:循环检查替换//供使用者调用 function trim(s){ return trimRight(trimLeft(s)); } //去掉左边的空白 function trimLeft(s){ if(s == null) { return ""... 阅读全文
posted @ 2015-09-23 15:14 蓝枫_yong 阅读(166) 评论(0) 推荐(0)
摘要: create index my_index_name on abc(column_name)其中:my_index_name :索引名字abc 表名column_name 字段名 阅读全文
posted @ 2015-09-23 09:55 蓝枫_yong 阅读(1443) 评论(0) 推荐(0)