摘要: 安装 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 阅读(34) 评论(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 阅读(456) 评论(0) 推荐(0)
摘要: vector不是模板:未定义标识符cout,endl #include<vector> using namespace std; 阅读全文
posted @ 2021-11-06 17:20 ice2 阅读(765) 评论(0) 推荐(0)
摘要: 可能是邮箱权限被设置为私密。 阅读全文
posted @ 2021-10-12 18:06 ice2 阅读(3359) 评论(0) 推荐(0)
摘要: txt文件中的数据有空白字符,删了之后就解决了 阅读全文
posted @ 2021-08-31 14:37 ice2 阅读(577) 评论(0) 推荐(0)
摘要: python画函数图象 x和y格式不同 x是用np.range()生成的 y是用了math.sqrt()计算得到的,把y改成pow()计算就行了 阅读全文
posted @ 2021-08-28 10:58 ice2 阅读(444) 评论(0) 推荐(0)
摘要: 图片 1st 2nd 3rd 阅读全文
posted @ 2021-07-30 19:10 ice2 阅读(116) 评论(0) 推荐(0)
摘要: 最近调试串口发现matlab突然不会用了,于是决定记录一下解决方法 fidin=fopen('file1.txt');%比较复杂的,每行的列数不一致的,特殊字符 a=textscan(fidin,'%s'); f(:,1)=a{1}(14:17:end,1);f(:,2)=a{1}(15:17:en 阅读全文
posted @ 2021-07-30 18:45 ice2 阅读(131) 评论(0) 推荐(0)