随笔 - 253,  文章 - 0,  评论 - 29,  阅读 - 25万
06 2018 档案
MVC中DbContext 和ObjectContext两者的区别
摘要:https://blog.csdn.net/lvjin110/article/details/24642911 阅读全文
posted @ 2018-06-26 17:00 田坤坤 阅读(159) 评论(0) 推荐(0) 编辑
sql语句修改字段约束为不为空 并为其设置主键
摘要:alter table Drc_Project_Review alter column ReviewID uniqueidentifier not nullalter table Drc_Project_Review add constraint pk_ReviewID primary key(Re 阅读全文
posted @ 2018-06-21 17:10 田坤坤 阅读(1193) 评论(0) 推荐(0) 编辑
无实体反序列化Json
摘要:public class ExectendHelp { private int index = 0; public void GetLast(JObject obj, ref JToken token, string key) { JToken t = null; string[] arr = ke 阅读全文
posted @ 2018-06-12 16:36 田坤坤 阅读(183) 评论(0) 推荐(0) 编辑


< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示