08 2018 档案

NServiceBus SAGA 消息状态驱动
摘要:https://docs.particular.net/tutorials/nservicebus-sagas/1-getting-started/ 链接:https://pan.baidu.com/s/1RjB2piwIMZzVeD6zIxieNQ 密码:63lkClientUI 控制台输入一个P开始 阅读全文

posted @ 2018-08-27 12:11 听哥哥的话 阅读(128) 评论(0) 推荐(0)

NServiceBus消息重播
摘要:https://docs.particular.net/tutorials/message-replay/ 链接:https://pan.baidu.com/s/1KdWvpfZYZ2wUivkt3BR0Tw 密码:hjx1 阅读全文

posted @ 2018-08-27 10:45 听哥哥的话 阅读(80) 评论(0) 推荐(0)

后期生成事件命令copy /y
摘要:copy /y $(TargetDir)7z.dll ..\..\..\..\webapp\bin copy /y $(TargetDir)7z64.dll ..\..\..\..\webapp\bin 阅读全文

posted @ 2018-08-21 22:50 听哥哥的话 阅读(471) 评论(0) 推荐(0)

SevenZipShaper压缩类
摘要://7z下载或者自己去找个地址 nurget,github之类的 链接:https://pan.baidu.com/s/1__dPu7X5b8Xr_ej9ya7Kdg 密码:q8nwusing SevenZip; using System; using System.Collections.Concurrent; using System.Collections.Generic; using S... 阅读全文

posted @ 2018-08-21 17:21 听哥哥的话 阅读(256) 评论(0) 推荐(0)

vs2017
摘要:https://www.microsoft.com/net/learn/get-started-with-dotnet-tutorial#windows 阅读全文

posted @ 2018-08-08 15:00 听哥哥的话 阅读(76) 评论(0) 推荐(0)

WCF路由服务
摘要:代码下载: 链接:https://pan.baidu.com/s/1i76Ht0lMWmosaCrDjaA2cA 密码:muj11.新建类库 Service.Interface using System.ServiceModel; namespace Artech.RoutingServiceDemo.Service.Interface { [ServiceContract(Namesp... 阅读全文

posted @ 2018-08-07 14:41 听哥哥的话 阅读(154) 评论(0) 推荐(0)

微服务--
摘要:微服务 阅读全文

posted @ 2018-08-06 17:58 听哥哥的话 阅读(135) 评论(0) 推荐(0)

微服务了解
摘要:https://blog.csdn.net/wuxiaobingandbob/article/details/78642020?locationNum=1&fps=1 阅读全文

posted @ 2018-08-06 16:44 听哥哥的话 阅读(95) 评论(0) 推荐(0)

summary
摘要:1.调用 static void Main(string[] args) { Transform.ExtractInterfaceMthod("Holworth.Engine.IUser1", "IUser1EngineController", "valuationCal"); Transform.ExtractInter... 阅读全文

posted @ 2018-08-03 18:20 听哥哥的话 阅读(441) 评论(0) 推荐(0)

事务传播行为
摘要:https://blog.csdn.net/garfielder007/article/details/53750373 Spring五个事务隔离级别和七个事务传播行为 1. 脏读 :脏读就是指当一个事务正在访问数据,并且对数据进行了修改,而这种修改还没有提交到数据库中,这时,另外一个事务也访问这个数据,然后使用了这个数据。 2. 不可重复读 :是指在一个事务内,多次读同一数据。在这个事务还没... 阅读全文

posted @ 2018-08-01 17:00 听哥哥的话 阅读(170) 评论(0) 推荐(0)

导航