上一页 1 2 3 4 5 6 7 8 9 10 ··· 29 下一页
摘要: 转 https://segmentfault.com/q/1010000007867068/a-1020000007878364 阅读全文
posted @ 2021-05-19 12:49 lunawzh 阅读(29) 评论(0) 推荐(0) 编辑
摘要: NotMapped特性可以应用到EF实体类的属性中,如果类属性对应的库字段没有的,可以添加类属性标签[NotMapped],否则出现以下错误: Unknown column ‘字段名‘ in ‘field list‘ 错误 在.netcore下找不到上述标签是因为 在程序集中要using Syste 阅读全文
posted @ 2021-05-17 16:23 lunawzh 阅读(375) 评论(0) 推荐(0) 编辑
摘要: https://echarts.apache.org/zh/tutorial.html#5%20%E5%88%86%E9%92%9F%E4%B8%8A%E6%89%8B%20ECharts 阅读全文
posted @ 2021-05-11 14:39 lunawzh 阅读(393) 评论(0) 推荐(0) 编辑
摘要: 学习中... 转载 https://www.weixiuzhan.cn/news/show-28983.html 阅读全文
posted @ 2021-05-10 07:59 lunawzh 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 转 https://www.cnblogs.com/lyl6796910/p/14467354.html 阅读全文
posted @ 2021-05-08 21:54 lunawzh 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 转 https://blog.csdn.net/yyj108317/article/details/105789678/ 阅读全文
posted @ 2021-05-08 21:42 lunawzh 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 转 Ubuntu/麒麟系统安装mysql,并修改大小写不敏感 - 简书 (jianshu.com) 阅读全文
posted @ 2021-05-08 16:22 lunawzh 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 本以下一个简单的语句运行没有问题,传递参数为对象,可运行发现,后端无法取得数据。 axios.post("/home/addCabinet",{cbt:this.cur}).then(function (res) { if (res.data == "ok") {alert("操作成功"); } e 阅读全文
posted @ 2021-05-04 14:47 lunawzh 阅读(1351) 评论(0) 推荐(0) 编辑
摘要: 1、nuget Pomelo.EntityFrameworkCore.MySql 2、appsettings.json "AllowedHosts": "*", "ConnectionStrings": { "MySqlConnection": "server=localhost;port=3306 阅读全文
posted @ 2021-05-03 20:10 lunawzh 阅读(417) 评论(0) 推荐(0) 编辑
摘要: 转 https://www.cnblogs.com/alannxu/p/11721916.html 阅读全文
posted @ 2021-04-30 13:58 lunawzh 阅读(568) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 29 下一页