摘要: 在学计组的知识,单精度浮点数与二进制十六进制的转换过程,写了几个函数,方便自己检验 1 hdict = { 2 '0': '0000', 3 '1': '0001', 4 '2': '0010', 5 '3': '0011', 6 '4': '0100', 7 '5': '0101', 8 '6': 阅读全文
posted @ 2023-09-25 17:17 温泉镇谢步东 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 1.背景 centos 7 在升级gcc configure 的时候出现的问题 A100-01-$build#../configure --prefix=/usr/local/gcc --enable-threads=posix --disable-checking --disable-multil 阅读全文
posted @ 2023-04-03 11:43 温泉镇谢步东 阅读(1624) 评论(0) 推荐(0) 编辑
摘要: 现象: ubuntu/centos 配置了国内源,一直不生效。重启也不行。 # 1.停docker systemctl stop docker systemctl stop docker.scoket # 2.检查 systemctl status docker # Active: inactive 阅读全文
posted @ 2023-03-27 23:23 温泉镇谢步东 阅读(5408) 评论(1) 推荐(0) 编辑
摘要: docker 里的话建议使用supervisor 来控制启停 阅读全文
posted @ 2022-09-23 21:40 温泉镇谢步东 阅读(111) 评论(0) 推荐(0) 编辑
摘要: ubuntu 参考 https://blog.csdn.net/weixin_44966641/article/details/123760614 我的系统是manjaro yay -S nvidia-container-runtime 阅读全文
posted @ 2022-09-22 16:33 温泉镇谢步东 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 错误如下: 错误:libnvidia-container: 来自 "lilac (build machine) <lilac@build.archlinuxcn.org>" 的签名是未知信任的 sudo pacman -S archlinuxcn-keyringsudo pacman-key --i 阅读全文
posted @ 2022-09-22 14:56 温泉镇谢步东 阅读(2382) 评论(0) 推荐(0) 编辑
摘要: NO_PUBKEY 40976EAF437D05B5 NO_PUBKEY 3B4FE6ACC0B21F32 使用以上pubkey拼接如下命令 gpg --keyserver keyserver.ubuntu.com --recv 40976EAF437D05B5 gpg --export --arm 阅读全文
posted @ 2022-09-22 10:05 温泉镇谢步东 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 安装java 8 yum -y install java-1.8.0-openjdk* 反向代理的问题 If you are using a reverse proxy, make sure the the proxyName and proxyPort attributes have correc 阅读全文
posted @ 2022-09-20 14:58 温泉镇谢步东 阅读(24) 评论(0) 推荐(0) 编辑
摘要: http { types_hash_max_size 4096; server_names_hash_bucket_size 128; .... } 阅读全文
posted @ 2022-09-19 09:25 温泉镇谢步东 阅读(31) 评论(0) 推荐(0) 编辑
摘要: { "builder": { "gc": { "defaultKeepStorage": "20GB", "enabled": true } }, "experimental": false, "features": { "buildkit": true } } 阅读全文
posted @ 2022-09-16 14:22 温泉镇谢步东 阅读(48) 评论(0) 推荐(0) 编辑