博客文章
共436篇VSCode中如何通过文件名快速找到这个文件
ctrl+p打开搜索栏输入文件名参考https://blog.csdn.net/whw382849295/article/details/111939204
In php:7.4.1-apache, Error: unrecognized options: --with-png-dir, --with-jpeg-dir, --with-freetype-dir
php7.4以后gd的配置改变了,注意除了删除了dir外,还不能使用--with-pngOldRUNdocker-php-ext-configuregd--with-png-dir=/usr/incl
Docker : configure: error: Package requirements (oniguruma) were not met
把mbstring从构建中移除,这个模块已经被集成了。https://stackoverflow.com/questions/59251008/docker-laravel-configure-err
OCI runtime exec failed: exec failed:解决方法
原来该镜像是使用alpine制作的,要进入该容器需要输入dockerexec-it容器名/bin/sh
Getting failure when using filemtime() with wp_enqueue_style
必须使用本地路径引入,不要使用http开头的路径参考https://wordpress.stackexchange.com/questions/276303/getting-failure-when-
Nginx设置Js、Css等静态文件的缓存过期时间
location~.*\.(js|css|html|png|jpg)${expires3d;}expires3d;//表示缓存3天expires3h;//表示缓存3小时expiresmax;//表示缓
textarea禁止改变大小
添加:style="resize:none"参考https://blog.csdn.net/A\_Runner/article/details/80623184