CN110750741B - Webpage link skipping processing method, computer device and storage medium - Google Patents

Webpage link skipping processing method, computer device and storage medium Download PDF

Info

Publication number
CN110750741B
CN110750741B CN201910993629.3A CN201910993629A CN110750741B CN 110750741 B CN110750741 B CN 110750741B CN 201910993629 A CN201910993629 A CN 201910993629A CN 110750741 B CN110750741 B CN 110750741B
Authority
CN
China
Prior art keywords
link
address
webpage
transit
original
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.)
Active
Application number
CN201910993629.3A
Other languages
Chinese (zh)
Other versions
CN110750741A (en
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.)
Shenzhen Biliang Technology Media Co ltd
Original Assignee
Shenzhen Biliang Technology Media 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 Shenzhen Biliang Technology Media Co ltd filed Critical Shenzhen Biliang Technology Media Co ltd
Priority to CN201910993629.3A priority Critical patent/CN110750741B/en
Publication of CN110750741A publication Critical patent/CN110750741A/en
Application granted granted Critical
Publication of CN110750741B publication Critical patent/CN110750741B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • G06F16/9558Details of hyperlinks; Management of linked annotations
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • G06F16/9566URL specific, e.g. using aliases, detecting broken or misspelled links

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a webpage link skip processing method, a computer device and a storage medium, wherein the method comprises the steps of identifying an original webpage link and acquiring parameter information based on the acquired original webpage link, generating a transit link address through a transit link generation mode, replacing the original webpage link into the transit link address through a link replacement mode, sending an access request pointing to a target webpage to a live link address application server, receiving a new target link generated by the live link address application server after analyzing a request parameter, and redirecting and skipping to the target webpage address. The processor of the computer device can realize the webpage link jump processing method when executing the program on the computer readable storage medium. The processing method provided by the invention can replace the in-web links with the transit links to realize the purpose that the in-web links can jump flexibly, reduce the maintenance cost and improve the loading efficiency of the web pages.

Description

Webpage link skipping processing method, computer device and storage medium
[ technical field ] A method for producing a semiconductor device
The invention relates to the technical field of data processing, in particular to a webpage link jump processing method, a computer device using the method and a storage medium for realizing the method.
[ background of the invention ]
In recent years, with the vigorous development of e-commerce, more and more webpage contents are embedded with commodity links to be shared and promoted, and when a promoter forwards the webpages, the commodity links in the webpages need to be replaced by links with the unique identifier information of the promoter so as to obtain promotion commissions from the links.
According to the traditional technical scheme, one is that commodity links in an original page are replaced, and each promoter regenerates a new webpage for sharing and popularization; the other method is that the information of the promoter is taken on the shared page address, when the visitor opens the page, the commodity link in the page is replaced by the promotion link according to the information of the promoter, the method needs to generate the promotion links one by one for all the commodity links and then replace the promotion links, and the promotion links generally need to call the generation of the merchant platform interface, so that the page loading speed is low, and the user experience is influenced.
[ summary of the invention ]
The first purpose of the present invention is to provide a webpage link jump processing method, which can replace the webpage internal link with a transit link to achieve the goal that the webpage internal link can jump flexibly, reduce the maintenance cost, and improve the webpage loading efficiency.
The second objective of the present invention is to provide a computer device for implementing the above webpage link jump processing method.
The third objective of the present invention is to provide a storage medium for implementing the above-mentioned webpage link jump processing method.
In order to achieve the first object, the method for processing webpage link skip is applied to a client, and comprises the steps of identifying an original webpage link and acquiring parameter information based on the acquired original webpage link, wherein the parameter information comprises an original link URL and a custom parameter; setting a transit link generation mode, and generating a transit link address through the transit link generation mode; setting a link replacement mode, and replacing an original webpage link into a transit link address through the link replacement mode; and sending an access request pointing to a target webpage to a live link address application server, receiving a new target link generated after the live link address application server analyzes the request parameter, and redirecting and skipping to the target webpage address.
Further, the method for setting the generation mode of the transit link specifically includes: and generating a transfer link address corresponding to the original webpage link according to a custom parameter rule by using the acquired original link URL and the custom parameter.
In a further aspect, the original web page link is an anchor text hyperlink or a two-dimensional code link.
In a further scheme, the link replacement mode comprises replacement of an anchor text hyperlink and replacement of a two-dimensional code link.
In the process of replacing the anchor text hyperlink, the original anchor text hyperlink is replaced into a transit link address in a character string replacing mode; and in the replacement process of the two-dimension code link, creating a new two-dimension code picture according to the newly generated transfer link address for replacement.
A further scheme is that the sending of the access request pointing to the target webpage to the active link address application server includes clicking a transit link address or scanning a two-dimensional code link, and after clicking the transit link address or scanning the two-dimensional code link, sending the access request to the active link address application server through an http protocol, wherein after receiving the access request, the active link address application server analyzes request parameters of the obtained access request, and generates a new target link based on the requirements of a third-party channel.
A further scheme is that after a new target link is generated by the active link address application server, the new target link returned by the server is acquired, wherein the active link address application server automatically responds to the client with a redirection response code by setting a response header location and a response code 302 of the target link, so as to inform the client of a redirection jump to the new target link.
In order to achieve the second objective, the present invention provides a computer device including a processor and a memory, wherein the processor is configured to implement the steps of the above-mentioned web page link jump processing method when executing a computer program stored in the memory.
To achieve the third objective, the present invention provides a storage medium having a computer program stored thereon, wherein the computer program, when executed by a processor, implements the steps of the above-mentioned web page link jump processing method.
According to the scheme, the processing method provided by the invention can replace the links in the webpage with the live link addresses, has high processing speed, and executes all the service operations needing to be processed and replaced when the user accesses the live link, thereby saving resources and improving the page loading speed; the link jump target in the webpage is not invariable any more, the jump target can be flexibly controlled through the live link, and richer contents are displayed; when the link jump target in the webpage is changed, the link jump target does not need to be replaced again, only the live link processing replacement logic needs to be modified, and maintenance is facilitated.
[ description of the drawings ]
FIG. 1 is a flowchart diagram of an embodiment of a web page link jump processing method according to the present invention.
FIG. 2 is a schematic diagram of an embodiment of a method for processing webpage link jump according to the present invention.
[ detailed description ] embodiments
The webpage link skipping processing method is applied to terminal equipment such as a smart phone and a tablet personal computer and is used for achieving flexible skipping of links in the webpage. The computer device of the present invention may be a smartphone, a tablet computer, or the like, and the computer-readable storage medium may be a software program stored on a memory of the smartphone, the tablet computer, or the like.
The embodiment of the webpage link skipping processing method comprises the following steps:
referring to fig. 1, when processing a web page link, the web page link skip processing method of this embodiment first executes step S1, and identifies the original web page link based on the acquired original web page link and acquires parameter information, where the parameter information includes an original link URL and a custom parameter, the original link URL is a target original link URL extracted from the original web page link, and the custom parameter is a user information parameter of a provided active link base address.
Then, step S2 is executed to set a transit link generation manner and generate a transit link address by the transit link generation manner.
Next, step S3 is executed to set a link replacement mode and replace the original web page link with the transit link address through the link replacement mode.
And then, executing the step S4, sending an access request pointing to the target webpage to the active link address application server, receiving a new target link generated after the active link address application server analyzes the request parameter, and redirecting to jump to the target webpage address. The transit link address in this embodiment may be referred to as a live link address. And the live link is a url link address pointing to the live link application server, and the live link application server can flexibly control and generate a new target link by analyzing the request parameter and returns the new target link to the client browser to redirect the new target web page address. The active link address of the active link application server, namely the server pointed by the active link address, can be a conventional url interface address, and the server controls the url interface address to realize jumping to any page.
In step S2, the setting of the transit link generation manner specifically includes: and generating a transit link address corresponding to the original webpage link according to the acquired original link URL and the custom parameter and a custom parameter rule.
The type of the original webpage link is an anchor text hyperlink or a two-dimensional code link.
In this embodiment, the link replacement modes include replacement of an anchor text hyperlink and replacement of a two-dimensional code link.
In the replacement process of the anchor text hyperlink, replacing the original anchor text hyperlink into a transit link address in a character string replacement mode; and in the replacement process of the two-dimension code link, creating a new two-dimension code picture for replacement according to the newly generated transfer link address.
In step S4, sending an access request pointing to a target web page to the active link address application server includes clicking a transit link address or scanning a two-dimensional code link, and sending the access request to the active link address application server through an http protocol after clicking the transit link address or scanning the two-dimensional code link, where the active link address application server parses a request parameter of the obtained access request after receiving the access request, and generates a new target link based on a requirement of a third-party channel.
And after generating a new target link through the active link address application server, acquiring the new target link returned by the server, wherein the active link address application server automatically responds to the client through setting a response head location and a response code 302 of the target link so as to inform the client of the redirection and the jump to the new target link.
Specifically, before step S1 is executed, a live-chain base address, such as http:// abc. Com/url/show, is provided, and parameters of the address include: original link url and other custom parameters, such as user information uid, original link type, etc.
Links within the web page, including anchor text hyperlinks, two-dimensional code pictures, and other jumped links, are then identified using regular expressions or other crawler tools.
And then, generating a corresponding active link address by the target original link url and the custom parameter according to the custom parameter rule, wherein the active link address comprises http:// abc.com/url/shourc = xxx & uid = xxx & type = xxx or http:// abc.com/url/show/{ url }/{ uid }/{ type } other modes such as GET request using url transfer parameters.
And then, replacing the original link with a newly generated live link address in a character string replacing mode, and if the two-dimensional code link needs to be replaced, creating a new two-dimensional code picture according to the newly generated live link address for replacement.
Then, when the visitor user clicks the live link address or scans the two-dimensional code link, the client browser sends a request to the live link address application server through an http protocol, after receiving the request, the live link address application server firstly obtains request parameters such as an original link url and the like for analysis, and then generates a new target link according to different service requirements, for example, requests a third-party e-commerce platform to generate a promotion link and the like.
The live link address application server then returns the new target link to the client browser. Wherein, by setting response head location: target link, response code: 302 to tell the client browser to redirect a jump to a new target link.
In practical application, a plurality of commodity links of the e-commerce platform exist in a webpage shared by a user, when the visitor user clicks the commodity link, the commodity link is automatically replaced by a promotion link of the sharing user under the e-commerce platform, and the user jumps to the commodity page. The following describes a specific implementation method of the web page link jump processing method according to this embodiment:
first, a live link base address, such as http:// abc. Com/url/show, is provided, and the parameters of the interface address include the original link url and the sharer user information uid.
Then, using a regular expression or other crawler tools to identify the links of the shared web pages, regularly extracting the links in the href attribute of the hyperlink < a > label of the internal anchor text, and matching and extracting a domain name host (such as jd.com) or a commodity link url (such as jd.hk) of the E-commerce platform;
and then, generating a corresponding active link address according to the rule by using the extracted E-commerce platform commodity link url and the sharer user information uid: http:// abc.com/url/showurl = xxx & uid = xxx.
Then, the original commodity link is replaced by the newly generated active link address in a character string replacing mode.
And then, when the visitor user clicks the live link address, the client browser sends a request to a live link address application server through an http protocol, after the live link address application server receives the request, the request parameter is extracted, and a new commodity link with the user popularization information is regenerated through a conversion interface provided by the e-commerce popularization platform according to the original Beijing east commodity link and the user information.
And finally, the live link address application server returns the newly generated commodity promotion link to the client browser, and the live link address application server redirects 302 to jump to the E-commerce promotion commodity link.
Therefore, the webpage link skip processing method provided by the invention can replace the webpage internal link with the active link address, has high processing speed, and executes all the service operations needing to be processed and replaced when the user accesses the active link, thereby saving resources and improving the page loading speed; the link jump target in the webpage is not invariable any more, the jump target can be flexibly controlled through a live link, and richer contents are displayed; when the link jump target in the webpage is changed, the link jump target does not need to be replaced again, only the live link processing replacement logic needs to be modified, and maintenance is facilitated.
The embodiment of the computer device comprises:
the computer device of this embodiment includes a processor, a memory, and a computer program stored in the memory and capable of running on the processor, such as an information processing program for implementing the above-mentioned web page link jump processing method. When the processor executes the computer program, the steps of the webpage link jump processing method are realized.
For example, a computer program may be partitioned into one or more modules that are stored in a memory and executed by a processor to implement the modules of the present invention. One or more of the modules may be a series of computer program instruction segments capable of performing certain functions, which are used to describe the execution of the computer program in the terminal device.
It should be noted that the terminal device may be a desktop computer, a notebook, a palm computer, a cloud server, or other computing devices. The terminal device may include, but is not limited to, a processor, a memory. It will be understood by those skilled in the art that the schematic diagram of the present invention is merely an example of a terminal device, and does not constitute a limitation of the terminal device, and may include more or less components than those shown, or combine some components, or different components, for example, the terminal device may further include an input-output device, a network access device, a bus, etc.
The Processor may be a Central Processing Unit (CPU), or may be other general-purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field-Programmable gate array (FPGA) or other Programmable logic device, a discrete gate or transistor logic device, a discrete hardware component, or the like. The general-purpose processor may be a microprocessor or the processor may be any conventional processor or the like, the processor being the control center of the terminal device and connecting the various parts of the entire terminal device using various interfaces and lines.
The memory may be used to store computer programs and/or modules, and the processor may implement various functions of the terminal device by running or executing the computer programs and/or modules stored in the memory and invoking data stored in the memory. The memory may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required by at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may store data (such as audio data, a phonebook, etc.) created according to the use of the cellular phone, and the like. In addition, the memory may include high speed random access memory, and may also include non-volatile memory, such as a hard disk, a memory, a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), at least one magnetic disk storage device, a Flash memory device, or other volatile solid state storage device.
Storage medium embodiments:
the module integrated with the terminal device may be stored in a computer-readable storage medium if it is implemented in the form of a software functional unit and sold or used as a separate product. Based on such understanding, all or part of the flow in the method according to the above embodiments may be implemented by a computer program, which may be stored in a computer readable storage medium and used for implementing the steps of the above methods for processing a web link jump when executed by a processor.
Wherein the computer program comprises computer program code, which may be in the form of source code, object code, an executable file or some intermediate form, etc. The computer readable medium may include: any entity or device capable of carrying computer program code, recording medium, U-disk, removable hard disk, magnetic disk, optical disk, computer Memory, read-Only Memory (ROM), random-access Memory (RAM), electrical carrier wave signals, telecommunications signals, software distribution media, and the like. It should be noted that the computer-readable medium may contain suitable additions or subtractions depending on the requirements of legislation and patent practice in jurisdictions, for example, in some jurisdictions, computer-readable media may not include electrical carrier signals or telecommunication signals in accordance with legislation and patent practice.
It should be noted that the above is only a preferred embodiment of the present invention, but the design concept of the present invention is not limited thereto, and any insubstantial modifications made by using the design concept also fall within the protection scope of the present invention.

Claims (4)

1. A webpage link jump processing method is applied to a client side and is characterized by comprising the following steps:
providing a live link base address, wherein the parameters of the address comprise an original link URL and self-defined parameters, and the self-defined parameters comprise user information uid, an original link type and the like;
identifying the original webpage link and acquiring parameter information based on the acquired original webpage link, wherein the parameter information comprises an original link URL and a custom parameter;
specifically, a regular expression or other crawler tools are used for identifying shared webpage links, links in href attributes of hyperlinks < a > tags of the internal anchor texts are extracted regularly, and domain names host or commodity links url of an e-commerce platform are extracted in a matching mode;
setting a transit link generation mode, and generating a transit link address through the transit link generation mode, wherein the setting of the transit link generation mode specifically comprises: generating a transit link address corresponding to the original webpage link according to the acquired original link URL and the custom parameter and a custom parameter rule;
setting a link replacement mode, and replacing an original webpage link into a transit link address through the link replacement mode;
sending an access request pointing to a target webpage to a live link address application server, receiving a new target link generated after the live link address application server analyzes a request parameter, and then redirecting and skipping to the target webpage address, wherein the sending of the access request pointing to the target webpage to the live link address application server comprises clicking a transit link address or scanning a two-dimensional code link, sending the access request to the live link address application server through an http protocol after clicking the transit link address or scanning the two-dimensional code link, wherein the live link address application server analyzes the request parameter of the obtained access request after receiving the access request, and generates the new target link based on the requirement of a third-party channel; after a new target link is generated through the active link address application server, acquiring the new target link returned by the server, wherein the active link address application server automatically responds to the client through setting a response head location and a response code 302 of the target link to inform the client of the redirection and the jump to the new target link;
the link replacement mode comprises replacement of an anchor text hyperlink and replacement of a two-dimensional code link;
in the replacement process of the anchor text hyperlink, replacing the original anchor text hyperlink into a transit link address in a character string replacement mode;
and in the replacement process of the two-dimension code link, creating a new two-dimension code picture for replacement according to the newly generated transfer link address.
2. The web page link jump processing method according to claim 1, characterized in that:
the type of the original webpage link is an anchor text hyperlink or a two-dimensional code link.
3. Computer arrangement comprising a processor and a memory, said processor being adapted to carry out the steps of a method of web link jump processing according to claim 1 or 2 when executing a computer program stored in said memory.
4. A storage medium having a computer program stored thereon, characterized in that: the computer program implementing the steps of a web page link jump processing method as claimed in claim 1 or 2 when executed by a processor.
CN201910993629.3A 2019-10-18 2019-10-18 Webpage link skipping processing method, computer device and storage medium Active CN110750741B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910993629.3A CN110750741B (en) 2019-10-18 2019-10-18 Webpage link skipping processing method, computer device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910993629.3A CN110750741B (en) 2019-10-18 2019-10-18 Webpage link skipping processing method, computer device and storage medium

Publications (2)

Publication Number Publication Date
CN110750741A CN110750741A (en) 2020-02-04
CN110750741B true CN110750741B (en) 2022-12-13

Family

ID=69278863

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910993629.3A Active CN110750741B (en) 2019-10-18 2019-10-18 Webpage link skipping processing method, computer device and storage medium

Country Status (1)

Country Link
CN (1) CN110750741B (en)

Families Citing this family (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112069427B (en) * 2020-09-09 2023-10-13 北京达佳互联信息技术有限公司 Method, device, equipment and storage medium for generating resource bit links
US11374901B2 (en) * 2020-09-24 2022-06-28 Apple Inc. Network address compression for electronic devices
CN112347383A (en) * 2020-09-25 2021-02-09 北京淇瑀信息科技有限公司 Sharing link generation method and device and electronic equipment
CN112328564A (en) * 2020-09-25 2021-02-05 北京淇瑀信息科技有限公司 Special resource sharing method and device and electronic equipment
CN112560399A (en) * 2020-12-18 2021-03-26 无线生活(杭州)信息科技有限公司 Page link replacement method and device
CN112711455B (en) * 2020-12-31 2024-04-16 京东科技控股股份有限公司 Page interaction method and device, electronic equipment and storage medium
CN113095875B (en) * 2021-04-06 2024-02-27 杭州数跑科技有限公司 Message delivery effect statistics method and related device
CN113807880A (en) * 2021-04-21 2021-12-17 北京沃东天骏信息技术有限公司 Method and device for data monitoring, electronic equipment and storage medium
CN113486265A (en) * 2021-06-18 2021-10-08 一物一码科技(广州)有限公司 One-code multi-purpose method and device for automatically identifying and skipping based on two-dimensional code
CN113656721B (en) * 2021-08-27 2023-07-25 北京奇艺世纪科技有限公司 Page loading method, device and system
CN113641940B (en) * 2021-10-13 2022-01-25 北京新氧科技有限公司 Page jump method, device, system, equipment and storage medium
CN113905033A (en) * 2021-10-25 2022-01-07 北京知道创宇信息技术股份有限公司 Webpage jump processing method and device, storage medium and electronic equipment
CN114500059B (en) * 2022-01-28 2024-01-02 杭州盈高科技有限公司 Webpage authentication method and device of terminal equipment, storage medium and processor
CN114745190B (en) * 2022-04-21 2024-01-16 医渡云(北京)技术有限公司 Page processing method and device, storage medium and electronic equipment

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101854375A (en) * 2009-03-31 2010-10-06 华为软件技术有限公司 Redirecting method and device
CN103220371A (en) * 2012-01-18 2013-07-24 中国移动通信集团公司 Method and system for conducting content adaptation
CN104468363A (en) * 2013-09-18 2015-03-25 华为终端有限公司 Page redirection method, page redirection system, router equipment and terminal equipment

Family Cites Families (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101674374A (en) * 2009-09-02 2010-03-17 优视动景(北京)技术服务有限公司 Webpage content extraction forwarding system for mobile communication terminal and application method thereof
CN102737051B (en) * 2011-04-12 2014-06-04 贾洪明 Method for acquiring merchandize cashback information
CN102663074B (en) * 2012-03-31 2014-01-29 北京奇虎科技有限公司 Method and device for connecting link in search result webpage
CN103631926B (en) * 2012-03-31 2017-07-04 北京奇虎科技有限公司 The connection method linked in a kind of result of page searching and device
CN102999549A (en) * 2012-09-25 2013-03-27 金博 Method for realizing web crawler tasks
US9344449B2 (en) * 2013-03-11 2016-05-17 Bank Of America Corporation Risk ranking referential links in electronic messages
CN104104649B (en) * 2013-04-02 2017-09-19 阿里巴巴集团控股有限公司 The method of page login, apparatus and system
CN104881603B (en) * 2014-02-27 2018-07-03 腾讯科技(深圳)有限公司 Webpage redirects leak detection method and device
CN104392197B (en) * 2014-11-24 2017-05-17 深圳市通用条码技术开发中心 Method for increasing reading rate and encryption of website two-dimensional code tags
CN106331771B (en) * 2015-05-29 2019-05-21 北京图音数码科技有限公司 Internet business system and advertisement information processing method
CN107025221A (en) * 2016-01-29 2017-08-08 五八同城信息技术有限公司 Two-dimensional code scanning redirects processing method and processing device
CN107181771A (en) * 2016-03-09 2017-09-19 北京优朋普乐科技有限公司 The generation method of Quick Response Code and the response method of two-dimensional code scanning event
CN108389063B (en) * 2018-05-23 2021-08-31 张安斌 Product sale tracing system
CN109450736B (en) * 2018-12-11 2021-03-30 杭州网易再顾科技有限公司 Network interface test method and device, medium and computing equipment
CN109615048A (en) * 2018-12-21 2019-04-12 北京知道创宇信息技术有限公司 A kind of network address processing method, device, server and user terminal

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101854375A (en) * 2009-03-31 2010-10-06 华为软件技术有限公司 Redirecting method and device
CN103220371A (en) * 2012-01-18 2013-07-24 中国移动通信集团公司 Method and system for conducting content adaptation
CN104468363A (en) * 2013-09-18 2015-03-25 华为终端有限公司 Page redirection method, page redirection system, router equipment and terminal equipment

Also Published As

Publication number Publication date
CN110750741A (en) 2020-02-04

Similar Documents

Publication Publication Date Title
CN110750741B (en) Webpage link skipping processing method, computer device and storage medium
CN111427766B (en) Request processing method and device and proxy server
CN111984356B (en) Page jump method, device, computer equipment and storage medium
CN110020329B (en) Method, device and system for generating webpage
KR20130066603A (en) Initiating font subsets
US11258872B1 (en) Techniques for accelerating page rendering
CN101571876B (en) Script program operation logic expansion method, server and client
CN104243273A (en) Method and device for displaying information on instant messaging client and information display system
CN113312032B (en) Front-end project resource updating method and device, electronic equipment and storage medium
US11080322B2 (en) Search methods, servers, and systems
CN102904765A (en) Method and equipment for data reporting
CN107197359A (en) Video file caching method and device
CN107105336A (en) Data processing method and data processing equipment
CN112328564A (en) Special resource sharing method and device and electronic equipment
CN111444448B (en) Data processing method, server and system
CN112347383A (en) Sharing link generation method and device and electronic equipment
CN111797334A (en) Website access method and device, electronic equipment and storage medium
CN111324832A (en) Method, system, device and medium for accessing website through short network address
CN110647327A (en) Method and device for dynamic control of user interface based on card
JP2020004380A (en) Wearable device, information processing method, device and system
CN104915347A (en) Processing method, apparatus and system for web address
CN106452855B (en) Article label adding method and device
CN103559195A (en) Searching method and terminal
CN115065945A (en) Short message link generation method and device, electronic equipment and storage medium
CN104239452A (en) Method and device for resource acquisition

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
GR01 Patent grant
GR01 Patent grant