首页
斐讯设备
疯言疯语
系统运维
编程语言
网站建设
友情连接
推荐
autojs
Search
1
charles破解注册码(含windows和mac)最新安装教程「亲测有效」
57 阅读
2
aris常用命令收集
32 阅读
3
【N1和Armbian】一、N1刷Linux系统armbian
31 阅读
4
docker更新现有容器为自动重启
27 阅读
5
[上]JAVA学习系列模块九第五章186.对象数组_基本使用
25 阅读
登录
Search
标签搜索
JAVA
JAVA学习系列
docker
Linux
js
N1
git
模块二
模块一
端口
模块五
数据库
模块九
模块四
镜像
模块三
模块六
MySQL
百度网盘
nginx
DaiMaFengZi
累计撰写
590
篇文章
累计收到
10
条评论
首页
栏目
斐讯设备
疯言疯语
系统运维
编程语言
网站建设
页面
友情连接
推荐
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 点赞