⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ill.tcl

📁 harvest是一个下载html网页得机器人
💻 TCL
字号:
# Config File for ILL# $Id: ill.tcl,v 1.3 2001/02/21 13:46:53 adam Exp $# ----------------------------------------------------------# Prefix Specifications#  #    1: C function prefix#    2: C type prefix#    3: C preprocessor prefix# Default prefixset default-prefix {ill_ ILL_ ILL_}# ----------------------------------------------------------set m ISO-10161-ILL-1# Filenameset filename($m) ill-core# Header initialization codeset init($m,h) ""# Header body codeset body($m,h) "#ifdef __cplusplusextern \"C\" \{#endif#ifdef __cplusplus\}#endif"# C body codeset body($m,c) ""# Some mappings - that map ill_ILL_<name> to ill_<name>set map($m,ILL-APDU) APDUset map($m,ILL-Request) Requestset map($m,ILL-Answer) Answerset map($m,ILL-String) Stringset map($m,ILL-APDU-Type) APDU_Typeset map($m,ILL-Service-Type) Service_Typeset map($m,Service_Date_Time_0) Service_Date_thisset map($m,Service_Date_Time_1) Service_Date_originalset map($m,Overdue_0) Overdue_ExtensionSset membermap($m,APDU,ILL-Request) {APDU_ILL_Request illRequest}set membermap($m,APDU,ILL-Answer) {APDU_ILL_Answer illAnswer}# ----------------------------------------------------------set m Z39.50-extendedService-ItemOrder-ItemRequest-1# Filenameset filename($m) item-req# Mappings of a few basic typesproc asnBasicPrintableString {} {    return {odr_visiblestring char}}proc asnBasicANY {} {    return {odr_any Odr_any}}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -