比格高
逼格更高
关于binance-trading-bot一个网格交易机器人的使用方法,我帮大家踩坑了
先来个巨坑: 你服务器的时间一定要设置准确啊,不知道怎么回事,我有台服务器重启后时间就变了…
Docker-compose的常用命令
常用命令 docker-compose up -d nginx 构建建启动nignx容器 docker-compose exec nginx bash 登…
centos 8 或者AlmaLinux 8 下安装及卸载node.js的方法
先列出支持哪些版本 yum module list nodejs AlmaLinux 8 – AppStream Name Stream Profiles Su…
npm start时出现 Error: Cannot find module ‘commander‘ 的解决办法
就在当前的项目目录下,执行 npm install commander –save
centos 8 或者AlmaLinux 8 下禁用IPV6的方法
IPV6 让人又爱又恨,用上它有时候服务器连接某些资源的时候老是连接不上 禁用方法: vi /etc/sy…
centos 8 或者AlmaLinux 8 校正时间 校时 出现错误解决办法 Unable to find a match: ntpdate
ntpdate 在高版本的系统里已经用不了了 安装这个 yum install chrony 装好后就不用管了,它会自…
我Python的telethon写的一个利用Telegram给机场签到的代码(主要部分)
# Reading Configs config = configparser.ConfigParser() config.read(GLOBAL_CONFIG_FILE,enc…