2020年5月10日
摘要: Laravel5.6 模块化公众号与小程序系统 1 Laravel最佳开发环境介绍.mp4 2 安装Laravel并配置Homestead.mp4 3 配置虚拟域名访问Laravel项目.mp4 4 Laravel与数据库管理工具连接Mysql.mp4 5 Laravel高可用模块化思想.mp4 6 阅读全文
posted @ 2020-05-10 22:44 AFew 阅读(291) 评论(0) 推荐(0) 编辑
摘要: 课程目录:章节1:课前准备课时1Laravel版本的选择05:46课时2本地开发环境的搭建07:50课时3本地域名解析08:40课时4git的简单介绍08:53课时5composer的安装和使用11:12课时6课程源码同步08:14课时7PHPStorm插件的安装05:44课时8项目开发流程介绍03 阅读全文
posted @ 2020-05-10 22:38 AFew 阅读(182) 评论(0) 推荐(0) 编辑
  2018年6月14日
摘要: 在windos中文系统上要求传入的参数如果有中文必须是GBK编码 1、用iconv()转换字符集代码如下 $target_pt = './uploads/'.uniqid().'-'.$images['name']; //windows下支持中文名字上传 $upload_file_pt = icon 阅读全文
posted @ 2018-06-14 11:03 AFew 阅读(268) 评论(0) 推荐(0) 编辑
  2018年3月30日
摘要: css代码: <style> .menu{ width:180px; height: 176px; border: 1px solid #bababa; padding: 35px; display: none; position: absolute; left: 0px; top: 0px; bo 阅读全文
posted @ 2018-03-30 20:06 AFew 阅读(246) 评论(0) 推荐(0) 编辑
摘要: css代码: <style> .top{ width:50px; height: 50px; border-radius: 5px; background-color: #46e8ee; font-size: 40px; color: #ffffff; line-height: 50px; text 阅读全文
posted @ 2018-03-30 17:33 AFew 阅读(96) 评论(0) 推荐(0) 编辑
  2018年3月25日
摘要: css代码: <style type="text/css"> .seconds { height: 50px; background: #eee; line-height: 50px; border-radius: 5px; text-align: center; font-size: 18px; 阅读全文
posted @ 2018-03-25 12:53 AFew 阅读(217) 评论(0) 推荐(0) 编辑
摘要: css代码: <style type="text/css"> .seconds{ height:50px; background: #eee; line-height: 50px; border-radius: 5px; text-align: center; font-size: 18px; fo 阅读全文
posted @ 2018-03-25 11:31 AFew 阅读(348) 评论(0) 推荐(0) 编辑
摘要: css代码: <style type="text/css"> .a { width: 200px; height: 100px; position: absolute; top: 50%; left: 50%; margin-left: -100px; margin-top: -50px; line 阅读全文
posted @ 2018-03-25 10:34 AFew 阅读(154) 评论(0) 推荐(0) 编辑