11 2021 档案

摘要:安装 bash <(curl -s -L https://git.io/*****-setup.sh) 如果没出现菜单 Ubuntu、Debian sudo apt install -y curl centos yum install -y curl 查看服务器协议在软件中配置 阅读全文
posted @ 2021-11-23 22:03 ice2 阅读(38) 评论(0) 推荐(0)
摘要:bypy下载最新版不行之后,更换1.6.10 pip3 install bypy==1.6.10 之后配置账号 bypy info 使用 bypy list # 显示文档 bypy upload filename -v # 上传某文件,显示进度 bypy -c # 取消令牌文件。一段时间后要重新授权 阅读全文
posted @ 2021-11-22 23:36 ice2 阅读(461) 评论(0) 推荐(0)
摘要:vector不是模板:未定义标识符cout,endl #include<vector> using namespace std; 阅读全文
posted @ 2021-11-06 17:20 ice2 阅读(774) 评论(0) 推荐(0)