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
  • 相关阅读:
    nodejs安装express及ejs模板
    nodejs开启服务器
    php 汉字转拼音
    使PHP像js一样链式写法
    apache出现\xef\xbb\xbf
    更改CI自定义类构造函数的传参方式
    DEV ComBoxEdit实现模糊检索数据
    微软一站式示例代码库(中文版)20110924版本, 新添加ASP.NET, Windows Base, Silverlight, WinForm等20个Sample
    Windows Azure 系列分享一:开始基于Windows Azure的开发与部署所需的概念和软件
    Windows Azure 系列分享二: Worker Role & Web Role
  • 原文地址:https://www.cnblogs.com/d442130165/p/8521673.html
Copyright © 2011-2022 走看看