深爱不及久伴ler

导航

2019年6月10日 #

MVC 创建Controllers 发生 EntityType has no key defined error

摘要: 发生如图错误 只需要在对应的类中指定Key即可 添加引用 : System.ComponentModel.DataAnnotations 参考:https://stackoverflow.com/questions/20203492/entitytype-has-no-key-defined-err 阅读全文

posted @ 2019-06-10 14:48 深爱不及久伴ler 阅读(311) 评论(0) 推荐(0) 编辑

C# 去除数字中多于的0

摘要: 或者 string.Format("{0:0.##}",i) 这个会四舍五入 阅读全文

posted @ 2019-06-10 09:31 深爱不及久伴ler 阅读(1075) 评论(0) 推荐(0) 编辑

SQL 除去数字中多于的0

摘要: 摘自别人的博客,时间有点久远原博地址没找到 -_-|| .... 阅读全文

posted @ 2019-06-10 08:32 深爱不及久伴ler 阅读(484) 评论(0) 推荐(0) 编辑