zoukankan      html  css  js  c++  java
  • Sublime安装与配置

    1.到官网下载Sublime

    https://www.sublimetext.com/

    2.安装时选择添加到右键菜单

    Add to explorer context menu

    3.安装插件

    菜单 tool -> Package Control(安装插件控制器)

    ctrl + shift + p ->  Package Control : Install Package -> SublimeCodeIntel (代码自动提示)

    4.调出控制台与编译代码

    ctrl + ~

    ctrl + b

    配置文件:

    {

    "color_scheme": "Packages/Color Scheme - Default/Mac Classic.tmTheme",

    "font_size": 12,

    "hot_exit": false,

    "remember_open_files": false,

    "update_check": false

    }

    ublime text3 中无法输入中文的问题

    参考网址:

    https://blog.csdn.net/xiaoshaxs/article/details/51969055

    sudo apt-get update
    sudo apt-get upgrade12
    git clone https://github.com/lyfeyaj/sublime-text-imfix.git1
    cd sublime-text-imfix &&./sublime-imfix1
  • 相关阅读:
    POJ 3419 Difference Is Beautiful (DP + 二分 + rmq)
    CodeForces 755C PolandBall and Forest (并查集)
    CodeForces 754D Fedor and coupons (优先队列)
    CodeForces 753C Interactive Bulls and Cows (Hard)
    CodeForces 754C Vladik and chat (DP+暴力)
    HDU 1996 汉诺塔VI (排列组合)
    HDU 1995 汉诺塔V (水题)
    HDU 2077 汉诺塔IV (递推)
    HDU 2064 汉诺塔III (递推)
    How Javascript works (Javascript工作原理) (二) 引擎,运行时,如何在 V8 引擎中书写最优代码的 5 条小技巧
  • 原文地址:https://www.cnblogs.com/d442130165/p/8521673.html
Copyright © 2011-2022 走看看