首页
斐讯设备
疯言疯语
系统运维
编程语言
网站建设
友情连接
推荐
autojs
Search
1
charles破解注册码(含windows和mac)最新安装教程「亲测有效」
39 阅读
2
【omv5安装教程二】N1盒子Armbian系统下,一条命令搞定Openmediavault(OMV5)安装
18 阅读
3
博客简介
11 阅读
4
SSH如何访问fe80开头的ipv6????
11 阅读
5
【N1安装飞牛优化四】关闭不必要服务优化记录
11 阅读
登录
Search
标签搜索
JAVA
JAVA学习系列
docker
Linux
js
N1
git
模块二
端口
模块一
模块五
模块九
数据库
模块四
镜像
模块三
模块六
MySQL
百度网盘
nginx
DaiMaFengZi
累计撰写
587
篇文章
累计收到
8
条评论
首页
栏目
斐讯设备
疯言疯语
系统运维
编程语言
网站建设
页面
友情连接
推荐
autojs
搜索到
2
篇与
的结果
2022-02-14
青龙N1的docker安装命令。
docker pull whyour/qinglong:latest docker run -dit \ -v /mnt/mmcblk2p4/ql/config:/ql/config \ -v /mnt/mmcblk2p4/ql/log:/ql/log \ -v /mnt/mmcblk2p4/ql/db:/ql/db \ -v /mnt/mmcblk2p4/ql/scripts:/ql/scripts \ -v /mnt/mmcblk2p4/ql/repo:/ql/repo \ -v /mnt/mmcblk2p4/ql/raw:/ql/raw \ -v /mnt/mmcblk2p4/ql/jbot:/ql/jbot \ -v /mnt/mmcblk2p4/ql/deps:/ql/deps \ -p 5700:5700 \ --net host \ --name qinglong \ --hostname qinglong \ --restart always \ whyour/qinglong:latest
2022年02月14日
0 阅读
0 评论
0 点赞
2022-02-12
青龙运行脚本报错Error: Cannot find module './ql'
青龙运行脚本报错 throw err; ^ Error: Cannot find module './ql' Require stack: - /ql/scripts/okyyds_yydspure_master/function/sendNotify.js - /ql/scripts/okyyds_yydspure_master/function/common.js - /ql/scripts/okyyds_yydspure_master/jx_aid_cashback.js at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15) at Function.Module._load (node:internal/modules/cjs/loader:778:27) at Module.require (node:internal/modules/cjs/loader:999:19) at require (node:internal/modules/cjs/helpers:102:18) at Object.<anonymous> (/ql/scripts/okyyds_yydspure_master/function/sendNotify.js:132:5) at Module._compile (node:internal/modules/cjs/loader:1097:14) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1149:10) at Module.load (node:internal/modules/cjs/loader:975:32) at Function.Module._load (node:internal/modules/cjs/loader:822:12) at Module.require (node:internal/modules/cjs/loader:999:19) { code: 'MODULE_NOT_FOUND', requireStack: [ '/ql/scripts/okyyds_yydspure_master/function/sendNotify.js', '/ql/scripts/okyyds_yydspure_master/function/common.js', '/ql/scripts/okyyds_yydspure_master/jx_aid_cashback.js' ] }解决办法 ?ql.js复制到function下
2022年02月12日
0 阅读
0 评论
0 点赞