会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
666
博客园
首页
新随笔
联系
订阅
管理
2016年1月22日
mongodb事务
摘要: http://www.tuicool.com/articles/f6ZBjm
阅读全文
posted @ 2016-01-22 13:54 一切从简
阅读(190)
评论(0)
推荐(0)
2015年12月22日
redis集群
摘要: http://www.cnblogs.com/ywcz060/p/3919651.html
阅读全文
posted @ 2015-12-22 20:21 一切从简
阅读(118)
评论(0)
推荐(0)
Go语言的管道Channel用法实例
摘要: 本文实例讲述了Go语言的管道Channel用法。分享给大家供大家参考。具体分析如下:channel 是有类型的管道,可以用 channel 操作符 <- 对其发送或者接收值。ch <- v // 将 v 送入 channel ch。v := <-ch // 从 ch 接收,并且赋值给 v。(“箭头”...
阅读全文
posted @ 2015-12-22 16:25 一切从简
阅读(437)
评论(0)
推荐(0)
2015年12月15日
rabbitmq 基础一
摘要: 路由规则1.Direct处理路由键,需要讲一个队列绑定到交换机上,要求消息与一个特定的路由键完全匹配。2.Fanout不处理路由键3.Topic降路由键和某模式匹配(audit.# --> audit.irs.corporate audit.* --> audit.irs)4.Headers
阅读全文
posted @ 2015-12-15 14:12 一切从简
阅读(127)
评论(0)
推荐(0)
2015年8月12日
ESXi 5.5 添加驱动
摘要: 如果是普通PC安装exsi,会报一下错误No network adapters were detected. Either no network adapters are physically connected to the system, or a suitable driver could n...
阅读全文
posted @ 2015-08-12 21:20 一切从简
阅读(2038)
评论(0)
推荐(0)
2015年1月16日
.net static 变量
摘要: namespace Test{ class Program { static void Main(string[] args) { Common.SetDT(); var dt = Common.DT; ...
阅读全文
posted @ 2015-01-16 14:48 一切从简
阅读(294)
评论(0)
推荐(0)
2014年12月31日
socket
摘要: http://www.cnblogs.com/GoodHelper/archive/2011/07/08/android_socket_chart.htmlhttp://docs.supersocket.net/
阅读全文
posted @ 2014-12-31 16:39 一切从简
阅读(132)
评论(0)
推荐(0)
2014年12月29日
.net HttpWebRequest 模拟form提交
摘要: static void Main(string[] args) { //string URLAuth = "https://technet.rapaport.com/HTTP/Authenticate.aspx"; //WebClient w...
阅读全文
posted @ 2014-12-29 18:11 一切从简
阅读(2591)
评论(0)
推荐(0)
node.js form 上传
摘要: 安装formidablepm install formidable@latest客户端表单提交 上传文件 上 传 服务端指定路由规则router.post('/upload', function(req, res) { ...
阅读全文
posted @ 2014-12-29 18:09 一切从简
阅读(326)
评论(0)
推荐(0)
2014年11月25日
.net Thrift 之旅 (二) TServer
摘要: 上一次做了一个简单的HelloWorld程序,但是只是简单的调用是远远不够的,还是要不断深入了解Thrift。这回了解一下服务端的TServer首先在命名空间Thrift.Server下,有3种Server首先TSimpleServer,就是单线程的服务,每次同时只能处理一个连接,意思就是不支持并发...
阅读全文
posted @ 2014-11-25 17:19 一切从简
阅读(651)
评论(0)
推荐(0)
下一页
公告