欢迎您来到 数字平台。 您尚未登录。[登录] [注册新用户]
当前位置: 论坛首页 / 栏目 产品与服务 / 文章 156

点击:1153

[顶层访客留言] [回复顶层(需要先登录)] [表状] [详细]
[回复留言] [回复(需要先登录)] [引用(需要先登录)]普通文章跟帖
文章id: 156
circulation.xml的配置

作者: xietao


跟踪dt1000/dt1500功能的配置办法:


<traceDTLP>
 <origin serverAddr="test" UserName="root" Password="" >
  <databaseMap>
   <item targetDatabase="跟踪流通库" originDatabase="流通库" marcSyntax="unimarc"/>
   <item targetDatabase="跟踪中文图书" originDatabase="图书总库" marcSyntax="unimarc" />
   <item targetDatabase="跟踪英文图书" originDatabase="English Books" marcSyntax="usmarc" />
  </databaseMap>
 </origin>
</traceDTLP>

校验条码脚本的配置办法:

        <script><![CDATA[
using System;

using DigitalPlatform.LibraryServer;

public class MyLibraryHost : LibraryHost
{
 // return: 0 not valid barcode; 1: is valid reader barcode; 2: is valid item barcode
 public int VerifyBarcode(string strBarcode,
  out string strError)
 {
  strError = "";

  if (String.IsNullOrEmpty(strBarcode) == true)
   return 0;
  if (strBarcode.Length != 8)
   return 0;

  if (strBarcode[0] == 'R')
   return 1;

  if (strBarcode[0] == 'B')
   return 2;

  return 0;
 }

}

]]></script>

工作日历的配置方法:

    <rightstable>
        <!-- 所有类型的缺省参数 -->
        <param name="工作日历名" value="基本日历" />

...

 

 ~~~~

http://localhost/dp2libraryws/search.aspx?dbname=中文书刊&from=题名&matchstyle=prev&word=中国

http://localhost/dp2libraryws/search.aspx?dbname=%e4%b8%ad%e6%96%87%e4%b9%a6%e5%88%8a&from=%e9%a2%98%e5%90%8d&matchstyle=left&word=%e4%b8%ad%e5%9b%bd

 

 

 



发表时间: 2006-11-27 16:41:59
最后修改时间: 2006-12-14 17:40:44



  • 普通文章 dp2libraryws -- 图书馆应用服务器 -- 安装包 xietao 2006-10-30 16:09:21[点击:32551]
  • 普通文章 circulation.xml的配置 xietao 2006-11-27 16:41:59 (ID:156) [点击:1153]
  • 普通文章 乐山师院circulation.xml配置 xietao 2006-12-21 16:28:28 (ID:160) [点击:1209]
  • 普通文章 几个文件 xietao 2007-01-03 12:56:02 (ID:161) [点击:1184]
  • 普通文章 readerxml2html.cs xietao 2007-01-03 12:56:35 (ID:162) [点击:1184]
  • 普通文章 readerhtml.css xietao 2007-01-03 12:57:17 (ID:163) [点击:1200]
  • 普通文章 history.css xietao 2007-01-03 13:46:58 (ID:164) [点击:1552]
  •  

    在线用户
    访客访客   访客访客   访客访客   访客访客   访客访客   访客访客   访客访客   访客访客 (我自己)   访客访客   访客访客   访客访客   访客访客   访客访客   访客访客   访客访客   访客访客   访客访客   访客访客   访客访客   访客访客   访客访客   访客访客   访客访客   访客访客   访客访客   访客访客   访客访客   访客访客   访客访客   访客访客   访客访客   访客访客   访客访客   访客访客   访客访客   访客访客   访客访客   访客访客   访客访客   访客访客   访客访客   访客访客   访客访客   访客访客   访客访客   访客访客   访客访客
    当前栏目在线用户数 47, 总在线用户数 52