分类 默认分类 下的文章

常用格式为:yyyy-MM-dd HH:mm:ss
以 2019-12-31 06:07:59:666 时间为例:

Letter含义Example
yyyyy------>2019
MMM------->12 大写的M
d一月中的天数dd--------->31
H小时(0-23)HH--------->18 24 小时制的是大写的H
h小时(1-12)hh---------->06 24 小时制的是大写的h
mmm-------->07 小写的m
sss-------->59
S毫秒SSS--------->666
YWeek YearYYYY---->2020
D一年中天数DD-------->365

原文链接:https://blog.csdn.net/qq_37358143/article/details/103868657

@echo off 
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyEnable /t REG_DWORD /d 0 /f 
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyServer /d "" /f 
reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyOverride /f
ipconfig /flushdns
start "" "C:\Program Files\Internet Explorer\iexplore.exe"
taskkill /f /im iexplore.exe
pause>nul

    IWS_DefaultDimensionHelper::MereDimensionFromDimension(
                projJournalTrans.DefaultDimension,
                DimensionAttributeValueDerivedDimensions::findByDimensionAttributeValue(
                    DimAttributeValue.DimensionAttribute,
                    DimAttributeValue.RecId
                ).DefaultDimension
            );