zoukankan      html  css  js  c++  java
  • sublime 安装插件出现问题

    一。 解决package   Install不能安装

    If for some reason the console installation instructions do not work for you (such as having a proxy on your network), perform the following steps to manually install Package Control:

    1. Click the Preferences > Browse Packages… menu
    2. Browse up a folder and then into the Installed Packages/ folder
    3. Download Package Control.sublime-package and copy it into the Installed Packages/ directory
    4. Restart Sublime Text

    https://packagecontrol.io/installation#st3

    新问题: unbable to download sublimeserver.....

    二。安装sublime server 插件包
              1.Ctrl + shift + p 
                        install package
                        sublimeServer
              2.git
                        
      1. cd to your Sublime packages folder, don't know where is it? Open Sublime and choose Preferences -> Browser Packages, yeah, here is it!
      2. $ git clone git://github.com/learning/SublimeServer.git
     
         3.下载sublime server 插件包解压放在Open Sublime and choose Preferences -> Browser Packages里面。
             4.tool-sublimeServer-settings:
                        可以修改端口(1000以下的端口号尽量不要用,需要root权限)
             5.tool-sublimeServer-start server:
                        打开sublimeServer
              6..index右键  view in sublimeServer  注意:SublimeServer要求你的代码文件夹添加到Sublime Text的项目里面(即将文件夹拖到sublime即可),这样才能列出这些文件夹。
              7.复制地址到手机端,把localhost改成电脑IP即可(Mac查电脑IP:ifconfig | grep "inet " | grep -v 127.0.0.1) 
  • 相关阅读:
    JS对象、包装类
    js刷题网站
    typeof 返回的数据类型
    一文讲懂什么是函数柯里化,柯里化的目的及其代码实现
    JS 中深拷贝的几种实现方法
    JavaScript 开发的45个经典技巧
    JavaScript中的delete操作符
    IE下iframe不能正常加载,显示空白
    使用Costura.Fody插件将自己写的程序打包成一个可以独立运行的EXE文件
    list获取所有上级
  • 原文地址:https://www.cnblogs.com/ycxqdkf/p/7766571.html
Copyright © 2011-2022 走看看