上一页 1 2 3 4 5 6 ··· 32 下一页
摘要: based on https://sqlpey.com/python/solved-how-to-check-python-version/ from platform import python_version print("You are using Python version:", pyth 阅读全文
posted @ 2024-12-10 09:23 ChrainY 阅读(3) 评论(0) 推荐(0) 编辑
摘要: You want vars() mixed with pprint(): from pprint import pprint pprint(vars(your_object)) 阅读全文
posted @ 2024-12-09 08:43 ChrainY 阅读(3) 评论(0) 推荐(0) 编辑
摘要: https://root.cern/install/ 阅读全文
posted @ 2024-12-02 19:32 ChrainY 阅读(3) 评论(0) 推荐(0) 编辑
摘要: https://www.youtube.com/watch?v=ClTWPoDHY_s&ab_channel=Abstractprogrammer it's working 阅读全文
posted @ 2024-12-02 18:39 ChrainY 阅读(4) 评论(0) 推荐(0) 编辑
摘要: https://linuxstans.com/how-to-install-python-centos/ wget https://www.python.org/ftp/python/3.11.10/Python-3.11.10.tgz the rest is the same as the tut 阅读全文
posted @ 2024-12-02 13:42 ChrainY 阅读(4) 评论(0) 推荐(0) 编辑
摘要: https://www.youtube.com/watch?v=8vuvHAlgJZ0 it's working. 阅读全文
posted @ 2024-12-02 12:49 ChrainY 阅读(3) 评论(0) 推荐(0) 编辑
摘要: pip install python-doc python-doc 阅读全文
posted @ 2024-11-26 12:08 ChrainY 阅读(3) 评论(0) 推荐(0) 编辑
摘要: https://theboostcpplibraries.com/ 阅读全文
posted @ 2024-11-17 10:34 ChrainY 阅读(2) 评论(0) 推荐(0) 编辑
摘要: https://www.geeksforgeeks.org/smart-pointers-cpp/ 阅读全文
posted @ 2024-11-17 10:27 ChrainY 阅读(6) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> using std::cout; using std::endl; int main() { cout << "Hello, World!" << endl; return 0; } https://medium.com/@computerandgyein/u 阅读全文
posted @ 2024-11-15 11:49 ChrainY 阅读(2) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 32 下一页