上一页 1 ··· 221 222 223 224 225 226 227 228 229 ··· 329 下一页
摘要: 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)
摘要: with open('data.json', 'w') as f: json.dump(data, f)# Reading data backwith open('data.json', 'r') as f: data = json.load(f)... 阅读全文
posted @ 2020-07-31 17:33 bH1pJ 阅读(66) 评论(0) 推荐(0)
摘要: with open('data.json', 'w') as f: json.dump(data, f)# Reading data backwith open('data.json', 'r') as f: data = json.load(f)... 阅读全文
posted @ 2020-07-31 17:33 bH1pJ 阅读(43) 评论(0) 推荐(0)
摘要: 1.里边可以放注释 2. python三引号允许一个字符串跨多行,字符串中可以包含换行符、制表符以及其他特殊字符。 阅读全文
posted @ 2020-07-31 17:13 bH1pJ 阅读(328) 评论(0) 推荐(0)
上一页 1 ··· 221 222 223 224 225 226 227 228 229 ··· 329 下一页