▽sh1’s diary ●03/10 18:10 WPF 2025-03-10ファイル名を datetime に変更するバッチファイルプログラミング PC参考とりあえず、ファイル名を置き換えたいときに利用する。バッチファイルが一瞬走るんでちょっとうざいけど、問題なく動作した。@echo offsetlocal enabledelayedexpansion:: 現在の日付と時間を取得(yyMMdd HH.mm.ss.ff)for /f "tokens=2 delims==" %%I in ('wmic os get localdatetime /value') do set datetime=%%Iset YY=%datetime:~2,2%set MM=%datetime:~4,2%set DD=%datetime:~6,2%set HH=%datetime:~8,2%set MIN=%datetime:~10,2%
▽:: halation ghost :: ●03/10 08:54 WPF by 沖田玲朗 · Published 2025年1月12日 · Last modified 2025年3月10日
▽rksoftware ●03/09 23:00 2025-03-09Pleasanter のビルドでエラーになる.NET C# Visual Studioリビルド時にこのようなエラーが出ることがあります。System.InvalidOperationException: No file exists for the asset at either location 'wwwroot\bundles\generals.js' or 'wwwroot\bundles\generals.js'. 場所 Microsoft.AspNetCore.StaticWebAssets.Tasks.StaticWebAsset.ComputeFingerprintAndIntegrity(String identity, String originalItemSpec) 場所 Microsoft.AspNetCore.StaticWe