标签:输入 amp encoding pytho strong ase select reg sys
Tools->Build System->New build system,粘贴以下代码:直接运行java
{ "cmd": ["javac", "$file_name", "&&", "java", "$file_base_name"], "working_dir": "${project_path:${folder}}", "selector": "source.java", "shell": true, "encoding":"utf-8" }
python
输入(*******为python安装路径最后有叙述)
{
"cmd": ["********","-u","$file"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.python",
}
标签:输入 amp encoding pytho strong ase select reg sys
原文地址:https://www.cnblogs.com/zwq20134/p/11749214.html