Loading

随笔分类 -  thrift(.NET C#)

摘要:如何引用Zookeeper.dll 下载最新版本的Zookeeper 地址:http://mirrors.cnnic.cn/apache/zookeeper/ 没有.NET代码 dotnet代码下载 地址:https://github.com/ewhauser/zookeeper 下载之后解压... 阅读全文
posted @ 2016-03-16 17:30 repeatedly 阅读(599) 评论(0) 推荐(1)
摘要:下载thrift:http://thrift.apache.org/download 解压打开E:\C#\thrift0.9.3\thrift-0.9.3\lib\csharp\src,vs打开项目,生成thrift.dll 项目引用thrift.dll 根据thrift文件生成代码,可在th... 阅读全文
posted @ 2016-01-15 16:15 repeatedly 阅读(666) 评论(0) 推荐(1)
摘要:项目要接入thrift,面对完全陌生的东西,学习的过程记录。 开发环境: 系统:Windows 工具:VS2012 最新版thrift 下载:http://thrift.apache.org/download 点击下载thrift-0.9.3.exe,放在某个目录下。我放在了E:\C#\t... 阅读全文
posted @ 2015-11-10 16:59 repeatedly 阅读(509) 评论(0) 推荐(0)