'etc'에 해당되는 글 4건

  1. 2017.06.28 비트코인 블록 탐색 서비스
  2. 2017.02.22 Windows10 잠금화면
  3. 2016.08.30 세미나실 및 파티룸 대여
  4. 2015.10.21 sublime 한글

비트코인 블록 탐색 서비스

etc 2017. 6. 28. 10:56

'etc' 카테고리의 다른 글

Windows10 잠금화면  (0) 2017.02.22
세미나실 및 파티룸 대여  (0) 2016.08.30
sublime 한글  (0) 2015.10.21
:

Windows10 잠금화면

etc 2017. 2. 22. 09:34

%UserProfile%\AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\

LocalState\Assets

'etc' 카테고리의 다른 글

비트코인 블록 탐색 서비스  (0) 2017.06.28
세미나실 및 파티룸 대여  (0) 2016.08.30
sublime 한글  (0) 2015.10.21
:

세미나실 및 파티룸 대여

etc 2016. 8. 30. 11:12

http://www.pinspot.co.kr/


https://spacecloud.kr


http://yeyak.seoul.go.kr/main.web

'etc' 카테고리의 다른 글

비트코인 블록 탐색 서비스  (0) 2017.06.28
Windows10 잠금화면  (0) 2017.02.22
sublime 한글  (0) 2015.10.21
:

sublime 한글

etc 2015. 10. 21. 14:09

easy_install [package]

pip install [package]


View - Show Console

sublime 3

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)


sublime 2

import urllib2,os,hashlib; h = '2915d1851351e5ee549c20394736b442' + '8bc59f460fa1548d1514676163dafc88'; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); os.makedirs( ipp ) if not os.path.exists(ipp) else None; urllib2.install_opener( urllib2.build_opener( urllib2.ProxyHandler()) ); by = urllib2.urlopen( 'http://packagecontrol.io/' + pf.replace(' ', '%20')).read(); dh = hashlib.sha256(by).hexdigest(); open( os.path.join( ipp, pf), 'wb' ).write(by) if dh == h else None; print('Error validating download (got %s instead of %s), please try manual install' % (dh, h) if dh != h else 'Please restart Sublime Text to finish installation')


Click the Preferences > Browse Packages… menu

Browse up a folder and then into the Installed Packages/ folder

Download Package Control.sublime-package and copy it into the Installed Packages/ directory


Tool > Command Palette

Package Control : Install Package 

bracket highlighter

convertToUTF8


File > Set file encoding to > Korean (EUC-KR)

Restart Sublime Text



https://packagecontrol.io/installation#ST3


'etc' 카테고리의 다른 글

비트코인 블록 탐색 서비스  (0) 2017.06.28
Windows10 잠금화면  (0) 2017.02.22
세미나실 및 파티룸 대여  (0) 2016.08.30
: