CN112988311A - On-line experimental method based on WEB server - Google Patents

On-line experimental method based on WEB server Download PDF

Info

Publication number
CN112988311A
CN112988311A CN202110412390.3A CN202110412390A CN112988311A CN 112988311 A CN112988311 A CN 112988311A CN 202110412390 A CN202110412390 A CN 202110412390A CN 112988311 A CN112988311 A CN 112988311A
Authority
CN
China
Prior art keywords
experiment
web server
target
user
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
Application number
CN202110412390.3A
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.)
Liaoning Sunflower Education Technology Co ltd
Original Assignee
Liaoning Sunflower Education Technology 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 Liaoning Sunflower Education Technology Co ltd filed Critical Liaoning Sunflower Education Technology Co ltd
Priority to CN202110412390.3A priority Critical patent/CN112988311A/en
Publication of CN112988311A publication Critical patent/CN112988311A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • 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/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking

Abstract

The application belongs to the technical field of data processing, and particularly relates to an online experiment method based on a WEB server. The method comprises the following steps: the method comprises the steps of firstly analyzing an experiment request instruction input by a user, obtaining an experiment type corresponding to the experiment request instruction, then sending the experiment type to a WEB server so that the WEB server generates a target experiment UI (user interface) based on the experiment type, and finally receiving the target experiment UI sent by the WEB server. Through experiment on the line on browser to carry out the generation of target experiment UI interface through the WEB server, replace traditional generation that utilizes terminal self configuration to carry out the experiment, it is higher to solve the configuration requirement that the terminal equipment that the experiment is located, and then lead to that the universality of experiment is lower, technical problem such as experiment cost is higher.

Description

On-line experimental method based on WEB server
Technical Field
The application belongs to the technical field of data processing, and particularly relates to an online experiment method and device based on a WEB server, a storage medium and electronic equipment.
Background
In the traditional online experiment method, processes such as ED program rendering and the like are mostly carried out depending on GPU resources of terminal equipment, so that online experiments can be realized. And the on-line experiment method depending on the terminal equipment GPU depends on the configuration of the terminal equipment to a great extent, and if the configuration of the terminal equipment cannot support the configuration required by the experiment, the experiment cannot be normally carried out. Therefore, according to the traditional on-line experiment method of the GPU resources of the terminal equipment, the configuration requirement of the terminal equipment where the experiment is located is high, and further technical problems of low universality of the on-line experiment, high experiment cost and the like are caused.
Content of application
The embodiment of the application provides an online experiment method, device, storage medium and electronic equipment based on a WEB server, and aims to solve the technical problems of low universality, high experiment cost and the like of the traditional online experiment.
A first aspect of an embodiment of the present application provides an online experimental method based on a WEB server, where the method includes:
analyzing an experiment request instruction input by a user, and acquiring an experiment type corresponding to the experiment request instruction;
sending the experiment type to a WEB server so that the WEB server generates a target experiment UI (user interface) based on the experiment type;
and receiving a target experiment UI interface sent by the WEB server.
Optionally, before analyzing the experiment request instruction input by the user and acquiring the experiment type corresponding to the experiment request instruction, the method further includes:
and pre-building the WEB server.
Optionally, the pre-building the WEB server specifically includes:
pre-constructing a database, wherein the database comprises user identity information and an experiment model library, and the experiment model library comprises at least one experiment model;
and establishing a target experiment list based on the experiment model library, wherein the target experiment list refers to a rule for acquiring the UI interface of the target experiment according to the experiment model corresponding to the type of the target experiment.
Optionally, before analyzing the experiment request instruction input by the user and acquiring the experiment type corresponding to the experiment request instruction, the method further includes:
and sending the identity information input by the user to the WEB server so that the WEB server verifies the identity information.
Optionally, the sending the experiment type to a WEB server to enable the WEB server to generate a target experiment UI interface based on the experiment type specifically includes:
calling the target experiment list, and searching an experiment model corresponding to the experiment type and a generation rule of a corresponding target experiment UI (user interface);
and constructing the target experiment UI interface based on the experiment model and the corresponding generation rule.
Optionally, before receiving the target experiment UI interface sent by the WEB server, the method further includes:
receiving experiment inquiry information sent by a WEB server;
and sending experiment confirmation information based on the experiment inquiry information.
Optionally, after receiving the target experiment UI interface sent by the WEB server, the method further includes:
and performing an online target experiment based on the target experiment UI interface and the experiment operation instruction of the user.
In a second aspect, an embodiment of the present application provides an online experimental apparatus based on a WEB server, where the apparatus includes:
the analysis module is used for analyzing an experiment request instruction input by a user and acquiring an experiment type corresponding to the experiment request instruction;
the sending module is used for sending the experiment type to a WEB server by a user so as to enable the WEB server to generate a target experiment UI (user interface) based on the experiment type;
and the receiving module is used for receiving the target experiment UI sent by the WEB server.
In a third aspect of the embodiments of the present application, there is provided an electronic device, including a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor executes the computer program to implement the online experimental method based on a WEB server as described above.
A fourth aspect of the present embodiments provides a computer-readable storage medium, which stores a computer program, and when the computer program is executed by a processor, the computer program implements the steps of the WEB server-based online experiment method as described above.
A fifth aspect of embodiments of the present application provides a computer program product, which, when running on a terminal device, enables the terminal device to execute the online experiment method based on a WEB server provided in the first aspect of embodiments of the present application.
Compared with the prior art, the implementation mode of the invention has the following beneficial effects: the method comprises the steps of firstly analyzing an experiment request instruction input by a user, obtaining an experiment type corresponding to the experiment request instruction, then sending the experiment type to a WEB server so that the WEB server generates a target experiment UI (user interface) based on the experiment type, and finally receiving the target experiment UI sent by the WEB server. Through experiment on the line on browser to carry out the generation of target experiment UI interface through the WEB server, replace traditional generation that utilizes terminal self configuration to carry out the experiment, it is higher to solve the configuration requirement that the terminal equipment that the experiment is located, and then lead to that the universality of experiment is lower, technical problem such as experiment cost is higher.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings required to be used in the description of the embodiments or the prior art will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and it is obvious for those skilled in the art that other drawings can be obtained according to the drawings without inventive labor.
Fig. 1 is a schematic flowchart of a first implementation process of an online experimental method based on a WEB server according to an embodiment of the present application;
fig. 2 is a schematic flowchart of a second implementation process of an online experimental method based on a WEB server according to an embodiment of the present application;
fig. 3 is a schematic structural diagram of an online experimental apparatus based on a WEB server according to an embodiment of the present application;
fig. 4 is a schematic structural diagram of an electronic device provided in an embodiment of the present application.
Detailed Description
In the following description, for purposes of explanation and not limitation, specific details are set forth, such as particular system structures, techniques, etc. in order to provide a thorough understanding of the embodiments of the present application. It will be apparent, however, to one skilled in the art that the present application may be practiced in other embodiments that depart from these specific details. In other instances, detailed descriptions of well-known systems, devices, circuits, and methods are omitted so as not to obscure the description of the present application with unnecessary detail.
It will be understood that the terms "comprises" and/or "comprising," when used in this specification and the appended claims, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
It should also be understood that the term "and/or" as used in this specification and the appended claims refers to and includes any and all possible combinations of one or more of the associated listed items.
It is also to be understood that the terminology used in the description of the present application herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the application. As used in the specification of the present application and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise.
It should be understood that the order of writing each step in this embodiment does not mean the order of execution, and the order of execution of each process should be determined by its function and inherent logic, and should not constitute any limitation on the implementation process of this embodiment.
Reference throughout this specification to "one embodiment" or "some embodiments," or the like, means that a particular feature, structure, or characteristic described in connection with the embodiment is included in one or more embodiments of the present application. Thus, appearances of the phrases "in one embodiment," "in some embodiments," "in other embodiments," or the like, in various places throughout this specification are not necessarily all referring to the same embodiment, but rather "one or more but not all embodiments" unless specifically stated otherwise. The terms "comprising," "including," "having," and variations thereof mean "including, but not limited to," unless expressly specified otherwise.
In order to explain the technical means described in the present application, the following description will be given by way of specific embodiments.
Referring to fig. 1, it is a flowchart of a first implementation procedure of an online experimental method based on a WEB server according to an embodiment of the present application, and for convenience of description, only a part related to the embodiment of the present application is shown.
A preferred embodiment of the present disclosure may be that, the online experiment method based on the WEB server includes:
s101, analyzing an experiment request instruction input by a user, and acquiring an experiment type corresponding to the experiment request instruction.
In this embodiment, the experiment request instruction refers to a request instruction generated by a user performing data conversion according to a predefined experiment request interface and according to own experiment requirements, and is an interface for requesting a WEB server to acquire an experiment. And the WEB server is used for generating at least one experiment UI interface of an experiment type according to the experiment request instruction of the user. The browser is used for receiving data sent by the WEB server, and includes but is not limited to displaying a target experiment UI interface so that a user can perform online experiment operation.
It should be noted that, communication is established in advance between the browser and the WEB server, so as to provide information interaction between the browser and the WEB server. The browser is established by communicating with the WEB server based on HTTP, the HTTP is called Hyper Text Transfer Protocol, is translated into a hypertext Transfer Protocol, and is a most widely applied network Protocol on the Internet. The HTTP protocol is the basis for data exchange over the Web and is a "client-server side" protocol. That is, the request is typically initiated by a recipient, such as a browser. A complete Web document is usually composed of different sub-documents, such as text, layout descriptions, pictures, video, scripts, etc. HTTP was originally designed to provide a method of publishing and receiving HTML pages.
Certainly, a WebSocket communication mode may also be used between the browser and the WEB server, that is, a full duplex communication standard between the WEB browser and the WEB server, where the WebSocket protocol is defined by an IETF positioning standard, and the WebSocket api is defined by a W3C positioning standard. Once the communication connection of the WebSocket protocol is established between the Web server and the client, all communication is carried out by means of the special protocol. And in the communication process, data in any format such as JSON, XML, HTML or pictures and the like are mutually transmitted. Because the protocol is established on the basis of HTTP, the connection is still initiated by the client, and once the WebSocket communication connection is established, any party can directly send a message to the other party regardless of the server or the client.
S102: and sending the experiment type to a WEB server so that the WEB server generates a target experiment UI (user interface) based on the experiment type.
In this embodiment, the target experiment UI interface refers to an overall design interface generated according to a target experiment of a user, where the overall design interface includes human-computer interaction, operation logic, and an attractive interface. The WEB server generates a target experiment UI interface based on the experiment type, namely the WEB server generates the target experiment UI interface by using the experiment type based on a predefined experiment generation rule. The experiment generation rule is a mapping relation between a preset distribution proportion and each database, so that the distribution of times of generating the data files through each database is matched with the preset distribution proportion. The preset distribution proportion can be set according to experimental requirements, for example, 30% of flow proportion can be distributed to generate a data file through a first algorithm, 40% of flow proportion can be distributed to generate a data file through a second algorithm, and 30% of flow proportion can be distributed to generate a data file through a third algorithm; or selecting 100% of distributed flow ratio, generating a data file through a first algorithm, a second algorithm or a third algorithm, and finally integrating the data file to generate a final UI (user interface).
In some possible embodiments, before analyzing the experiment request command input by the user and obtaining the experiment type corresponding to the experiment request command, the method further includes:
and sending the identity information input by the user to the WEB server so that the WEB server verifies the identity information.
When a user wants to perform an online experiment through the browser, the user needs to be authenticated by identity information, and whether the user is pre-registered or not is verified, or whether the user is qualified to perform the operation on the experiment is determined.
In some other possible embodiments, before analyzing the experiment request command input by the user and obtaining the experiment type corresponding to the experiment request command, the method further includes:
and pre-building the WEB server.
The WEB server is pre-established according to at least one experiment type, specifically comprises establishment of a generation rule and establishment of basic data of a target experiment, and the specific data scheme is not further limited.
In some embodiments that may be implemented, the pre-building the WEB server specifically includes:
pre-constructing a database, wherein the database comprises user identity information and an experiment model library, and the experiment model library comprises at least one experiment model;
the database stores corresponding identity information and an experimental model library, wherein the identity information refers to identity information of users registered in the WEB server in advance, so that subsequent identity information verification is facilitated. The experiment model library comprises at least one experiment model, the experiment model is an experiment construction module corresponding to different experiment types and is a data plate constructed according to experiment data, and the WEB server can construct experiments according to the experiment model so as to generate a UI (user interface) corresponding to the experiments.
And establishing a target experiment list based on the experiment model library, wherein the target experiment list refers to a rule for acquiring the UI interface of the target experiment according to the experiment model corresponding to the type of the target experiment.
After the WEB server constructs the corresponding database, generating a construction path of a target experiment UI interface based on the experiment model, that is, the target experiment list. In other words, the target experiment list refers to a path and a mode for the WEB server to construct the target experiment UI interface according to the experiment model library.
In some other possibly implemented embodiments, the sending the experiment type to a WEB server so that the WEB server generates a target experiment UI interface based on the experiment type specifically includes:
s201: and calling the target experiment list, and searching an experiment model corresponding to the experiment type and a generation rule of a corresponding target experiment UI interface.
The target experiment list is a corresponding relation between experiment types and the experiment models and an integrated list of the experiment models and the generation rules of the target experiment UI interfaces, and is used for finally generating the target experiment UI interfaces corresponding to the experiment types according to the experiment types.
S202: and constructing the target experiment UI interface based on the experiment model and the corresponding generation rule.
And after the WEB server searches the experiment model corresponding to the experiment type, constructing the target experiment UI interface according to the generation rule.
S103: and receiving a target experiment UI interface sent by the WEB server.
In this embodiment, after the WEB server completes the target experiment UI interface, the WEB server sends the corresponding target experiment UI interface to the browser, so that the user can perform the target experiment on the browser.
In some other possible embodiments, before receiving the target experiment UI interface sent by the WEB server, the method further includes:
receiving experiment inquiry information sent by a WEB server;
and sending experiment confirmation information based on the experiment inquiry information.
In this embodiment, before the WEB server sends the target experiment UI interface, it sends experiment query information to the browser to perform a secondary query on whether the user performs the online experiment, and after the user receives the experiment query information, if it is determined that the target experiment is performed, it sends experiment confirmation information to the WEB server to start the WEB server to send the target experiment UI interface to the browser. And if the user rejects the target test, sending test rejection information to the WEB server so as to stop the WEB server from sending the target test UI interface to the browser.
In some other possible embodiments, after receiving the target experiment UI interface sent by the WEB server, the method further includes:
and performing an online target experiment based on the target experiment UI interface and the experiment operation instruction of the user.
And the browser correspondingly receives an experiment operation instruction of the user so as to perform an online target experiment.
Compared with the prior art, the implementation mode of the invention has the following beneficial effects: the method comprises the steps of firstly analyzing an experiment request instruction input by a user, obtaining an experiment type corresponding to the experiment request instruction, then sending the experiment type to a WEB server so that the WEB server generates a target experiment UI (user interface) based on the experiment type, and finally receiving the target experiment UI sent by the WEB server. Through experiment on the line on browser to carry out the generation of target experiment UI interface through the WEB server, replace traditional generation that utilizes terminal self configuration to carry out the experiment, it is higher to solve the configuration requirement that the terminal equipment that the experiment is located, and then lead to that the universality of experiment is lower, technical problem such as experiment cost is higher.
Corresponding to the WEB server-based online experimental method in the above-mentioned WEB server-based online experimental method embodiment, fig. 3 shows a structural block diagram of an online experimental apparatus based on a WEB server provided in an embodiment of the present application, and for convenience of description, only the parts related to the embodiment of the present application are shown.
Referring to fig. 3, an online experimental apparatus 300 based on a WEB server, the apparatus comprising:
the analysis module 301 is configured to analyze an experiment request instruction input by a user, and acquire an experiment type corresponding to the experiment request instruction;
a sending module 302, configured to send the experiment type to a WEB server by a user, so that the WEB server generates a target experiment UI interface based on the experiment type;
and the receiving module 303 is configured to receive a target experiment UI interface sent by the WEB server.
Optionally, the online experimental apparatus 303 further includes:
and the building module is used for building the WEB server in advance. .
Optionally, the building module specifically includes:
the system comprises a construction unit, a database and a database processing unit, wherein the database comprises user identity information and an experiment model library, and the experiment model library comprises at least one experiment model;
and the establishing unit is used for establishing a target experiment list based on the experiment model base, wherein the target experiment list is a rule for acquiring the UI interface of the target experiment according to the experiment model corresponding to the type of the target experiment.
Optionally, the sending module 302 is specifically configured to:
calling the target experiment list, and searching an experiment model corresponding to the experiment type and a generation rule of a corresponding target experiment UI (user interface);
and constructing the target experiment UI interface based on the experiment model and the corresponding generation rule.
Optionally, the online experimental apparatus 300 further includes:
and sending the identity information input by the user to the WEB server so that the WEB server verifies the identity information.
Optionally, the online experimental apparatus 300 further includes:
receiving experiment inquiry information sent by a WEB server;
and sending experiment confirmation information based on the experiment inquiry information.
Optionally, the apparatus 300 further comprises:
after receiving the target experiment UI interface sent by the WEB server, the method further comprises the following steps:
and performing an online target experiment based on the target experiment UI interface and the experiment operation instruction of the user.
It should be noted that, for the above contents of information interaction, execution process, and the like between the devices/modules, because the same concept is based on, the specific functions and technical effects of the online experiment method based on the WEB server according to the embodiment of the present application may be specifically referred to a part of the online experiment method based on the WEB server, and details are not described here.
It can be clearly understood by those skilled in the art that, for convenience and simplicity of description, the above-mentioned division of each functional module is merely used as an example, and in practical applications, the above-mentioned function distribution may be completed by different functional modules according to needs, that is, the internal structure of the online experimental method based on the WEB server is divided into different functional modules to complete all or part of the above-mentioned functions. Each functional module in the embodiments may be integrated in one processing unit, or each unit may exist alone physically, or two or more units are integrated in one unit, and the integrated unit may be implemented in a form of hardware, or in a form of software functional unit. In addition, specific names of the functional modules are only used for distinguishing one functional module from another, and are not used for limiting the protection scope of the application. For the specific working process of each functional module, reference may be made to the corresponding process in the above-mentioned on-line experimental method embodiment based on the WEB server, and details are not repeated here.
Fig. 4 is a schematic structural diagram of an electronic device 400 according to a third embodiment of the present application. As shown in fig. 4, the electronic device 400 includes: a processor 402, a memory 401, and a computer program 403 stored in the memory 401 and executable on the processor 402. The number of the processors 402 is at least one, and fig. 4 takes one as an example. The processor 402 executes the computer program 403 to implement the implementation steps of the WEB server-based online experimental method, i.e. the steps shown in fig. 1 or fig. 2.
The specific implementation process of the electronic device 400 can be referred to in the above embodiments of the WEB server-based online experimental method.
Illustratively, the computer program 403 may be partitioned into one or more modules/units that are stored in the memory 401 and executed by the processor 402 to accomplish the present application. The one or more modules/units may be a series of computer program instruction segments capable of performing specific functions, which are used to describe the execution process of the computer program 403 in the terminal device 400.
The electronic device 400 may be a desktop computer, a notebook, a palm computer, a main control device, or other computing devices, or may be a camera, a mobile phone, or other devices having an image acquisition function and a data processing function, or may be a touch display device. The electronic device 400 may include, but is not limited to, a processor and a memory. Those skilled in the art will appreciate that fig. 4 is merely an example of an electronic device 400 and does not constitute a limitation of electronic device 400 and may include more or fewer components than shown, or combine certain components, or different components, e.g., electronic device 400 may also include input-output devices, network access devices, buses, etc.
The Processor 402 may be a CPU (Central Processing Unit), other general-purpose Processor, a DSP (Digital Signal Processor), an ASIC (Application Specific Integrated Circuit), an FPGA (Field-Programmable Gate Array), other Programmable logic device, a discrete Gate or transistor logic device, a discrete hardware component, or the like. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The storage 401 may be an internal storage unit of the electronic device 400, such as a hard disk or a memory. The memory 401 may also be an external storage device of the terminal device 400, such as a plug-in hard disk, SMC (Smart Media Card), SD (Secure Digital Card), Flash Card, or the like provided on the electronic device 400. Further, the memory 401 may also include both an internal storage unit and an external storage device of the electronic device 400. The memory 401 is used for storing an operating system, application programs, a boot loader, data, and other programs, such as program codes of the computer program 403. The memory 401 may also be used to temporarily store data that has been output or is to be output.
An embodiment of the present application further provides a computer-readable storage medium, where a computer program is stored, and when the computer program is executed by a processor, the steps in the above embodiment of the online experimental method based on the WEB server may be implemented.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, all or part of the flow of the above-mentioned embodiment of the WEB server-based online experimental method may be implemented by a computer program instructing related hardware to complete, where the computer program may be stored in a computer-readable storage medium, and when the computer program is executed by a processor, the steps of the above-mentioned embodiment of the WEB server-based online experimental method may be implemented. 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 at least: any entity or device capable of carrying computer program code to a photographing apparatus/terminal apparatus, a recording medium, computer Memory, ROM (Read-Only Memory), RAM (Random Access Memory), electrical carrier wave signal, telecommunication signal, and software distribution medium. Such as a usb-disk, a removable hard disk, a magnetic or optical disk, etc. In certain jurisdictions, computer-readable media may not be an electrical carrier signal or a telecommunications signal in accordance with legislative and patent practice.
In the above embodiments, the descriptions of the respective embodiments have respective emphasis, and reference may be made to the related descriptions of other embodiments for parts that are not described or illustrated in a certain embodiment.
Those of ordinary skill in the art will appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware or combinations of computer software and electronic hardware. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus/terminal device and method may be implemented in other ways. For example, the above-described embodiments of the apparatus/terminal device are merely illustrative, and for example, the division of the modules or units is only one logical division, and there may be other divisions when actually implemented, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
The above-mentioned embodiments are only used for illustrating the technical solutions of the present application, and not for limiting the same; although the present application has been described in detail with reference to the foregoing embodiments, it should be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; such modifications and substitutions do not substantially depart from the spirit and scope of the embodiments of the present application and are intended to be included within the scope of the present application.

Claims (10)

1. An online experiment method based on a WEB server is applied to a browser, and is characterized in that the method comprises the following steps:
analyzing an experiment request instruction input by a user, and acquiring an experiment type corresponding to the experiment request instruction;
sending the experiment type to a WEB server so that the WEB server generates a target experiment UI (user interface) based on the experiment type;
and receiving a target experiment UI interface sent by the WEB server.
2. The method according to claim 1, wherein before analyzing the experiment request command input by the user and obtaining the experiment type corresponding to the experiment request command, the method further comprises:
and pre-building the WEB server.
3. The method according to claim 2, wherein the pre-constructing the WEB server specifically comprises:
pre-constructing a database, wherein the database comprises user identity information and an experiment model library, and the experiment model library comprises at least one experiment model;
and establishing a target experiment list based on the experiment model library, wherein the target experiment list refers to a rule for acquiring the UI interface of the target experiment according to the experiment model corresponding to the type of the target experiment.
4. The method according to claim 1, wherein before analyzing the experiment request command input by the user and obtaining the experiment type corresponding to the experiment request command, the method further comprises:
and sending the identity information input by the user to the WEB server so that the WEB server verifies the identity information.
5. The method according to claim 3, wherein the sending the experiment type to a WEB server to enable the WEB server to generate a target experiment UI based on the experiment type specifically comprises:
calling the target experiment list, and searching an experiment model corresponding to the experiment type and a generation rule of a corresponding target experiment UI (user interface);
and constructing the target experiment UI interface based on the experiment model and the corresponding generation rule.
6. The method according to claim 1, wherein before receiving the target experiment UI interface sent by the WEB server, the method further comprises:
receiving experiment inquiry information sent by a WEB server;
and sending experiment confirmation information based on the experiment inquiry information.
7. The method according to any of claims 1-6, wherein after receiving the target experiment UI sent by the WEB server, the method further comprises:
and performing an online target experiment based on the target experiment UI interface and the experiment operation instruction of the user.
8. An online experimental device based on a WEB server, which is characterized in that the device comprises:
the analysis module is used for analyzing an experiment request instruction input by a user and acquiring an experiment type corresponding to the experiment request instruction;
the sending module is used for sending the experiment type to a WEB server by a user so as to enable the WEB server to generate a target experiment UI (user interface) based on the experiment type;
and the receiving module is used for receiving the target experiment UI sent by the WEB server.
9. A computer-readable storage medium storing a computer program, which when executed by a processor implements a WEB server-based online experimental method according to any one of claims 1 to 7.
10. An electronic device, comprising a memory, a processor, and a computer program stored in the memory and executable on the processor, wherein the processor executes the computer program to implement the online experimental method based on the WEB server according to any one of claims 1 to 7.
CN202110412390.3A 2021-04-16 2021-04-16 On-line experimental method based on WEB server Pending CN112988311A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110412390.3A CN112988311A (en) 2021-04-16 2021-04-16 On-line experimental method based on WEB server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110412390.3A CN112988311A (en) 2021-04-16 2021-04-16 On-line experimental method based on WEB server

Publications (1)

Publication Number Publication Date
CN112988311A true CN112988311A (en) 2021-06-18

Family

ID=76340860

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110412390.3A Pending CN112988311A (en) 2021-04-16 2021-04-16 On-line experimental method based on WEB server

Country Status (1)

Country Link
CN (1) CN112988311A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116308175A (en) * 2023-03-22 2023-06-23 江苏艾玮得生物科技有限公司 Experiment management method, device, terminal and computer readable storage medium
WO2023142337A1 (en) * 2022-01-28 2023-08-03 上海商汤智能科技有限公司 Experiment presentation method and apparatus, and electronic device, storage medium and program product

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110225104A (en) * 2019-05-24 2019-09-10 深圳市明源云科技有限公司 Data capture method, device and terminal device
CN110674436A (en) * 2018-06-15 2020-01-10 视联动力信息技术股份有限公司 Data processing method and device based on browser
CN112487323A (en) * 2019-09-11 2021-03-12 北京沃东天骏信息技术有限公司 Webpage experimental method and server

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110674436A (en) * 2018-06-15 2020-01-10 视联动力信息技术股份有限公司 Data processing method and device based on browser
CN110225104A (en) * 2019-05-24 2019-09-10 深圳市明源云科技有限公司 Data capture method, device and terminal device
CN112487323A (en) * 2019-09-11 2021-03-12 北京沃东天骏信息技术有限公司 Webpage experimental method and server

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023142337A1 (en) * 2022-01-28 2023-08-03 上海商汤智能科技有限公司 Experiment presentation method and apparatus, and electronic device, storage medium and program product
CN116308175A (en) * 2023-03-22 2023-06-23 江苏艾玮得生物科技有限公司 Experiment management method, device, terminal and computer readable storage medium

Similar Documents

Publication Publication Date Title
CN110555299B (en) Electronic contract signing and storing method and device, computer equipment and storage medium
CN111160845B (en) Service processing method and device
WO2014074964A1 (en) Providing and procuring worksheet functions through an online marketplace
US10701155B2 (en) Method and system for status management communication
CN113364853B (en) Business service system, business request method and gateway equipment
CN111368173A (en) File transmission method and device, electronic equipment and readable storage medium
US11368447B2 (en) Oauth2 SAML token service
CN112988311A (en) On-line experimental method based on WEB server
CN112256772A (en) Data service method, device and readable storage medium
CN113377312A (en) Same-screen interaction method and device, computer equipment and computer readable storage medium
US11354492B2 (en) EDOC utility using non-structured-query-language databases
EP2813049B1 (en) Dynamic sharing and updating of an electronic form
CN112988310A (en) Online experiment method based on multi-split-screen browser
CN112257039B (en) Identity attribute adding method and device and electronic equipment
CN114489603A (en) Code generation method, apparatus, electronic device, medium, and product
CN114896487A (en) Method, system and medium for implementing a blockchain browser with front end interacting with blockchain
CN115017437A (en) Information display method, device, terminal and storage medium
CN109768921B (en) Data transparent transmission method and corresponding instant communication terminal
KR20210156367A (en) Mobile web content providing system and method
CN113242306B (en) Block chain consensus method and device
CN113824625B (en) Information interaction method and device
CN116226499A (en) Information query method and device and electronic equipment
CN114189365A (en) Universal multi-tenant service authorization method and device based on field mapping
US10028206B2 (en) Management system
CN114282506A (en) Certificate generation method, system, electronic device 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
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20211025

Address after: 272071 No. 51, luxan steel market, Jiezhuang Town, high tech Zone, Rencheng District, Jining City, Shandong Province

Applicant after: Jining Expo Electromechanical Equipment Manufacturing Co.,Ltd.

Applicant after: LIAONING SUNFLOWER EDUCATION TECHNOLOGY Co.,Ltd.

Address before: Room c418, 860-1, shangshengou village, Dongling District, Shenyang City, Liaoning Province, 110000

Applicant before: LIAONING SUNFLOWER EDUCATION TECHNOLOGY Co.,Ltd.

TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20220424

Address after: Room c418, 860-1, shangshengou village, Dongling District, Shenyang City, Liaoning Province, 110000

Applicant after: LIAONING SUNFLOWER EDUCATION TECHNOLOGY Co.,Ltd.

Address before: 272071 No. 51, luxan steel market, Jiezhuang Town, high tech Zone, Rencheng District, Jining City, Shandong Province

Applicant before: Jining Expo Electromechanical Equipment Manufacturing Co.,Ltd.

Applicant before: LIAONING SUNFLOWER EDUCATION TECHNOLOGY Co.,Ltd.

CB02 Change of applicant information
CB02 Change of applicant information

Country or region after: China

Address after: No. 868-3, Shangshengou Village, Hunnan District, Shenyang City, Liaoning Province, 110000 (101, 201)

Applicant after: Liaoning Sunflower Digital Technology Co.,Ltd.

Address before: Room c418, 860-1, shangshengou village, Dongling District, Shenyang City, Liaoning Province, 110000

Applicant before: LIAONING SUNFLOWER EDUCATION TECHNOLOGY Co.,Ltd.

Country or region before: China