CN118779554A - A method and device for converting to a universal API interface for interaction - Google Patents
A method and device for converting to a universal API interface for interaction Download PDFInfo
- Publication number
- CN118779554A CN118779554A CN202411266865.2A CN202411266865A CN118779554A CN 118779554 A CN118779554 A CN 118779554A CN 202411266865 A CN202411266865 A CN 202411266865A CN 118779554 A CN118779554 A CN 118779554A
- Authority
- CN
- China
- Prior art keywords
- page
- interface
- information
- value
- api interface
- 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.)
- Pending
Links
- 238000000034 method Methods 0.000 title claims abstract description 39
- 230000003993 interaction Effects 0.000 title claims description 23
- 230000009193 crawling Effects 0.000 claims description 9
- 230000007246 mechanism Effects 0.000 claims description 4
- 238000012795 verification Methods 0.000 claims description 2
- 238000010586 diagram Methods 0.000 description 3
- 230000008569 process Effects 0.000 description 2
- 238000006467 substitution reaction Methods 0.000 description 2
- 238000012360 testing method Methods 0.000 description 2
- 101001121408 Homo sapiens L-amino-acid oxidase Proteins 0.000 description 1
- 102100026388 L-amino-acid oxidase Human genes 0.000 description 1
- 230000004888 barrier function Effects 0.000 description 1
- 230000009286 beneficial effect Effects 0.000 description 1
- 238000006243 chemical reaction Methods 0.000 description 1
- 230000007812 deficiency Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 238000012545 processing Methods 0.000 description 1
Classifications
-
- 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/957—Browsing optimisation, e.g. caching or content distillation
-
- 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/951—Indexing; Web crawling techniques
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02D—CLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
- Y02D10/00—Energy efficient computing, e.g. low power processors, power management or thermal management
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
Description
技术领域Technical Field
本发明涉及互联网技术领域,具体提供一种转成通用API接口进行交互的方法及装置。The present invention relates to the field of Internet technology, and specifically provides a method and device for converting into a universal API interface for interaction.
背景技术Background Art
本发明公开了一种页面爬取规则的配置方法及装置,涉及计算机技术领域,主要目的在于能够自动生成页面爬取规则,并提高爬取规则的生成速度,本发明的主要技术方案为:从需要配置爬取规则的页面中选取待爬取页面元素;根据所述待爬取页面元素对应的属性信息,生成页面元素的路径信息;通过设置与所述待爬取页面元素相匹配的正则表达式模板,生成与所述待爬取页面元素的内容相匹配的正则表达式;根据所述待爬取页面元素在待爬取页面中的显示规则以及所述待爬取页面元素在待爬取页面中的位置信息配置所述待爬取页面的页面爬取规则。The present invention discloses a method and device for configuring page crawling rules, which relate to the field of computer technology. The main purpose is to automatically generate page crawling rules and improve the generation speed of crawling rules. The main technical scheme of the present invention is: selecting a page element to be crawled from a page that needs to be configured with crawling rules; generating path information of the page element according to attribute information corresponding to the page element to be crawled; generating a regular expression matching the content of the page element to be crawled by setting a regular expression template matching the page element to be crawled; configuring the page crawling rules of the page to be crawled according to the display rules of the page element to be crawled in the page to be crawled and the position information of the page element to be crawled in the page to be crawled.
本发明涉及一种以API方式实现集协议转换的数据共享方法,包括步骤:API服务录入;其中,录入方式至少包括:通过Swagger文档快速导入RESTful、或通过WSDL文档快速导入WebService、或手工录入API服务;确定录入的API服务所属的服务类型,将对应的API服务接口信息格式从非第一格式的第二格式转换为第一格式;其中,第一格式为RESTful格式,第二格式是第一格式之外的格式;对接口信息格式转换后的API服务进行服务联调,保证服务在正式发布后正常调用;其中,服务联调的方式至少包括关联插件和自定义代理地址;服务联调后进行联调测试,并在测试通过后进行服务发布。The present invention relates to a data sharing method for realizing set protocol conversion in an API manner, comprising the steps of: API service entry; wherein the entry method at least includes: quickly importing RESTful through a Swagger document, or quickly importing WebService through a WSDL document, or manually entering an API service; determining the service type to which the entered API service belongs, and converting the corresponding API service interface information format from a second format that is not the first format to a first format; wherein the first format is a RESTful format, and the second format is a format other than the first format; performing service joint debugging on the API service after the interface information format is converted, to ensure that the service can be called normally after formal release; wherein the service joint debugging method at least includes associating a plug-in and a custom proxy address; performing a joint debugging test after the service joint debugging, and publishing the service after the test passes.
现有技术中如何使H5 页面或接口数据转化为通用接口,通过技术手段实现数据共享,从而消除网络或硬件问题导致的数据共享障碍,实现了多端数据共享的可能性,是本领域技术人员亟待解决的问题。In the prior art, how to convert H5 page or interface data into a universal interface and realize data sharing through technical means, thereby eliminating data sharing barriers caused by network or hardware problems and realizing the possibility of multi-terminal data sharing, is an urgent problem to be solved by technical personnel in this field.
发明内容Summary of the invention
本发明是针对上述现有技术的不足,提供一种实用性强的转成通用API接口进行交互的方法。The present invention aims at the above-mentioned deficiencies of the prior art and provides a method for converting into a universal API interface for interaction with high practicality.
本发明进一步的技术任务是提供一种设计合理,安全适用的转成通用API接口进行交互的装置。A further technical task of the present invention is to provide a device that is reasonably designed, safe and applicable and is converted into a universal API interface for interaction.
本发明解决其技术问题所采用的技术方案是:The technical solution adopted by the present invention to solve its technical problem is:
一种将转成通用API接口进行交互的方法,步骤如下步骤:A method for converting to a general API interface for interaction, the steps are as follows:
S1、根据共享的资源录入应用;S1. Enter the application based on the shared resources;
S2、确定需要共享的资源是H5页面还是API接口;S2. Determine whether the resource to be shared is an H5 page or an API interface;
S3、如果资源是H5页面,浏览器访问H5页面链接,通过查看源代码的方式找到需要共享的元素和使用到的接口;S3. If the resource is an H5 page, the browser accesses the H5 page link and finds the elements to be shared and the interfaces to be used by viewing the source code;
S4、如果资源是API接口, 前端录入第一个页面作为应用的首页;S4. If the resource is an API interface, the front end enters the first page as the homepage of the application;
S5、在第一个页面中录入按钮信息,按钮的goto字段录入第二页面的页面编码;S5. Enter the button information in the first page, and enter the page code of the second page in the goto field of the button;
S6、第三方根据通用接口返回的页面信息和按钮信息,实现结果页面展示。S6. The third party displays the result page according to the page information and button information returned by the general interface.
进一步的,在步骤S3中,浏览器访问H5页面链接,通过查看源代码的方式找到需要共享的元素和使用到的接口,参照共享的H5页面在前端录入一个页面,在录入的页面中录入需要展示的元素信息。Furthermore, in step S3, the browser accesses the H5 page link, finds the elements to be shared and the interfaces to be used by viewing the source code, enters a page in the front end with reference to the shared H5 page, and enters the element information to be displayed in the entered page.
进一步的,所述元素信息包括属性名称、属性类型、关联ID、默认值、提示信息、属性长度、校验规则、选择器、排序、是否必填、是否只读、是否爬取、是否启用、是否传递数据、是否获取数据和备注。Furthermore, the element information includes attribute name, attribute type, associated ID, default value, prompt information, attribute length, verification rule, selector, sorting, whether required, whether read-only, whether crawled, whether enabled, whether to pass data, whether to obtain data and remarks.
进一步的,在录入的页面中录入需要展示的元素信息时,进一步包括:Furthermore, when entering the element information to be displayed in the entered page, it further includes:
(1)如果页面元素的值是固定值,就在默认的字段填入,后端会将默认值作为value返回;(1) If the value of a page element is a fixed value, fill it in the default field and the backend will return the default value as the value;
(2)如果元素的值是通过共享H5页面爬取的,录入爬取表达式,后端会通过JSOUP的相关方法爬取H5页面对应的内容作为value返回;(2) If the value of the element is crawled through a shared H5 page, enter the crawling expression, and the backend will crawl the corresponding content of the H5 page through the relevant methods of JSOUP and return it as the value;
(3) 如果元素的值是通过API接口获取的,需要先录入API接口的基本信息,然后在字段录入关联对应的接口id,后端会通过关联id找到对应的接口信息,并通过Hutool的工具类调用接口,将接口的返回结果作为value值返回。(3) If the value of an element is obtained through an API interface, you need to enter the basic information of the API interface first, and then enter the corresponding interface ID in the field. The backend will find the corresponding interface information through the associated ID, call the interface through the Hutool tool class, and return the return result of the interface as the value.
进一步的,在步骤S4中,前端录入第一个页面作为应用的首页,根据接口需要的参数,在录入的页面中添加对应页面元素信息,所述元素信息需要录入是否传递数据标识,第三方根据字段信息判断调用下一个页面时是否作为参数传递。Furthermore, in step S4, the front end enters the first page as the home page of the application, and adds corresponding page element information to the entered page according to the parameters required by the interface. The element information needs to enter whether to pass the data identifier, and the third party determines whether to pass it as a parameter when calling the next page based on the field information.
进一步的,在步骤S4中,前端录入第二个页面作为应用的结果页,据接口返回的结果,在上一步录入的结果页中添加对应页面元素信息,后端通过Hutool的工具类获取接口返回值,并通过配置的解析方法名称,通过Java的反射机制实现接口结果的解析,将最终的结果赋值给元素的value属性。Furthermore, in step S4, the front end enters the second page as the result page of the application, and according to the result returned by the interface, adds the corresponding page element information to the result page entered in the previous step. The back end obtains the interface return value through the Hutool tool class, and uses the configured parsing method name to implement the parsing of the interface result through Java's reflection mechanism, and assigns the final result to the value attribute of the element.
进一步的,在步骤S6中,第三方根据通用接口返回的页面信息和按钮信息,按标准解析到自己的页面,点击按钮后再次触发调用通用接口,按标准解析到第二个页面展示数据,实现结果页面展示。Furthermore, in step S6, the third party parses the page information and button information returned by the universal interface to its own page according to the standard, clicks the button to trigger the call of the universal interface again, parses the data to the second page according to the standard, and displays the result page.
一种将转成通用API接口进行交互的装置,包括:至少一个存储器和至少一个处理器;A device for converting into a universal API interface for interaction, comprising: at least one memory and at least one processor;
所述至少一个存储器,用于存储机器可读程序;The at least one memory is used to store a machine-readable program;
所述至少一个处理器,用于调用所述机器可读程序,执行一种将转成通用API接口进行交互的方法。The at least one processor is used to call the machine-readable program to execute a method of converting into a universal API interface for interaction.
本发明的一种转成通用API接口进行交互的方法及装置和现有技术相比,具有以下突出的有益效果:Compared with the prior art, the method and device for converting to a universal API interface for interaction of the present invention has the following outstanding beneficial effects:
本发明简化了数据展示的过程,降低了获取信息的复杂度,并有效优化了数据资源的利用。不仅实现了H5页面和API接口数据快速展示和共享,也为各方提供了更便捷、高效的数据交互方式,实现多端数据共享,进一步提升了数据资源的价值和利用效率。The present invention simplifies the process of data display, reduces the complexity of obtaining information, and effectively optimizes the use of data resources. It not only realizes the rapid display and sharing of H5 page and API interface data, but also provides a more convenient and efficient data interaction method for all parties, realizes multi-terminal data sharing, and further improves the value and utilization efficiency of data resources.
附图说明BRIEF DESCRIPTION OF THE DRAWINGS
为了更清楚地说明本发明实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings required for use in the embodiments or the description of the prior art will be briefly introduced below. Obviously, the drawings described below are some embodiments of the present invention. For ordinary technicians in this field, other drawings can be obtained based on these drawings without paying creative work.
附图1是一种转成通用API接口进行交互的方法中应用信息表示意图;Figure 1 is a schematic diagram of application information in a method for converting to a general API interface for interaction;
附图2是一种转成通用API接口进行交互的方法中后端处理流程示意图;Figure 2 is a schematic diagram of the backend processing flow in a method of converting to a general API interface for interaction;
附图3是一种转成通用API接口进行交互的方法中后第三方调用流程示意图。Figure 3 is a schematic diagram of the third-party call flow in a method of converting to a general API interface for interaction.
具体实施方式DETAILED DESCRIPTION
为了使本技术领域的人员更好的理解本发明的方案,下面结合具体的实施方式对本发明作进一步的详细说明。显然,所描述的实施例仅仅是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例都属于本发明保护的范围。In order to enable those skilled in the art to better understand the solution of the present invention, the present invention is further described in detail below in conjunction with specific implementation methods. Obviously, the described embodiments are only part of the embodiments of the present invention, rather than all of the embodiments. Based on the embodiments of the present invention, all other embodiments obtained by ordinary technicians in this field without creative work are within the scope of protection of the present invention.
下面给出一个最佳实施例:A best embodiment is given below:
如图1-3所示,本实施例中的一种转成通用API接口进行交互的方法,将通用接口返回的内容固定为一个Json结构,结构包含了HTML标签的集合、HTML按钮的集合和基本信息说明的键值对,第三方通过接口的返回结果按规则解析接口的标签和按钮信息,然后展示到自己的页面上,实现资源共享。As shown in Figure 1-3, a method of converting into a general API interface for interaction in this embodiment fixes the content returned by the general interface into a Json structure. The structure includes a set of HTML tags, a set of HTML buttons, and key-value pairs of basic information descriptions. The third party parses the label and button information of the interface according to the rules through the return results of the interface, and then displays it on its own page to achieve resource sharing.
实现这个过程需要先通过前端系统将该H5页面需要展示的内容录入到系统,如元素信息和按钮信息,后端代码里面判断录入的元素标签属性是否为爬取,如果是爬取,根据页面配置的路径,通过JSOUP的相应方法得到Document对象。To implement this process, you need to first enter the content that the H5 page needs to display into the system through the front-end system, such as element information and button information. The back-end code determines whether the entered element tag attribute is crawled. If it is crawled, the Document object is obtained through the corresponding method of JSOUP according to the path configured on the page.
然后根据配置的表达式解析Document,将值赋值给字段的value属性,完成对字段属性的赋值;如果元素标签属性不是爬取,对于固定的值给定默认值,对于接口获取的值,后台通过前端配置的接口模板,通过Hutool工具类实现接口调用,根据配置的解析方法名称,通过Java的反射机制实现接口结果的解析,将最终的结果赋值给元素的value属性。Then, the Document is parsed according to the configured expression, and the value is assigned to the value attribute of the field to complete the assignment of the field attribute; if the element tag attribute is not crawled, a default value is given for the fixed value, and for the value obtained by the interface, the background uses the interface template configured in the front end and the Hutool tool class to implement the interface call. According to the configured parsing method name, the interface result is parsed through Java's reflection mechanism, and the final result is assigned to the value attribute of the element.
最后将所有元素信息返回,以上就能通过一只通用接口实现H5页面或者接口的数据共享。Finally, all element information is returned, and the data sharing of H5 pages or interfaces can be realized through a common interface.
具体步骤如下:The specific steps are as follows:
S1、根据共享的资源录入应用 (参考图1的应用信息表);S1. Enter the application according to the shared resources (refer to the application information table in FIG1 );
S2、确定需要共享的资源是H5页面还是API接口;S2. Determine whether the resource to be shared is an H5 page or an API interface;
S3、如果资源是H5页面;S3. If the resource is an H5 page;
进一步包括:Further including:
S3-1、浏览器访问H5页面链接,通过查看源代码的方式找到需要共享的元素和使用到的接口;S3-1. Use the browser to access the H5 page link and find the elements to be shared and the interfaces to be used by viewing the source code.
S3-2、参照共享的H5页面在前端录入一个页面(参考图1的页面基本信息表);S3-2. Enter a page on the front end with reference to the shared H5 page (refer to the page basic information table in Figure 1);
S3-3、参照共享的H5页面在上一步录入的页面中录入需要展示的元素信息(参考图1的页面元素信息表);S3-3. Refer to the shared H5 page and enter the element information to be displayed in the page entered in the previous step (refer to the page element information table in Figure 1);
(1)如果页面元素的值是固定值,就在默认的字段填入,后端会将默认值作为value返回;(1) If the value of a page element is a fixed value, fill it in the default field and the backend will return the default value as the value;
(2)如果元素的值是通过共享H5页面爬取的,录入爬取表达式,后端会通过JSOUP的相关方法爬取H5页面对应的内容作为value返回;(2) If the value of the element is crawled through a shared H5 page, enter the crawling expression, and the backend will crawl the corresponding content of the H5 page through the relevant methods of JSOUP and return it as the value;
(3)如果元素的值是通过接口获取的,需要先录入该接口的基本信息,接口地址、请求方式、接口参数、传参方式等,然后在字段录入这里关联对应的接口id,后端会通过关联id找到对应的接口信息,并通过Hutool的工具类调用接口,并将接口的返回结果作为value值返回。(3) If the value of an element is obtained through an interface, you need to first enter the basic information of the interface, including the interface address, request method, interface parameters, parameter passing method, etc., and then enter the corresponding interface ID in the field. The backend will find the corresponding interface information through the associated ID, call the interface through the Hutool tool class, and return the return result of the interface as the value.
S4、如果资源是API接口, 前端录入第一个页面作为应用的首页;S4. If the resource is an API interface, the front end enters the first page as the homepage of the application;
进一步包括:Further including:
S4-1、前端录入第一个页面作为该应用的首页;S4-1. Enter the first page as the homepage of the application on the front end;
S4-2、根据接口需要的参数,在上一步录入的页面中添加对应页面元素信息,这里的元素信息需要录入是否传递数据标识,第三方根据该字段信息判断调用下一个页面时是否作为参数传递;S4-2. According to the parameters required by the interface, add the corresponding page element information to the page entered in the previous step. The element information here needs to enter whether to pass the data identifier. The third party determines whether to pass it as a parameter when calling the next page based on the field information;
S4-3、前端录入第二个页面作为该应用的结果页;S4-3, the front end enters the second page as the result page of the application;
S4-4、根据接口返回的结果,在上一步录入的结果页中添加对应页面元素信息,后端通过Hutool的工具类获取接口返回值,并通过配置的解析方法名称,通过Java的反射机制实现接口结果的解析,将最终的结果赋值给元素的value属性。S4-4. According to the result returned by the interface, add the corresponding page element information to the result page entered in the previous step. The backend obtains the interface return value through the Hutool tool class, and implements the parsing of the interface result through the configured parsing method name and Java's reflection mechanism, and assigns the final result to the value attribute of the element.
S5、在第一个页面中录入按钮信息,按钮的goto字段录入第二页面的页面编码;S5. Enter the button information in the first page, and enter the page code of the second page in the goto field of the button;
S6、第三方根据通用接口返回的页面信息和按钮信息,实现结果页面展示;S6. The third party displays the result page according to the page information and button information returned by the general interface;
第三方根据通用接口返回的页面信息和按钮信息,按标准解析到自己的页面,点击按钮后再次触发调用通用接口,按标准解析到第二个页面展示数据,实现结果页面展示。The third party parses the page information and button information returned by the general interface into its own page according to the standard. After clicking the button, the general interface is called again, and the data is parsed into the second page according to the standard to display the result page.
基于上述方法,本实施例中的一种将转成通用API接口进行交互的装置,包括:至少一个存储器和至少一个处理器;Based on the above method, a device for converting into a universal API interface for interaction in this embodiment includes: at least one memory and at least one processor;
所述至少一个存储器,用于存储机器可读程序;The at least one memory is used to store a machine-readable program;
所述至少一个处理器,用于调用所述机器可读程序,执行一种将转成通用API接口进行交互的方法。The at least one processor is used to call the machine-readable program to execute a method of converting into a universal API interface for interaction.
上述具体的实施方式仅是本发明具体的个案,本发明的专利保护范围包括但不限于上述具体的实施方式,任何符合本发明权利要求书记载的技术方案且任何所属技术领域普通技术人员对其做出的适当变化或者替换,皆应落入本发明的专利保护范围。The above-mentioned specific implementations are only specific cases of the present invention. The patent protection scope of the present invention includes but is not limited to the above-mentioned specific implementations. Any technical solutions that comply with the claims of the present invention and any appropriate changes or substitutions made by ordinary technicians in the relevant technical field shall fall within the patent protection scope of the present invention.
尽管已经示出和描述了本发明的实施例,对于本领域的普通技术人员而言,可以理解在不脱离本发明的原理和精神的情况下可以对这些实施例进行多种变化、修改、替换和变型,本发明的范围由所附权利要求及其等同物限定。Although embodiments of the present invention have been shown and described, it will be appreciated by those skilled in the art that various changes, modifications, substitutions and variations may be made to the embodiments without departing from the principles and spirit of the present invention, and that the scope of the present invention is defined by the appended claims and their equivalents.
Claims (8)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202411266865.2A CN118779554A (en) | 2024-09-11 | 2024-09-11 | A method and device for converting to a universal API interface for interaction |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202411266865.2A CN118779554A (en) | 2024-09-11 | 2024-09-11 | A method and device for converting to a universal API interface for interaction |
Publications (1)
Publication Number | Publication Date |
---|---|
CN118779554A true CN118779554A (en) | 2024-10-15 |
Family
ID=92992825
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202411266865.2A Pending CN118779554A (en) | 2024-09-11 | 2024-09-11 | A method and device for converting to a universal API interface for interaction |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN118779554A (en) |
Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107301048A (en) * | 2017-06-23 | 2017-10-27 | 北京中泰合信管理顾问有限公司 | Using the internal control and management system of response type sharing application framework |
CN107609150A (en) * | 2017-08-28 | 2018-01-19 | 湖北省楚天云有限公司 | A kind of interactive network reptile creation method chosen based on page elements and system |
US10423709B1 (en) * | 2018-08-16 | 2019-09-24 | Audioeye, Inc. | Systems, devices, and methods for automated and programmatic creation and deployment of remediations to non-compliant web pages or user interfaces |
CN113468443A (en) * | 2021-06-28 | 2021-10-01 | 康键信息技术(深圳)有限公司 | Page returning method, device, equipment and storage medium |
CN115291868A (en) * | 2022-08-02 | 2022-11-04 | 新明珠集团股份有限公司 | Method, device and storage medium for generating dynamic page data |
CN115525848A (en) * | 2022-09-29 | 2022-12-27 | 维沃移动通信有限公司 | Page loading method and device, electronic equipment, server and storage medium |
CN118176498A (en) * | 2021-10-29 | 2024-06-11 | 斯纳普公司 | Accessing WEB-based fragments for display |
-
2024
- 2024-09-11 CN CN202411266865.2A patent/CN118779554A/en active Pending
Patent Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107301048A (en) * | 2017-06-23 | 2017-10-27 | 北京中泰合信管理顾问有限公司 | Using the internal control and management system of response type sharing application framework |
CN107609150A (en) * | 2017-08-28 | 2018-01-19 | 湖北省楚天云有限公司 | A kind of interactive network reptile creation method chosen based on page elements and system |
US10423709B1 (en) * | 2018-08-16 | 2019-09-24 | Audioeye, Inc. | Systems, devices, and methods for automated and programmatic creation and deployment of remediations to non-compliant web pages or user interfaces |
CN113468443A (en) * | 2021-06-28 | 2021-10-01 | 康键信息技术(深圳)有限公司 | Page returning method, device, equipment and storage medium |
CN118176498A (en) * | 2021-10-29 | 2024-06-11 | 斯纳普公司 | Accessing WEB-based fragments for display |
CN115291868A (en) * | 2022-08-02 | 2022-11-04 | 新明珠集团股份有限公司 | Method, device and storage medium for generating dynamic page data |
CN115525848A (en) * | 2022-09-29 | 2022-12-27 | 维沃移动通信有限公司 | Page loading method and device, electronic equipment, server and storage medium |
Non-Patent Citations (1)
Title |
---|
傅敏;卓妍彬;吕培;赵杭生;: "基于Vue.js框架的频谱管理系统的前端设计与开发", 信息技术与信息化, no. 08, 28 August 2020 (2020-08-28) * |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN103873918B (en) | Image processing method, device and terminal | |
CN102662766B (en) | Microblog and social networking information synchronizing system and synchronizing method based on Web Element mechanism | |
CN109033403B (en) | Method, apparatus and storage medium for searching blockchain data | |
CN109614569A (en) | Page rendering method, apparatus and intelligent terminal | |
CN111679886A (en) | Heterogeneous computing resource scheduling method, system, electronic device and storage medium | |
CN103577596A (en) | Keyword searching method and device based on current browse webpage | |
WO2020015199A1 (en) | Dark web security evaluation method, server and computer readable storage medium | |
CN109101607B (en) | Method, apparatus and storage medium for searching blockchain data | |
CN103577595A (en) | Keyword pushing method and device based on current browse webpage | |
CN110941950B (en) | Interface document generation method, device, server and storage medium | |
WO2021093673A1 (en) | E-mail sending method, apparatus and device, and computer-readable storage medium | |
CN112131294A (en) | Method, system and device for quickly generating interface | |
CN107357885B (en) | Data writing method and device, electronic device, computer storage medium | |
CN102291460B (en) | Information Resource Access Method Based on Web Service | |
CN106790276A (en) | A kind of browser-cross data interactive method and device based on browser protocol | |
CN103399871B (en) | Obtain the device and method of an associated second-level domain information of Main Domain | |
TW201228311A (en) | Method and web server for implementing web access | |
CN101763432A (en) | Method for constructing lightweight webpage dynamic view | |
CN103605676A (en) | Search based terminal fault solution, client and system | |
CN103399968B (en) | A kind of micro-blog information acquisition method and system | |
CN112084179A (en) | Data processing method, device, equipment and storage medium | |
CN118779554A (en) | A method and device for converting to a universal API interface for interaction | |
CN109725887A (en) | Data interactive method, device and terminal device based on message research and development frame | |
CN112988311A (en) | On-line experimental method based on WEB server | |
CN111723324B (en) | Updating method and device for website navigation, computer equipment and storage medium |
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 |