会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
rahi
博客园
首页
新随笔
联系
管理
订阅
2016年12月19日
读取dbf类
摘要: /// <summary> /// .dbf 文件的字段信息类 /// </summary> internal class DBFField { public const int DBFFieldSize = 32; /* 字段名称 */ public byte[] Name = new byte[
阅读全文
posted @ 2016-12-19 11:25 rahi
阅读(959)
评论(0)
推荐(0)
编辑
FastDBF一个免费开源的.net库,用于读/写DBF文件
摘要: https://github.com/SocialExplorer/FastDBF
阅读全文
posted @ 2016-12-19 11:21 rahi
阅读(1398)
评论(0)
推荐(0)
编辑
公告