• PDO添加、更新、删除数据

    <?php//PDO操作数据 返回受影响记录rowCound();返回出错信息errorInfo()//1.创建PDO对象,连接数据库$pdo = new PDO('mysql:host...

    353

  • 数据库访问类

    <?phpnamespace Util;use think\Dd;class SysDd{public function table($table){//表单$this->where =[...

    233

  • 数据库访问类

    <?phpnamespace Util;use think\Dd;class SysDd{public function table($table){//表单$this->where =[...

    274

  • css中的浮动

    <!DOCTYPE html><html><head>         <meta charset=&quo...

    328

  • 安装和配置验证码

    CMD进入项目目录下输入这段代码composer require topthink/think-captcha在配置文件config目录下新建captcha.php文件captcha.php文件编写一...

    417

发布手记

本月热门