自定义阅读器
https://github.com/hectorqin/reader docker安装 hectorqin/reader:openj9-latest 单用户 docker run -d --restart=always --name=reader -e "SPRING_PROFILES_ACTIVE=prod" -v /hom…
armbiand的frp配置
服务器端 [common] bind_port = 7000 token = XX-需要保存一致 #web vhost_http_port = 8081 客户端 [common] server_addr = 公网ip server_port = 7000 token = XX-需要保存一致 [ssh] type = tcp local_ip = 1…
cm311-1a刷机 armbian-待整理
参考:https://github.com/ophub/amlogic-s9xxx-armbian/blob/main/README.cn.md 安装 Armbian 到 EMMC armbian-install 305 ext4 更新 Armbian 内核 # 使用 root 用户运行 (sudo -i) # 如果不指定参数,将更新为最新版本。 …
古籍资源
Topbook 置顶识典古籍:https://www.shidianguji.com/; 汉典重光:https://wenyuan.aliyun.com/home; 书格:https://new.shuge.org/; 全历史:https://www.allhistory.com/; 观沧海:https://www.ageeye.cn/。
复古游戏机-BATOCERA和RetroBat
乌客wuke https://www.bilibili.com/video/BV1gg411q7Ee/?spm_id_from=333.788.recommend_more_video.-1&vd_source=15dacb6f39b69dffb92be1da7c9e7259 最爱牛夫人 https://space.bilibili.com/142…
adobe资源下载方法
下载工具: ccmaker https://appnee.com/ccmaker/ 破解工具 genp https://appnee.com/genp/ https://www.reddit.com/r/GenP/comments/mt9m4f/adobe_home_screen_fix_402/ 异常解决: expression:vulcan_ …
CompletableFuture详解~thenAcceptAsync
static void thenAcceptAsyncExample() { StringBuilder result = new StringBuilder(); CompletableFuture cf = CompletableFuture.completedFuture("thenAcceptAsync message"…
在Windows编译vmangos
官网教程:https://github.com/vmangos/wiki/wiki/Contribution-guide Microsoft Visual Studio (click here for 2015) CMake Git 环境: ACE Now go into C:\ACE_wrappers\ace, create a file nam…
Win10制作免安装的mysql5.7
mysql:mysql-5.7.36-winx64 1.解压 在bin目录执行: mysqld --initialize 生成data目录 2.主目录新增my.ini配置文件 [mysql] # 设置mysql客户端默认字符集 default-character-set=utf8 [mysqld] #设置3306端口 port = 3306 # 设…