Skip to content
  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in

刘航 / watchmen

Go to a project
  • Project
  • Repository
  • Issues 2
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • watchmen
  • untitled.sublime-project
  • see.liuh@gmail.com's avatar
    【CHG】更新vproc,增加lld功能 · aa9d5016 ...
    【CHG】更新文档:
    1. 增加zabbix 监控docker说明
    2. 增加《20181128整理需求以及实现》章节
    see.liuh@gmail.com committed Dec 04, 2018
    aa9d5016 Browse Files
untitled.sublime-project 247 Bytes
RawBlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
{
	"build_systems":
	[
		{
			"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
			"name": "Anaconda Python Builder",
			"selector": "source.python",
			"shell_cmd": "\"python\" -u \"$file\""
		}
	],
	"folders":
	[
		{
			"path": "."
		}
	]
}