xxxxプログラマのメモ

先人に感謝と敬意:自分の困ったこと調べたことのメモ

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

Add file with rename on DotNetZip

C#

stackoverflow.comThanks!

dotnet ef 5.0

docs.microsoft.com落ち着いたら移行したい!Thanks!

Ubuntu キーボード変更

thejuraku.comThanks!

Swaggerドキュメントへの追記

docs.microsoft.comgithub.comThansk!

文字列型 @PostgreSQL

整理してみる lets.postgresql.jp Thanks!

属性ルーティング

stackoverflow.comThanks!

Amazon SageMaker

aws.amazon.comThanks!

Multipartsection to MemoryStream

await using (MemoryStream memoryStream = new MemoryStream()) { var fileMultipartSection = section.AsFileSection(); await fileMultipartSection.FileStream.CopyToAsync(memoryStream); memoryStream.Position = 0; } stackoverflow.comThanks!

UriBuilder with query

C#

ohke.hateblo.jpThanks!

Load configuration from appsettings.json

mseeeen.msen.jpThanks!

System.Text.Json.JsonException: A possible object cycle was detected which is not supported. This can either be due to a cycle or if the object depth is larger than the maximum allowed depth of 32.

shuhelohelo.hatenablog.com services.AddControllers().AddNewtonsoftJson(settings => settings.SerializerSettings.ReferenceLoopHandling = Newtonsoft.Json.ReferenceLoopHandling.Ignore);Thanks!

GroupJoin CS0411

stackoverflow.com匿名クラスとかでついついやってしまう。Thanks!

EF left join only specific columns

EF のLeft Join の結合でDefaultIfEmptyを指定すると、対象テーブルの全てのカラムにアクセスしてしまう。 回避使用と粘ったが、上手くいかず。 長いSQLだったので、暫定的に分類して対応。本当は1つにまとめたい。。。。LINQのメソッド構文で内部結合、外部…

ASP.NET Core Web Api BestPractice

docs.microsoft.comcode-maze.comASP.NET Core Web API のコントローラー アクションの戻り値の型 | Microsoft Docs Thansk!

File Download Api with ASP.NET Core

tekitoumemo.hatenablog.comstackoverflow.comdocs.microsoft.com Update from. hiromatsu.hatenablog.comThanks!

Kubernetes Dashboard with HELM

qiita.comhttps://hub.helm.sh/charts/k8s-dashboard/kubernetes-dashboardgithub.comThanks!

kubectl from pod

qiita.comThanks!

Ubuntu Terminal Ignore Case #大文字小文字

chrisjean.comThanks!

Windows Virtual Desktop

Windows Virtual Desktop 解説 from Takashi Ushigami www.slideshare.net Windows Virtual Desktop 構築手順書(202001) from Emi Morishita www.slideshare.netThanks!

CI/CD on Azure DevOps

tech-blog.cloud-config.jpstackoverflow.comdocs.microsoft.comdocs.microsoft.comdocs.microsoft.comThanks!

PostgreSQL 障害 #FATAL: could not locate required checkpoint record

qphoney.hatenadiary.orgsoftware.fujitsu.com HINT: If you are not restoring from a backup, try removing the file "O:/DataVolume/PostgreSQL11.2/data/backup_label". 指示の通りの対応でOK(恐らく)Thanks!

Python coding Tips

qiita.comThanks!

Kubernetes Plugin for PyCharm

pleiades.iogashirar.hatenablog.comThanks!

命名規則 #Python

qiita.comThanks!

Zip圧縮

note.nkmk.methispointer.comThanks!

「サードパーティーCookieが無効になっています」問題 #Chrome #はてぶ

bussorenre.hatenablog.jpようやく解決 公式はもうちょっと頑張って誘導していただきたい・・・Thanks!

docker run option. #env #環境変数

qiita.comThanks!

Docker Build Tips

qiita.comqiita.commiuuuu.hatenablog.comqiita.comThanks!

Python3 Timezone

qiita.comnote.nkmk.meThanks!

後で読む #K8s #GitOps

news.mynavi.jpThanks!