上一页 1 2 3 4 5 6 7 8 9 ··· 23 下一页

2019年12月22日

图片懒加载(前端)

摘要: 转载:https://blog.csdn.net/idongchen/article/details/81145279 前端性能优化之LazyloadLazyload 简介一、实现思路二、上代码三、再优化Lazyload 简介前端工作中,界面和效果正在变得越来越狂拽炫酷,与此同时性能也是不得不提的问 阅读全文

posted @ 2019-12-22 22:51 shenzen_小白 阅读(272) 评论(0) 推荐(0) 编辑

2019年12月20日

linux 安装php7.2 以及配置laravel环境(public目录下)

摘要: 一、安装php7.2 https://www.cnblogs.com/rxbook/p/9106513.html 二、配置laravel环境(public目录下) lnmp:使lnmp一键安装包 .conf配置添加: 其中: 另外:解决首页正常访问 其他页面404 完整的配置: 阅读全文

posted @ 2019-12-20 14:57 shenzen_小白 阅读(521) 评论(0) 推荐(0) 编辑

2019年12月16日

composer 配置 切换中国镜像

摘要: 转发:https://www.cnblogs.com/niuben/p/11007804.html 阅读全文

posted @ 2019-12-16 11:29 shenzen_小白 阅读(148) 评论(0) 推荐(0) 编辑

phpstorm composer 提示php 版本过低的问题调整

摘要: 1、Could not find package laravel/laravel with version 5.8.* in a version installable using your PHP version 7.0.9. 2、解决方案: 转发:https://blog.csdn.net/we 阅读全文

posted @ 2019-12-16 10:12 shenzen_小白 阅读(1284) 评论(0) 推荐(0) 编辑

2019年12月12日

2019年 12月 工作计划

该文被密码保护。 阅读全文

posted @ 2019-12-12 09:50 shenzen_小白 阅读(1) 评论(0) 推荐(0) 编辑

2019年12月8日

如何在阿里云的虚机 部署laravel项目

摘要: 转发链接:https://jingyan.baidu.com/article/22a299b595425d9e19376aed.html laravel 版本:5.7 阅读全文

posted @ 2019-12-08 09:10 shenzen_小白 阅读(538) 评论(0) 推荐(0) 编辑

2019年11月28日

阿里云迁移到腾讯云(记录)

摘要: 1、查看阿里云RDS 的IP地址 https://help.aliyun.com/knowledge_detail/41754.html?spm=5176.10695662.1996646101.searchclickresult.3f9d365dKnEFyq&aly_as=Ttew2WJu 阅读全文

posted @ 2019-11-28 10:50 shenzen_小白 阅读(1715) 评论(0) 推荐(0) 编辑

2019年11月26日

查看mysql所有库中表总数量

摘要: 查看所有:select count(*) tables ,table_schema from information_schema.tables group by table_schema; 查询单个:select count(*) tables ,table_schema from informa 阅读全文

posted @ 2019-11-26 09:49 shenzen_小白 阅读(1173) 评论(0) 推荐(0) 编辑

2019年11月22日

author2.0

摘要: 链接:https://blog.csdn.net/qiushisoftware/article/details/90902565 链接:https://xueyuanjun.com/post/8298(使用 Laravel Passport 实现 API 认证) 阅读全文

posted @ 2019-11-22 09:54 shenzen_小白 阅读(453) 评论(0) 推荐(0) 编辑

2019年11月19日

自带消息notification(包含定时任务)

摘要: https://blog.csdn.net/zhangxh1013/article/details/53130490 阅读全文

posted @ 2019-11-19 08:17 shenzen_小白 阅读(228) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 ··· 23 下一页

导航