zoukankan      html  css  js  c++  java
  • Sublime一键预览

    //chrome
    {
    "keys": [
    "f12"
    ],
    "command": "side_bar_files_open_with",
    "args": {
    "paths": [ ],
    "application": "C:/Program Files (x86)/Google/Chrome/Application/chrome.exe",
    "extensions": ".*"
    }
    },
    //firefox
    {
    "keys": [
    "f11"
    ],
    "command": "side_bar_files_open_with",
    "args": {
    "paths": [ ],
    "application": "D:/Program Files (x86)/Mozilla Firefox/firefox.exe",
    "extensions": ".*"
    }
    },
    //ie
    {
    "keys": [
    "f10"
    ],
    "command": "side_bar_files_open_with",
    "args": {
    "paths": [ ],
    "application": "C:/Program Files/Internet Explorer/iexplore.exe",
    "extensions": ".*"
    }
    }

  • 相关阅读:
    BZOJ3156 防御准备
    BZOJ1911 [APIO2010] 特别行动队
    BZOJ1096 [ZJOI2007] 仓库建设
    HDU
    斜率优化的各种板子
    HDU
    HDU
    HDU
    HDU
    HDU
  • 原文地址:https://www.cnblogs.com/osimly/p/6090943.html
Copyright © 2011-2022 走看看