posted @ 2022-08-31 23:39
08 2022 档案
posted @ 2022-08-31 21:51
posted @ 2022-08-27 00:31
posted @ 2022-08-04 21:17
posted @ 2022-08-04 14:10
posted @ 2022-08-03 11:50
08 2022 档案
摘要:1.使用DB Browser for SQLite建立数据库db文件 2.NuGet包管理器下载安装如下几3个包 3.使用程序包管理器控制台生成实体 PM>Scaffold-DbContext -Force "Data Source=D:\OneDrive\VisualStudio项目\VS2022
阅读全文
posted @ 2022-08-31 23:39
摘要:Sql Server: Data Source=127.0.0.1;Initial Catalog=xxxxxxDB;User Id=xxxUser;Password=xxxxxxpwd; Scaffold-DbContext -Force "Data Source=127.0.0.1;Initia
阅读全文
posted @ 2022-08-31 21:51
摘要:另外一篇详解:https://blog.csdn.net/u010476739/article/details/119782562 为了更方便在服务端调用 HTTP 请求,微软在 .NET Framework 4.x 的时候引入了 HttpClient。但 HttpClient 有很多严重问题,一直
阅读全文
posted @ 2022-08-27 00:31
摘要:CreationTime是DateTime类型group by 年/月/日/小时group by 年 (from d in YourData.OrderBy(x => x.CreationTime) group d by new { time = new { d.CreationTime.Year
阅读全文
posted @ 2022-08-04 21:17
摘要:1、可以设置字体倾斜实现效果 这是在xAxis: 中加入了 axisLabel: { interval: 0, rotate: 20 } interval:间隔 每个坐标之间的间隔,正常显示设置 0 就可以了。 rotate:偏移,也可以说是倾斜。值是number类型 但是这样可能会有新的问题,就是
阅读全文
posted @ 2022-08-04 14:10
摘要:<?xml version="1.0" encoding="utf-8" ?> <factorys> <factory name="益瑞" coordinate="102.05873, 30.102842" shortName="YR"/> <factory name="惠拓" coordinate
阅读全文
posted @ 2022-08-03 11:50
|
||