























cmd -> secpol.msc -> 本地策略 ->安全选项->用户账户控制 1.以管理员批准…… 2.用于内置管理员…… ->禁用
cmd->regedit->HKEY_LOCAL_MACHINE->SYSTEM->CurrentControlSet->Services->WebClient->Parameters->BasicAuthLevel set value 2
{ "default_encoding": "UTF-8", "draw_white_space": "all", "font_size": 16, "ignored_packages": [ ], "rulers": [ 80, 100 ], "tab_size": 4, "theme": "Default.sublime-theme", "translate_tabs_to_spaces": true, "trim_trailing_white_space_on_save": true }
{ "cmd": ["/usr/local/bin/python3", "-u", "$file"], "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)", "selector": "source.python" }
[ //python run { "keys":["f1"], "caption": "SublimeREPL: Python - RUN current file", "command": "run_existing_window_command", "args": { "id": "repl_python_run", "file": "config/Python/Main.sublime-menu" } }, //python interaction { "keys":["f2"], "caption": "SublimeREPL: Python", "command": "run_existing_window_command", "args": { "id": "repl_python", "file": "config/Python/Main.sublime-menu"} }, //borwser preview. { "keys": ["f5"], "command": "side_bar_files_open_with", "args": { "paths": [], "application": "/Applications/Google Chrome.app", "extensions": ".*" } }, ]
{ "command": "/usr/local/bin/ctags", }
{ "terminal": "iTerm2-v3.sh", }
{ "attr": { "author": "matianhe", "email": "vip@matianhe.cn", "link": "https://www.matianhe.cn" } }
pip3 install flake8 brew install nodejs npm install -g jshint npm install -g csslint brew install tidy-html5 // SublimeLinter Settings - User { "gutter_theme": "Default", "styles": [ { "icon": "heart", "types": ["warning"] }, { "icon": "x", "types": ["error"], } ] }
{ "anaconda_linting": false, "pep8": false }
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。