摘要:
问题记录 Self referencing loop detected for property 'ParentClassify' with type 'System.Data.Entity.DynamicProxies.Classify_A1F38FCCD6F018E5AEE129BF163640 阅读全文
摘要:
new SqlParameter("e",0)的陷阱 有两个重载函数 public SqlParameter(string parameterName, object value); public SqlParameter(string parameterName, SqlDbType dbType 阅读全文
摘要:
linq中的join是inner join内连接,就是当两个表中有一个表对应的数据没有的时候那个关联就不成立。 比如表A B的数据如下 from a in A join b in B on a.BId equals b.Idselect new {a.Id, b.Id} 的结果是 {1,1} {2, 阅读全文
摘要:
报错: error: RPC failed; curl 18 transfer closed with outstanding read data remainingfatal: The remote end hung up unexpectedlyfatal: early EOFfatal: un 阅读全文