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

brew install vim

lua, luajit, perl, python オプション付でhomebrewでインストールする方法。 brew install vim \ --with-lua --with-luajit --with-perl \ --with-python3

VERSION MISMATCH in OpenSSL test program

ちょっとハマったのでメモしておく。 状況 $ cpanm Crypt::OpenSSL::CA (中略) Configuring Crypt-OpenSSL-CA-0.23 Running Build.PL Checking OpenSSL version number... *** VERSION MISMATCH in OpenSSL test program! *** The version number extracte…

ViewControllerを再帰的にPushする

ios

StoryBoardでUIを構築しているViewControllerをどうやったら再帰的にNavigationControllerにpushできるか。 方法1 instantiateViewControllerWithIdentifierメソッドを使う。 - (IBAction)didPressPushButton:(id)sender { MTViewController *vc = [self.sto…