LMLPHP后院

谈谈 PHP 协程的任务调度

难维护。帮助理解 yield 的测试代码:$ php -r 'yield;'; PHP Fatal error: The "yield" expression can only be used inside a function in Command line code on line 1 [ 2017-08-09T00:05:13+08:00 ] /, LMLPHP Fatal Error:The "...

清理手机存储,大疆的日志文件着实把我震惊了一把

n MultiTrackingReporter TimeLapseController async_parser playback BatteryEmbed DJILeftMenu FLAG_NO_VIDEO_SIGNAL NAVIGATION UP_DATA_ALL 'auto edit' playback-video-play CAMERA DJILeftMenuNavigation FlyForc...

解决 springboot Interceptor @Autowired null

gurerAdapter; @Configuration public class InterceptorConfig extends WebMvcConfigurerAdapter { @Override public void addInterceptors(InterceptorRegistry registry) { registry.addInterceptor(new WebIntercep...

MySQL8 修改 root 密码

本修改用户密码的语句也不一样,MySQL8 修改用户密码若使用之前的语句直接报 SQL 错误!!!MySQL8 修改 root 账户密码。alter user 'root'@'localhost' identified with mysql_native_password by '123456'; alter user 'root'@'localhost' identified with cachin...

Nginx SSL 代理设置完整示例

域名填写和配置的虚拟主机名称不一致导致,解决办法就是 proxy_ssl_verify on 这一行注释掉就好了。参考官方文档https://docs.nginx.com/nginx/admin-guide/web-server/reverse-proxy/ https://docs.nginx.com/nginx/admin-guide/security-controls/securing-http-...

Linode Maintance 前后 IO 对比以及深远影响

(running or powered off). These updates affect the underlying infrastructure that your Linode(s) reside on and will not affect the data stored within your Linode. To ensure your Linode's essential servic...

影响程序员开发效率的几大神器

的分工制度,让程序员只写代码,所以在市场上这个重要性就不如 GIT 了。Vim 写代码确实也是效率低下,因为 Vim 不需要鼠标,试想一个大工程下,Vim 光输入各种命令就很累,加上再怎么配置也没有 IDE 全面。所以你想,用 Vim 开发效率确实会低很多,这个对比你之前不用 Vim 的时候就知道了。对于全栈工程师,创业者们来讲,特别重要,因为 IDE 虽然方便,但不是哪里都有。做一个智者……(^ ^)...

Linux Ubuntu 下配置虚拟主机并开启ReWrite教程

rv/www/lblog.lmlphp.com ServerName lblog.lmlphp.com <Directory /srv/www/lblog.lmlphp.com> AllowOverride All Order deny,allow Allow from all </Directory> ErrorLog ${APACHE_LOG_DIR}/lblog.lmlphp.com-error....

BlueHost主机不能使用UEditor

PS 上,流量统计恢复正常,只是过了一天了登录功能还是不行,期盼 BlueHost 快快恢复正常,上次都是发邮件催的,这次实在不想这么麻烦。附上邮件原文: Dear Customer, As provider of Shared Hosting services, we monitor the usage of all our customers to ensure that our Quality o...

How to Increase Number of Open Files Limit in Linux

you want to check. For example: # su marin $ ulimit -Sn 1024 $ ulimit -Hn 4096 How to Check System wide File Descriptors Limits in Linux If you are running a server, some of your applications may require...
2026-05-14 22:32:38 1778769158 0.015052