随笔分类 -  后端

摘要:PhpSpreadsheet是PHPExcel的下一个版本。 它打破了兼容性,极大地提高了代码库的质量(命名空间,PSR合规性,使用最新的PHP语言功能等)。由于所有努力都转移到了PhpSpreadsheet,PHPExcel将不再被维护。 所有对PHPExcel,补丁和新功能的贡献都应该针对Php 阅读全文
posted @ 2022-10-14 13:21 变形金刚之猩猩将军 阅读(175) 评论(0) 推荐(0)
摘要:GitHub - guanguans/design-patterns-for-humans-cn: Design patterns for humans 中文版 - 对设计模式超简单的解释 目录 介绍 注意 设计模式的类型 创建型设计模式 🏠简单工厂模式(Simple Factory) 🏭工厂方 阅读全文
posted @ 2021-11-04 10:46 变形金刚之猩猩将军 阅读(145) 评论(0) 推荐(0)
摘要:官方文档: https://hgthecode.github.io/thinkphp-apidoc/ 完结撒花.❀❀❀❀❀❀ TP6版本 安装 composer require hg/apidoc 去官网下载前端页面 https://hgthecode.github.io/thinkphp-apid 阅读全文
posted @ 2021-08-10 10:31 变形金刚之猩猩将军 阅读(1438) 评论(0) 推荐(0)
摘要:location / { if (!-e $request_filename) { rewrite ^(.*)$ /index.php?s=/$1 last; } } 阅读全文
posted @ 2020-11-06 16:30 变形金刚之猩猩将军 阅读(135) 评论(0) 推荐(0)