前言 最近项目要使用RabbitMQ,园里里面已经有很多优秀的文章,Rabbitmq官网也有.net实例。这里我尝试下图文并茂之形式记录下使用的过程。 安装 RabbitMQ是建立在erlang OTP平台下,因此在windows下需要下载并安装以下两个组件: 1. Erlang OTP For w ...
分类:
Web程序 时间:
2017-01-08 20:11:33
阅读次数:
226
Relationship: Machine Learning > Deep Learning >Deep Reinforcement Learning [Learning Road Map] Reinforcement Learning Papers: Deep Learning Papers Re ...
分类:
其他好文 时间:
2017-01-08 18:00:23
阅读次数:
247
今天给我的Srping业务层加如下Service和Transactional注解: @Service @Scope(BeanDefinition.SCOPE_SINGLETON) @Transactional(propagation=Propagation.REQUIRED, timeout=600 ...
分类:
其他好文 时间:
2017-01-08 17:30:45
阅读次数:
172
Gaming on Linux used to be a very rare phrase. But since the arrival of Steam on Linux, the Linux gaming community is all charged up because of the ga ...
分类:
系统相关 时间:
2017-01-08 14:12:14
阅读次数:
318
127.0.0.1这个IP地址代表连接本机,其实https://127.0.0.1:443/svn/Test/和https://ZhongZhenhua-PC/svn/Test/是一样的,因为我这里SVN的服务器端和客户端是在 同一台机器上,所以可以有两种服务器端URL的写法 ...
分类:
其他好文 时间:
2017-01-08 10:44:23
阅读次数:
209
关于js获取可编辑区域光标位置,兼容IE,chrome,FireFox ...
分类:
Web程序 时间:
2017-01-08 07:55:18
阅读次数:
185
为了使我的Nodejs服务器提供HTTPS服务,学习了一下如何利用express创建https服务器,现记录如下。(一点一点的积累与掌握吧) 1. Http与Https 介绍 HTTP: 超文本传输协议 (Hypertext transfer protocol) 是一种详细规定了浏览器和万维网服务器 ...
分类:
Web程序 时间:
2017-01-07 20:43:16
阅读次数:
451
同事实现了一个迪士尼的MPM雪模拟论文,我将其移植到Maya中论文题目是A material point method for snow simulation代码在这里:https://github.com/league1991/MpmMaya 插件利用了openVDB库,可以输出openVDB数据... ...
分类:
其他好文 时间:
2017-01-07 19:49:35
阅读次数:
205
点题号就能查看题解了,另外代码也放在了开源中国码云上: 甲级:代码集合:https://git.oschina.net/firstmiki/PAT-Advanced-Level-Practise 1001. A+B Format (20) 乙级: ...
分类:
其他好文 时间:
2017-01-07 19:20:54
阅读次数:
159
参考页面: http://www.yuanjiaocheng.net/entity/update-entity-graph.html http://www.yuanjiaocheng.net/ASPNET-CORE/first.html http://www.yuanjiaocheng.net/AS ...