10 2021 档案

使用acme.sh安装ssl证书
摘要:注意:acme.sh 默认从之前的Let's Encrypt已更换为 ZeroSSL cd /root #进入root用户根目录 安装很简单, 一个命令: curl https://get.acme.sh | sh -s email=my@example.com 设置DNSPOD的接口变量ID和to 阅读全文

posted @ 2021-10-27 13:02 Redwei 阅读(922) 评论(0) 推荐(0)

纯css3制作的图形
摘要:原文来自 https://www.jqhtml.com/8045.html Square #square { width: 100px; height: 100px; background: red; } Rectangle #rectangle{ width: 200px; height: 100 阅读全文

posted @ 2021-10-27 03:56 Redwei 阅读(42) 评论(0) 推荐(0)

css 背景
摘要:在html中 溢出隐藏 写为省略号 text-overflow:ellipsis; overflow:hidden; white-space:nowrap; div高度固定超出隐藏 里边怎么让溢出的内容显示 用css控制 y轴 在高度一定时,再添加代码 { overflow-y: auto } cs 阅读全文

posted @ 2021-10-26 01:51 Redwei 阅读(51) 评论(0) 推荐(0)

文章收集
摘要:静态评论系统 https://blog.shuiba.co/comment-systems-recommendation https://www.cnblogs.com/nodecat/p/13058292.html 使用 utterances 作为评论系统 不同域名自动跳转到指定页面 https: 阅读全文

posted @ 2021-10-15 16:47 Redwei 阅读(31) 评论(0) 推荐(0)

po或pot翻译文件格式介绍
摘要:相关 Linux本地化翻译中的po或pot格式介绍 https://leedd.com/linux-po-pot/ https://www.cnblogs.com/cabbage/p/4553775.html Loco Translate WordPress 插件 用户手册 https://loca 阅读全文

posted @ 2021-10-10 06:50 Redwei 阅读(333) 评论(0) 推荐(0)

ffmpeg安装相关链接
摘要:php-ffmpeg 是一个php操作视频/音频文件的类库。 GitHub地址:https://github.com/PHP-FFMpeg/PHP-FFMpeg/ https://getcomposer.org/ 使用composer快速安装:composer require php-ffmpeg/ 阅读全文

posted @ 2021-10-05 09:09 Redwei 阅读(158) 评论(0) 推荐(0)