终极目标

——永远的博客
posts - 10, comments - 40, trackbacks - 1, articles - 1

11 2006 档案

摘要: 不知道为什么图书馆现在还用.iso文件,怎么还停留在一个文件管理的时代,咱们早就进入数据库时代了.marc文件很复杂,非专业人士很难看懂,我这里就根据它的基本的结构把每一个字段列出来。每条记录结构 记录头标 地址目次区 数据字段区 记录分隔符 一、记录头标长度和结构共24位,每位长度如下结构 5 1 4 1 1 5 3 4 ↑ ↑ ↑ ↑ ͛...阅读全文

posted @ 2006-11-08 10:18 Eric 阅读(163) | 评论 (0) 编辑 |

摘要: 现在有很多的xml工具软件都能根据xsd文件书写出xml文档,.net 没有实现此方法,如是我写了几个浏览、校验、和创建xml的方法全部代码如下:usingSystem;usingSystem.Data;usingSystem.Configuration;usingSystem.Web;usingSystem.Web.Security;usingSystem.Web.UI;usingSystem....阅读全文

posted @ 2006-11-01 16:28 Eric 阅读(3718) | 评论 (5) 编辑 |