sublime sftp 插件安装及破解

时间:2023-03-09 04:06:37
sublime sftp 插件安装及破解
必备插件sftp
1,Package Control可以用来install其他package
2,sftp远程编辑文件:安装:install->sftp具体配置
sftp工具破解
    1,下载python字节码反编译工具uncompyle2  (pyc 2 py) https://github.com/wibiti/uncompyle2
    2,安装uncompyle2
    3,工具安装后的位置 E:\Python27\Scripts\uncompyle2
    4,反编译文件commands.pyc
          python uncompyle2 -o  commands.py commands.pyc
   5,注释掉函数即可 sublime.set_timeout(reg, 1)
或者下载破解版:http://download.csdn.net/my

http://blog.csdn.net/appletreesujie/article/details/11158057

http://blog.inet198.cn/?appletreesujie/article/details/11158057