02 2017 档案
摘要:HTTP 599: SSL certificate problem错误的解决方法 self.crawl(url, callback=self.index_page, validate_cert=False)
阅读全文
摘要:参数带 / $this->assign('imgsrc',urldecode($_GET['imgsrc'])); $this->redirect('index',array('imgsrc'=>urlencode($imgsrc)), 2, '页面跳转中...'); if标签,非空判断 <if c
阅读全文
摘要:根据文件名 更新外键ID UPDATE tb_obj INNER JOIN tb_img ON tb_img.filename=tb_obj.filename SET tb_objinfo.imgid = tb_imginfo.id; 关联删除 DELETE tb_sce FROM tb_sce,t
阅读全文