AWS認定ソリューションアーキテクト(SAA)合格に必要な知識
2022-02-21 AWS SAA に合格したので、 合格までに勉強してメモした AWS 情報を公開します。 以下が頭の中に入っていればバッチリです。 AWS SAA S3 S3 クロスリージ...
12 search resultsShowing 1~12 results
2022-02-21 AWS SAA に合格したので、 合格までに勉強してメモした AWS 情報を公開します。 以下が頭の中に入っていればバッチリです。 AWS SAA S3 S3 クロスリージ...
すでにリポジトリに ignore ファイルを追加していると、 キャッシュが残っており .gitignore ファイルの内容が反映されない。 なので、キャッシュを消してあげよう。 .gitigno...
HUDのカスタマイズ。 MITライセンス。 terminal git clone https://github.com/samvermette/SVProgressHUD.git 下記3ファイル...
terminal cd ~/dev/tmp git clone https://github.com/JugglerShu/XVim.git XVim.xcodeprojをXcodeで開いてビル...
UIScrollViewにカテゴリとして追加する。 タッチされたら次のレスポンダーへ渡す UIScrollView+TouchEvent.h # import <UIKit/UIKit.h...
Appleの公式Reference風のDocumentを作成する。 terminal brew install appledoc # HTML Referenceの作成 appledoc --p...
ターミナル型クライアントツール terminal brew search tig brew install tig which tig # gitのworktreeに移動で起動 tig
.gitignore *.xcodeproj/* !*.xcodeproj/project.pbxproj !*.xcworkspace/contents.xcworkspacedata .DS...
HogeViewController.h @interface HogeViewController : UIViewController<UITextFieldDelegate> ...
Indicator.h // // IndicatorClass.h # import <Foundation/Foundation.h> @interface Indicator...
hoge.m NSArray *array = self.navigationController.viewControllers; int arrayCount = [array count]...
Xcodeのプラグイン XVim をインストール ●DL + Install https://github.com/JugglerShu/XVim ●キーバインド一覧 https://githu...
12 search resultsShowing 1~12 results
Qiita is a knowledge sharing service for engineers.