• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
车车大人
博客园    首页    新随笔    联系   管理     
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 34 下一页
2019年7月5日
走进Vue的第二天
摘要: 属性绑定和双向数据绑定、计算属性和侦听器 Hello Word 姓: 名: 您输入的是:{{fullName}} {{count}} 阅读全文
posted @ 2019-07-05 19:13 车车大人 阅读(154) 评论(0) 推荐(0)
走进Vue的第一天
摘要: Vue入门【uml类图】 {{msg}} 阅读全文
posted @ 2019-07-05 18:44 车车大人 阅读(295) 评论(0) 推荐(0)
2019年6月24日
JSONP实现登录(pdo预处理)
摘要: php代码: 阅读全文
posted @ 2019-06-24 15:56 车车大人 阅读(523) 评论(0) 推荐(0)
2019年6月22日
运用bootstrap模拟百度分页
摘要: 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 车车大人 阅读(320) 评论(0) 推荐(0)
百万级数据实现PDO入库
摘要: <?php //获取随机英文字符串 function getNickname($length){ $strs="QWERTYUIOPASDFGHJKLZXCVBNMqwertyuiopasdfghjklzxcvbnm"; $name=substr(str_shuffle($strs),mt_rand 阅读全文
posted @ 2019-06-22 09:24 车车大人 阅读(493) 评论(0) 推荐(0)
2019年6月21日
TP5跳转提示样式美化
摘要: 新增手机兼容,找到application下的common.php页面,新增如下方法 找到根目录下thinkphp/tpl/dispatch_jump.tpl文件,修改样式内容: 之后就可以尝试效果了: 阅读全文
posted @ 2019-06-21 13:51 车车大人 阅读(1605) 评论(0) 推荐(0)
2019年6月10日
页面静态化,以及给静态化页面设置过期时间
摘要: 代码: 阅读全文
posted @ 2019-06-10 10:31 车车大人 阅读(635) 评论(0) 推荐(0)
2019年5月29日
file_put_contents实现内容追加
摘要: file_put_contents("test.txt", "This is another something.", FILE_APPEND); FILE_APPEND:在文件末尾以追加的方式写入数据 阅读全文
posted @ 2019-05-29 18:25 车车大人 阅读(250) 评论(0) 推荐(1)
Laravel5.5 实现session配置
摘要: \Illuminate\Session\Middleware\StartSession::class,\Illuminate\View\Middleware\ShareErrorsFromSession::class, 阅读全文
posted @ 2019-05-29 15:28 车车大人 阅读(295) 评论(0) 推荐(0)
2019年5月14日
easywechat在laravel框架中的应用-代码参考
摘要: user->list(); } //获取菜单 public function getMenu(){ $app = app('wechat.official_account.default'); return $app->menu->list(); } //创建临时二维码 public function creat... 阅读全文
posted @ 2019-05-14 14:23 车车大人 阅读(1271) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 34 下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3