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 "...

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...

MySQL8 修改 root 密码

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

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...

解决 springboot Interceptor @Autowired null

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

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

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

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

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

GITHUB之GIT BASH使用教程

y exist生成 keys$ ssh-keygen -t rsa -C "your_email@example.com"# Creates a new ssh key, using the provided email as a label# Generating public/private rsa key pair.# Enter file in which to save the key (/c...

解决Ubuntu cannot change locale (en_US.UTF-8)

E="en_US.UTF-8" LC_ADDRESS="en_US.UTF-8" LC_TELEPHONE="en_US.UTF-8" LC_MEASUREMENT="en_US.UTF-8" LC_IDENTIFICATION="en_US.UTF-8" LC_ALL=en_US.UTF-8 使用 local-gen 安装 en_US 的 locale,解决问题,如下。 root@may:/var/w...

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....
2024-04-20 04:30:50 1713558650 0.006487