CN1321936A - 用于网页移植服务的方法和设备 - Google Patents
用于网页移植服务的方法和设备 Download PDFInfo
- Publication number
- CN1321936A CN1321936A CN00135347A CN00135347A CN1321936A CN 1321936 A CN1321936 A CN 1321936A CN 00135347 A CN00135347 A CN 00135347A CN 00135347 A CN00135347 A CN 00135347A CN 1321936 A CN1321936 A CN 1321936A
- Authority
- CN
- China
- Prior art keywords
- data
- server
- webpage
- web
- web page
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
- 238000000034 method Methods 0.000 title claims abstract description 32
- 238000013507 mapping Methods 0.000 claims abstract description 26
- 230000005540 biological transmission Effects 0.000 claims description 2
- 238000006243 chemical reaction Methods 0.000 claims 1
- 238000004590 computer program Methods 0.000 claims 1
- 230000004048 modification Effects 0.000 abstract description 3
- 238000012986 modification Methods 0.000 abstract description 3
- 230000008569 process Effects 0.000 description 3
- 238000013500 data storage Methods 0.000 description 2
- 238000010586 diagram Methods 0.000 description 2
- 238000002513 implantation Methods 0.000 description 2
- 230000006978 adaptation Effects 0.000 description 1
- 230000008901 benefit Effects 0.000 description 1
- 230000008859 change Effects 0.000 description 1
- 238000004587 chromatography analysis Methods 0.000 description 1
- 230000006870 function Effects 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 230000004044 response Effects 0.000 description 1
- 210000000352 storage cell Anatomy 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q50/00—Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
- G06Q50/10—Services
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/958—Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
- G06F16/972—Access to data in other repository systems, e.g. legacy data or dynamic Web page generation
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Databases & Information Systems (AREA)
- Physics & Mathematics (AREA)
- Business, Economics & Management (AREA)
- General Physics & Mathematics (AREA)
- Tourism & Hospitality (AREA)
- General Engineering & Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Health & Medical Sciences (AREA)
- Economics (AREA)
- General Health & Medical Sciences (AREA)
- Human Resources & Organizations (AREA)
- Marketing (AREA)
- Primary Health Care (AREA)
- Strategic Management (AREA)
- General Business, Economics & Management (AREA)
- Information Transfer Between Computers (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
一种网页移植方法和移植设备,该方法包括步骤:(a)从存储需要移植的网页数据的源服务器接收主页数据;(b)从接收的数据中提取需要修改的数据;(c)参照根据源服务器和目的服务器的环境确定的映射关系存储的映射表,将所提取的数据转换成适于目的服务器的形式的数据;和(d)将包括被转换数据的网页数据传送或迁移到目的服务器。该网页移植方法能够快速将网页从一个服务器移植到另一服务器无需人工修改。
Description
本发明涉及网页(home page)移植方法和执行该方法的设备,并且特别涉及将在一个服务器内制作的网页移植到另一个服务器的网页移植方法和执行该方法的设备。
随着因特网用户数目的增加,网页的数量也增加。与网页相关,某些情况下,在一个服务器内制作的网页需要移植到另一个服务器。在此情况下,用户必须手工修改网页的内容,修改后的网页移到新网页服务器后适用。换言之,为了将网页从一个服务器移植到另一个服务器,用户必须手工修改相应的网页,以便网页将很好适应要移过去的服务器环境。
但是,对于大多数初学者这种手工修改非常困难。而且手工修改需要好多步骤并花费大量时间。
为了解决上述问题,本发明的一个目的是提供一种网页移植方法,通过该方法网页能够从一个服务器自动移植到另一个服务器。
本发明的另一个目的是提供一种计算机可读介质,用于存储执行网页移植方法的程序代码。
相应地,为了实现上述目的,本发明提供了一种网页移植方法,包括步骤:(a)从存储要移植的网页数据的源服务器接收主页(main home page)数据;(b)从接收的数据中提取需要修改的数据;(c)参照存储根据源服务器和目的服务器的环境确定的映射关系的映射表,将所提取的数据转换成适于目的服务器的形式的数据;和(d)将包括被转换数据的网页数据传送或迁移到目的服务器。
在步骤(d)之前,网页移植方法包括步骤:(pd-1)确定是否以分层方式存在下一级网页;(pd-2)如果在步骤(pd-1)确定存在下一级网页,将相应页的请求发送到源服务器;(pd-3)从源服务器接收被请求的页;(pd-4)如果在步骤(pd-1)确定存在下一级网页,进行步骤(d);和(pd-5)返回到步骤(b)。在步骤(pd-1)中,如果检测到统一资源定位符(URL),确定以分层方式存在下一级网页。
本发明还提供一种计算机可读记录介质,具有执行网页移植服务的程序代码,包括用于执行网页移植方法的程序代码,网页移植方法包括步骤:(a)从存储要移植的网页数据的源服务器接收主页数据;(b)从接收的数据中提取需要修改的数据;(c)参照存储根据源服务器和目的服务器的环境确定的映射关系的映射表,将所提取的数据转换成适于目的服务器的形式的数据;和(d)将包括被转换数据的网页数据传送或迁移到目的服务器。
本发明还提供了一种网页移植设备,包括:映射表,根据用于存储要移植的网页数据的源服务器的公共网关接口(CGI)、数据库和公告牌环境,及根据目的服务器的公共网关接口(CGI)、数据库和公告牌环境,将存储在源服务器中的网页数据映射成要存储在目的服务器中的网页数据;和数据转换器,参照映射表,将存储在源服务器中的网页数据转换成适合于目的服务器中格式的数据。
通过下面参照附图对优选实施例进行详细描述,本发明的上述目的和优点将更清楚,其中:
图1是按照本发明实施例的网页移植方法的主要步骤流程图;
图2是按照本发明实施例的网页移植设备的结构方框图。
图1中所示的本发明实施例的网页移植方法是在图2的本发明优选实施例的网页移植设备内进行。参照图2,本发明的网页移植设备22连接到因特网210。此外,用于存储要移植的网页数据的服务器即源服务器202和网页数据要移过去的服务器即目的服务器204连接到因特网210。网页移植设备22包括:控制器220;数据收发机221;数据分析器222;数据提取器224;数据转换器226;映射数据库228;和映射处理器240。映射表230存储在映射数据库228中。
网页移植设备22的操作描述如下。首选,数据收发机221从源服务器202接收对应于一主页的超文本标记语言(HTML)文件(步骤202)。数据提取器224通过解析,从经数据收发机221接收的HTML文件中提取需要修改的数据。用于执行解析的解析器对本领域技术人员来说是公知的,这里将忽略对其的详细解释。
然后转换器226参照在映射数据库228中提供的映射表230,将所提取的数据转换成很好地适合于目的服务器204形式的数据(步骤206)。被转换的数据逐页存储在转换数据存储单元232中。由映射处理器240创建映射表230。操作员能够编辑关于源服务器202的公共网关接口(CGI)、数据库和公告牌的环境和目的服务器204的CGI、数据库和公告牌环境的映射表。映射处理器240是操作员和映射数据库228之间的接口。然而,已经考虑关于CGI、数据库和公告牌的所有可能的CGI环境,能够完成数据自动转换,不需要用户写映射表。
下面,数据分析器222确定是否以分层方式存在下一级网页(步骤208)。例如,如果在通过数据收发机221接收的网页内检测到统一资源定位符(URL),可以确定以分层方式存在下一级网页,其中统一资源定位符是识别包含在网页中的诸如因特网网址、网页或图形的信息位置的地址。可能有多个包含在主页数据中的网页,或多个网页还可以包含其它网页。于是,本发明的网页移植方法涉及依次确定对于存在于网页内的所有网页是否存在下个网页。如果在确定过程中确定下一级网页存在,那么需确定在当前网页内是否存在下一级网页。该确定过程将称为分层确定。
如果在步骤208确定下级网页存在,数据分析器222请求数据收发机221发送下一级网页,并且数据收发机221通过因特网210向源服务器202请求发送相应页。响应于相应页的请求,然后源服务器202通过因特网210发送被请求的网页。这样,网页移植设备22接收相应页的HTML文件(步骤210)。
另一方面,如果在步骤208确定不存在下级网页,包含被转换数据的HTML文件被传送并且迁移到目的服务器204(步骤212)。此外,控制器220控制数据收发机221的数据发送/接收、由数据分析器222进行的关于网页数据的分层分析和网页数据请求操作、和由被转换数据存储单元232进行的存储和输出操作的定时。
通常,为了在目的服务器中记录包含被转换数据的HTML文件,首先需要获得目的服务器的许可,但本实施例是在假定已经获得许可的条件下进行描述的。
本发明的网页移植方法和移植设备能够快速地从一个服务器到另一服务器移植网页。
此外,本发明的移植方法能够写成一个在个人计算机或服务器计算机上执行的程序。业内的计算机程序员能够容易地推断出构成该程序的程序代码和代码段。此外,程序可存储在计算机可读记录介质中。记录介质包括:磁记录介质、光记录介质和无线介质。
Claims (8)
1、一种网页移植方法,用于从一个服务器到另一服务器移植网页,包括步骤:
(a)从存储需要移植的网页数据的源服务器接收主页数据;
(b)从接收的数据中提取需要修改的数据;
(c)参照存储根据源服务器和目的服务器的环境确定的映射关系的映射表,将所提取的数据转换成适于目的服务器的形式的数据;和
(d)将包括被转换数据的网页数据传送或迁移到目的服务器。
2、如权利要求1所说的网页移植方法,在步骤(d)之前,还包括步骤:
(pd-1)确定是否以分层方式存在下一级网页;
(pd-2)如果在步骤(pd-1)确定存在下一级网页,将相应页的读出请求发送到源服务器;
(pd-3)从源服务器接收被请求的页;
(pd-4)如果在步骤(pd-1)确定存在下一级网页,进行步骤(d);和
(pd-5)返回到步骤(b)。
3、如权利要求2所述的方法,其中,在步骤(pd-1)中,当检测到统一资源定位符(URL)时,确定以分层方式存在下一级网页。
4、一种计算机可读记录介质,其中存储执行从一个服务器到另一服务器移植网页的网页移植方法的计算机程序,该计算机可读记录介质包括用于执行网页移植方法的程序代码,该网页移植方法包括步骤:
(a)从存储需要移植的网页数据的源服务器接收主页数据;
(b)从接收的数据中提取需要修改的数据;
(c)参照存储根据源服务器和目的服务器环境确定的映射关系的映射表,将所提取的数据转换成适于目的服务器形式的数据;和
(d)将包括被转换数据的网页数据传送或迁移到目的服务器。
5、如权利要求4所述的计算机可读记录介质,其中,在步骤(d)之前,网页移植方法还包括步骤:
(pd-1)确定是否以分层方式存在下一级网页;
(pd-2)如果在步骤(pd-1)确定存在下一级网页,将相应页的读出请求发送到源服务器;
(pd-3)从源服务器接收被请求的页;
(pd-4)如果在步骤(pd-1)确定存在下一级网页,进行步骤(d);和
(pd-5)返回到步骤(b)。
6、如权利要求5所述的计算机可读记录介质,其中,在步骤(pd-1)中,当检测到统一资源定位符(URL)时,确定以分层方式存在下一级网页。
7、一种网页移植设备,用于从一个服务器到另一服务器移植网页,该网页移植设备包括:
映射表,根据存储需要移植的网页数据的源服务器的公共网关接口(CGI)、数据库和公告牌环境,及根据目的服务器的公共网关接口(CGI)、数据库和公告牌环境,将存储在源服务器中的网页数据映射成要存储在目的服务器中的网页数据;和
数据转换器,参照映射表,将存储在源服务器中的网页数据转换成适合于目的服务器格式的数据。
8、如权利要求7所述的网页移植方法,还包括数据收发机,用于从源服务器接收网页数据,并且发送包括转换后的数据到目的服务器。
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020000023103A KR20010098265A (ko) | 2000-04-29 | 2000-04-29 | 홈페이지 이동 서비스 방법 및 그 장치 |
KR23103/2000 | 2000-04-29 |
Publications (2)
Publication Number | Publication Date |
---|---|
CN1321936A true CN1321936A (zh) | 2001-11-14 |
CN1146810C CN1146810C (zh) | 2004-04-21 |
Family
ID=19667713
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CNB001353470A Expired - Fee Related CN1146810C (zh) | 2000-04-29 | 2000-12-15 | 用于网页移植服务的方法和设备 |
Country Status (3)
Country | Link |
---|---|
US (1) | US20010037370A1 (zh) |
KR (1) | KR20010098265A (zh) |
CN (1) | CN1146810C (zh) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN100416564C (zh) * | 2004-04-06 | 2008-09-03 | 株式会社Ntt都科摩 | 存储器映射控制装置、信息存储控制装置及数据移动方法 |
CN101237465B (zh) * | 2007-01-30 | 2010-11-03 | 中国科学院声学研究所 | 一种基于快速傅里叶变换的网页正文提取方法 |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR100691792B1 (ko) * | 2003-10-13 | 2007-03-12 | 황재관 | 리그난계 화합물을 함유하는 항균용 조성물 및 충치와 치주염의 예방 또는 치료용 구강 조성물 |
Family Cites Families (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5742762A (en) * | 1995-05-19 | 1998-04-21 | Telogy Networks, Inc. | Network management gateway |
US5848415A (en) * | 1996-12-18 | 1998-12-08 | Unisys Corporation | Selective multiple protocol transport and dynamic format conversion in a multi-user network |
US6597377B1 (en) * | 1997-02-25 | 2003-07-22 | International Business Machines Corporation | Web links objects |
US6434607B1 (en) * | 1997-06-19 | 2002-08-13 | International Business Machines Corporation | Web server providing role-based multi-level security |
US6442598B1 (en) * | 1997-10-27 | 2002-08-27 | Microsoft Corporation | System and method for delivering web content over a broadcast medium |
US6151601A (en) * | 1997-11-12 | 2000-11-21 | Ncr Corporation | Computer architecture and method for collecting, analyzing and/or transforming internet and/or electronic commerce data for storage into a data storage area |
TW354840B (en) * | 1997-12-19 | 1999-03-21 | Huang jun yao | Method of multi-user interactive system on World Wide Web (WWW) |
US6604108B1 (en) * | 1998-06-05 | 2003-08-05 | Metasolutions, Inc. | Information mart system and information mart browser |
US6535896B2 (en) * | 1999-01-29 | 2003-03-18 | International Business Machines Corporation | Systems, methods and computer program products for tailoring web page content in hypertext markup language format for display within pervasive computing devices using extensible markup language tools |
US6631369B1 (en) * | 1999-06-30 | 2003-10-07 | Microsoft Corporation | Method and system for incremental web crawling |
US6624826B1 (en) * | 1999-09-28 | 2003-09-23 | Ricoh Co., Ltd. | Method and apparatus for generating visual representations for audio documents |
-
2000
- 2000-04-29 KR KR1020000023103A patent/KR20010098265A/ko not_active Application Discontinuation
- 2000-12-15 CN CNB001353470A patent/CN1146810C/zh not_active Expired - Fee Related
- 2000-12-29 US US09/750,294 patent/US20010037370A1/en not_active Abandoned
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN100416564C (zh) * | 2004-04-06 | 2008-09-03 | 株式会社Ntt都科摩 | 存储器映射控制装置、信息存储控制装置及数据移动方法 |
CN101237465B (zh) * | 2007-01-30 | 2010-11-03 | 中国科学院声学研究所 | 一种基于快速傅里叶变换的网页正文提取方法 |
Also Published As
Publication number | Publication date |
---|---|
KR20010098265A (ko) | 2001-11-08 |
US20010037370A1 (en) | 2001-11-01 |
CN1146810C (zh) | 2004-04-21 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7536445B2 (en) | Enabling a web-crawling robot to collect information from web sites that tailor information content to the capabilities of accessing devices | |
US8254543B2 (en) | Sensor event controller | |
CN100596353C (zh) | 提供日志服务的方法及系统 | |
JP5325169B2 (ja) | ウェブアプリケーションの操作再現方法およびシステム | |
CN101615181B (zh) | 创建国际化网络应用的系统和方法 | |
CA2365705C (en) | A system for collecting specific information from several sources of unstructured digitized data | |
CN101287013B (zh) | 一种更新Web页面的方法和Web代理设备 | |
US20020078105A1 (en) | Method and apparatus for editing web document from plurality of web site information | |
US8166134B2 (en) | Server system, method of controlling operation thereof and control program therefor | |
US7401079B2 (en) | System and method for transcoding digital content | |
US20040024812A1 (en) | Content publication system for supporting real-time integration and processing of multimedia content including dynamic data, and method thereof | |
JP5476326B2 (ja) | ウェブ操作記録・再現方法および装置 | |
US7675644B2 (en) | Extensible framework for parsing varying formats of print stream data | |
CN101335766A (zh) | 通信系统、代理服务器、控制代理服务器的方法及其控制程序 | |
CN101196899A (zh) | 用于处理xml表格中的输入的方法和系统 | |
US6144973A (en) | Document requesting system and method of receiving related document in advance | |
US7069292B2 (en) | Automatic display method and apparatus for update information, and medium storing program for the method | |
CN1126040C (zh) | 用于处理文档的方法和装置 | |
CN1146810C (zh) | 用于网页移植服务的方法和设备 | |
US20040162873A1 (en) | Method and apparatus of wrapping an existing service | |
CN112632419A (zh) | 域名预解析配置方法、装置、计算机设备及存储介质 | |
CN101154223B (zh) | 查看与系统功能对应的源代码的方法及系统 | |
KR100234271B1 (ko) | 이동 검색 엔진을 이용한 실시간 정보검색 방법 | |
CN105912573A (zh) | 数据更新方法及装置 | |
CN101145936B (zh) | 一种在Web页面中添加标签的方法及其系统 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
C06 | Publication | ||
PB01 | Publication | ||
C14 | Grant of patent or utility model | ||
GR01 | Patent grant | ||
CF01 | Termination of patent right due to non-payment of annual fee |
Granted publication date: 20040421 Termination date: 20151215 |
|
EXPY | Termination of patent right or utility model |