computer nslookupでIPアドレスを調べる 結論% nslookup google.com 1.1.1.1Server: 1.1.1.1Address: 1.1.1.1#53Non-authoritative answer:Name: google.comAddress: 142.2... 2022.10.06 computer
computer Visual Studio Code 便利な 拡張機能・ショートカット VSCodeを使用していて、覚えきれない便利なコマンドやライブラリの記録。拡張機能TBAショートカット(Mac)cmd+Shift+f: ワークスペース全体検索cmd+p: ファイル名検索Ctrl+-: 定義ジャンプした後に戻るCtrl+S... 2022.04.28 computer
computer Vimコマンド まとめ 移動編集ctrl + p: 補完o: 空行挿入, Oなら上検索: /hoge大文字に変換: 選択して U小文字に変換: uコピー&ペースト選択: vコピー(yank): yレジスタを指定してコピー: "ayペースト: pレジスタを指定してペ... 2020.11.19 computer