文章

顯示從 10月, 2014 起發佈的文章

讓你的 mac 在終端機下也可以用 ll 指令

進終端機後,編輯 .bash_profile vi ~/.bash_profile 加入:  alias ll='ls -lG' 你也可以為你常用的指令取別名

yeoman 官方step by step 遇到的狀況

狀況一: grunt test Warning: Task "karma" not found. Use --force to continue. 解決方法: npm install grunt-karma --save-dev 狀況二: Running "karma:unit" (karma) task WARN [plugin]: Cannot find plugin "karma-phantomjs-launcher".   Did you forget to install it ?   npm install karma-phantomjs-launcher --save-dev INFO [karma]: Karma v0.12.24 server started at http://localhost:8080/ WARN [launcher]: Can not load "PhantomJS", it is not registered!   Perhaps you are missing some plugin? 解決方法:  npm install karma-jasmine --save-dev npm install karma-phantomjs-launcher --save-dev 狀況三: Running "wiredep:app" (wiredep) task Warning: ENOENT, no such file or directory '/Users/jinwei/git/test1/app/bower.json' Use --force to continue.   解決方法:  Nice after quite some searching on google joshs solution fixed my problem. I just removed <%= yeoman.app %> wiredep: {        options:  { */code was here */ }}

AWS S3 Client / Google Cloud Storage 的好用工具-cyberduck

圖片
這套當然不只有支持標題上說的AWS S3 和 Google Cloud Storage,其實他也支持其他如:FTP , SFTP.....等 官網: cyberduck 支持:Libre FTP, SFTP, WebDAV, S3 & OpenStack Swiftbrowser for Mac and Windows. 圖片來源:cyberduck.co

eclipse 轉換到 intellij-Editing Resource Bundle

圖片
Internationalization (I18N Support) Editing Resource Bundle 若有遇到中文無法正常顯示時,到設偏好設定中的File Encodings 中調整,勾選:Transparent native-to-ascii conversion 目錄的顯示 左下方有:Text , Resource Bundle 可以切換編輯方式