2020-01-01から1ヶ月間の記事一覧

Junit4のテストをコンソールで実行する

var doc = document; var head = doc.getElementsByTagName("head")[0]; var meta = doc.createElement("link"); meta.setAttribute("rel","canonical"); meta.setAttribute("href","https://noy72.com/articles/2020-01-30-unit4/"); head.appendChild(meta…

Visual Studio で .Net Core のコンソールアプリ開発をしていたら System.Drawing.Image が使えなかったので NuGet で System.Drawing.Common をインストールした際のメモ

var doc = document; var head = doc.getElementsByTagName("head")[0]; var meta = doc.createElement("link"); meta.setAttribute("rel","canonical"); meta.setAttribute("href","https://noy72.com/articles/2020-01-27-nuget/"); head.appendChild(meta…

『思考・論理・分析 「正しく考え,正しくわかること」の理論と実践』を読んだ

var doc = document; var head = doc.getElementsByTagName("head")[0]; var meta = doc.createElement("link"); meta.setAttribute("rel","canonical"); meta.setAttribute("href","https://noy72.com/articles/2020-01-26-thinking/"); head.appendChild(m…