博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 17 下一页

2022年9月22日

摘要: 1,基本介绍 (1)tippy.js 是一款轻量的 tooltip 插件,使用它可以很方便地实现鼠标悬停提示信息效果。 GitHub 主页:https://github.com/atomiks/tippyjs 官网地址:https://atomiks.github.io/tippyjs/ (2)ti 阅读全文

posted @ 2022-09-22 19:50 火冰·瓶 阅读(2040) 评论(0) 推荐(0) 编辑

2022年9月18日

摘要: 1.在powershell中 # 国内用户推荐从同步镜像网站gitee下载 git clone --depth 1 https://gitee.com/xia-chu/ZLMediaKit cd ZLMediaKit # 千万不要忘记执行这句命令 git submodule update --ini 阅读全文

posted @ 2022-09-18 02:26 火冰·瓶 阅读(3054) 评论(0) 推荐(0) 编辑

2022年8月31日

摘要: 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 火冰·瓶 阅读(39) 评论(0) 推荐(0) 编辑

摘要: 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 火冰·瓶 阅读(66) 评论(0) 推荐(0) 编辑

2022年8月27日

摘要: 另外一篇详解:https://blog.csdn.net/u010476739/article/details/119782562 为了更方便在服务端调用 HTTP 请求,微软在 .NET Framework 4.x 的时候引入了 HttpClient。但 HttpClient 有很多严重问题,一直 阅读全文

posted @ 2022-08-27 00:31 火冰·瓶 阅读(413) 评论(0) 推荐(0) 编辑

2022年8月4日

摘要: 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 火冰·瓶 阅读(73) 评论(0) 推荐(0) 编辑

摘要: 1、可以设置字体倾斜实现效果 这是在xAxis: 中加入了 axisLabel: { interval: 0, rotate: 20 } interval:间隔 每个坐标之间的间隔,正常显示设置 0 就可以了。 rotate:偏移,也可以说是倾斜。值是number类型 但是这样可能会有新的问题,就是 阅读全文

posted @ 2022-08-04 14:10 火冰·瓶 阅读(5106) 评论(0) 推荐(0) 编辑

2022年8月3日

摘要: <?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 火冰·瓶 阅读(1563) 评论(0) 推荐(0) 编辑

2022年7月31日

摘要: 以此 url 为例:http://localhost/index.html?id=310&name=xia&phone=13800138000 //获取url传递的信息 let query = location.search; // ?id=310&name=xia&phone=1380013800 阅读全文

posted @ 2022-07-31 22:09 火冰·瓶 阅读(42) 评论(0) 推荐(0) 编辑

2022年7月29日

摘要: 编辑web.config的aspNetCore节点部分 <?xml version="1.0" encoding="utf-8"?> <configuration> <location path="." inheritInChildApplications="false"> <system.webS 阅读全文

posted @ 2022-07-29 16:06 火冰·瓶 阅读(178) 评论(0) 推荐(0) 编辑

上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 17 下一页