会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
lunawzh
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
29
下一页
2021年5月19日
半透明边框,有空研究一下
摘要: 转 https://segmentfault.com/q/1010000007867068/a-1020000007878364
阅读全文
posted @ 2021-05-19 12:49 lunawzh
阅读(34)
评论(0)
推荐(0)
2021年5月17日
.netcore下EF model没有NotMapped
摘要: NotMapped特性可以应用到EF实体类的属性中,如果类属性对应的库字段没有的,可以添加类属性标签[NotMapped],否则出现以下错误: Unknown column ‘字段名‘ in ‘field list‘ 错误 在.netcore下找不到上述标签是因为 在程序集中要using Syste
阅读全文
posted @ 2021-05-17 16:23 lunawzh
阅读(428)
评论(0)
推荐(0)
2021年5月11日
非常炫酷的图形界面ECharts
摘要: 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
阅读(405)
评论(0)
推荐(0)
2021年5月10日
Ubuntu(Linux)上 部署 .net core web 项目
摘要: 学习中... 转载 https://www.weixiuzhan.cn/news/show-28983.html
阅读全文
posted @ 2021-05-10 07:59 lunawzh
阅读(144)
评论(0)
推荐(0)
2021年5月8日
.NET 5 部署在docker上运行
摘要: 转 https://www.cnblogs.com/lyl6796910/p/14467354.html
阅读全文
posted @ 2021-05-08 21:54 lunawzh
阅读(131)
评论(0)
推荐(0)
Ubuntu20安装docker
摘要: 转 https://blog.csdn.net/yyj108317/article/details/105789678/
阅读全文
posted @ 2021-05-08 21:42 lunawzh
阅读(150)
评论(0)
推荐(0)
ubuntu 下mysql 大小写问题
摘要: 转 Ubuntu/麒麟系统安装mysql,并修改大小写不敏感 - 简书 (jianshu.com)
阅读全文
posted @ 2021-05-08 16:22 lunawzh
阅读(138)
评论(0)
推荐(0)
2021年5月4日
Vue 中使用axios传参数,后端收不到数据
摘要: 本以下一个简单的语句运行没有问题,传递参数为对象,可运行发现,后端无法取得数据。 axios.post("/home/addCabinet",{cbt:this.cur}).then(function (res) { if (res.data == "ok") {alert("操作成功"); } e
阅读全文
posted @ 2021-05-04 14:47 lunawzh
阅读(1411)
评论(0)
推荐(0)
2021年5月3日
vs2019创建mvc连接mysql
摘要: 1、nuget Pomelo.EntityFrameworkCore.MySql 2、appsettings.json "AllowedHosts": "*", "ConnectionStrings": { "MySqlConnection": "server=localhost;port=3306
阅读全文
posted @ 2021-05-03 20:10 lunawzh
阅读(425)
评论(0)
推荐(0)
2021年4月30日
VS2019 Nuget找不到包的问题处理
摘要: 转 https://www.cnblogs.com/alannxu/p/11721916.html
阅读全文
posted @ 2021-04-30 13:58 lunawzh
阅读(587)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
29
下一页
公告