2016年9月12日
摘要: $this->uploads($picurl); public function uploads($picurl) { $config = array( 'maxSize' => 3145728, 'exts' => array('jpg','png','gif','jpeg'), 'rootPat... 阅读全文
posted @ 2016-09-12 20:38 の西瓜 阅读(3270) 评论(0) 推荐(0)
摘要: 1 //1.文件上传Onethink使用$uploads->upload()方法会出现bug,使用$uploads->uploadOne()方法 2 $config = array( 3 'maxSize' => 5242880, 4 'exts' => array('jpg','png','gif','jpeg','doc','xls','ppt','docx'), ... 阅读全文
posted @ 2016-09-12 10:40 の西瓜 阅读(471) 评论(0) 推荐(0)
2016年9月2日
摘要: 1 2 3 4 5 27 28 29 30 31 32 33 34 35 36 37 51 阅读全文
posted @ 2016-09-02 14:38 の西瓜 阅读(176) 评论(0) 推荐(0)
摘要: 1 theme = { 2 // 全图默认背景 3 // backgroundColor: 'rgba(0,0,0,0)', 4 5 // 默认色板 6 color: ['#ff7f50','#87cefa','#da70d6','#32cd32','#6495ed', 7 '#ff69b4','#ba... 阅读全文
posted @ 2016-09-02 14:36 の西瓜 阅读(11258) 评论(0) 推荐(1)
2016年8月31日
摘要: http://detectmobilebrowsers.com/ :判断mobile还是pc的方法 http://www.jq22.com/ :插件网 阅读全文
posted @ 2016-08-31 17:17 の西瓜 阅读(186) 评论(0) 推荐(0)
摘要: 1 2 3 4 5 无标题文档 6 11 28 29 30 31 32 33 34 35 36 37 38 阅读全文
posted @ 2016-08-31 17:08 の西瓜 阅读(194) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="zh-cn"> <head> <meta charset="utf-8" /> </head> <body> <div><embed width="200" height="80" align="middle" pluginspage="htt 阅读全文
posted @ 2016-08-31 17:05 の西瓜 阅读(181) 评论(0) 推荐(0)