您的位置:首页 > 其它

罗列一下自己写的几个 “杂货” 库

2015-10-16 14:39 471 查看
时间匆匆,回想一下,自己居然还是写了几个"杂货"库,

在此罗列一下,以免自己忘了自己时间耗在了哪里

1. SL.RExcel

当时是为了让silverlight能方便读取多个格式的excel数据而东拼西凑出来的

nuget :https://www.nuget.org/packages/SL.RExcel/

github:https://github.com/fs7744/SL.RExcel

2. HiveThrift

为了写hive语句查询客户端而集成 hive server 1 和 hive server 2 的库

[b]nuget :[/b]https://www.nuget.org/packages/HiveThrift/

github:https://github.com/fs7744/HiveThrift

3. SolrQueryBuilder

为了简化solr查询语句编写而编写的库

nuget:https://www.nuget.org/packages/SolrQueryBuilder/

github:https://github.com/fs7744/SolrQueryBuilder

4. ObjectValidator

国庆无聊,然后基于自己的想法以及参照别的库写的对象验证库

nuget:https://www.nuget.org/packages/ObjectValidator/

github:https://github.com/fs7744/ObjectValidator
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: