上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 21 下一页
摘要: WebApiProxy-Generate-CSharp public static string AssemblyDirectory { get { string codeBase = Assembly.GetExecutingAssembly().CodeBase; UriBuilder uri 阅读全文
posted @ 2017-05-06 19:03 天藐水瓶 阅读(201) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/daxnet/archive/2011/05/10/2042095.html 阅读全文
posted @ 2017-05-06 19:02 天藐水瓶 阅读(89) 评论(0) 推荐(0) 编辑
摘要: Add-Migration typeUpdate-Database -verbose 阅读全文
posted @ 2017-05-06 19:00 天藐水瓶 阅读(139) 评论(0) 推荐(0) 编辑
摘要: //Type type = Type.GetType("Domain.Entitiy." + item.Name);//object handler = Activator.CreateInstance(type);//Func<string, QueryStoresOutput> hook = o 阅读全文
posted @ 2017-05-06 18:59 天藐水瓶 阅读(516) 评论(0) 推荐(0) 编辑
摘要: var mapper = config.CreateMapper();// orIMapper mapper = new Mapper(config);var dest = mapper.Map<Source, Dest>(new Source()); Mapper.Initialize(cfg = 阅读全文
posted @ 2017-05-06 18:57 天藐水瓶 阅读(276) 评论(0) 推荐(0) 编辑
摘要: http://stackoverflow.com/questions/930753/dynamic-c-net-webservice 阅读全文
posted @ 2017-05-06 18:56 天藐水瓶 阅读(64) 评论(0) 推荐(0) 编辑
摘要: http://stackoverflow.com/questions/47239/ 阅读全文
posted @ 2017-05-06 18:56 天藐水瓶 阅读(85) 评论(0) 推荐(0) 编辑
摘要: nuget restore YourSolution.sln Update-Package -reinstall -Project Logistics.WebApi https://docs.microsoft.com/en-us/nuget/consume-packages/reinstallin 阅读全文
posted @ 2017-05-06 18:52 天藐水瓶 阅读(413) 评论(0) 推荐(0) 编辑
摘要: SELECT fk.name , fk.object_id , OBJECT_NAME(fk.parent_object_id) AS referenceTableNameFROM sys.foreign_keys AS fk JOIN sys.objects AS o ON fk.referenc 阅读全文
posted @ 2017-04-26 11:49 天藐水瓶 阅读(436) 评论(0) 推荐(0) 编辑
摘要: SELECT ( CASE WHEN a.colorder = 1 THEN d.name ELSE '' END ) 表名 , a.colorder 字段序号 , a.name 字段名 , ( CASE WHEN COLUMNPROPERTY(a.id, a.name, 'IsIdentity') 阅读全文
posted @ 2017-02-17 14:10 天藐水瓶 阅读(141) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 21 下一页