2016-05-01から1ヶ月間の記事一覧

Visual Studio ショートカット

Ctrl + G : Go to line

wgetメモ

・すべて取得 wget -r http://~ ・ファイルは保存しない wget --spider

AndroidでDevice Tokenの取得

sample https://developers.google.com/cloud-messaging/android/start https://github.com/googlesamples/google-services.git 方法 app/build.gradleのdependenciesに追記 compile 'com.google.android.gms:play-services-gcm:8.4.0' res/value/string.xml…