摘要: 阅读全文
posted @ 2014-04-17 22:38 陈朔 阅读(186) 评论(0) 推荐(0) 编辑
摘要: font = './static/fonts/msyh.ttf'; } /** * 生成随机码 */ private function createcode(){ $textlength = strlen($this->text)-1; for($i=0; $ilength; $i++){ ... 阅读全文
posted @ 2014-04-17 22:37 陈朔 阅读(203) 评论(0) 推荐(0) 编辑
摘要: link = @new mysqli("127.0.0.1","root","chenshuo90909","frame"); if($this->link->connect_errno > 0){ echo "数据库连接失败!"; exit; } $this->link->set_cha... 阅读全文
posted @ 2014-04-17 22:34 陈朔 阅读(271) 评论(0) 推荐(0) 编辑
摘要: /usr/local/mysql/bin/mysql -u root -p//mac mysql 管理工具推荐sequek pro 阅读全文
posted @ 2014-04-17 10:27 陈朔 阅读(1175) 评论(0) 推荐(0) 编辑
摘要: type = $type; $this->size = $size; $this->path = $path; $this->file = $file; } //执行文件上传 public function runing(){ $count = count($_FILES[$this->fi... 阅读全文
posted @ 2014-04-17 10:22 陈朔 阅读(193) 评论(0) 推荐(0) 编辑