摘要:
创建用户并授权 grant all privileges on *.* to 'www'@'localhost' identified by '123456'; #授权www,所有操作,所有表权限grant all privileges on *.* to 'navicat'@'%' identif 阅读全文
摘要:
<?php class Image { //类开始 public $originimage = ""; //源图片文件地址 public $imageext = ""; //源图片格式 public $thumbimage = ""; //缩略图文件存放地址 public $thumb_maxwid 阅读全文