上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 88 下一页
摘要: (error) MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are dis 阅读全文
posted @ 2022-08-04 11:59 徐同保 阅读(2) 评论(0) 推荐(0) 编辑
摘要: Nginx简介 HTTP和反向代理web服务器 Nginx (engine x) 是一个高性能的HTTP和反向代理web服务器,同时也提供了IMAP/POP3/SMTP服务。Nginx是由伊戈尔·赛索耶夫为俄罗斯访问量第二的Rambler.ru站点(俄文:Рамблер)开发的,公开版本1.19.6 阅读全文
posted @ 2022-08-04 11:08 徐同保 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 下载地址:https://www.downkuai.com/soft/154741.html 官网: https://resp.app/ 阅读全文
posted @ 2022-08-03 11:35 徐同保 阅读(1) 评论(0) 推荐(0) 编辑
摘要: redis下载: https://github.com/tporadowski/redis/releases 通过命令行使用: 通过node访问redis: const redis = require('redis') const redisClient = redis.createClient() 阅读全文
posted @ 2022-08-02 14:27 徐同保 阅读(4) 评论(0) 推荐(0) 编辑
摘要: https://github.com/qiniu/QSunSync 可以批量删除文件,例如前端打包的代码特别多,可以使用这个工具上线静态资源 阅读全文
posted @ 2022-08-02 13:56 徐同保 阅读(4) 评论(0) 推荐(0) 编辑
摘要: http://tinymce.ax-z.cn/configure/content-filtering.php#entity_encoding TinyMCE禁用转义 如: ² 被转义成 ² 阅读全文
posted @ 2022-08-02 11:08 徐同保 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 修改webpack.config.js: // 新增 less 配置 { test: /\.less$/, use: [{ loader: "style-loader" // creates style nodes from JS strings }, { loader: "css-loader" 阅读全文
posted @ 2022-07-28 16:26 徐同保 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 上传用到的域名: https://developer.qiniu.com/kodo/1671/region-endpoint-fq 使用node生成上传凭证: https://developer.qiniu.com/kodo/1289/nodejs#5 const qiniu = require(' 阅读全文
posted @ 2022-07-22 15:11 徐同保 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 添加配置: paste_auto_cleanup_on_paste: true, paste_remove_styles: true, paste_remove_styles_if_webkit: true, paste_strip_class_attributes: true, paste_as_ 阅读全文
posted @ 2022-07-21 15:35 徐同保 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 快速上手 2021-7-29 About 1 min # 介绍 通过本章节你可以了解到 Avue 的安装方法和基本使用姿势。 # 安装 # 通过 npm 安装 在现有项目中使用 Avue 时,可以通过 npm 或 yarn 进行安装: # 安装 npm i @smallwei/avue -S yar 阅读全文
posted @ 2022-07-21 10:25 徐同保 阅读(56) 评论(0) 推荐(0) 编辑
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 88 下一页