上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 34 下一页
  2019年7月5日
摘要: 属性绑定和双向数据绑定、计算属性和侦听器 Hello Word 姓: 名: 您输入的是:{{fullName}} {{count}} 阅读全文
posted @ 2019-07-05 19:13 车车大人 阅读(158) 评论(0) 推荐(0)
摘要: Vue入门【uml类图】 {{msg}} 阅读全文
posted @ 2019-07-05 18:44 车车大人 阅读(302) 评论(0) 推荐(0)
  2019年6月24日
摘要: php代码: 阅读全文
posted @ 2019-06-24 15:56 车车大人 阅读(528) 评论(0) 推荐(0)
  2019年6月22日
摘要: query($count_sql)->fetch(PDO::FETCH_ASSOC); $count = $res['count(username)']; //每页显示的条数 $length = 20; //总页数 $num_page = ceil($count/$length); //偏移量 $limit = ($page-1)*$length; //查询 $sql = "select * f... 阅读全文
posted @ 2019-06-22 10:17 车车大人 阅读(324) 评论(0) 推荐(0)
摘要: <?php //获取随机英文字符串 function getNickname($length){ $strs="QWERTYUIOPASDFGHJKLZXCVBNMqwertyuiopasdfghjklzxcvbnm"; $name=substr(str_shuffle($strs),mt_rand 阅读全文
posted @ 2019-06-22 09:24 车车大人 阅读(498) 评论(0) 推荐(0)
  2019年6月21日
摘要: 新增手机兼容,找到application下的common.php页面,新增如下方法 找到根目录下thinkphp/tpl/dispatch_jump.tpl文件,修改样式内容: 之后就可以尝试效果了: 阅读全文
posted @ 2019-06-21 13:51 车车大人 阅读(1612) 评论(0) 推荐(0)
  2019年6月10日
摘要: 代码: 阅读全文
posted @ 2019-06-10 10:31 车车大人 阅读(638) 评论(0) 推荐(0)
  2019年5月29日
摘要: file_put_contents("test.txt", "This is another something.", FILE_APPEND); FILE_APPEND:在文件末尾以追加的方式写入数据 阅读全文
posted @ 2019-05-29 18:25 车车大人 阅读(255) 评论(0) 推荐(1)
摘要: \Illuminate\Session\Middleware\StartSession::class,\Illuminate\View\Middleware\ShareErrorsFromSession::class, 阅读全文
posted @ 2019-05-29 15:28 车车大人 阅读(300) 评论(0) 推荐(0)
  2019年5月14日
摘要: user->list(); } //获取菜单 public function getMenu(){ $app = app('wechat.official_account.default'); return $app->menu->list(); } //创建临时二维码 public function creat... 阅读全文
posted @ 2019-05-14 14:23 车车大人 阅读(1281) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 34 下一页