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

デュアルブート順番設定

デュアルブート時の起動順序 デフォルトを Windows に grub2

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…

エラーメッセージ

エラーメッセージの英訳 CapmNetwork

はじめてのReact

test.html <html> <head> <meta charset="utf-8" /> <title>React Test</title> <script src="https://fb.me/react-0.14.2.js"></script> <script src="https://fb.me/react-dom-0.14.2.js"></script> <script src="lib/jquery-2.2.0.min.js"></script> <script src="reacttest.js"></script></head> <body>…</body></html>

AngularJSでフォームの値を操作する

sample.html <html ng-app="MyApp"><head> <script src="angular.min.js"></script> <script src="sample.js"></script></head><body ng-controller="MyController"> 何か入力してください<input type="text" ng-model="Input">「{{Input}}」</body></html> sample.js var myApp = angular.module('MyApp', []); myApp.c…

はじめてのAngularJS

↓からライブラリをダウンロード AngularJS — Superheroic JavaScript MVW Framework サンプル <html ng-app><head> <script src="angular.min.js"></script></head><body> 何か入力してください<input type="text" ng-model="Sample">「{{Sample}}」</body></html>

github複数アカウントの設定

git

GitHubで複数のアカウントを使う場合のSSHの設定 - Qiita 同じマシンで複数のgithubアカウントを使い分ける - Qiita

Visual Studio Codeをターミナルから起動する

基本的には↓ https://code.visualstudio.com/Docs/editor/setup Git Bashから起動するには、homeディレクトリに.bash_profileを作成して alias code="/c/Program\ Files/Microsoft\ VS\ Code/code.exe" という内容にすれば良い。

gitコマンドメモ

git

新しいブランチを作りつつそのブランチへ移動git checkout -b <ブランチ名> コミットログ操作 | 逆引きGit | サルでもわかるGit入門 〜バージョン管理を使いこなそう〜 | どこでもプロジェクト管理バックログ

Visual Studio Code設定メモ

英語化 Visual Studio Code バージョン1.0.0の表示言語を英語に戻す方法 基本設定 File→Preferences→User Settingsのファイルを編集。 // Place your settings in this file to overwrite the default settings{ "editor.wrappingColumn": 0,//ウィンドウ幅…

memo

splitの挙動メモGPUImage for AndroidAndroidギャラリーから取得した画像を圧縮してから読み込むangularPHPフレームワーク