26 search resultsShowing 1~20 results

Stocked
Omochice

@Omochice

markdownで数字付きリストを続ける

コードブロックを挟むと数字付きリストが連続しないことがある。 one two two is 2 three threeを3として続けるにはコードブロックをインデントする(4spacesだとうま...

0
0
Comment0
Omochice

@Omochice

ddコマンドを用いたクローン

新しいHDD/SSDにクローンをしたい gnomeのディスクマネージャ等[要CUIでの方法]で新しいものに入り切るようにパーティションを縮小する。 ddを使ってクローンする # dd if=&l...

0
0
Comment0
Omochice

@Omochice

unittest覚書

unittestとは 単体テスト(ユニットテストと呼ばれることもあります)は、プログラムを構成する比較的小さな単位(ユニット)が個々の機能を正しく果たしているかどうかを検証するテストです。 通常...

0
1
Comment0
Omochice

@Omochice

空のディレクトリをgithubに上げる

何がしたかったか 結果を保存するディレクトリを空の状態でgithubに上げたかった gitは空のディレクトリを管理できない 解決法 空のディレクトリに.gitkeepを追加する touch pa...

1
0
Comment0

26 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