迷雾世界(fog of world) 数据管理索引

[toc] 最近狂迷迷雾世界,在这里把整理的数据管理(导入和擦除)的教程以索引的形式分享给大家。简单介绍下世界迷雾,就是一个行走记录app,样式上采用

开源wiki系统wiki.js搭建

[TOC] https://docs.requarks.io/install/linux https://github.com/Requarks/wiki/releases release可以看到具体的文件有多大 1 wget https://github.com/Requarks/wiki/releases/download/v2.5.276/wiki-js.tar.gz Extract the package to the final destination of your choice: 1 2 3 mkdir wiki tar xzf wiki-js.tar.gz -C ./wiki cd ./wiki Rename the sample config file to config.yml: 1 mv config.sample.yml config.yml Edit the config file and fill in your database and port settings

个性化内容及广告关闭

[TOC] 注1:收集的关闭方式截止 2022-03-18 20:12:00 互联网产品 本文仅罗列本人在用的APP(iOS下) 注2:同 → 服务有时存在多个客户端,例如微博有微博和微博国际版,

个人笔记应用选择

[toc] 本人的笔记应用经历了很多代,之前的主力是为知笔记|wiznote ,wiz本身是基于html的,所以天生和适合做网页剪辑,因为网页也是htm

跨域配置

跨域配置 nginx 业务列表 进入负载均衡编辑页 修改配置 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 { "plugins": { "cors": { "allow_origins": "pre-live-liveu.oclivego.com,pre-m-liveu.oclivego.com", #多个域名以逗号分割 "allow_methods": "**", "allow_headers": "**", "expose_headers": "**", "allow_origins_by_regex": [ ".*.oclivego.com" ], "max_age": 1728000, "allow_credential": true } }