show console中輸入這個鏈接的對應版本,https://sublime.wbond.net/installation#st2  &nbs..."/>
溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

quick學習之用sublime編輯工程的環(huán)境配置

發(fā)布時間:2020-07-24 13:30:04 來源:網(wǎng)絡 閱讀:985 作者:天一一人 欄目:開發(fā)技術

先下載quick安裝,再下載sublime安裝,再sublime的view-->show console中輸入這個鏈接的對應版本,https://sublime.wbond.net/installation#st2


            Sublime Text 3     Sublime Text 2        

               import urllib.request,os,hashlib; h = '7183a2d3e96f11eeadd761d777e62404' + 'e330c659d4bb41d3bdf022e94cab3cd0'; 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)                    

               import urllib2,os,hashlib; h = '7183a2d3e96f11eeadd761d777e62404' + 'e330c659d4bb41d3bdf022e94cab3cd0'; 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')

 不對應則報錯,



quick學習之用sublime編輯工程的環(huán)境配置

而后又run with player,報錯player no exists,通過下面方案可解決

----------------------------------------------------------------------------------------

,提示“player not exist”,簡單的看了2.2.3的框架結(jié)構(gòu),對比了2.2.1的版本,發(fā)現(xiàn)卻是在新的版本中player的路徑做了調(diào)整。
 player/mac/quick-x-player.app/Contents/MacOS/quick-x-player
繼續(xù)解決問題,報錯了,那就調(diào)整下player的路徑就可以了,問題是在哪里調(diào)試呢,由于開發(fā)使用的工具是sublime的一個插件。好了,下面說一下解決方法:
終端進入到:“
”C:\Users\Fire\AppData\Roaming\Sublime Text 2\Packages\QuickXDev“

  quickx.py
找到此位置降路徑調(diào)整下就可以了。
 playerPath=quick_cocos2dx_root+"/player/win/quick-x-player.exe"

向AI問一下細節(jié)

免責聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權內(nèi)容。

AI