2015-01-01から1年間の記事一覧

IntelliJでimportの順序を統一したり不要なimportを除去するショートカット

command + option + l でフォーマッターをかけても順番はカオス import static org.junit.Assert.assertThat; import org.junit.After; // 使ってない import org.junit.Before; import org.junit.Test; import static org.hamcrest.core.IsInstanceOf.insta…

Dockerの公式チュートリアルをやる

これ Online Tutorial - Try It! | Dockerwww.docker.com 0. バージョンの確認 $ docker version Docker Emulator version 0.1.3 Emulating: Client version: 0.5.3 Server version: 0.5.3 Go version: go1.1 1. オンラインのDockerHubでtutorialのimageを見…

「The connection to adb is down, and a severe error has occured」エラーの対処法

eclipseでgenymotionを使ってAndroid JUnit Testを実行した時に出たエラー 1.一旦eclipseを終了する 2.android sdkのplatform-toolsディレクトリへ移動 $ cd android-sdk-macosx/platform-tools $ ls -l adb -rwxr-xr-x 1 wkodate staff 1270440 6 12 2014 a…