摘要: https://regex101.com/ 阅读全文
posted @ 2021-02-27 13:12 紫心落 阅读(771) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-02-24 14:48 紫心落 阅读(51) 评论(0) 推荐(0) 编辑
摘要: public void ExportExpenseDetailExcel(ExportExcelModal<CompanyExpenseListDto, CompanyExpenseDetailDto> modal, List<SummaryTitle> titles, List<SheetMode 阅读全文
posted @ 2021-02-24 14:47 紫心落 阅读(250) 评论(0) 推荐(0) 编辑
摘要: select top(10) sb.Id,sum(tspi.[1]) as TotalForEndowment -,sum(tspi.[2]) as TotalForEndowment from dbo.SocialSecurityBills sbleft join (select * from ( 阅读全文
posted @ 2021-02-24 14:41 紫心落 阅读(25) 评论(0) 推荐(0) 编辑
摘要: UPDATE A SET A.phone = B.phone FROM TestA A JOIN TestB B ON A.ID = B.ID 阅读全文
posted @ 2021-02-22 15:57 紫心落 阅读(204) 评论(0) 推荐(0) 编辑
摘要: {"Year":2021,"isReCreate":true,"JsonStr":"{\"Year\": \"2021\", \"HolidayDetails\": [{\"MonthDay\": \"0101\",\"Remark\": \"元旦\",\"Type\": \"1\"},{\"Mon 阅读全文
posted @ 2021-01-04 15:41 紫心落 阅读(670) 评论(0) 推荐(0) 编辑
摘要: T表示分隔符,Z表示的是UTC。 UTC:世界标准时间,在标准时间上加上8小时,即东八区时间,也就是北京时间。 举例 北京时间:2020-01-14 00:00:00对应的国际标准时间格式为:2020-01-13T16:00:00.000Z String dateTime = "2020-01-13 阅读全文
posted @ 2020-09-14 15:52 紫心落 阅读(7570) 评论(0) 推荐(1) 编辑
摘要: Js代码 <script type="text/javascript">function SubmitCk() {var reg = /^([a-zA-Z0-9]+[_|\_|\.]?)*[a-zA-Z0-9]+@([a-zA-Z0-9]+[_|\_|\.]?)*[a-zA-Z0-9]+\.[a-z 阅读全文
posted @ 2020-09-03 09:36 紫心落 阅读(574) 评论(0) 推荐(0) 编辑
摘要: https://aspnetboilerplate.com/Pages/Documents/Introduction 阅读全文
posted @ 2020-09-02 14:43 紫心落 阅读(100) 评论(0) 推荐(0) 编辑
摘要: https://aspnetboilerplate.com/Templates abp相关文档地址:https://www.cnblogs.com/mienreal/p/4528470.html 阅读全文
posted @ 2020-09-02 14:41 紫心落 阅读(754) 评论(0) 推荐(0) 编辑