不鸣则已

海阔凭鱼跃,天高任鸟飞!

首页 新随笔 联系 订阅 管理
上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页

2016年11月7日 #

摘要: 1、NuGet 下载安装 Swagger Install-Package Swashbuckle -Version 5.5.3 2、http://localhost:xxx/swagger 3、 4、修改 SwaggerConfig,定位 IncludeXmlComments c.IncludeXm 阅读全文
posted @ 2016-11-07 15:05 唐群 阅读(259) 评论(0) 推荐(0)

2016年10月18日 #

摘要: 1、帮助文档 rabbitmq官网:http://www.rabbitmq.com/ rabbitmq谷歌论坛:https://groups.google.com/forum/#!forum/rabbitmq-users rabbitmq github:https://github.com/rabb 阅读全文
posted @ 2016-10-18 09:53 唐群 阅读(170) 评论(0) 推荐(0)

2016年10月17日 #

摘要: 1、安装 mlocate yum list|grep locate yum install mlocate.x86_64 updatedb 2、安装 yum-utils yum list|grep yum-utils yum install yum-utils 3、安装 mono rpm --imp 阅读全文
posted @ 2016-10-17 15:40 唐群 阅读(220) 评论(0) 推荐(0)

2016年9月26日 #

摘要: SSL 官方地址:http://www.rabbitmq.com/ssl.html 百科: SSL(Secure Sockets Layer 安全套接层),及其继任者传输层安全(Transport Layer Security,TLS)是为网络通信提供安全及数据完整性的一种安全协议。TLS与SSL在 阅读全文
posted @ 2016-09-26 17:41 唐群 阅读(626) 评论(0) 推荐(0)

摘要: 完整异常信息: System.Security.Authentication.AuthenticationException: 调用 SSPI 失败,请参见内部异常。 > System.ComponentModel.Win32Exception: 接收到的消息异常,或格式不正确。 内部异常堆栈跟踪的 阅读全文
posted @ 2016-09-26 17:35 唐群 阅读(13832) 评论(3) 推荐(0)

2016年9月22日 #

摘要: 解决方案: chrome://flags/ 阅读全文
posted @ 2016-09-22 15:58 唐群 阅读(994) 评论(0) 推荐(0)

2016年9月21日 #

摘要: RabbitMQ 配置 一、RabbitMQ 配置修改方式 1、修改环境变量 2、修改配置文件(只介绍这个) 3、修改运行时参数和政策 locate rabbitmq vi /var/log/rabbitmq/rabbit@10-10-43-207.log-20160918 说明我尚未添加配置文件, 阅读全文
posted @ 2016-09-21 14:25 唐群 阅读(438) 评论(0) 推荐(0)

2016年9月19日 #

摘要: 官方的使用教程(测试运行) 1、"Hello World!" -- 发送接收 We're about to tell the server to deliver us the messages from the queue. Since it will push us messages asynch 阅读全文
posted @ 2016-09-19 16:43 唐群 阅读(751) 评论(0) 推荐(0)

2016年9月18日 #

摘要: 一、启用 rabbitmq_management 插件(官网提供的 web 版管理工具) cd /usr/sbin rabbitmq-plugins enable rabbitmq_management 二、由于默认 guest 用户限制了 localhost 访问权限,所以需要新增一个用户,同样赋 阅读全文
posted @ 2016-09-18 10:25 唐群 阅读(168) 评论(0) 推荐(0)

2016年9月12日 #

摘要: 官网:http://www.rabbitmq.com/ 一、什么是RabbitMQ(官方话)? 1、稳健的应用消息系统 2、容易使用 3、可以运行在主流操作系统上 4、支持大部分的开发平台(Java、.NET、Ruby、Python、PHP、JavaScript...) 5、开源并且商业支持 二、安 阅读全文
posted @ 2016-09-12 14:29 唐群 阅读(211) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页