2015年6月16日 星期二
2015年6月11日 星期四
windows 8 64-bit 更新後,檔案管理員在focus到pdf檔時就當掉
請服用
http://superuser.com/questions/882258/windows-explorer-stops-showing-pdfs-in-the-preview-pane
關閉檔案預覽功能
http://superuser.com/questions/882258/windows-explorer-stops-showing-pdfs-in-the-preview-pane
關閉檔案預覽功能
2015年6月7日 星期日
JS workflow on heroku
http://www.sitepoint.com/deploying-camel-js-blog-heroku/
https://scotch.io/tutorials/how-to-deploy-a-node-js-app-to-heroku
In sum:
Run once:
https://scotch.io/tutorials/how-to-deploy-a-node-js-app-to-heroku
In sum:
Run once:
- git clone https://github.com/AAA/BBB.git & cd BBB(if required)
- if start from scratch, run "git init"
- heroku login
- heroku create
- heroku ps:scale web=1 (optional?)
Run as you change code / debug:
- git add .
- git commit -m "MMM"
- git push heroku master
- heroku open (for viewing the results remotely)
- foreman start (for starting local server with .env settings; don't run node directly)
Restart server:
heroku restart
Visual Studio Code... definitely a must learn this summer
http://www.caseyliss.com/2015/5/1/visual-studio-code
https://code.visualstudio.com//
https://code.visualstudio.com//
訂閱:
文章 (Atom)