PHP 收藏集

dafenqi
2023-08-09 / 0 评论 / 12 阅读 / 正在检测是否收录...

收藏集

PHP 收藏集(一)csdn

PHP 收藏集(二)Awesome PHP

其他文章

ThinkPHP

https://blog.p2hp.com/archives/11222 ThinkPHPV8.0发布——AI助力开发体验

一些laravel 框架学习资源

http://www.cnblogs.com/yjf512/p/4061892.html 使用laravel一分钟搭建CURD后台页面

https://www.laravist.com/blog/post/programming-with-laravel-5-model-controller-view-basic-workflow Laravel教程 五:MVC的基本流程

https://www.laravist.com/blog/post/programming-with-laravel-5-laravel-forms-input Laravel教程 六:表单 Forms

https://www.laravist.com/blog/post/programming-with-laravel-5-database-and-eloquent-model Laravel教程 四:数据库和Eloquent

https://my.oschina.net/u/1186749/blog/643850 php artisan常用方法

http://www.verronknowles.com/laravel-migrations-with-moloquent-and-mongodb-with-mysql-still-present/

http://www.opentechguides.com/tutorials/laravel-mongodb/10/mongodb-migration.html

http://blog.sina.com.cn/s/blog_a77576280102x60a.html

http://www.jb51.net/article/54736.htm

http://blog.csdn.net/iroycn/article/details/47036719

http://www.jb51.net/article/60989.htm

https://blog.p2hp.com/archives/7442

https://blog.p2hp.com/archives/7392 加速你的laravel框架运行, 教你如何减少服务提供者的启动.

https://blog.p2hp.com/archives/7523

https://blog.p2hp.com/archives/7551 使用Laravel Packer创建laravel包脚手架

https://blog.p2hp.com/archives/7853 Laravel Model 利用 Macroable 为数据模型添加宏能力

https://blog.p2hp.com/archives/7829 Laravel Telescope 完美的应用调试工具

https://blog.p2hp.com/archives/8110 Laravel框架的Pipeline解读。
它是一个非常好用的组件,能够使代码的结构非常清晰。 Laravel的中间件机制便是基于它来实现的。通过Pipeline,可以轻松实现APO编程。

https://blog.p2hp.com/archives/7883 终极Laravel应用性能检查表

https://blog.p2hp.com/archives/8122 Laravel框架中使用 Repository 模式
Lhttps://blog.p2hp.com/archives/8120 aravel核心解读–服务提供器(ServiceProvider)
https://blog.p2hp.com/archives/8114 优化laravel数据库查询的 18 个提示
https://blog.p2hp.com/archives/8821 Laravel 的 ORM 缓存包
https://blog.p2hp.com/archives/8677 18 个 Laravel 8 数据库查询优化建议
https://blog.p2hp.com/archives/10241 Laravel 10 现已发布!新特性一览
了解 Laravel 的 Macroable 特性
https://blog.p2hp.com/archives/11067
https://blog.p2hp.com/archives/11065

框架

关于如何正确使用PHP框架及如何选择框架之我见

微信开发

关于微信网页授权获取用户基本信息的切入问题
微信公众平台—-带参数二维码生成和扫描事件
微信开发上传图文消息内的图片(只返回图片URL),报错41005
【微信开发】网页授权多域名解决方案

服务器

php在Nginx环境下进行刷新缓存立即输出,实现常驻进程轮询
php nginx 实时输出
https://blog.p2hp.com/archives/5808 解决PHP的一个长期存在的通过Opcache泄漏敏感数据的问题。
https://blog.p2hp.com/archives/5789 为PHP-FPM和nginx设置多个进程池而安全地运行多个网站
https://blog.p2hp.com/archives/5778 nginx不同站点的php-fpm的PHP_ADMIN_VALUE值会覆盖其它站点值的问题!
https://blog.p2hp.com/archives/5814 共享APC或OPcache:为什么多个PHP-FPM主机更好
https://blog.p2hp.com/archives/7768 nginx + php做服务,在高并发的时候会出现一些错误 connect() to unix:/var/run/php-fpm.sock failed (11: Resource temporarily unavailable) 。

mongodb

用PHP把 图片,文件上传到 mongodb gridfs 中

中间件

为什么要关心PHP中间件
关于中间件的一切
漫谈php框架之中间件
在PHP中实现前置/后置中间件

其他

周末有空,我们来聊聊几块钱的PHP
原 PHP 在不调用构造函数的情况下创建对象
https://learnku.com/php/t/24576
https://blog.p2hp.com/archives/6655 PHP加密文件解密过程详解
https://blog.p2hp.com/archives/6648 PHP获取类私有属性的几种方式
https://blog.p2hp.com/archives/7061【PHP】获取浏览器HTTP请求header信息、获取服务器HTTP响应header信息
https://blog.p2hp.com/archives/7364 php设置跨子域名可读的cookie
PHP 生成器入门 https://blog.p2hp.com/archives/7243
模仿laravel,使用反射来实现自动依赖注入 https://www.jianshu.com/p/9176b12eb843
https://stitcher.io/blog/php-in-2020
PHP8.0 JIT介绍,及如何在PHP 8中设置JIT https://blog.p2hp.com/archives/7577
如何处理 PHP 中file_get_contents 函数的警告?https://blog.p2hp.com/archives/7846
Zend Engine中的函数内联-使用完全限定函数名称提高PHP程序性能 https://blog.p2hp.com/archives/7967 Zend
PHP8.1发布,新特性一览 https://blog.p2hp.com/archives/8224
Laravel 8更改密码功能实现 https://blog.p2hp.com/archives/8210
如何优化symfony(PHP)的性能 https://blog.p2hp.com/archives/8196
How Livewire works (a deep dive) https://blog.p2hp.com/archives/8190
移除无用的Composer加载文件,以提升性能 https://blog.p2hp.com/archives/8178
现代 PHP 数据加密/解密与Sodium扩展 https://blog.p2hp.com/archives/8174
PHP–激动人心的时代即将到来,让我们来看看现代的 PHP https://blog.p2hp.com/archives/8310
Modern PHP Without a Framework–现代PHP不使用框架 https://blog.p2hp.com/archives/9205
PHP 8.2 新特性 https://blog.p2hp.com/archives/9144
PHP mysqli 查询数据库的几个方法 https://blog.p2hp.com/archives/9063
2023 年的 PHP https://blog.p2hp.com/archives/10124
如何延长遗留 PHP 应用程序的生命周期 https://blog.p2hp.com/archives/10122
Nginx 黑魔法:使用 NGX-PHP 模块低成本实现高性能应用 https://blog.p2hp.com/archives/10540
https://blog.p2hp.com/archives/10282
https://blog.p2hp.com/archives/10279
https://blog.p2hp.com/archives/10268
spatie / invade 使用私有属性和方法的 PHP 函数 https://blog.p2hp.com/archives/11069
知识点web全栈大福袋 https://www.52fun.com/13860.html
https://www.itresource.org/2023/08/03/web3.0热门领域nft项目实战完结/

0

Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /www/wwwroot/testblog.58heshihu.com/var/Widget/Archive.php on line 1032

评论 (0)

取消