CN110222516A - A kind of safe reading method and system based on server side code - Google Patents

A kind of safe reading method and system based on server side code Download PDF

Info

Publication number
CN110222516A
CN110222516A CN201910344636.0A CN201910344636A CN110222516A CN 110222516 A CN110222516 A CN 110222516A CN 201910344636 A CN201910344636 A CN 201910344636A CN 110222516 A CN110222516 A CN 110222516A
Authority
CN
China
Prior art keywords
file
browser
server
coding
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.)
Withdrawn
Application number
CN201910344636.0A
Other languages
Chinese (zh)
Inventor
韩光
周献民
冯文化
崔永进
兰静
杨杨
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
CHINA SOFTWARE AND TECHNOLOGY SERVICE Co Ltd
Original Assignee
CHINA SOFTWARE AND TECHNOLOGY SERVICE Co Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by CHINA SOFTWARE AND TECHNOLOGY SERVICE Co Ltd filed Critical CHINA SOFTWARE AND TECHNOLOGY SERVICE Co Ltd
Priority to CN201910344636.0A priority Critical patent/CN110222516A/en
Publication of CN110222516A publication Critical patent/CN110222516A/en
Withdrawn legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/602Providing cryptographic facilities or services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/6218Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database
    • G06F21/6245Protecting personal data, e.g. for financial or medical purposes
    • G06F21/6263Protecting personal data, e.g. for financial or medical purposes during internet communication, e.g. revealing personal data from cookies
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/568Storing data temporarily at an intermediate stage, e.g. caching
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2221/00Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/21Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/2107File encryption

Abstract

The present invention relates to a kind of safe reading method and system based on server side code.This method comprises: step 1, the browser of user terminal initiates reading file request, the coded format that encapsulation browser is supported in request to server-side;Step 2, server-side requests locating file according to reading file, and the file found is encoded according to coded format and is transferred to the browser of user terminal;Step 3, the browser of user terminal is shown from the received coding file of server-side;Step 4, after the reading page of the browser of user terminal is closed, all coding file caches are emptied.The present invention, which is able to solve, caches bring security risk in user terminal due to file, so that user terminal is only had display file function, without carrying out caching and coded treatment to file, prevents B/S framework bring information leakage hidden danger from the root.

Description

A kind of safe reading method and system based on server side code
Technical field
The invention belongs to field of computer technology, it is related to a kind of reading method, more particularly to a kind of based on server side code Safe reading method and system.
Background technique
Informatized office work brings revolutionary change to the routine work of people, wherein what is be most widely used is based on B/S The operating information system of (Browser/Server, browser/server) framework.
Information age, information resources become one of most important resource, tend to determine success or failure, therefore information security issue It can not be ignored.Informatized office work is while bringing convenient also along with information security hidden danger.In the information system of B/S framework, The common pattern for reading text or attachment is that respective file is downloaded to browser to carry out local disk caching, then uses plug-in unit Load it display.Disk buffering is to may cause data information to reveal security risk most outstanding.
In B/S framework, a kind of method for solving security risk is to forbid user terminal disk buffering, uses memory cache instead Mode, but important information is not inherently eliminated the security risk of B/S framework in user terminal " landing " actually.
Therefore, a kind of safe reading method that can prevent security risk from root is a technical problem to be solved urgently.
Summary of the invention
In view of the above problems, the invention proposes a kind of safe reading method and system based on server side code, it is intended to It solves to cache bring security risk in user terminal due to file, so that user terminal is only had file display function, without to file Caching and coded treatment are carried out, prevents B/S framework from the root and brings information leakage hidden danger.
Safe reading method based on server side code of the invention, mainly comprises the steps of:
Step 1, the browser of user terminal initiates file read request to server-side, encapsulates user terminal browser branch in request The page coded format held;
Step 2, server-side receives file read request, according to request locating file, by the file found according in request Coded format carry out coding and by coding file be transferred to user terminal browser;
Step 3, user terminal browser receives coding file from server-side and shows;
Step 4, after the reading page of user terminal browser is closed, all coding files are emptied.
Further, the step of server-side is encoded the file found according to coded format include:
Entire document No. is generated complete coding file by the coded format that server-side is supported according to browser, and will In the disk space for encoding file deposit server-side, the functional module for recording coding the file information is called, in server-side point With one piece of memory headroom, for recording the information of coding file, record encodes the buffer address information of file in this step;
Server-side calls the functional module for carrying out paging to coding file, carries out paging to coding file, is recording Coding the file information in, additional record page reference information.
Further, described for carrying out the functional module of paging to coding file, according to the file format of coding file It matches corresponding file and starts identifier, paging identifier and end identifier, coding file is retrieved, by what is retrieved The disk address of identifier is arranged in one section of complete sequence, and establishes page reference table with this.
Further, user terminal is read since homepage, comprising the following steps:
1) the homepage content after the completion of paging is sent to browser by server-side;
2) the coding file homepage received is loaded into user's end memory by browser;Browser reads coding file homepage simultaneously It is shown in reading page;
3) after coding file homepage is run through, user decides whether to continue to read, if continuing to read, browser is requested again Server-side includes lower one page page number information in request, enters step 4);If not continuing to read, it is directly entered step 7);
4) server-side receives request, according to the location information of the coding file of storage, finds complete coding file, Page reference is retrieved according to the page number information in browse request, the content of lower one page is got and is sent to browser;
5) browser receives the content of pages of server-side return, coding file content will override before;
If 6) user will also continue to read, browser requests server-side again, and the page number comprising requested page is believed in request Breath;And return step 4);If not continuing to read, it is directly entered step 7);
7) reading page is closed;Browser, server-side enable garbage reclamation mechanism, clear up file cache.
Further, user terminal is read since specified page number, comprising the following steps:
1) server-side receives the specified page number in request, then retrieves page reference, finds the coding file of specified page number Content;
2) specified page content is sent to browser by server-side;
3) specified page number received coding file is loaded into user's end memory by browser;Browser reads specified page number and compiles Code file is simultaneously shown in reading page;
4) after specified page number coding file is run through, user decides whether to continue to read, if continuing to read, browser is again Server-side is requested, up/down one page page number comprising the current page number or user are inputted specified by browser control part in request 1) page number enters step;If not continuing to read, it is directly entered step 5);
5) reading page is closed;Browser, server-side enable garbage reclamation mechanism, clear up file cache.
A kind of safety reads user terminal, including browser, the browser include:
Request module, for initiating file read request to server-side;
Receiving module, for receiving the coding file of requested file from server-side;The coding file is by described After server-side obtains the page coded format that browser is supported, the file of browse request is found and according to coded format to it It is encoded and is obtained;
Display module, for showing from the received coding file of server-side;
Module is emptied, for emptying all coding file caches after reading page closing.
A kind of safe reading service end comprising:
Request module is received, for receiving file read request from the browser of user terminal, and obtains browser support Page coded format;
Coding module requests locating file for reading file based on the received, by the file found according to coding lattice Formula is encoded and is transferred to the browser of user terminal;So that the browser of user terminal is shown from the received coding text of server-side Part, and all coding files are emptied after reading page closing.
Further, the safe reading service end further include:
File recording module is encoded, for recording coding the file information, location information, page number rope including encoding file Draw;
Pagination module establishes page reference for carrying out paging to coding file.
A kind of protected view system based on server side code comprising safety recited above reads user terminal and safety Reading server.
The beneficial effects of the present invention are: file is not necessarily to download to user terminal in the process of reading and is cached and encoded, use Family end actually only has display function, guarantees that file " does not land " from beginning to end, has prevented B/S framework bring letter from the root Cease security risk.
Detailed description of the invention
Fig. 1 is the step flow chart of the safe reading method of the present invention;
Fig. 2 is the step flow chart of the safe reading method example one of the present invention;
Fig. 3 is the step flow chart of the safe reading method example two of the present invention;
Fig. 4 is the pagination module functional schematic of protected view system of the present invention.
Specific embodiment
In order to make the foregoing objectives, features and advantages of the present invention clearer and more comprehensible, below with reference to example and attached drawing pair The present invention is described in detail.
Fig. 1 is the step flow chart of the safe reading method of the invention based on server side code, comprising the following steps:
S101 user terminal browser initiates to read the request of specified file to server-side, supports in request comprising browser Page coded format;
S102 server-side receives request, and locating file carries out coding to file according to the coded format in request and generates volume Code file is simultaneously cached in server-side disk, the cache location of record coding file, and the coding file of specific page is transferred to Browser;
S103 browser receives and code displaying file page;
S104 reading page is closed;Browser, server-side enable garbage reclamation mechanism, remove coding file cache data.
Fig. 2 is the step flow chart of the example one of the safe reading method of the invention based on server side code.This example Description user reads in order since homepage.The following steps are included:
S201 browser initiates to read the request of some specified file, the page supported in request comprising browser to server-side Face code format.
S202 server-side receives request, finds file;
Entire document No. is generated complete coding file by the coded format that S203 server-side is supported according to browser, And by the disk space for encoding file deposit server-side, the functional module for recording coding the file information is called (to can be described as " coding file recording module "), distribute one piece of memory headroom in server-side, for recording coding the file information, the step for The buffer address information of middle record coding file.
S204 server-side calls the functional module (can be described as " pagination module ") for carrying out paging to coding file, is remembering In the coding the file information of record, the address range of additional record every page establishes page reference.Pagination module is according to coding file File format match corresponding file and start identifier, paging identifier and end identifier, coding file is retrieved, The disk address of the identifier retrieved is arranged in one section of complete sequence, and page reference table is established with this.Such as Fig. 4 institute Show, the disk address of the disk address for starting identifier and first paging identifier is designated as to the index of the page number 1, by first, The disk address of second paging identifier is designated as the index of the page number 2, and so on;By page reference information adding to coding text In part information.
Homepage content after the completion of paging is sent to browser by S205 server-side.
The coding file homepage received is loaded into user's end memory by S206 browser;Browser reads coding file homepage And it is shown in reading page.
After S207 coding file homepage is run through, user decides whether to continue to read, if continuing to read, browser is asked again Server-side is sought, includes lower one page page number information in request, enters step S208;If not continuing to read, it is directly entered step S211;
S208 server-side receives request, retrieves page reference according to the page number in request, gets the content of lower one page. The content that server-side will acquire is sent to browser.
S209 browser receives the content of pages of server-side return, coding file content will override before;
If S210 user will also continue to read, browser requests server-side, the page number letter comprising request in request again Breath;And return step S208;If not continuing to read, it is directly entered next step;
S211 reading page is closed;Browser, server-side enable garbage reclamation mechanism, remove cache file.
Fig. 3 is the step flow chart of the example two of the safe reading method of the invention based on server side code.This example Description user needs to read long file and the known file page number for needing to read, and needs to read since specified page number, read Sequence is needed to read or jump the page number in the process;Example two the following steps are included:
S301 user inputs specified page number by browser control part, and browser initiates to read some specified file to server-side Request, the page coded format supported comprising browser in request and user's specified page number;
S302 server-side receives request, finds file;
Entire document No. is generated complete coding file by the coded format that S303 server-side is supported according to browser, And by the disk space for encoding file deposit server-side, the functional module for recording coding the file information is called, is being serviced One piece of memory headroom of end distribution, record encodes the location information cache of file in this step.
S304 server-side calls the functional module for carrying out paging to coding file, carries out paging to coding file, In the coding the file information of record, additional page reference information.
S305 server-side retrieves page reference, with finding the coding file of specified page number according to the specified page number in request Location range.
File content is sent to browser by S306 server-side.
The specified page number received coding file is loaded into user's end memory by S307 browser;Browser reads specified page number It encodes file and is shown in reading page;
After S308 specified page number coding file is run through, user decides whether to continue to read, if continuing to read up/down one page File content, browser request server-side again, and the page number comprising current page up/down one page or user pass through clear in request Device control of the looking at input specific page page number is encapsulated into read request, enters step S309;If not continuing to read, it is directly entered S311 step;
S309 server-side receives request, according to the location information of the coding file of storage, finds complete coding text Part obtains specific page content according to the page number information in browse request.The content that server-side will acquire is sent to browsing Device;
S310 browser receives the content of pages of server-side return, coding file content will override before, and show Content of pages;
If S311 user will also continue to read, browser requests server-side, the page number letter comprising request in request again Breath;And return step S309;If not continuing to read, it is directly entered next step;
S312 reading page is closed;Browser, server-side enable garbage reclamation mechanism, cleaning coding file cache.
Another embodiment of the present invention provides a kind of safety to read user terminal, including browser, the browser include:
Request module, for initiating file read request to server-side;
Receiving module, for receiving the coding file of requested file from server-side;The coding file is by described After server-side obtains the page coded format that browser is supported, the file of browse request is found and according to coded format to it It is encoded and is obtained;
Display module, for showing from the received coding file of server-side;
Module is emptied, for emptying all coding file caches after reading page closing.
Another embodiment of the present invention provides a kind of safe reading service ends comprising:
Request module is received, for receiving file read request from the browser of user terminal, and obtains browser support Page coded format;
Coding module requests locating file for reading file based on the received, by the file found according to coding lattice Formula is encoded and is transferred to the browser of user terminal;So that the browser of user terminal is shown from the received coding text of server-side Part, and all coding files are emptied after reading page closing;
File recording module is encoded, for recording coding the file information, location information, page number rope including encoding file Draw;
Pagination module establishes page reference for carrying out paging to coding file.
Another embodiment of the present invention provides a kind of protected view systems based on server side code comprising recited above Safety reads user terminal and safe reading server.
The above embodiments are merely illustrative of the technical solutions of the present invention rather than is limited, the ordinary skill of this field Personnel can be with modification or equivalent replacement of the technical solution of the present invention are made, without departing from the principle and scope of the present invention, originally The protection scope of invention should be subject to described in claims.

Claims (10)

1. a kind of safe reading method based on server side code, which comprises the following steps:
The browser of user terminal initiates file read request to server-side, and encapsulation browser is supported in the file read request Page coded format;
The browser of user terminal receives the coding file of requested file from server-side;The coding file is by the service After end receives the file read request and obtains the page coded format of browser support, the file of browse request is found And it is encoded according to coded format and is obtained;
The browser of user terminal is shown from the received coding file of server-side;
After the reading page of the browser of user terminal is closed, all coding files are emptied.
2. a kind of safe reading method based on server side code, which comprises the following steps:
Server-side receives file read request from the browser of user terminal, and browser branch is obtained from the file read request The page coded format held;
Reading file requests locating file to server-side based on the received, and the file found is encoded simultaneously according to coded format It is transferred to the browser of user terminal;So that the browser of user terminal is shown from the received coding file of server-side, and in read page Face empties all coding files after closing.
3. method according to claim 1 or 2, which is characterized in that server-side is by the file found according to coded format The step of being encoded include:
Entire document No. is generated complete coding file by the coded format that server-side is supported according to browser, and will coding File is stored in the disk space of server-side, calls the functional module for recording coding the file information, distributes one in server-side Block memory headroom, for recording the information of coding file, record encodes the buffer address information of file in this step;
Server-side calls the pagination module for carrying out paging to coding file, paging is carried out to coding file, in the volume of record In code the file information, additional record page reference information.
4. according to the method described in claim 3, it is characterized in that, the pagination module is according to the file format for encoding file Start identifier, paging identifier and end identifier with corresponding file, coding file is retrieved, the mark that will be retrieved The disk address for knowing symbol is arranged in one section of complete sequence, and establishes page reference table with this.
5. according to the method described in claim 3, it is characterized in that, user terminal is read since homepage, comprising the following steps:
1) the homepage content after the completion of paging is sent to browser by server-side;
2) the coding file homepage received is loaded into user's end memory by browser;Browser reads coding file homepage and is readding Read page presentation;
3) after coding file homepage is run through, user decides whether to continue to read, if continuing to read, browser requests to service again It holds, includes lower one page page number information in request, enter step 4);If not continuing to read, it is directly entered step 7);
4) server-side receives request, according to the location information of the coding file of storage, finds complete coding file, according to Page number information in browse request retrieves page reference, gets the content of lower one page and is sent to browser;
5) browser receives the content of pages of server-side return, coding file content will override before;
If 6) user will also continue to read, browser requests server-side again, includes the page number information of requested page in request;And
Return step 4);If not continuing to read, it is directly entered step 7);
7) reading page is closed;Browser, server-side enable garbage reclamation mechanism, clear up file cache.
6. according to the method described in claim 3, it is characterized in that, user terminal is read since specified page number, including following step It is rapid:
1) server-side receives the specified page number in request, then retrieves page reference, finds the coding file content of specified page number;
2) specified page content is sent to browser by server-side;
3) specified page number received coding file is loaded into user's end memory by browser;Browser reads specified page number coding text Part is simultaneously shown in reading page;
4) after specified page number coding file is run through, user decides whether to continue to read, if continuing to read, browser is requested again Server-side, the specified page number that up/down one page page number or user in request comprising the current page number are inputted by browser control part, It enters step 1);If not continuing to read, it is directly entered step 5);
5) reading page is closed;Browser, server-side enable garbage reclamation mechanism, clear up file cache.
7. a kind of safety reads user terminal, including browser, which is characterized in that the browser includes:
Request module, for initiating file read request to server-side, encapsulation browser is supported in the file read request Page coded format;
Receiving module, for receiving the coding file of requested file from server-side;The coding file is by the service After end receives the file read request and obtains the page coded format of browser support, the file of browse request is found And it is encoded according to coded format and is obtained;
Display module, for showing from the received coding file of server-side;
Module is emptied, for emptying all coding file caches after reading page closing.
8. a kind of safe reading service end characterized by comprising
Request module is received, for receiving file read request from the browser of user terminal, and obtains the page of browser support Coded format;
Coding module requests locating file for reading file based on the received, by the file found according to coded format into Row encodes and is transferred to the browser of user terminal;So that the browser of user terminal is shown from the received coding file of server-side, and All coding files are emptied after reading page closing.
9. safe reading service end according to claim 8, which is characterized in that further include:
File recording module is encoded, for recording coding the file information, location information, page reference including encoding file;
Pagination module establishes page reference for carrying out paging to coding file.
10. a kind of protected view system based on server side code, which is characterized in that read including safety as claimed in claim 7 Read safe reading service end described in user terminal and claim 8 or 9.
CN201910344636.0A 2019-04-26 2019-04-26 A kind of safe reading method and system based on server side code Withdrawn CN110222516A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910344636.0A CN110222516A (en) 2019-04-26 2019-04-26 A kind of safe reading method and system based on server side code

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910344636.0A CN110222516A (en) 2019-04-26 2019-04-26 A kind of safe reading method and system based on server side code

Publications (1)

Publication Number Publication Date
CN110222516A true CN110222516A (en) 2019-09-10

Family

ID=67819914

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910344636.0A Withdrawn CN110222516A (en) 2019-04-26 2019-04-26 A kind of safe reading method and system based on server side code

Country Status (1)

Country Link
CN (1) CN110222516A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111222071A (en) * 2020-01-03 2020-06-02 精硕科技(北京)股份有限公司 Questionnaire processing method and device and electronic equipment
CN111460348A (en) * 2020-03-31 2020-07-28 网易(杭州)网络有限公司 File processing method and device

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030009528A1 (en) * 2001-07-08 2003-01-09 Imran Sharif System and method for using an internet appliance to send/receive digital content files as E-mail attachments
CN101661459A (en) * 2009-10-19 2010-03-03 中国电信股份有限公司 Method for providing network document resources, platform thereof and system thereof
CN101692244A (en) * 2009-10-12 2010-04-07 中兴通讯股份有限公司 Method and device for code optimization for embedded browser
CN102411585A (en) * 2010-09-21 2012-04-11 厦门市美亚柏科信息股份有限公司 Webpage paging data pre-loading method and system
CN102571938A (en) * 2011-12-26 2012-07-11 上海居冠软件有限公司 Electronic magazine reading system and electronic magazine client side reading system
CN103037009A (en) * 2012-12-25 2013-04-10 网宿科技股份有限公司 Quickening method and quickening system based on intelligent coding
CN103870955A (en) * 2014-03-24 2014-06-18 小米科技有限责任公司 Processing method and device for data in webpage
CN106227887A (en) * 2016-08-12 2016-12-14 汪念鸿 A kind of method returning the former page in browser new page
CN106971588A (en) * 2017-03-29 2017-07-21 深圳市赛亿科技开发有限公司 A kind of vehicle query and reading management system based on bus platform

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030009528A1 (en) * 2001-07-08 2003-01-09 Imran Sharif System and method for using an internet appliance to send/receive digital content files as E-mail attachments
CN101692244A (en) * 2009-10-12 2010-04-07 中兴通讯股份有限公司 Method and device for code optimization for embedded browser
CN101661459A (en) * 2009-10-19 2010-03-03 中国电信股份有限公司 Method for providing network document resources, platform thereof and system thereof
CN102411585A (en) * 2010-09-21 2012-04-11 厦门市美亚柏科信息股份有限公司 Webpage paging data pre-loading method and system
CN102571938A (en) * 2011-12-26 2012-07-11 上海居冠软件有限公司 Electronic magazine reading system and electronic magazine client side reading system
CN103037009A (en) * 2012-12-25 2013-04-10 网宿科技股份有限公司 Quickening method and quickening system based on intelligent coding
CN103870955A (en) * 2014-03-24 2014-06-18 小米科技有限责任公司 Processing method and device for data in webpage
CN106227887A (en) * 2016-08-12 2016-12-14 汪念鸿 A kind of method returning the former page in browser new page
CN106971588A (en) * 2017-03-29 2017-07-21 深圳市赛亿科技开发有限公司 A kind of vehicle query and reading management system based on bus platform

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111222071A (en) * 2020-01-03 2020-06-02 精硕科技(北京)股份有限公司 Questionnaire processing method and device and electronic equipment
CN111222071B (en) * 2020-01-03 2023-08-25 北京秒针人工智能科技有限公司 Questionnaire processing method and device and electronic equipment
CN111460348A (en) * 2020-03-31 2020-07-28 网易(杭州)网络有限公司 File processing method and device
CN111460348B (en) * 2020-03-31 2024-04-19 网易(杭州)网络有限公司 File processing method and device

Similar Documents

Publication Publication Date Title
US7492365B2 (en) Method and system for font building
US20110258535A1 (en) Integrated document viewer with automatic sharing of reading-related activities across external social networks
US10671570B2 (en) Web application open platform interface (WOPI) server architecture and applications for distributed network computing environments
EP3273362A1 (en) Webpage access method, apparatus, device and non-volatile computer storage medium
Dalby The language map of Africa
CN110222516A (en) A kind of safe reading method and system based on server side code
CN106294658A (en) The quick methods of exhibiting of webpage and device
CN101571850A (en) Display packing and device of text document in support of page turn function
CN108287880A (en) A kind of international method and device of homepages language
US20150317406A1 (en) Re-Use of Web Page Thematic Elements
CN111966938B (en) Configuration method and system for realizing loading speed improvement of front-end page of cloud platform
Wynberg et al. Land reform and conservation areas in South Africa: Towards a mutually beneficial approach
CN105389294A (en) Method and apparatus for reading document
CN115357942A (en) Content self-protection method and device based on online document and storage medium
JP2004227199A (en) Automatic discrimination system of browser display language, web server, and automatic discrimination method of browser display language used therefor
CN112818274B (en) Method for converting PDF file into paging HTML file and computer equipment
JPS6177969A (en) Paging system for correction
Lossin et al. Ternary Acetates of the Lanthanides with Cesium: Dimers in CsLu (CH3COO) 4 and Trimers in Cs2 (Lu3 (CH3COO) 10 (OH)(H2O)). Synthesis, Crystal Structures, Thermolysis.
US11847405B1 (en) Encoding hyperlink data in a printed document
ØIAN et al. Adrenaline and preeclampsia
CN111581921B (en) Text editing method and device, computer storage medium and terminal
Sunelaitis CAR Guidelines-final as adopted on 20 March E
Myres European Asylum Support Office EASO Writing and Referencing Guide for EASO Country of
Fleming et al. Environment matters at the World Bank: annual review-fall 1996
KR20140075900A (en) Mobile Reading Service System and Method Using Virtual Printer

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
WW01 Invention patent application withdrawn after publication
WW01 Invention patent application withdrawn after publication

Application publication date: 20190910