上一页 1 ··· 150 151 152 153 154 155 156 157 158 ··· 341 下一页
摘要: Java调用Pythonhttps://blog.csdn.net/qq_26591517/article/details/80441540https://www.cnblogs.com/nuccch/p/8435693.htmlJava中调用shell命令https://blog.csdn.net 阅读全文
posted @ 2020-09-07 22:19 emanlee 阅读(363) 评论(0) 推荐(0)
摘要: import platform print(platform.python_version()) import sys print(sys.version) 阅读全文
posted @ 2020-09-05 20:47 emanlee 阅读(1658) 评论(0) 推荐(0)
摘要: REF: https://www.cnblogs.com/testlearn/p/11704984.html f-Strings语法与str.format()使用的语法类似,但较少细节啰嗦,只需要在格式化字符串前加f或F即可。看看这是多么容易可读: name = "tom" age = 2 prin 阅读全文
posted @ 2020-09-05 20:19 emanlee 阅读(328) 评论(0) 推荐(0)
摘要: Download latest epel-release rpm from http://download-ib01.fedoraproject.org/pub/epel/7/x86_64/ https://download-ib01.fedoraproject.org/pub/epel/7/x86 阅读全文
posted @ 2020-09-05 13:48 emanlee 阅读(2687) 评论(0) 推荐(0)
摘要: #!/usr/bin/python 是告诉操作系统执行这个脚本的时候,调用/usr/bin下的python解释器; #!/usr/bin/env python 这种用法是为了防止操作系统用户没有将python装在默认的/usr/bin路径里。当系统看到这一行的时候,首先会到env设置里查找pytho 阅读全文
posted @ 2020-09-04 23:11 emanlee 阅读(555) 评论(0) 推荐(0)
摘要: [root@VM-0-2-centos webapps]# which python3/usr/bin/python3 https://danieleriksson.net/2017/02/08/how-to-install-latest-python-on-centos/ Use “make al 阅读全文
posted @ 2020-09-04 20:03 emanlee 阅读(728) 评论(0) 推荐(0)
摘要: yum install nvidia-detect nvidia-detect -vProbing for supported NVIDIA devices...[10de:1b06] NVIDIA Corporation GP102 [GeForce GTX 1080 Ti]This device 阅读全文
posted @ 2020-09-03 22:14 emanlee 阅读(2895) 评论(0) 推荐(0)
摘要: https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&target_distro=CentOS&target_version=7&target_type=rpmlocal wget https:/ 阅读全文
posted @ 2020-09-03 21:48 emanlee 阅读(375) 评论(0) 推荐(0)
摘要: yum update Traceback (most recent call last): File "/usr/bin/yum", line 29, in <module> yummain.user_main(sys.argv[1:], exit_code=True) File "/usr/sha 阅读全文
posted @ 2020-09-03 21:04 emanlee 阅读(1322) 评论(0) 推荐(0)
摘要: nvidia-container-runtime/x86_64/signature | 488 B 00:00:00 从 https://nvidia.github.io/nvidia-container-runtime/gpgkey 检索密钥nvidia-container-runtime/x86 阅读全文
posted @ 2020-09-03 20:53 emanlee 阅读(1741) 评论(0) 推荐(0)
上一页 1 ··· 150 151 152 153 154 155 156 157 158 ··· 341 下一页