当前位置:网站首页>Sublime install plug-ins
Sublime install plug-ins
2022-07-26 09:49:00 【~ light boat ~】
For the first time to use sublime Then don't associate It feels so awkward Thought of installing plug-ins
So it started :
First of all , According to the results of online search , Plug ins are usually installed through Package Control
Open the installed Sublime Text 3, Then click on the top menu View -> Show Console( Or use shortcut keys command + ` ). Copy the following code in the input box below
import urllib.request,os,hashlib; h = '2915d1851351e5ee549c20394736b442' + '8bc59f460fa1548d1514676163dafc88'; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); by = urllib.request.urlopen( 'http://packagecontrol.io/' + pf.replace(' ', '%20')).read(); dh = hashlib.sha256(by).hexdigest(); print('Error validating download (got %s instead of %s), please try manual install' % (dh, h)) if dh != h else open(os.path.join( ipp, pf), 'wb' ).write(by)
And then you found out that Preferences Not in China Package Control
Don't panic at this time stay `C:\Users\*****\AppData\Roaming\Sublime Text 3\Packages\User` There is a `Preferences.sublime-settings` file
take `ignored_packages` Medium Package Control Just remove it边栏推荐
- 高斯消元求解矩阵的逆(gauss)
- CSV data file settings of JMeter configuration components
- The combination of officially issued SSL certificate and self signed certificate realizes website two-way authentication
- Mo team learning notes (I)
- Login module use case writing
- Server and client dual authentication (2)
- 2022年中科磐云——服务器内部信息获取 解析flag
- [MySQL database] a collection of basic MySQL operations - the basis of seeing (adding, deleting, modifying, and querying)
- QT随手笔记(六)——更新界面、截图、文件对话框
- Learning notes: what are the common array APIs that change the original array or do not change the original array?
猜你喜欢
【荧光字效果】
Principle analysis and source code interpretation of service discovery
[fluorescent character effect]
Search module use case writing
Fuzzy PID control of motor speed
Uni app learning summary
面试突击68:为什么 TCP 需要 3 次握手?
2021 windows penetration of "Cyberspace Security" B module of Shandong secondary vocational group (analysis)
Server and client dual authentication (2)
After attaching to the process, the breakpoint displays "currently will not hit the breakpoint, and no symbols have been loaded for this document"
随机推荐
Gauss elimination solves the inverse of matrix (Gauss)
Node memory overflow and V8 garbage collection mechanism
在同一conda环境下先装Pytroch后装TensorFlow
[fluorescent character effect]
ie7设置overflow属性失效解决方法
A new paradigm of distributed deep learning programming: Global tensor
Uni app learning summary
Calling DLL to start thread
反射机制的原理是什么?
js 表格自动循环滚动,鼠标移入暂停
Solve the problem of storing cookies in IE7 & IE8
Sqoop [put it into practice 02] sqoop latest version full database import + data filtering + field type support description and example code (query parameter and field type forced conversion)
【信息系统项目管理师】初见高项系列精华汇总
copyTo
2022 zhongkepan cloud - server internal information acquisition and analysis flag
Unstoppable, pure domestic PCs have been in place, and the monopoly of the U.S. software and hardware system has been officially broken
Interpretation of the standard of software programming level examination for teenagers_ second level
MFC handy notes
Node 内存溢出及V8垃圾回收机制
解决IE7 & IE8 存储cookie问题