This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==MR初期化== | |
setupCoreDataStack | |
NSPersistentStoreCoordinator生成 (デフォルトsqlite) | |
rootCtx (savingRootCtx) 生成 | |
coordinator指定 | |
parent指定なし | |
Background queue | |
defaultCtx 生成 (-parent-> rootCtx) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NSLog(@"%@", [self.view performSelector:@selector(recursiveDescription)]); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
syntax on | |
set encoding=utf-8 | |
set fileencodings=utf-8,iso-2022-jp,euc-jp,sjis | |
set termencoding=utf-8 | |
set tabstop=4 | |
set shiftwidth=4 | |
set expandtab | |
set number |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 文字コード設定 | |
export LANG=ja_JP.UTF-8 | |
# Ctrl+D回避 | |
IGNOREEOF=10 | |
#色とか | |
txtblk='\e[0;30m' # Black - Regular | |
txtred='\e[0;31m' # Red | |
txtgrn='\e[0;32m' # Green |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
まず | |
iCloudログイン | |
AppStoreで以下をインストール (購入済みタブからまとめてインストールできる) | |
Xcode | |
Slack | |
Sketch | |
LINE | |
sourceTree |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
■フレッツ光マンションタイプ+Apple AirMac | |
[stun-client-ruby]$ ruby main.rb pediaroute.com | |
timeout! restarting | |
unsupported attribute type: 32800 | |
unsupported attribute type: 32802 | |
my addr = 0.0.0.0:49990 | |
mapped addr = 119.240.241.140:33935 | |
changed addr = 183.181.54.19:3479 | |
my addr = 0.0.0.0:49990 |
NewerOlder