微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

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

时间匆匆,回想一下,自己居然还是写了几个"杂货"库,

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

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 的库

nuget :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

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐