CN112346793B - Data processing method, device, electronic equipment and computer readable medium - Google Patents

Data processing method, device, electronic equipment and computer readable medium Download PDF

Info

Publication number
CN112346793B
CN112346793B CN202010988006.XA CN202010988006A CN112346793B CN 112346793 B CN112346793 B CN 112346793B CN 202010988006 A CN202010988006 A CN 202010988006A CN 112346793 B CN112346793 B CN 112346793B
Authority
CN
China
Prior art keywords
target
information
login
application program
login mode
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
CN202010988006.XA
Other languages
Chinese (zh)
Other versions
CN112346793A (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.)
Changsha Youheng Network Technology Co Ltd
Original Assignee
Changsha Youheng Network 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 Changsha Youheng Network Technology Co Ltd filed Critical Changsha Youheng Network Technology Co Ltd
Priority to CN202010988006.XA priority Critical patent/CN112346793B/en
Publication of CN112346793A publication Critical patent/CN112346793A/en
Application granted granted Critical
Publication of CN112346793B publication Critical patent/CN112346793B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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/448Execution paradigms, e.g. implementations of programming paradigms
    • G06F9/4482Procedural
    • 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/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The application discloses a data processing method, a data processing device, electronic equipment and a computer readable medium. The data processing method comprises the following steps: acquiring target login mode information preset by a first user aiming at a target application program; acquiring a target login system file corresponding to the target login mode information; determining first characteristic information corresponding to the target login mode information in the target login system file by utilizing the target login mode information and the target login system file; creating the incidence relation of the target login mode information and the first characteristic information; generating a data packet of the target application program based on the association relation; the target login system file comprises a plurality of second characteristic information corresponding to a plurality of alternative login mode information. The scheme of the application can realize the effects of saving the time cost of developing the login function of the target application program and improving the development efficiency.

Description

Data processing method, device, electronic equipment and computer readable medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a data processing method, a data processing device, an electronic device, and a computer readable medium.
Background
In the prior art, login is a function of each application program, and when different application programs are based on different login modes in the process of developing multiple application programs, the corresponding login functions need to be independently developed again for the different application programs. The control with unique login function, corresponding jump logic and the like are involved, and even if the control is made into a unified assembly, the problems of excessive code migration workload and the like are easily caused by the conflict of library versions of different application programs, the time cost of code access is relatively high, and the development efficiency of the application programs is relatively low.
Disclosure of Invention
The embodiment of the application provides an implementation scheme which is different from the prior art, and is suitable for the scene of developing the login function of the application program.
Specifically, in one embodiment of the present application, there is provided a data processing method including: acquiring target login mode information preset by a first user aiming at a target application program; acquiring a target login system file corresponding to the target login mode information; determining first characteristic information corresponding to the target login mode information in the target login system file by utilizing the target login mode information and the target login system file; creating the incidence relation of the target login mode information and the first characteristic information; generating a data packet of the target application program based on the association relation; the target login system file comprises a plurality of second characteristic information corresponding to a plurality of alternative login mode information.
In one embodiment of the present application, there is provided a data processing method including: acquiring a login instruction of a second user aiming at a login target application program; acquiring target login mode information corresponding to the target application program; determining a corresponding association relation based on the target login mode information, and determining first characteristic information corresponding to the target login mode information based on the association relation; using the first characteristic information to realize that a second user logs in the target application program; the association relationship is that the target device determines first characteristic information corresponding to the target login mode information from the target login system file by using the target login mode information and the target login system file, and then creates the association relationship between the target login mode information and the first characteristic information, wherein the target login system file comprises multiple second characteristic information corresponding to multiple alternative login mode information.
In another embodiment of the present application, there is provided an electronic apparatus including: a memory and a processor; wherein the memory is used for storing programs; the processor, coupled to the memory, is configured to execute the program stored in the memory for: acquiring target login mode information preset by a first user aiming at a target application program; acquiring a target login system file corresponding to the target login mode information; determining first characteristic information corresponding to the target login mode information in the target login system file by utilizing the target login mode information and the target login system file; creating the incidence relation of the target login mode information and the first characteristic information; generating a data packet of the target application program based on the association relation; the target login system file comprises a plurality of second characteristic information corresponding to a plurality of alternative login mode information.
In yet another embodiment of the present application, a computer readable medium having stored thereon at least one instruction, at least one program, code set, or instruction set loaded and executed by a processor to perform the steps of: acquiring target login mode information preset by a first user aiming at a target application program; acquiring a target login system file corresponding to the target login mode information; determining first characteristic information corresponding to the target login mode information in the target login system file by utilizing the target login mode information and the target login system file; creating the incidence relation of the target login mode information and the first characteristic information; generating a data packet of the target application program based on the association relation; the target login system file comprises a plurality of second characteristic information corresponding to a plurality of alternative login mode information.
In yet another embodiment of the present application, there is provided a data processing apparatus including: the device comprises a first acquisition module, a second acquisition module, a determination module, a creation module and a generation module; wherein: the first acquisition module is used for acquiring target login mode information preset by a first user aiming at a target application program; the second acquisition module is used for acquiring a target login system file corresponding to the target login mode information; the determining module is used for determining first characteristic information corresponding to the target login mode information in the target login system file by utilizing the target login mode information and the target login system file; the creation module is used for creating the incidence relation between the target login mode information and the first characteristic information; the generation module is used for generating a data packet of the target application program based on the association relation; the target login system file comprises a plurality of second characteristic information corresponding to a plurality of alternative login mode information.
The embodiments of the present application provide a new scheme different from the prior art, by obtaining the target login mode information preset by the first user for the target application program; obtaining a target login system file corresponding to the target login mode information and comprising a plurality of second characteristic information corresponding to a plurality of alternative login mode information; determining first characteristic information corresponding to the target login mode information in the target login system file by utilizing the target login mode information and the target login system file; creating the incidence relation of the target login mode information and the first characteristic information; the scheme of generating the data packet of the target application program based on the association relation realizes the development of the login function of the target application program, greatly reduces the time cost of the development process and improves the development efficiency.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions of the prior art, the following description will briefly explain the drawings used in the embodiments or the description of the prior art, and it is obvious that the drawings in the following description are some embodiments of the present application, and other drawings can be obtained according to these drawings without inventive effort for a person skilled in the art. In the drawings:
FIG. 1 is a flow chart of a data processing method according to an embodiment of the application;
FIG. 2 is a flow chart of a data processing method according to an embodiment of the application;
fig. 3 is a schematic structural diagram of an electronic device according to an embodiment of the present application;
FIG. 4 is a schematic diagram of a data processing apparatus according to an embodiment of the present application;
fig. 5 is a schematic structural diagram of a data processing apparatus according to an embodiment of the present application.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present application more apparent, the technical solutions of the embodiments of the present application will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present application, and it is apparent that the described embodiments are some embodiments of the present application, but not all embodiments of the present application. All other embodiments, which can be made by those skilled in the art based on the embodiments of the application without making any inventive effort, are intended to be within the scope of the application.
The terminology used in the embodiments of the application is for the purpose of describing particular embodiments only and is not intended to be limiting of the application. As used in this specification, the singular forms "a", "an", and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise, the "plurality" typically includes at least two, but does not exclude the case of at least one. It should be understood that the description herein of "first," "second," etc. is for distinguishing between different elements, devices, etc. and not necessarily for describing a sequential or otherwise indicated, and that "first" and "second" are not necessarily of the same type. The words "if", as used herein, may be interpreted as "at … …" or "at … …" or "in response to a determination" or "in response to monitoring", depending on the context. Similarly, the phrase "if determined" or "if monitored (stated condition or event)" may be interpreted as "when determined" or "in response to determination" or "when monitored (stated condition or event)" or "in response to monitoring (stated condition or event), depending on the context.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a product or system that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such product or system. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a commodity or system comprising such elements.
The technical schemes provided by the embodiments of the present application will be described in detail below with reference to the accompanying drawings.
Fig. 1 is a schematic flow chart of a data processing method according to an exemplary embodiment of the present application, where an execution body of the method may be a developing device used by a developer, and the method includes:
101. acquiring target login mode information preset by a first user aiming at a target application program;
102. Acquiring a target login system file corresponding to the target login mode information;
103. Determining first characteristic information corresponding to the target login mode information in the target login system file by utilizing the target login mode information and the target login system file;
104. creating the incidence relation of the target login mode information and the first characteristic information;
105. generating a data packet of the target application program based on the association relation;
the target login system file comprises a plurality of second characteristic information corresponding to a plurality of alternative login mode information. The data packet of the target application program comprises a data packet for realizing the login function of the target application program.
Specifically, the first user may be a developer who develops a target application program, the target application program is an application program being developed by the developer, and the target login system file may be a aar file. The target login mode information can be input by a developer through an input box, or can be obtained according to the operation of the developer on the related program, and the application is not limited.
Wherein the first characteristic information includes at least one of: button information, skip page information corresponding to the button information, input frame information and skip page information corresponding to the input frame information. In addition, the first characteristic information may further include: picture information, and various pieces of jump logic information related to button operations or input frame information.
Before the association relationship between the target login mode information and the first feature information is created, the first feature information corresponding to the target login mode information may be determined by analyzing a function or a control type of a login mode for implementing the target login mode corresponding to the target login mode information, or identification information for indicating the target login mode, which is included in the target login system file.
The process of creating the association relationship between the target login mode information and the first feature information may specifically be a process of creating a mapping relationship between the target login mode information and the first feature information, or a process of creating an association chain between the target login mode information and the first feature information.
Further, the first characteristic information may include a plurality of sub-characteristic information; the method for creating the association relationship between the target login mode information and the first characteristic information can adopt a dynamic proxy technology, and the method for generating a proxy object of at least part of the sub-characteristic information in the plurality of sub-characteristic information based on a dynamic proxy can realize the creation of the association relationship between the target login mode information and the first characteristic information.
Specifically, after the association relationship between the target login mode information and the first feature information is created based on a dynamic proxy technology, after the research and development equipment receives the target login mode information input by a research and development personnel, the proxy object of a corresponding page when the control is operated can be obtained according to the operation of the research and development personnel on the control (which can be a button) in the first feature information, and further the skip of the related page and the realization of other related interaction logic when the control is operated are controlled.
Further, before the target login mode information preset by the first user for the target application program is obtained, a target login system file needs to be created, and an execution main body for creating the target login system file may be the developing device or other devices, based on which the method further includes:
s01, acquiring the multiple alternative logging mode information and the second characteristic information corresponding to the various alternative logging mode information in the multiple alternative logging mode information;
S02, creating the target login system file according to the multiple alternative login mode information and the second characteristic information corresponding to the various alternative login mode information.
The plurality of alternative logging mode information can comprise logging mode information corresponding to different operators, verification code logging mode information, logging mode information based on authenticated application programs and the like. And each alternative logging mode information corresponds to a second characteristic information.
The target login system in the application can be suitable for the development process of the application program of any login mode corresponding to the alternative login mode information. When developing the login functions of different application programs, a developer can input the target login mode information, and the research and development equipment can automatically acquire the target login mode information; acquiring a target login system file corresponding to the target login mode information; determining first characteristic information corresponding to the target login mode information in the target login system file by utilizing the target login mode information and the target login system file; the association relation between the target login mode information and the first characteristic information is created, and the data packet of the target application program is generated based on the association relation, so that development of the target application program including the login function of the target application program is completed, the access cost of the related software development kit is reduced, the time cost of the development process is greatly reduced, and the development efficiency is improved.
Fig. 2 is a flowchart of a data processing method according to an exemplary embodiment of the present application, where an execution body of the method may be a client device corresponding to a target application, and the method includes:
201. acquiring a login instruction of a second user aiming at a login target application program;
202. Acquiring target login mode information corresponding to the target application program;
203. determining a corresponding association relation based on the target login mode information, and determining first characteristic information corresponding to the target login mode information based on the association relation;
204. Using the first characteristic information to realize that a second user logs in the target application program;
The association relationship is that the target device determines first characteristic information corresponding to the target login mode information from the target login system file by using the target login mode information and the target login system file, and then creates the association relationship between the target login mode information and the first characteristic information, wherein the target login system file comprises multiple second characteristic information corresponding to multiple alternative login mode information.
The second user may be a user of the target application program, and the login instruction may be an instruction triggered by a login button after the second user inputs an account number and password information on a login page; the target device is the development device. When the second user downloads the target application program, a data packet containing the association relation, the target login system file, the target login mode information and the like can be obtained.
Further, the step 202 may be triggered by the execution of the step 201.
In addition, in the foregoing step 204, the implementation of the second user logging in the target application program by using the first feature information means that the client device corresponding to the target application program completes the logging process of the first user on the target application program based on the first feature information.
Optionally, the method further comprises:
s11, acquiring a registration instruction of a second user for registering a target application program;
S12, acquiring target login mode information corresponding to the target application program;
s13, determining the first characteristic information based on the target login mode information and the association relation;
S14, the first characteristic information is utilized to enable a second user to register the target application program.
The method comprises the steps that a first user registers a target application program by using first characteristic information, wherein the second user registers the target application program by using the first characteristic information, and client equipment corresponding to the target application program completes a registration process of the first user on the target application program based on the first characteristic information.
Further, the first feature information includes a plurality of sub-feature information, for example, first sub-feature information and second sub-feature information, and the first sub-feature information corresponds to a login sub-function in the login function, and the second sub-feature information corresponds to a login sub-function in the login function.
Accordingly, in 204 above, "using the first feature information to enable the second user to log in to the target application" includes:
2041. determining first sub-feature information in the first feature information based on the first feature information and the login instruction;
2042. and according to the first sub-feature information, a second user logs in the target application program.
Further, in S14, the "implementing the second user to register the target application program by using the first feature information" includes:
s141, determining second sub-feature information in the first feature information based on the first feature information and the registration instruction;
And S142, realizing the registration of the target application program by a second user according to the second sub-feature information.
In this embodiment, the specific implementation of the login function development process related to the target device side can be found in the foregoing, and will not be described herein.
Fig. 3 is a schematic structural diagram of an electronic device according to an exemplary embodiment of the present application, including: a memory 31 and a processor 32; wherein,
The memory 31 is used for storing a program;
the processor 32 is coupled to the memory for executing the program stored in the memory 31 for:
acquiring target login mode information preset by a first user aiming at a target application program;
acquiring a target login system file corresponding to the target login mode information;
Determining first characteristic information corresponding to the target login mode information in the target login system file by utilizing the target login mode information and the target login system file;
creating the incidence relation of the target login mode information and the first characteristic information;
generating a data packet of the target application program based on the association relation;
The target login system file comprises a plurality of second characteristic information corresponding to a plurality of alternative login mode information.
The memory 31 may be configured to store various other data to support operations on the electronic device. Examples of such data include instructions for any application or method operating on an electronic device. The memory 31 may be implemented by any type or combination of volatile or non-volatile memory devices, such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic or optical disk. The processor 32 may realize other functions in addition to the above functions when executing the program in the memory 31, and the above description of the embodiments can be specifically referred to.
Further, as shown in fig. 3, the electronic device further includes: a display 33, a power supply assembly 34, a communication assembly 35, and other components. Only some of the components are schematically shown in fig. 3, which does not mean that the electronic device comprises the components shown in fig. 3.
The application also provides an electronic device, which comprises: a memory and a processor; wherein,
The memory is used for storing programs;
The processor is coupled to the memory for executing the program stored in the memory 31 for:
Acquiring a login instruction of a second user aiming at a login target application program;
acquiring target login mode information corresponding to the target application program;
determining a corresponding association relation based on the target login mode information, and determining first characteristic information corresponding to the target login mode information based on the association relation;
using the first characteristic information to realize that a second user logs in the target application program;
The association relationship is that the target device determines the first characteristic information corresponding to the target login mode information from the target login system file by using the target login mode information and the target login system file, and then creates the association relationship between the target login mode information and the first characteristic information, wherein the target login system file comprises multiple second characteristic information corresponding to multiple alternative login mode information.
The structure of the electronic device is similar to that of the electronic device corresponding to fig. 3, and when the processor in the electronic device executes the program in the memory, other functions may be implemented in addition to the above functions, and specific reference may be made to the foregoing description of the embodiments.
FIG. 4 is a schematic diagram of a data processing apparatus according to an exemplary embodiment of the present application;
wherein the device includes: a first acquisition module 41, a second acquisition module 42, a determination module 43, a creation module 44, and a generation module 45; wherein:
a first obtaining module 41, configured to obtain target login mode information preset by a first user for a target application;
a second obtaining module 42, configured to obtain a target login system file corresponding to the target login mode information;
a determining module 43, configured to determine, using the target login mode information and the target login system file, first feature information corresponding to the target login mode information in the target login system file;
A creating module 44, configured to create an association relationship between the target login mode information and the first feature information;
a generating module 45, configured to generate a data packet of the target application program based on the association relationship;
The target login system file comprises a plurality of second characteristic information corresponding to a plurality of alternative login mode information.
Optionally, the first characteristic information includes at least one of:
Button information, skip page information corresponding to the button information, input frame information and skip page information corresponding to the input frame information.
Further, the device is also used for:
Acquiring the multiple alternative logging mode information and the second characteristic information corresponding to the various alternative logging mode information in the multiple alternative logging mode information;
And creating the target login system file according to the multiple alternative login mode information and the second characteristic information corresponding to the various alternative login mode information.
The specific implementation manner of the function of the device can be referred to the description of the foregoing embodiments, and will not be repeated here.
FIG. 5 is a schematic diagram of a data processing apparatus according to an exemplary embodiment of the present application;
Wherein the device includes: a first acquisition module 51, a second acquisition module 52, a determination module 53, and a login module 54; wherein:
a first obtaining module 51, configured to obtain a login instruction of the second user for a login target application;
a second obtaining module 52, configured to obtain target login mode information corresponding to the target application program;
A determining module 53, configured to determine a corresponding association relationship based on the target login mode information, and determine first feature information corresponding to the target login mode information based on the association relationship;
a login module 54, configured to use the first feature information to enable a second user to login to the target application program;
The association relationship is that the target device determines the first characteristic information corresponding to the target login mode information from the target login system file by using the target login mode information and the target login system file, and then creates the association relationship between the target login mode information and the first characteristic information, wherein the target login system file comprises multiple second characteristic information corresponding to multiple alternative login mode information.
Further, the device is also used for:
Acquiring a registration instruction of a second user for registering a target application program;
acquiring target login mode information corresponding to the target application program;
determining the first characteristic information based on the target login mode information and the association relation;
And registering the target application program by a second user by using the first characteristic information.
Further, the first feature information includes a plurality of sub-feature information, and the login module 54 is specifically configured to, when using the first feature information to enable the second user to login to the target application:
determining first sub-feature information in the first feature information based on the first feature information and the login instruction;
And according to the first sub-feature information, a second user logs in the target application program.
Optionally, the above device is specifically configured to, when configured to use the first feature information to enable the second user to register the target application program:
determining second sub-feature information in the first feature information based on the first feature information and the registration instruction;
and realizing the registration of the target application program by the second user according to the second sub-feature information.
The specific implementation manner of the function of the device can be referred to the description of the foregoing embodiments, and will not be repeated here.
Embodiments of the present application also provide a computer readable medium having stored thereon at least one instruction, at least one program, code set, or instruction set, the at least one instruction, at least one program, code set, or instruction set being loaded and executed by a processor to perform the steps of:
acquiring target login mode information preset by a first user aiming at a target application program;
acquiring a target login system file corresponding to the target login mode information;
Determining first characteristic information corresponding to the target login mode information in the target login system file by utilizing the target login mode information and the target login system file;
creating the incidence relation of the target login mode information and the first characteristic information;
generating a data packet of the target application program based on the association relation;
The target login system file comprises a plurality of second characteristic information corresponding to a plurality of alternative login mode information.
The processor may also execute and implement other steps, and specific reference may be made to the foregoing descriptions of the embodiments, which are not repeated herein.
Embodiments of the present application also provide a computer readable medium having stored thereon at least one instruction, at least one program, code set, or instruction set, the at least one instruction, at least one program, code set, or instruction set being loaded and executed by a processor to perform the steps of:
Acquiring a login instruction of a second user aiming at a login target application program;
acquiring target login mode information corresponding to the target application program;
determining a corresponding association relation based on the target login mode information, and determining first characteristic information corresponding to the target login mode information based on the association relation;
using the first characteristic information to realize that a second user logs in the target application program;
The association relationship is that the target device determines the first characteristic information corresponding to the target login mode information from the target login system file by using the target login mode information and the target login system file, and then creates the association relationship between the target login mode information and the first characteristic information, wherein the target login system file comprises multiple second characteristic information corresponding to multiple alternative login mode information.
The processor may also execute and implement other steps, and specific reference may be made to the foregoing descriptions of the embodiments, which are not repeated herein.
The apparatus embodiments described above are merely illustrative, wherein the elements illustrated as separate elements may or may not be physically separate, and the elements shown as elements may or may not be physical elements, may be located in one place, or may be distributed over a plurality of network elements. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of this embodiment. Those of ordinary skill in the art will understand and implement the present invention without undue burden.
From the above description of the embodiments, it will be apparent to those skilled in the art that the embodiments may be implemented by means of software plus necessary general hardware platforms, or of course may be implemented by means of hardware. Based on this understanding, the foregoing technical solution may be embodied essentially or in a part contributing to the prior art in the form of a software product, which may be stored in a computer readable storage medium, such as ROM/RAM, a magnetic disk, an optical disk, etc., including several instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the method described in the respective embodiments or some parts of the embodiments.
Finally, it should be noted that: the above embodiments are only for illustrating the technical solution of the present application, and are not limiting; although the application has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical scheme described in the foregoing embodiments can be modified or some technical features thereof can be replaced by equivalents; such modifications and substitutions do not depart from the spirit and scope of the technical solutions of the embodiments of the present application.

Claims (9)

1. A method of data processing, comprising:
acquiring target login mode information preset by a first user aiming at a target application program, wherein the first user is a research and development personnel for developing the target application program;
acquiring a target login system file corresponding to the target login mode information;
determining first characteristic information corresponding to the target login mode information in the target login system file by using the target login mode information and the target login system file, wherein the first characteristic information at least comprises: button information, skip page information corresponding to the button information, input frame information and page skip information corresponding to the input frame which are contained in a target login mode;
creating the incidence relation of the target login mode information and the first characteristic information;
Generating a data packet of the target application program based on the association relation, wherein the data packet of the target application program refers to a data file containing a login function for realizing the target application program;
the target login system file comprises a plurality of second characteristic information corresponding to a plurality of alternative login mode information, wherein the second characteristic information is characteristic information of a login characteristic contained in each alternative login mode.
2. The method according to claim 1, wherein the method further comprises:
Acquiring the multiple alternative logging mode information and the second characteristic information corresponding to the various alternative logging mode information in the multiple alternative logging mode information;
And creating the target login system file according to the multiple alternative login mode information and the second characteristic information corresponding to the various alternative login mode information.
3. A method of data processing, comprising:
acquiring a login instruction of a second user aiming at a login target application program, wherein the second user is a user of the target application program;
acquiring target login mode information corresponding to the target application program;
Determining a corresponding association relation based on the target login mode information, and determining first characteristic information corresponding to the target login mode information based on the association relation, wherein the first characteristic information at least comprises: button information, skip page information corresponding to the button information, input frame information and page skip information corresponding to the input frame which are contained in a target login mode;
using the first characteristic information to realize that a second user logs in the target application program;
The association relationship is that the target device determines the first characteristic information corresponding to the target login mode information from the target login system file by using the target login mode information and the target login system file, and then creates the association relationship between the target login mode information and the first characteristic information, wherein the target login system file comprises multiple second characteristic information corresponding to multiple alternative login mode information.
4. A method according to claim 3, characterized in that the method further comprises:
Acquiring a registration instruction of a second user for registering a target application program;
acquiring target login mode information corresponding to the target application program;
determining the first characteristic information based on the target login mode information and the association relation;
And registering the target application program by a second user by using the first characteristic information.
5. The method of claim 4, wherein the first feature information comprises a plurality of sub-feature information, and wherein using the first feature information to enable a second user to log into the target application comprises:
determining first sub-feature information in the first feature information based on the first feature information and the login instruction, wherein the first sub-feature information is at least one feature information in the first feature information;
And according to the first sub-feature information, a second user logs in the target application program.
6. The method of claim 5, wherein using the first characteristic information to enable a second user to register the target application comprises:
determining second sub-feature information in the first feature information based on the first feature information and the registration instruction, wherein the second sub-feature information is at least one feature information in the second feature information;
and realizing the registration of the target application program by the second user according to the second sub-feature information.
7. An electronic device, comprising: a memory and a processor; wherein,
The memory is used for storing programs;
the processor, coupled to the memory, is configured to execute the program stored in the memory for:
acquiring target login mode information preset by a first user aiming at a target application program, wherein the first user is a research and development personnel for developing the target application program;
acquiring a target login system file corresponding to the target login mode information;
determining first characteristic information corresponding to the target login mode information in the target login system file by using the target login mode information and the target login system file, wherein the first characteristic information at least comprises: button information, skip page information corresponding to the button information, input frame information and page skip information corresponding to the input frame which are contained in a target login mode;
creating the incidence relation of the target login mode information and the first characteristic information;
Generating a data packet of the target application program based on the association relation, wherein the data packet of the target application program refers to a data file containing a login function for realizing the target application program;
the target login system file comprises a plurality of second characteristic information corresponding to a plurality of alternative login mode information, wherein the second characteristic information is characteristic information of a login characteristic contained in each alternative login mode.
8. A computer readable medium having stored thereon at least one instruction, at least one program, code set, or instruction set, the at least one instruction, at least one program, code set, or instruction set being loaded and executed by a processor to perform the steps of:
acquiring target login mode information preset by a first user aiming at a target application program, wherein the first user is a research and development personnel for developing the target application program;
acquiring a target login system file corresponding to the target login mode information;
determining first characteristic information corresponding to the target login mode information in the target login system file by using the target login mode information and the target login system file, wherein the first characteristic information at least comprises: button information, skip page information corresponding to the button information, input frame information and page skip information corresponding to the input frame which are contained in a target login mode;
creating the incidence relation of the target login mode information and the first characteristic information;
Generating a data packet of the target application program based on the association relation, wherein the data packet of the target application program refers to a data file containing a login function for realizing the target application program;
the target login system file comprises a plurality of second characteristic information corresponding to a plurality of alternative login mode information, wherein the second characteristic information is characteristic information of a login characteristic contained in each alternative login mode.
9. A data processing apparatus, comprising: the device comprises a first acquisition module, a second acquisition module, a determination module, a creation module and a generation module; wherein:
The first acquisition module is used for acquiring target login mode information preset by a first user aiming at a target application program, wherein the first user is a research and development personnel for developing the target application program;
The second acquisition module is used for acquiring a target login system file corresponding to the target login mode information;
The determining module is configured to determine, according to the target login mode information and the target login system file, first feature information corresponding to the target login mode information in the target login system file, where the first feature information at least includes: button information, skip page information corresponding to the button information, input frame information and page skip information corresponding to the input frame which are contained in a target login mode;
the creation module is used for creating the incidence relation between the target login mode information and the first characteristic information;
the generation module is used for generating a data packet of the target application program based on the association relation, wherein the data packet of the target application program refers to a data file containing a login function for realizing the target application program;
the target login system file comprises a plurality of second characteristic information corresponding to a plurality of alternative login mode information, wherein the second characteristic information is characteristic information of a login characteristic contained in each alternative login mode.
CN202010988006.XA 2020-09-18 2020-09-18 Data processing method, device, electronic equipment and computer readable medium Active CN112346793B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010988006.XA CN112346793B (en) 2020-09-18 2020-09-18 Data processing method, device, electronic equipment and computer readable medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010988006.XA CN112346793B (en) 2020-09-18 2020-09-18 Data processing method, device, electronic equipment and computer readable medium

Publications (2)

Publication Number Publication Date
CN112346793A CN112346793A (en) 2021-02-09
CN112346793B true CN112346793B (en) 2024-05-07

Family

ID=74357226

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010988006.XA Active CN112346793B (en) 2020-09-18 2020-09-18 Data processing method, device, electronic equipment and computer readable medium

Country Status (1)

Country Link
CN (1) CN112346793B (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002229880A (en) * 2001-01-30 2002-08-16 Clarion Co Ltd Information distributing system, information distributing device and information terminal device
JP2007072702A (en) * 2005-09-06 2007-03-22 Fujifilm Corp Personal password management method, personal password association support device, personal password association support program, personal password management system and authentication server
CN103812820A (en) * 2012-11-06 2014-05-21 腾讯科技(深圳)有限公司 Registering method and system
CN105207979A (en) * 2014-06-25 2015-12-30 腾讯科技(深圳)有限公司 User input feature-based user authentication method and device
CN105959309A (en) * 2016-07-01 2016-09-21 乐视控股(北京)有限公司 User permission management method and system
CN106603580A (en) * 2017-02-20 2017-04-26 东信和平科技股份有限公司 Login method and login system
CN109558173A (en) * 2018-11-19 2019-04-02 北京字节跳动网络技术有限公司 For switching the method, apparatus and system of login mode on interface
CN111181927A (en) * 2019-12-13 2020-05-19 福建天泉教育科技有限公司 Login method and server

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002229880A (en) * 2001-01-30 2002-08-16 Clarion Co Ltd Information distributing system, information distributing device and information terminal device
JP2007072702A (en) * 2005-09-06 2007-03-22 Fujifilm Corp Personal password management method, personal password association support device, personal password association support program, personal password management system and authentication server
CN103812820A (en) * 2012-11-06 2014-05-21 腾讯科技(深圳)有限公司 Registering method and system
CN105207979A (en) * 2014-06-25 2015-12-30 腾讯科技(深圳)有限公司 User input feature-based user authentication method and device
CN105959309A (en) * 2016-07-01 2016-09-21 乐视控股(北京)有限公司 User permission management method and system
CN106603580A (en) * 2017-02-20 2017-04-26 东信和平科技股份有限公司 Login method and login system
CN109558173A (en) * 2018-11-19 2019-04-02 北京字节跳动网络技术有限公司 For switching the method, apparatus and system of login mode on interface
CN111181927A (en) * 2019-12-13 2020-05-19 福建天泉教育科技有限公司 Login method and server

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于安全硬件的Windows自定义登录的实现;彭金辉 等;《信息技术与网络安全》;第30-32页 *

Also Published As

Publication number Publication date
CN112346793A (en) 2021-02-09

Similar Documents

Publication Publication Date Title
CN104793946B (en) Dispositions method and system are applied based on cloud computing platform
KR101533901B1 (en) Networked recovery system
US20160350081A1 (en) Automatic container definition
US10885200B2 (en) Detecting security risks related to a software component
CN112765023B (en) Test case generation method and device
US20170060546A1 (en) System and method for providing software build violation detection and self-healing
CN105468529A (en) Accurate traversal method and apparatus for UI controls of android application
US9898258B2 (en) Versioning of build environment information
US9141363B2 (en) Application construction for execution on diverse computing infrastructures
CN111596928B (en) Application control method and device and electronic equipment
US11048577B2 (en) Automatic correcting of computing cluster execution failure
CN110727575B (en) Information processing method, system, device and storage medium
CN112702195A (en) Gateway configuration method, electronic device and computer readable storage medium
US20210349736A1 (en) Configuration-driven continuous delivery pipeline
CN112346793B (en) Data processing method, device, electronic equipment and computer readable medium
US11861214B2 (en) Memory device forensics and preparation
CN116339908A (en) Virtual machine starting method, device, computer equipment and storage medium
US20230385057A1 (en) Techniques for code isolation in static analysis of applications using application framework
CN113595762B (en) Network card configuration storage method and device
CN114296747A (en) Installation method and device of software installation package
CN114691496A (en) Unit testing method, unit testing device, computing equipment and medium
CN112732367A (en) Event flow processing method, device and equipment and readable storage medium
CN107229506B (en) Virtual machine migration method and device
CN110716753A (en) Cloud host initialization method and device, storage medium and electronic equipment
CN112817663B (en) SECCOMP rule acquisition method and device for application program

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