240 search resultsShowing 1~20 results

Stocked
aosho235

@aosho235

VSCodeあまり知られていない標準機能と拡張

他であまり紹介されておらず、プログラミング言語によらずテキスト編集一般に役に立つものを紹介する。 特にVimmerにとって有用かもしれない。 おすすめ度は★から★★★まで。 拡張機能 Advan...

5
4
Comment0
aosho235

@aosho235

zsh文字列操作まとめ

代入 $ a='こんにちは、世界' 比較 $ if [ "$a" = "hoge" ]; then echo "yes"; fi 別の文字列を含むか $ if [[ "$a" == *og* ]...

2
4
Comment0
aosho235

@aosho235

CORSヘッダまとめ

レスポンスのヘッダ(サーバが送る) ヘッダ名 プリフライト 本リクエスト 説明 Access-Control-Allow-Credentials YES YES クレデンシャル(クッキーの送信、...

0
0
Comment0
aosho235

@aosho235

SOLID原則自分用まとめ

TLDR SOLID原則は曖昧性が高く混乱の元である。概して有用性は低く、適用範囲も限定的である。とても「原則」と呼べるようなものではない。 原則名 曖昧性 遵守すべき度 有害度 単一責任の原則...

0
0
Comment0
aosho235

@aosho235

bashの変数内文字列置換まとめ

パターン 動作 典型的な使用例 ${変数#パターン} 文字列先頭の最短マッチ部分を削除 単に先頭の固定文字列を削除するとき使う ${変数##パターン} 文字列先頭の最長マッチ部分を削除 ${HO...

281
242
Comment0

240 search resultsShowing 1~20 results

Qiita is a knowledge sharing service for engineers.

  1. You can follow users and tags
  2. You can stock useful information
  3. You can make edit suggestions for articles
Functions that can be used after logging in