上一页 1 2 3 4 5 6 7 8 9 10 ··· 15 下一页
摘要: 用了easynetq 收不到消息。但是以前写的控制台可以。为什么? 在折腾了4个小时之后,发现。 RabbitMQ.Client6.1 是可以的。 RabbitMQ.Client6.2是不行的。 阅读全文
posted @ 2020-09-26 19:25 forhells 阅读(140) 评论(0) 推荐(0)
摘要: 已经使用了大约1-2年的小兔子.rabbitmq。但是我一直都很浮躁,并没有仔细的去阅读使用文档。用的是EasyNetQ,而且用的是最简单的send/Receive模式。 前面想用publish/Subscribe,但是不会用。打开小兔子的管理页面,看不懂。因为不知道数据是怎么来的,又是怎么被消费的 阅读全文
posted @ 2020-09-20 17:42 forhells 阅读(183) 评论(0) 推荐(0)
摘要: 1>grain的接口请不要定义属性。否则编译是不会通过的。 public interface ITokenInfo: IGrainWithStringKey { //string appid { get; set; } //string appsercet { get; set; } //strin 阅读全文
posted @ 2020-09-01 15:30 forhells 阅读(290) 评论(0) 推荐(0)
摘要: console不能简单的用AppContext.BaseDirectory, webapi可以用AppContext.BaseDirectory Console.WriteLine(Environment.CurrentDirectory); Console.WriteLine(Directory. 阅读全文
posted @ 2020-08-24 22:25 forhells 阅读(638) 评论(1) 推荐(0)
摘要: 选择独立布置,运行不起来。会报错: An assembly specified in the application dependencies manifest (BXJ.WeAppApi.deps.json) was not found:package: 'Microsoft.Data.SqlCl 阅读全文
posted @ 2020-08-01 10:56 forhells 阅读(615) 评论(0) 推荐(0)
摘要: orleans的集群配置看了一周了,对EndpointOptions的配置有点不理解。我之前的想法是,把orleans当成基础框架,有一个silomain.exe 对client的网关端口是30000,防火墙开放30000就行了,api都访问它。然后业务A,siloA.exe 加入集群,siloB. 阅读全文
posted @ 2020-06-07 22:30 forhells 阅读(333) 评论(0) 推荐(0)
摘要: 估计之前写过吧。看到很多文章说是兔子,堆积大量的消息,会限制生产者生成任务。我很想弱弱的问下,大量,多少算是大量?于是做了一个实验,大约在我这个老爷机上面,100W左右,好像没有限制,只有当快消费完的时候,才有限制了。消息,我是以1K来处理的。 阅读全文
posted @ 2020-04-15 08:28 forhells 阅读(156) 评论(1) 推荐(0)
摘要: 新增页面,动态添加路由不成功, accessedTreeRoutes.push({ path: element.url, component: Layout, children: [ { path: 'index', component: () => import(`@/views${element 阅读全文
posted @ 2020-02-19 16:17 forhells 阅读(270) 评论(0) 推荐(0)
摘要: 1>RestSharp 为何不能返回正确的序列化结果? 因为返回的服务端的响应内容是 text/html,所以它不会转化为json.而是去转化为html. 阅读全文
posted @ 2020-02-16 17:07 forhells 阅读(207) 评论(0) 推荐(0)
摘要: 旧的一年又要过去了。 各种八锅,js的,c#的,性能问题,效率问题,各种各样, 记录一个js的思想,在ko写模板的时候。不好意思,前端不想太复杂。目前没得换,不想太大。 toast这种,currentid应该当成参数,在show的时候传入,要改加载template, js模板。 希望能在三天内完成我 阅读全文
posted @ 2019-12-29 18:13 forhells 阅读(112) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 15 下一页