代数系入門 (松坂和夫) 第1章 §8 問題2 の解答です。
Continue reading 約数についてのオイラー関数の総和は元の数になるオイラーの関数とメビウスの関数を計算
代数系入門(松坂和夫) の 第1章 §8 問題1 の解答です。
Continue reading オイラーの関数とメビウスの関数を計算Git: git pull for all branches, each of them is tracking the remote
Here’s the command which pulls all of git branches which is tracking the remote correspondent.
Continue reading Git: git pull for all branches, each of them is tracking the remoteProve \( \sum _{k=1}^{n} k = \frac{1}{2} n (n + 1) \) with Mathematical Induction
Now, prove the following equation with Mathematical Induction.
$$ sum _{k=1}^{n} k = frac{1}{2} n (n + 1) $$ Continue reading Prove \( \sum _{k=1}^{n} k = \frac{1}{2} n (n + 1) \) with Mathematical InductionGradle: Automatic Deployment
私が Gradle を使って Spring Boot の自動デプロイを実現した方法です。 自動というのは リポジトリのフックなどではなく、 自動テストの後のデプロイでもなく、 コマンドでデプロイする方法を指しています。
Continue reading Gradle: Automatic Deployment