这个库比较好用:https://github.com/shivammathur/homebrew-php 旧⬇️ 安装已经停止维护的源 https://github.com/eXolnet/homebrew-deprecate…
Leave a CommentSouth Breeze Posts
基础转义 less div { > span { width: calc(~’100% – 10px’); } } 编译为css div > span { width: calc(100% – 10px); } 变量插值 les…
Leave a CommentUPDATE `tableName` SET `fieldName` = replace(`fieldName`, ‘fromString’, ‘toString’) WHERE `fieldName` LIKE ‘%fromString%…
Leave a Commentwkhtmltopdf 主要用于 HTML 生成 PDF官网:https://wkhtmltopdf.org 中文乱码说明 安装中文字体,例如:
Leave a Commentsudo vim /etc/netplan/*.yaml network: version: 2 ethernets: enp3s0: dhcp4: no addresses: [10.0.0.111/24] gateway4: 10.0.…
Leave a Commenthttps://bex.meishakeji.com/2019/04/13/aliyun-sts/
Leave a Comment.key 转换成 .pem openssl rsa -in example.key -out example.pem .crt 转换成 .pem openssl x509 -in example.crt -out example.pem
Leave a Comment# 开机自动启动ssh命令 sudo systemctl enable ssh # 关闭ssh开机自动启动命令 sudo systemctl disable ssh # 单次开启ssh sudo systemctl start ssh # …
Leave a Comment取消黄色边框 outline: none; 取消textarea的拖动改变大小的功能 resize: none;
Leave a Comment