xxxxプログラマのメモ

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

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

C# Task chips

C#

qiita.com qiita.comThanks!

パフォーマンスモニタ

負荷テスト時のサーバモニタリング方法 ~Windows編~ - LoadRunner技術情報 | アシスト パフォーマンスモニタの監視項目:老プログラマーの備忘録:So-netブログ Thanks!

型によるSwitch #switch by object type

C#

条件分岐 - C# によるプログラミング入門 | ++C++; // 未確認飛行 C switch (inputControl) { case NumberTextbox _: break; case TextBox _ when string.IsNullOrWhiteSpace(inputControl.Text): isValid = false; lblControl.ForeColor = ColorDefs.AlertF…

多重起動制御

二重起動を禁止する - .NET Tips (VB.NET,C#...) /// <summary> /// アプリケーションのメイン エントリ ポイントです。 /// </summary> [STAThread] static void Main() { //Mutex名を決める(必ずアプリケーション固有の文字列に変更すること!) string mutexName = "MyAppli…

WindowsForm Tips

DataGridView Windowsフォームの表示直後に初期化処理を行うには?[2.0のみ、C#、VB]:.NET TIPS - @IT c# - DataGridView: Scroll down automatically only if the scroll is at the bottom - Stack Overflow winforms - Scroll to bottom of C# DataGri…

Powershell Tips

PowerShell/ファイル作成/ショートカット(lnk)の作成 - yanor.net/wikiPowershell で読み取り専用属性を変更する - Qiita # Remove readonly attribute. foreach($file in ((Get-ChildItem $ApiContentsPath -Recurse)| Where-Object { $_.IsReadOnly -eq $T…

Medical AI

中国Infervision、画像によるがん検知サービスを280の病院に提供 | TechCrunch Japanクラウド> https://www.corelinesoft.com/lung-screen/Hummmm.