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

2021年2月22日

php artisan命令笔记

摘要: php artisan make:controller UserController #创建controller php artisan make:model Flight #创建model php artisan route:list #路由列表 php artisan config:clear 阅读全文

posted @ 2021-02-22 19:29 防空洞123 阅读(82) 评论(0) 推荐(0) 编辑

Laravel nginx配置

摘要: server { listen 80; server_name www.blog.com blog.com; root "D:/study/blog/public"; location / { index index.php index.html error/index.html; try_file 阅读全文

posted @ 2021-02-22 18:56 防空洞123 阅读(451) 评论(0) 推荐(0) 编辑

2021年2月20日

优化笔记

摘要: 用户 >请求 -》队列——》redis 上百万流量请求怎么解决? 需要1秒钟处理上万的请求,用缓存redis+队列 redis 10w/s的处理速度 PHP同步-》swoole协程 上千万流量才需要分库分表主从,上百万流量缓存+队列就行了 阅读全文

posted @ 2021-02-20 21:46 防空洞123 阅读(43) 评论(0) 推荐(0) 编辑

2021年2月18日

Laravel学习笔记

摘要: https://blog.csdn.net/weixin_41832850/article/details/101220780 PHP高并发方案:http://lcjy.dlflbd.top/php-bf/ https://www.cnblogs.com/webcyh/p/11271265.html 阅读全文

posted @ 2021-02-18 21:49 防空洞123 阅读(58) 评论(0) 推荐(0) 编辑

2019年10月24日

蓝小雨销售学习总结

摘要: https://www.jianshu.com/p/331cdc63b33e https://www.jianshu.com/p/0bf81b324c27 阅读全文

posted @ 2019-10-24 19:35 防空洞123 阅读(185) 评论(0) 推荐(0) 编辑

2019年10月23日

画流程图,思维导图的网站

摘要: https://www.processon.com 阅读全文

posted @ 2019-10-23 21:45 防空洞123 阅读(191) 评论(0) 推荐(0) 编辑

2019年7月27日

spring boot学习笔记

摘要: https://edu.51cto.com/course/13539.html?utm_source=baidu&utm_medium=sem&utm_term=127333802867&utm_content=30367446571&qd=sem Mybatis动态SQL查询 https://bl 阅读全文

posted @ 2019-07-27 20:50 防空洞123 阅读(225) 评论(0) 推荐(0) 编辑

2019年7月26日

ssm整合

摘要: springmvc.xml和applicationContext.xml配置的特点 https://www.cnblogs.com/kaiwen1/p/6864458.html mybatis分页 https://blog.csdn.net/qq_36386908/article/details/8 阅读全文

posted @ 2019-07-26 16:02 防空洞123 阅读(158) 评论(0) 推荐(0) 编辑

2019年7月25日

maven多模块和继承

摘要: https://blog.csdn.net/mafan121/article/details/50477852 1.maven 打包Could not resolve dependencies for project 简单一句话:对着父项目先 clean install 然后子项目clean pac 阅读全文

posted @ 2019-07-25 19:00 防空洞123 阅读(395) 评论(0) 推荐(0) 编辑

2019年6月20日

ajaxSubmit的data属性

摘要: https://www.cnblogs.com/shiyou00/p/6841801.html js-art-template 修改一处代码的时候发现了让我疑惑的地方。ajaxSubmit的data用的自定义的对象,但在执行的时候发送的参数自动包含了表单的数据。 其实这里可以理解,因为ajaxSub 阅读全文

posted @ 2019-06-20 09:53 防空洞123 阅读(916) 评论(0) 推荐(0) 编辑

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

导航