07 2017 档案

摘要:{ // Custom snippets definitions, as per https://github.com/emmetio/emmet/blob/master/snippets.json "snippets": { "html": { "snippets": { "myfavicon": "\n\n", "bscss3":"", "mycompat": "\n\n", "360com... 阅读全文
posted @ 2017-07-28 18:14 一碗范特西 阅读(107) 评论(0) 推荐(0) 编辑
摘要:/***************************************************************** 表单校验工具类 (linjq) *****************************************************************/ /** * 判断整数num是否等于0 ... 阅读全文
posted @ 2017-07-09 15:51 一碗范特西 阅读(132) 评论(0) 推荐(0) 编辑
摘要:// 0 if(undefined) { console.log('1'); } else { console.log('0'); } // 0 if(null) { console.log('1'); } else { console.log('0'); } // 0 if('') { console.log('1'); } else { c... 阅读全文
posted @ 2017-07-09 15:44 一碗范特西 阅读(99) 评论(0) 推荐(0) 编辑
摘要:css 阅读全文
posted @ 2017-07-09 15:38 一碗范特西 阅读(136) 评论(0) 推荐(0) 编辑
摘要:DROP TABLE IF EXISTS `sh_category`; CREATE TABLE `sh_category` ( `id` int(11) NOT NULL AUTO_INCREMENT, `fid` int(11) NOT NULL COMMENT '父类', `logo` varchar(255) DEFAULT NULL COMMENT '图标', `nam... 阅读全文
posted @ 2017-07-08 17:41 一碗范特西 阅读(349) 评论(0) 推荐(0) 编辑