摘要: Python 运行 cmd命令 import os print os.system('www.baidu.com') 阅读全文
posted @ 2020-08-02 17:55 bH1pJ 阅读(40) 评论(0) 推荐(0)
摘要: Python 运行 cmd命令 import os print os.system('www.baidu.com') 阅读全文
posted @ 2020-08-02 17:55 bH1pJ 阅读(28) 评论(0) 推荐(0)
摘要: os.path.exists os.path.exists的用法 经过测试,这个人写的很棒! 阅读全文
posted @ 2020-08-02 17:41 bH1pJ 阅读(154) 评论(0) 推荐(0)
摘要: os.path.exists os.path.exists的用法 经过测试,这个人写的很棒! 阅读全文
posted @ 2020-08-02 17:41 bH1pJ 阅读(323) 评论(0) 推荐(0)
摘要: import sysimageJPath = r'D:/Softwares/fiji-win64/Fiji.app'sys.path.append(imageJPath)import os# print(os.system('ping www.baidu.co... 阅读全文
posted @ 2020-08-02 17:06 bH1pJ 阅读(37) 评论(0) 推荐(0)
摘要: import sysimageJPath = r'D:/Softwares/fiji-win64/Fiji.app'sys.path.append(imageJPath)import os# print(os.system('ping www.baidu.co... 阅读全文
posted @ 2020-08-02 17:06 bH1pJ 阅读(33) 评论(0) 推荐(0)
摘要: 命令行打开imageJ,是否可行? 可以的 ImageJ-win64 -macro D:/PythonProject/NakedSomaToolPython/resources/results.ijm open("D:/Data/Aloe5... 阅读全文
posted @ 2020-08-02 16:49 bH1pJ 阅读(33) 评论(0) 推荐(0)
摘要: 命令行打开imageJ,是否可行? 可以的 ImageJ-win64 -macro D:/PythonProject/NakedSomaToolPython/resources/results.ijm open("D:/Data/Aloe5... 阅读全文
posted @ 2020-08-02 16:49 bH1pJ 阅读(71) 评论(0) 推荐(0)
摘要: vscode设置中文字体 Consolas, '微软雅黑', monospace 效果 阅读全文
posted @ 2020-08-02 16:41 bH1pJ 阅读(76) 评论(0) 推荐(0)
摘要: vscode设置中文字体 Consolas, '微软雅黑', monospace 效果 阅读全文
posted @ 2020-08-02 16:41 bH1pJ 阅读(198) 评论(0) 推荐(0)