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

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

Info

Publication number
CN109582310A
CN109582310A CN201811460045.1A CN201811460045A CN109582310A CN 109582310 A CN109582310 A CN 109582310A CN 201811460045 A CN201811460045 A CN 201811460045A CN 109582310 A CN109582310 A CN 109582310A
Authority
CN
China
Prior art keywords
module
user interface
source code
logic
functional
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.)
Granted
Application number
CN201811460045.1A
Other languages
Chinese (zh)
Other versions
CN109582310B (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.)
Beijing Microlive Vision Technology Co Ltd
Original Assignee
Beijing Microlive Vision 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 Beijing Microlive Vision Technology Co Ltd filed Critical Beijing Microlive Vision Technology Co Ltd
Priority to CN201811460045.1A priority Critical patent/CN109582310B/en
Publication of CN109582310A publication Critical patent/CN109582310A/en
Application granted granted Critical
Publication of CN109582310B publication Critical patent/CN109582310B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/36Software reuse
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/72Code refactoring

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Stored Programmes (AREA)

Abstract

Present disclose provides a kind of data processing method, device, electronic equipment and computer readable storage mediums, this method comprises: obtaining source code file, source code file includes the user interface source code and service logic source code of application program;At least one user interface capabilities module and at least one logic of business functions module are generated based on source code file;According at least one user interface capabilities module and at least one logic of business functions module, application program is generated.In embodiment of the disclosure, at least one user interface capabilities module and at least one logic of business functions module are generated based on source code file, realize the decoupling of operation layer and boundary layer, the modification to two kinds of code is set to be independent of each other, convenient for the maintenance and modification of code, readability, the time that maintenance can greatly be reduced and the cost of labor of code are improved.

Description

Data processing method, device, electronic equipment and computer readable storage medium
Technical field
This disclosure relates to technical field of data processing, specifically, this disclosure relates to a kind of data processing method, device, Electronic equipment and computer readable storage medium.
Background technique
As the improvement of people's living standards, end application, especially recreational application programs have become people's life Indispensable a part living.In order to meet the use demand of people, application program is being constantly updated, and function is also constantly strong Greatly.But while the function of application program is gradually become strong, the source code file of application program is also become more complicated, data volume Also it is increasing, the maintenance that may cause source code file is inconvenient.For example, needing to certain codes in source code file When content is modified, since source code file is too big too complicated, need to expend technical staff's very big time and energy, and repair Also need to debug and verify whether this time modification can impact other codes of source code file after changing.
As it can be seen that the source code file of existing end application safeguards inconvenience, especially for user's interaction function Energy and the more complicated application of service logic, the maintenance of source code file need to expend technical staff's very big time and energy, Maintenance cost is higher.
Summary of the invention
The purpose of the disclosure is intended at least can solve above-mentioned one of technological deficiency, improves the maintenance body to source code file It tests.The disclosure the technical solution adopted is as follows:
In a first aspect, present disclose provides a kind of data processing methods, this method comprises:
Source code file is obtained, source code file includes user interface source code and the service logic source generation of application program Code;
At least one user interface capabilities module and at least one logic of business functions module are generated based on source code file, At least one user interface capabilities module is functional module corresponding with user interface source code, at least one logic of business functions Module is functional module corresponding with service logic source code;
According at least one user interface capabilities module and at least one logic of business functions module, application program is generated.
In embodiment of the disclosure, at least one user interface capabilities module and at least one are generated based on source code file Logic of business functions module, comprising:
Source code file is split into at least one first subfile and at least one second subfile, at least one first Subfile is the file of user interface source code, at least one second subfile is the file of service logic source code;
According at least one the first subfile, at least one user interface capabilities module is generated;
According at least one the second subfile, at least one logic of business functions module is generated.
In embodiment of the disclosure, source code file is split into at least one first subfile and at least one second son File, comprising:
According to the fractionation configuration file of pre-configuration, source code file is split into at least one first subfile and at least one A second subfile;
Wherein, splitting configuration file is the user interface capabilities according to corresponding to source code file and logic of business functions institute Determining file.
In embodiment of the disclosure, this method further include:
Data management module is generated, data management module is at least one user interface capabilities module and at least one industry The data sharing being engaged between the specified functional module in logic functional block;
According at least one user interface capabilities module and at least one logic of business functions module, application program is generated, Include:
According at least one user interface capabilities module, at least one logic of business functions module and data management module, Generate application program.
In embodiment of the disclosure, specified functional module includes at least one user interface capabilities module and at least one industry It is engaged in the module of common parameter in logic functional block, and/or, the needs registered to data management module pay close attention to specified parameter Registration module, data management module is specifically used for:
When the common parameter in any functional module in the module with common parameter changes, notice is except any Other functional modules with common parameter except functional module carry out the update of common parameter;
And/or it monitors specified parameter and is sent to the information after specified Parameters variation when specified parameter changes Registration module.
Second aspect, present disclose provides a kind of data processing methods, this method comprises:
By the user interface of application program, the operation requests of user are received;
According to operation requests, present user interface functional module corresponding with operation requests and current business logic function are determined Energy module, present user interface functional module is the user interface source code building in the source code file based on application program The second module of at least one of at least one first functional module, current business logic functional block are based on source code file In business logic codes generate at least one functional module at least one module;
Operation requests are located accordingly by present user interface functional module and current business logic functional block Reason.
In embodiment of the disclosure, application program further includes data management module, this method further include:
At least one user interface capabilities module and at least one logic of business functions mould are monitored by data management module The common parameter of module in block with common parameter;
When the common parameter in any functional module in the module with common parameter changes, notice is except any Other functional modules with common parameter except functional module carry out the update of common parameter;
And/or
Specified parameter is monitored, specifying parameter is at least one user interface capabilities module and at least one logic of business functions The parameter that the needs that module in module is registered to data management module are paid close attention to;
When specified parameter changes, the information after specified Parameters variation is sent to data management module and is had registered Pay close attention to the module of specified parameter.
The third aspect, present disclose provides a kind of data processing equipment, which includes:
Source code obtains module, and for obtaining source code file, source code file includes the user interface source of application program Code and service logic source code;
Source code processing module, for generating at least one user interface capabilities module and at least one based on source code file A logic of business functions module, at least one user interface capabilities module are functional modules corresponding with user interface source code, At least one logic of business functions module is functional module corresponding with service logic source code;
Application program generation module, for according at least one user interface capabilities module and at least one service logic function Energy module, generates application program.
In embodiment of the disclosure, source code processing module is generating at least one user interface function based on source code file When energy module and at least one logic of business functions module, it is specifically used for:
Source code file is split into at least one first subfile and at least one second subfile, at least one first Subfile is the file of user interface source code, at least one second subfile is the file of service logic source code;
According at least one the first subfile, at least one user interface capabilities module is generated;
According at least one the second subfile, at least one logic of business functions module is generated.
In embodiment of the disclosure, source code file is being split at least one first subfile by source code processing module When at least one second subfile, it is specifically used for:
According to the fractionation configuration file of pre-configuration, source code file is split into at least one first subfile and at least one A second subfile;
Wherein, splitting configuration file is the user interface capabilities according to corresponding to source code file and logic of business functions institute Determining file.
In embodiment of the disclosure, the device further include:
Data management module generation module, for generating data management module, data management module is at least one use The data sharing between specified functional module in family interface function module and at least one logic of business functions module;
Application program generation module is according at least one user interface capabilities module and at least one logic of business functions Module is specifically used for when generating application program:
According at least one user interface capabilities module, at least one logic of business functions module and data management module, Generate application program.
In embodiment of the disclosure, specified functional module includes at least one user interface capabilities module and at least one industry It is engaged in the module of common parameter in logic functional block, and/or, the needs registered to data management module pay close attention to specified parameter Registration module, data management module is specifically used for:
Monitor common parameter;
When the common parameter in any functional module in the module with common parameter changes, notice is except any Other functional modules with common parameter except functional module carry out the update of common parameter;
And/or it monitors specified parameter and is sent to the information after specified Parameters variation when specified parameter changes Registration module.
Fourth aspect, present disclose provides a kind of data processing equipment, which includes:
Operation requests receiving module receives the operation requests of user for the user interface by application program;
Functional module determining module, for determining present user interface function corresponding with operation requests according to operation requests Energy module and current business logic functional block, present user interface functional module are in the source code file based on application program The second module of at least one of at least one the first functional module of user interface source code building, current business logic function Energy module is at least one module at least one functional module generated based on the business logic codes in source code file;
Data processing module, for passing through present user interface functional module and current business logic functional block to operation Request performs corresponding processing.
In embodiment of the disclosure, application program further includes data management module, the device further include:
Common parameter monitoring and update module, for monitoring at least one user interface capabilities mould by data management module The common parameter of module in block and at least one logic of business functions module with common parameter;In the mould with common parameter When the common parameter in any functional module in block changes, notice is other with public in addition to any functional module The functional module of parameter carries out the update of common parameter;
And/or
Specified parameter monitoring and update module, for monitoring specified parameter, specifying parameter is at least one user interface function The parameter that the needs that module in energy module and at least one logic of business functions module is registered to data management module are paid close attention to;? When specified parameter changes, the information after specified Parameters variation is sent to data management module and has registered the specified ginseng of concern Several modules.
5th aspect, present disclose provides a kind of electronic equipment, which includes:
Processor and memory;
Memory, for storing computer operation instruction;
Processor, for executing any embodiment of the first aspect such as the disclosure by calling computer operation instruction Shown in method.
6th aspect, present disclose provides a kind of computer readable storage medium, which is stored at least one Instruction, at least a Duan Chengxu, code set or instruction set, at least one instruction, at least a Duan Chengxu, code set or instruction set by Reason device is loaded and is executed in the method as shown in any embodiment of the first aspect of the disclosure of realization.
The technical solution that the embodiment of the present disclosure provides has the benefit that
Data processing method, device, electronic equipment and the computer readable storage medium of the embodiment of the present disclosure can be based on source Code file generates user interface capabilities module and logic of business functions module, and is patrolled based on user interface capabilities module and business It collects functional module and generates application program, with this solution, in some user interface capabilities or service logic function to application program When code corresponding to energy is safeguarded, user interface capabilities module and service logic as corresponding to the user interface capabilities Code in functional module is the partial code in source code file, and code logic is relatively easy, and therefore, technical staff can be straight It connects to the generation in user function module and logic of business functions module corresponding to the user interface capabilities or logic of business functions Code is safeguarded, source code file is made to generate user interface capabilities module and logic of business functions module with this solution, is realized The decoupling of operation layer and boundary layer, allows the modification to two kinds of code be independent of each other, convenient for code maintenance with Modification, improves readability, the time that can greatly reduce maintenance and the cost of labor of code.
Detailed description of the invention
It, below will be to institute in embodiment of the present disclosure description in order to illustrate more clearly of the technical solution in the embodiment of the present disclosure Attached drawing to be used is needed to be briefly described.
Fig. 1 is a kind of flow diagram for data processing method that embodiment of the disclosure provides;
Fig. 2 is the flow diagram for another data processing method that embodiment of the disclosure provides;
Fig. 3 is a kind of structural schematic diagram for data processing equipment that embodiment of the disclosure provides;
Fig. 4 is the structural schematic diagram for another data processing equipment that embodiment of the disclosure provides
Fig. 5 is the structural schematic diagram for a kind of electronic equipment that embodiment of the disclosure provides.
Specific embodiment
Embodiment of the disclosure is described below in detail, the example of the embodiment is shown in the accompanying drawings, wherein phase from beginning to end Same or similar label indicates same or similar element or element with the same or similar functions.Below with reference to attached drawing The embodiment of description is exemplary, and is only used for explaining the technical solution of the disclosure, and cannot be construed to the limitation to the disclosure.
Those skilled in the art of the present technique are appreciated that unless expressly stated, singular " one " used herein, "one" It may also comprise plural form with "the".It is to be further understood that wording " comprising " used in the specification of the disclosure is Refer to that there are this feature, integer, step, operation, element and/or component, but it is not excluded that in the presence of or addition it is one or more its His feature, integer, step, operation, element, component and/or their group.It should be understood that when we claim element be " connected " or When " coupled " to another element, it can be directly connected or coupled to other elements, or there may also be intermediary elements.This Outside, " connection " or " coupling " used herein may include being wirelessly connected or wirelessly coupling.Wording "and/or" packet used herein Include one or more associated wholes for listing item or any cell and all combination.
How the technical solution of the disclosure and the technical solution of the disclosure are solved with specifically embodiment below above-mentioned Technical problem is described in detail.These specific embodiments can be combined with each other below, for the same or similar concept Or process may repeat no more in certain embodiments.Below in conjunction with attached drawing, embodiment of the disclosure is described.
Fig. 1 is a kind of flow diagram for data processing method that embodiment of the disclosure provides;As shown in Figure 1, the party Method may include:
Step S110 obtains source code file, and source code file includes the user interface source code and business of application program Logic source code.
Wherein, source code file, the i.e. file for source code corresponding to records application program, source code is exactly to use foreign currency The code that volume language and high-level language are write out, refers to the uncompiled text according to certain programming language specification writing File is the readable computer language instruction of series of human.It include that corresponding application program may be implemented in source code file The functional code of institute, wherein user interface source code, i.e. UI (User Interface) source code can be achieved on and answer With the code of the user interface capabilities of program, when which executes after compiling, user's input can be received and number is presented According to for example, realizing the code of each interactive function on the user interface of application program;Service logic source code, that is, handled The logic of data, service logic source code are after compiling for handling the code of data according to user demand.
Step S120 generates at least one user interface capabilities module and at least one service logic based on source code file Functional module, at least one user interface capabilities module are functional module corresponding with user interface source code, at least one industry Business logic functional block is functional module corresponding with service logic source code.
Wherein, user interface capabilities module may be implemented the corresponding function of user interface source code i.e. UI function, business and patrol Collecting functional module may be implemented the corresponding function of service logic source code.
Step S130 is generated according at least one user interface capabilities module and at least one logic of business functions module Application program.
Wherein, corresponding user interface capabilities module and service logic mould are obtained in the source code file based on application program After block, it can be based on user interface capabilities module and logic of business functions module, application program generated, in the application program Source code file, which has been split, generates user interface capabilities module and logic of business functions module.
Scheme in embodiment of the disclosure can generate user interface capabilities module and service logic based on source code file Functional module, and application program is generated based on user interface capabilities module and logic of business functions module, with this solution, right When code corresponding to some user interface capabilities or logic of business functions of application program is safeguarded, due to the user interface Code in user interface capabilities module and logic of business functions module corresponding to function is the part generation in source code file Code, and code logic is relatively easy, therefore, technical staff can be directly to corresponding to the user interface capabilities or logic of business functions User function module and logic of business functions module in code safeguarded, make with this solution source code file generate use Family interface function module and logic of business functions module, realize the decoupling of operation layer and boundary layer, make to two kinds of generation The modification of code can be independent of each other, and convenient for the maintenance and modification of code, improve the readability of code, can greatly reduce dimension The time of shield and cost of labor.
In embodiment of the disclosure, at least one user interface capabilities module and at least one are generated based on source code file Logic of business functions module may include:
Source code file is split into at least one first subfile and at least one second subfile, at least one first Subfile is the file of user interface source code, at least one second subfile is the file of service logic source code;
According at least one the first subfile, at least one user interface capabilities module is generated;
According at least one the second subfile, at least one logic of business functions module is generated.
It wherein, is the file of the part of original code including source code file in the first subfile and the second subfile, The code for including in one subfile is user interface source code, and the code for including in the second subfile is service logic source code. In practical applications, can according to actual needs with the factors such as the user interface capabilities of application program and service logic, configuration the Each first subfile can be corresponded to and generate a user interface capabilities module by the number of one subfile and the second subfile, By each second subfile one logic of business functions module of corresponding generation.
In embodiment of the disclosure, in step S120, source code file is split into at least one first subfile and extremely Lack second subfile, may include:
According to the fractionation configuration file of pre-configuration, source code file is split into at least one first subfile and at least one A second subfile;
Wherein, splitting configuration file is the user interface capabilities according to corresponding to source code file and logic of business functions institute Determining file.
Wherein, splitting configuration file is the fractionation foundation split to source code file, and splitting configuration file can root It is configured according to actual demand, usually splitting configuration file can be based on the user interface capabilities and industry corresponding to source code file Business logic function is configured, can be according to the user interface function corresponding to source code file when configuration splits configuration file Can and logic of business functions, the corresponding code of multiple relevant user interface capabilities is split into first subfile, can also It, similarly, can be by multiple service logics the corresponding code of each user interface capabilities is split into corresponding first subfile The corresponding code of function splits into second subfile, the corresponding code of each logic of business functions can also be split into pair The second subfile answered.
In one example, if what is configured in fractionation configuration file is to split the corresponding code of multiple user interface capabilities At first subfile, the corresponding code of multiple logic of business functions is split into second subfile, if there are two User interface capabilities, i.e. user interface capabilities A and user interface capabilities B, when being split to source code file, according to prewired The fractionation configuration file set, can be according to the corresponding code of user interface capabilities A and user interface capabilities B in source code file Corresponding code obtains the first subfile a.Likewise, if there are two logic of business functions, i.e. logic of business functions C and business Logic function D, can be by service logic function according to the fractionation configuration file of pre-configuration when splitting to source code file The corresponding code of energy C and the corresponding code of logic of business functions D split into the second subfile b.
In another example, if what is configured in fractionation configuration file is to tear the corresponding code of each user interface capabilities open Be divided into corresponding first subfile, the corresponding code of each logic of business functions is split into corresponding second subfile, then it is false If there are two user interface capabilities, i.e. user interface capabilities A and user interface capabilities B, when being split to source code file, According to the fractionation configuration file of pre-configuration, the corresponding code of user interface capabilities A can be split into the first subfile c, will be used Interface function B corresponding code in family splits into the first subfile d.Likewise, if there are two logic of business functions, i.e. business is patrolled Function C and logic of business functions D is collected, when being split to source code file, according to the fractionation configuration file of pre-configuration, can be incited somebody to action The corresponding code of logic of business functions C splits into the second subfile e, and the corresponding code of logic of business functions D is split into second Subfile f.
In embodiment of the disclosure, this method can also include:
Data management module is generated, data management module is at least one user interface capabilities module and at least one industry The data sharing being engaged between the specified functional module in logic functional block.
Wherein, it can store in data management module in each user interface capabilities module and logic of business functions module Data can then supervise the data in user interface capabilities module and logic of business functions module by data management module Control, such as some parameter can be obtained then when needing to carry out data processing based on the parameter or show by data management module Get the parameter.Meanwhile data management module can also be to each mould in user interface capabilities module and logic of business functions module Data between block carry out data sharing, wherein the data between each module carry out that shared refer to can between each functional module With based on data management module carry out active communication, or by data management module control each functional module it is direct between connect Letter, for example, a functional module can send information to another functional module by data management module, is also possible to by counting One functional module is monitored according to management module, certain information in the functional module (can be matched according to actual needs Set) it is sent to another functional module, it can also be any function in user interface capabilities module and logic of business functions module Data in energy module carry out data sharings with other all modules other than the module.
In one example, if the data in some functional module of data management module monitoring change, root The data sharing mode configured according to actual demand are as follows: being total to for the specified data a between each module is realized by data management module It enjoys, then in this example, if there are three functional module, respectively functional module A, functional module B and functional module C, function There is above-mentioned specified data a, then according to the data sharing mode of above-mentioned configuration, data management module can be by function mould in modules A Specified data a and functional module B and functional module C in block A carry out data sharing, i.e. functional module B and functional module C To get the data a in functional module A.
In embodiment of the disclosure, in step S150, according at least one user interface capabilities module and at least one industry Business logic functional block, generates application program, may include:
According at least one user interface capabilities module, at least one logic of business functions module and data management module, Generate application program.
It wherein, also include data management module in the application program of generation based on the data management module of generation.
In embodiment of the disclosure, specified functional module may include at least one user interface capabilities module and at least one With the module of common parameter in a logic of business functions module, and/or, the needs concern registered to data management module is specified The registration module of parameter, data management module are specifically used for:
When the common parameter in any functional module in the module with common parameter changes, notice is except any Other functional modules with common parameter except functional module carry out the update of common parameter;
And/or it monitors specified parameter and is sent to the information after specified Parameters variation when specified parameter changes Registration module.
Wherein, common parameter refers to the parameter having at least two functional modules, such as user information;Then in data When management module is monitored at least two functional modules in family interface function module and logic of business functions module, simultaneously Also the common parameter is being monitored, when the common parameter in any functional module at least two functional modules changes, It is public that data management module can notify that other functional modules at least two functional modules in addition to any functional module carry out With the update of parameter.Specified parameter can be any parameter in common parameter, may not be common parameter, the specified parameter It indicates to need the parameter paid close attention to, then it, can be by the information after specified Parameters variation when monitoring the specified parameter and changing It is sent to registration module, registration module refers to paying close attention to the module of the specified parameter, can be at least one user interface capabilities Any functional module in module and at least one logic of business functions module.
In one example, by taking at least two functional modules are three functional modules as an example, these three functional modules are respectively Functional module A, functional module B and functional module C include parameter a in three functional modules, then parameter a is three function moulds The common parameter of block, then process functional module A, functional module B and functional module C being monitored in data management module In, if the common parameter a in functional module A changes, data management module can be with informing function module B and function mould Common parameter a in block C, functional module B and functional module C is updated.
In embodiment of the disclosure, common parameter is the parameter being pre-configured.
Wherein, common parameter can be common ginseng in each user interface capabilities module or logic of business functions module Number, for example, user information.Common parameter can be the parameter configured before application issued, wherein public configuring It can be according to actual needs common parameter by the parameter configuration that user compares concern, for example, in user information when parameter Head image information.Wherein, it can store the number in user interface capabilities module and logic of business functions module in data management module According to including wherein all common parameters.
In one example, at least two functional modules such as in user interface capabilities module and logic of business functions module In common parameter include common parameter a and common parameter b, the parameter registered to data management module then counts to specify parameter c According to management module during monitoring common parameter a, common parameter b and specified parameter c, if monitor common parameter a or Common parameter b changes, then can be to other functional modules with common parameter of the notice in addition to any functional module The update for carrying out common parameter, changes if monitoring specified parameter c, need to only send the information after specified Parameters variation To registration module.
Based on method shown in FIG. 1, embodiment of the disclosure additionally provides a kind of data processing method, as shown in Fig. 2, should Method may include:
Step S210 receives the operation requests of user by the user interface of application program.
Wherein, the operation requests of user refer to that relevant operation of the user in the user interface of application program is generated Request, the operation requests can indicate that user wants the request of some user interface capabilities in loading application programs, Yong Hu Operation concrete form in user interface can according to need configuration, for example, it may be user interface of the user in application program The trigger action of upper specified operating position.In practical applications, it can be identified and be touched by the associated trigger of the application program of client Specified trigger button or the input frame in the operation, such as client end interface are sent out, can also be the phonetic order of user.
Step S220 determines present user interface functional module corresponding with operation requests and currently according to operation requests Logic of business functions module, present user interface functional module are the user interface sources in the source code file based on application program The second module of at least one of at least one first functional module of code building, current business logic functional block are to be based on At least one module at least one functional module that business logic codes in source code file generate.
Step S230 carries out operation requests by present user interface functional module and current business logic functional block Corresponding processing.
Wherein, corresponding processing refers to data processing corresponding to family interface function module and logic of business functions module Data transfer rate between mode, such as each functional module, data sharing processing, data display processing etc..Wherein, specifically into Which kind of processing of row is determined by operation requests, for different operation requests, corresponding user interface capabilities module and business Logic module may be identical, it is also possible to and it is different, and the mode handled is typically different.
Scheme in embodiment of the disclosure can call corresponding user interface capabilities mould based on different operation requests Block and logic of business functions module do not need to call the functional module unrelated with the operation requests, due to user interface capabilities mould Block and logic of business functions module are that the source code file based on corresponding application program is split, then user interface capabilities Data volume corresponding to module and logic of business functions module is small with respect to the quantity of source code file, therefore, is being based on user circle When face functional module and logic of business functions module perform corresponding processing, it can call directly at corresponding functional module Reason, improves the treatment effeciency of data.
In embodiment of the disclosure, user interface capabilities module be based on determined by least one first subfile at least Module in one user interface capabilities module, logic of business functions module by based at least one second subfile determined to Module in a few logic of business functions module, at least one first subfile and at least one second subfile are based on source Subfile determined by code file.
In embodiment of the disclosure, application program further includes data management module, and data management module is used at least one The data sharing between specified functional module in user interface capabilities module and at least one logic of business functions module, the party Method can also include:
At least one user interface capabilities module and at least one logic of business functions mould are monitored by data management module The common parameter of module in block with common parameter;
When the common parameter in any functional module in the module with common parameter changes, notice is except any Other functional modules with common parameter except functional module carry out the update of common parameter;
And/or
Specified parameter is monitored, specifying parameter is at least one user interface capabilities module and at least one logic of business functions The parameter that the needs that module in module is registered to data management module are paid close attention to;
When specified parameter changes, the information after specified Parameters variation is sent to data management module and is had registered Pay close attention to the module of specified parameter.
Based on principle identical with method shown in Fig. 1, a kind of data processing dress is additionally provided in embodiment of the disclosure Set 30, as shown in figure 3, the data processing equipment 30 may include: source code obtain module 310, source code processing module 320 with And application program generation module 330, wherein
Source code obtains module 310, and for obtaining source code file, source code file includes the user interface of application program Source code and service logic source code;
Source code processing module 320, for generating at least one user interface capabilities module and extremely based on source code file A few logic of business functions module, at least one user interface capabilities module is function mould corresponding with user interface source code Block, at least one logic of business functions module are functional modules corresponding with service logic source code;
Application program generation module 330, for being patrolled according at least one user interface capabilities module and at least one business Functional module is collected, application program is generated.
Scheme in embodiment of the disclosure can generate user interface capabilities module and service logic based on source code file Functional module, and application program is generated based on user interface capabilities module and logic of business functions module, with this solution, right When code corresponding to some user interface capabilities or logic of business functions of application program is safeguarded, due to the user interface Code in user interface capabilities module and logic of business functions module corresponding to function is the part generation in source code file Code, and code logic is relatively easy, therefore, technical staff can be directly to corresponding to the user interface capabilities or logic of business functions User function module and logic of business functions module in code safeguarded, make with this solution source code file generate use Family interface function module and logic of business functions module, realize the decoupling of operation layer and boundary layer, make to two kinds of generation The modification of code can be independent of each other, and convenient for the maintenance and modification of code, improve the readability of code, can greatly reduce dimension The time of shield and cost of labor.
In embodiment of the disclosure, source code processing module is generating at least one user interface function based on source code file When energy module and at least one logic of business functions module, it is specifically used for:
Source code file is split into at least one first subfile and at least one second subfile, at least one first Subfile is the file of user interface source code, at least one second subfile is the file of service logic source code;
According at least one the first subfile, at least one user interface capabilities module is generated;
According at least one the second subfile, at least one logic of business functions module is generated.
In embodiment of the disclosure, source code file is being split at least one first subfile by source code processing module When at least one second subfile, it is specifically used for:
According to the fractionation configuration file of pre-configuration, source code file is split into at least one first subfile and at least one A second subfile;
Wherein, splitting configuration file is the user interface capabilities according to corresponding to source code file and logic of business functions institute Determining file.
In embodiment of the disclosure, which can also include:
Data management module generation module, for generating data management module, data management module is at least one use The data sharing between specified functional module in family interface function module and at least one logic of business functions module;
Application program generation module 330 is according at least one user interface capabilities module and at least one service logic function Energy module is specifically used for when generating application program:
According at least one user interface capabilities module, at least one logic of business functions module and data management module, Generate application program.
In embodiment of the disclosure, specified functional module includes at least one user interface capabilities module and at least one industry It is engaged in the module of common parameter in logic functional block, and/or, the needs registered to data management module pay close attention to specified parameter Registration module, data management module is specifically used for:
Monitor common parameter;
When the common parameter in any functional module in the module with common parameter changes, notice is except any Other functional modules with common parameter except functional module carry out the update of common parameter;
And/or
It monitors specified parameter and the information after specified Parameters variation is sent to registration mould when specified parameter changes Block.
A kind of data processing method shown in FIG. 1, realization principle can be performed in the data processing equipment of the embodiment of the present disclosure Similar, movement performed by each module in data processing equipment in each embodiment of the disclosure is and each embodiment of the disclosure In data processing method in step it is corresponding, for data processing equipment each module detailed functions description specifically may be used With referring to the description in corresponding data processing method shown in hereinbefore, details are not described herein again.
A kind of data processing equipment 40 is also provided based on the same principle with method shown in Fig. 2, in embodiment of the disclosure, As shown in figure 4, the device 40 may include: operation requests receiving module 410, at functional module determining module 420 and data Manage module 430, wherein
Operation requests receiving module 410 receives the operation requests of user for the user interface by application program;
Functional module determining module 420, for determining present user interface corresponding with operation requests according to operation requests Functional module and current business logic functional block, present user interface functional module are the source code files based on application program In the second module of at least one of at least one the first functional module of user interface source code building, current business logic Functional module is at least one mould at least one functional module generated based on the business logic codes in source code file Block;
Data processing module 430, for by present user interface functional module and current business logic functional block into The corresponding processing of row.
Scheme in embodiment of the disclosure can call corresponding user interface capabilities mould based on different operation requests Block and logic of business functions module do not need to call the functional module unrelated with the operation requests, due to user interface capabilities mould Block and logic of business functions module are that the source code file based on corresponding application program is split, then user interface capabilities Data volume corresponding to module and logic of business functions module is small with respect to the quantity of source code file, therefore, is being based on user circle When face functional module and logic of business functions module perform corresponding processing, it can call directly at corresponding functional module Reason, improves the treatment effeciency of data.
In embodiment of the disclosure, application program further includes data management module, which can also include:
Common parameter monitoring and update module, for monitoring at least one user interface capabilities mould by data management module The common parameter of module in block and at least one logic of business functions module with common parameter;In the mould with common parameter When the common parameter in any functional module in block changes, notice is other with public in addition to any functional module The functional module of parameter carries out the update of common parameter;
And/or
Specified parameter monitoring and update module, for monitoring specified parameter, specifying parameter is at least one user interface function The parameter that the needs that module in energy module and at least one logic of business functions module is registered to data management module are paid close attention to;? When specified parameter changes, the information after specified Parameters variation is sent to data management module and has registered the specified ginseng of concern Several modules.
A kind of data processing method shown in Fig. 2, realization principle can be performed in the data processing equipment of the embodiment of the present disclosure Similar, movement performed by each module in data processing equipment in each embodiment of the disclosure is and each embodiment of the disclosure In data processing method in step it is corresponding, for data processing equipment each module detailed functions description specifically may be used With referring to the description in corresponding data processing method shown in hereinbefore, details are not described herein again.
Based on principle identical with the data processing method in embodiment of the disclosure, present disclose provides a kind of electronics to set Standby, which includes processor and memory;Memory, for storing operational order;Processor, for by calling behaviour It instructs, executes method shown in any embodiment in the data processing method such as the disclosure.
Based on principle identical with the data processing method in embodiment of the disclosure, present disclose provides a kind of computers Readable storage medium storing program for executing, the storage medium are stored at least one instruction, at least a Duan Chengxu, code set or instruction set, at least one Item instruction, an at least Duan Chengxu, code set or instruction set are loaded by processor and are executed to realize the data processing such as the disclosure Method shown in any embodiment in method.
In embodiment of the disclosure, as shown in figure 5, it illustrates the electronic equipments for being suitable for being used to realize the embodiment of the present disclosure The structural schematic diagram of 50 (such as the terminal devices or server for realizing method shown in fig. 1 or fig. 2).In the embodiment of the present disclosure Electronic equipment can include but is not limited to such as mobile phone, laptop, digit broadcasting receiver, PDA (individual digital Assistant), PAD (tablet computer), PMP (portable media player), car-mounted terminal (such as vehicle mounted guidance terminal) etc. The fixed terminal of mobile terminal and such as number TV, desktop computer etc..Electronic equipment shown in Fig. 5 is only one and shows Example, should not function to the embodiment of the present disclosure and use scope bring any restrictions.
As shown in figure 5, electronic equipment 50 may include processing unit (such as central processing unit, graphics processor etc.) 501, It can be loaded into random access storage according to the program being stored in read-only memory (ROM) 502 or from storage device 508 Program in device (RAM) 503 and execute various movements appropriate and processing.In RAM 503, it is also stored with the behaviour of electronic equipment 30 Various programs and data needed for making.Processing unit 501, ROM 502 and RAM 503 are connected with each other by bus 504.It is defeated Enter/export (I/O) interface 505 and is also connected to bus 504.
In general, following device can connect to I/O interface 505: including such as touch screen, touch tablet, keyboard, mouse, taking the photograph As the input unit 506 of head, microphone, accelerometer, gyroscope etc.;Including such as liquid crystal display (LCD), loudspeaker, vibration The output device 507 of dynamic device etc.;Storage device 508 including such as tape, hard disk etc.;And communication device 509.Communication device 509, which can permit electronic equipment 50, is wirelessly or non-wirelessly communicated with other equipment to exchange data.Although Fig. 5, which is shown, to be had The electronic equipment 50 of various devices, it should be understood that being not required for implementing or having all devices shown.It can substitute Implement or have more or fewer devices in ground.
Particularly, in accordance with an embodiment of the present disclosure, it may be implemented as computer above with reference to the process of flow chart description Software program.For example, embodiment of the disclosure includes a kind of computer program product comprising be carried on computer-readable medium On computer program, which includes the program code for method shown in execution flow chart.In such reality It applies in example, which can be downloaded and installed from network by communication device 509, or from storage device 508 It is mounted, or is mounted from ROM 502.When the computer program is executed by processing unit 501, the embodiment of the present disclosure is executed Method in the above-mentioned function that limits.
It should be noted that the above-mentioned computer-readable medium of the disclosure can be computer-readable signal media or meter Calculation machine readable storage medium storing program for executing either the two any combination.Computer readable storage medium for example can be --- but not Be limited to --- electricity, magnetic, optical, electromagnetic, infrared ray or semiconductor system, device or device, or any above combination.Meter The more specific example of calculation machine readable storage medium storing program for executing can include but is not limited to: have the electrical connection, just of one or more conducting wires Taking formula computer disk, hard disk, random access storage device (RAM), read-only memory (ROM), erasable type may be programmed read-only storage Device (EPROM or flash memory), optical fiber, portable compact disc read-only memory (CD-ROM), light storage device, magnetic memory device, Or above-mentioned any appropriate combination.In the disclosure, computer readable storage medium can be it is any include or storage journey The tangible medium of sequence, the program can be commanded execution system, device or device use or in connection.And at this In open, computer-readable signal media may include in a base band or as the data-signal that carrier wave a part is propagated, In carry computer-readable program code.The data-signal of this propagation can take various forms, including but not limited to Electromagnetic signal, optical signal or above-mentioned any appropriate combination.Computer-readable signal media can also be computer-readable and deposit Any computer-readable medium other than storage media, the computer-readable signal media can send, propagate or transmit and be used for By the use of instruction execution system, device or device or program in connection.Include on computer-readable medium Program code can transmit with any suitable medium, including but not limited to: electric wire, optical cable, RF (radio frequency) etc. are above-mentioned Any appropriate combination.
Above-mentioned computer-readable medium can be included in above-mentioned electronic equipment;It is also possible to individualism, and not It is fitted into the electronic equipment.
Above-mentioned computer-readable medium carries one or more program, when said one or multiple programs are by the electricity When sub- equipment executes, so that the electronic equipment executes method shown in above method embodiment;Alternatively, above-mentioned computer-readable Jie Matter carries one or more program, when said one or multiple programs are executed by the electronic equipment, so that the electronics Equipment executes method shown in above method embodiment.
The calculating of the operation for executing the disclosure can be write with one or more programming languages or combinations thereof Machine program code, above procedure design language include object oriented program language-such as Java, Smalltalk, C+ +, it further include conventional procedural programming language-such as " C " language or similar programming language.Program code can Fully to execute, partly execute on the user computer on the user computer, be executed as an independent software package, Part executes on the remote computer or executes on a remote computer or server completely on the user computer for part. In situations involving remote computers, remote computer can pass through the network of any kind --- including local area network (LAN) Or wide area network (WAN)-is connected to subscriber computer, or, it may be connected to outer computer (such as utilize Internet service Provider is connected by internet).
Flow chart and block diagram in attached drawing are illustrated according to the system of the various embodiments of the disclosure, method and computer journey The architecture, function and operation in the cards of sequence product.In this regard, each box in flowchart or block diagram can generation A part of one module, program segment or code of table, a part of the module, program segment or code include one or more use The executable instruction of the logic function as defined in realizing.It should also be noted that in some implementations as replacements, being marked in box The function of note can also occur in a different order than that indicated in the drawings.For example, two boxes succeedingly indicated are actually It can be basically executed in parallel, they can also be executed in the opposite order sometimes, and this depends on the function involved.Also it to infuse Meaning, the combination of each box in block diagram and or flow chart and the box in block diagram and or flow chart can be with holding The dedicated hardware based system of functions or operations as defined in row is realized, or can use specialized hardware and computer instruction Combination realize.
Being described in unit involved in the embodiment of the present disclosure can be realized by way of software, can also be by hard The mode of part is realized.Wherein, the title of unit does not constitute the restriction to the unit itself under certain conditions, for example, the One acquiring unit is also described as " obtaining the unit of at least two internet protocol addresses ".
Above description is only the preferred embodiment of the disclosure and the explanation to institute's application technology principle.Those skilled in the art Member is it should be appreciated that the open scope involved in the disclosure, however it is not limited to technology made of the specific combination of above-mentioned technical characteristic Scheme, while should also cover in the case where not departing from design disclosed above, it is carried out by above-mentioned technical characteristic or its equivalent feature Any combination and the other technical solutions formed.Such as features described above has similar function with (but being not limited to) disclosed in the disclosure Can technical characteristic replaced mutually and the technical solution that is formed.

Claims (11)

1. a kind of data processing method characterized by comprising
Source code file is obtained, the source code file includes user interface source code and the service logic source generation of application program Code;
At least one user interface capabilities module and at least one logic of business functions module are generated based on the source code file, At least one described user interface capabilities module is functional module corresponding with the user interface source code, it is described at least one Logic of business functions module is functional module corresponding with the service logic source code;
According at least one described user interface capabilities module and at least one described logic of business functions module, answered described in generation Use program.
2. the method according to claim 1, wherein described generate at least one use based on the source code file Family interface function module and at least one logic of business functions module, comprising:
The source code file is split into at least one first subfile and at least one second subfile, it is described at least one First subfile is the file of the user interface source code, at least one described second subfile is service logic source generation The file of code;
According at least one described first subfile, at least one user interface capabilities module is generated;
According at least one described second subfile, at least one logic of business functions module is generated.
3. according to the method described in claim 2, it is characterized in that, it is described by the source code file split at least one One subfile and at least one second subfile, comprising:
According to the fractionation configuration file of pre-configuration, the source code file is split into at least one first subfile and at least one A second subfile;
Wherein, the fractionation configuration file is the user interface capabilities according to corresponding to the source code file and service logic function File determined by energy.
4. according to the method in any one of claims 1 to 3, which is characterized in that further include:
Generate data management module, the data management module be used at least one described user interface capabilities module and it is described extremely The data sharing between specified functional module in a few logic of business functions module;
Described at least one user interface capabilities module according to and at least one described logic of business functions module generate institute State application program, comprising:
According at least one described user interface capabilities module, at least one described logic of business functions module and the data pipe Module is managed, the application program is generated.
5. according to the method described in claim 4, it is characterized in that, the specified functional module includes at least one described user With the module of common parameter in interface function module and at least one described logic of business functions module, and/or, to the number The registration module of specified parameter is paid close attention to according to the needs of management module registration, the data management module is specifically used for:
Monitor the common parameter;
When the common parameter in any functional module in the module with the common parameter changes, notice is removed Other functional modules with the common parameter except any functional module carry out the update of the common parameter;
And/or
The specified parameter is monitored, when the specified parameter changes, the information after the specified Parameters variation is sent To the registration module.
6. a kind of data processing method characterized by comprising
By the user interface of application program, the operation requests of user are received;
According to the operation requests, determine that present user interface functional module corresponding with the operation requests and current business are patrolled Functional module is collected, the present user interface functional module is the user interface in the source code file based on the application program The second module of at least one of at least one the first functional module that source code generates, the current business logic functional block It is at least one module at least one functional module generated based on the business logic codes in the source code file;
The operation requests are carried out by the present user interface functional module and the current business logic functional block Corresponding processing.
7. described according to the method described in claim 6, it is characterized in that, the application program further includes data management module Method further include:
At least one described user interface capabilities module is monitored by the data management module and at least one described business is patrolled Collect the common parameter of the module in functional module with common parameter;
When the common parameter in any functional module in the module with the common parameter changes, notice is removed Other functional modules with the common parameter except any functional module carry out the update of the common parameter;
And/or
Specified parameter is monitored, the specified parameter is at least one described user interface capabilities module and at least one described business The parameter that the needs that module in logic functional block is registered to the data management module are paid close attention to;
When the specified parameter changes, the information after the specified Parameters variation is sent to the data management mould Block has registered the module for paying close attention to the specified parameter.
8. a kind of data processing equipment characterized by comprising
Source code obtains module, and for obtaining source code file, the source code file includes the user interface source of application program Code and service logic source code;
Source code processing module, for generating at least one user interface capabilities module and at least one based on the source code file A logic of business functions module, at least one described user interface capabilities module are function corresponding with the user interface source code Energy module, at least one described logic of business functions module is functional module corresponding with the service logic source code;
Application program generation module, for being patrolled according at least one described user interface capabilities module and at least one described business Functional module is collected, the application program is generated.
9. a kind of data processing equipment characterized by comprising
Operation requests receiving module receives the operation requests of user for the user interface by application program;
Functional module determining module, for determining active user circle corresponding with the operation requests according to the operation requests Face functional module and current business logic functional block, the present user interface functional module are based on the application program The second module of at least one of at least one first functional module of user interface source code building in source code file, institute Stating current business logic functional block is at least one function of being generated based on the business logic codes in the source code file At least one module in module;
Data processing module, for passing through the present user interface functional module and the current business logic functional block pair The operation requests perform corresponding processing.
10. a kind of electronic equipment characterized by comprising
Processor and memory;
The memory, for storing computer operation instruction;
The processor, for executing any one of the claims 1 to 7 institute by calling the computer operation instruction The method stated.
11. a kind of computer readable storage medium, which is characterized in that be stored with computer on the computer readable storage medium Program, the storage medium are stored at least one instruction, at least a Duan Chengxu, code set or instruction set, and described at least one Instruction, an at least Duan Chengxu, the code set or instruction set are loaded by the processor and are executed to realize aforesaid right It is required that method described in any one of 1 to 7.
CN201811460045.1A 2018-11-30 2018-11-30 Data processing method and device, electronic equipment and computer readable storage medium Active CN109582310B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811460045.1A CN109582310B (en) 2018-11-30 2018-11-30 Data processing method and device, electronic equipment and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811460045.1A CN109582310B (en) 2018-11-30 2018-11-30 Data processing method and device, electronic equipment and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN109582310A true CN109582310A (en) 2019-04-05
CN109582310B CN109582310B (en) 2022-11-25

Family

ID=65925787

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811460045.1A Active CN109582310B (en) 2018-11-30 2018-11-30 Data processing method and device, electronic equipment and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN109582310B (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110187902A (en) * 2019-04-15 2019-08-30 中国平安人寿保险股份有限公司 Project remodeling method, device, equipment and storage medium based on spring boot
CN110750262A (en) * 2019-09-25 2020-02-04 北京爱接力科技发展有限公司 Robot system interface display method and device and robot
CN111338633A (en) * 2020-02-10 2020-06-26 Oppo(重庆)智能科技有限公司 Installation-free file generation method and device and electronic equipment
CN111694402A (en) * 2020-06-11 2020-09-22 翱捷科技(上海)有限公司 Control method of single-chip heterogeneous system and wearable device
CN111694532A (en) * 2020-06-11 2020-09-22 翱捷科技(上海)有限公司 Display control method of single-chip heterogeneous system and wearable device
CN112799660A (en) * 2021-01-21 2021-05-14 三一重工股份有限公司 Application program generation method and device
CN113434173A (en) * 2021-06-24 2021-09-24 青岛海尔科技有限公司 Data processing method, data processing device, storage medium and electronic equipment
CN113495727A (en) * 2020-04-07 2021-10-12 腾讯科技(深圳)有限公司 Business component development method and device, electronic equipment and medium
CN113778421A (en) * 2021-09-16 2021-12-10 京东方科技集团股份有限公司 Method and equipment for generating service code
CN113794891A (en) * 2021-07-30 2021-12-14 北京达佳互联信息技术有限公司 Interface processing method, electronic device and computer readable storage medium
CN113835680A (en) * 2020-06-24 2021-12-24 腾讯科技(成都)有限公司 Application program generation method and device, electronic equipment and computer storage medium
CN110187902B (en) * 2019-04-15 2024-06-07 中国平安人寿保险股份有限公司 Project transformation method, device, equipment and storage medium based on spring boot

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090113386A1 (en) * 2005-08-18 2009-04-30 Johan Eker Object code generation for increased delta performance
CN101872305A (en) * 2010-06-08 2010-10-27 用友软件股份有限公司 UI (User Interface) performance and service logic separation method and system
US20130152042A1 (en) * 2011-12-08 2013-06-13 International Business Machines Corporation Automated and heuristically managed solution to quantify cpu and path length cost of instructions added, changed or removed by a service team
CN103645901A (en) * 2013-12-16 2014-03-19 上海证券交易所 Event chain based user interface plugin interaction method
CN104077666A (en) * 2014-07-17 2014-10-01 北京中电拓方科技发展有限公司 Production scheduling management system making production procedure be executable and executing plan automatically
US20140359495A1 (en) * 2013-06-04 2014-12-04 International Business Machines Corporation Generating a context for translating strings based on associated application source code and markup
US9223546B1 (en) * 2005-03-15 2015-12-29 Open Invention Network, Llc Code generator tool for building software applications with reusable components
US20160092178A1 (en) * 2014-09-25 2016-03-31 International Business Machines Corporation Method and system for model driven development
CN106484435A (en) * 2016-10-26 2017-03-08 合肥润客软件科技有限公司 A kind of Integrated Software research and development management system based on Flex
CN107622431A (en) * 2016-07-15 2018-01-23 长沙海商网络技术有限公司 The whole network pc+ wechat+app multi-user mall systems
CN108228146A (en) * 2016-12-15 2018-06-29 长沙海商网络技术有限公司 A kind of marketing management system based on the exploitation of JQuery plug-in types

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9223546B1 (en) * 2005-03-15 2015-12-29 Open Invention Network, Llc Code generator tool for building software applications with reusable components
US20090113386A1 (en) * 2005-08-18 2009-04-30 Johan Eker Object code generation for increased delta performance
CN101872305A (en) * 2010-06-08 2010-10-27 用友软件股份有限公司 UI (User Interface) performance and service logic separation method and system
US20130152042A1 (en) * 2011-12-08 2013-06-13 International Business Machines Corporation Automated and heuristically managed solution to quantify cpu and path length cost of instructions added, changed or removed by a service team
US20140359495A1 (en) * 2013-06-04 2014-12-04 International Business Machines Corporation Generating a context for translating strings based on associated application source code and markup
CN103645901A (en) * 2013-12-16 2014-03-19 上海证券交易所 Event chain based user interface plugin interaction method
CN104077666A (en) * 2014-07-17 2014-10-01 北京中电拓方科技发展有限公司 Production scheduling management system making production procedure be executable and executing plan automatically
US20160092178A1 (en) * 2014-09-25 2016-03-31 International Business Machines Corporation Method and system for model driven development
CN107622431A (en) * 2016-07-15 2018-01-23 长沙海商网络技术有限公司 The whole network pc+ wechat+app multi-user mall systems
CN106484435A (en) * 2016-10-26 2017-03-08 合肥润客软件科技有限公司 A kind of Integrated Software research and development management system based on Flex
CN108228146A (en) * 2016-12-15 2018-06-29 长沙海商网络技术有限公司 A kind of marketing management system based on the exploitation of JQuery plug-in types

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
洋葱汪: "Qt计算器界面的实现", 《HTTPS://BLOG.CSDN.NET/QQ_39654127/ARTICLE/DETAILS/81016377》 *
洋葱汪: "用户界面与业务逻辑的分离", 《HTTPS://BLOG.CSDN.NET/QQ_39654127/ARTICLE/DETAILS/81046240》 *
洋葱汪: "计算器核心解析算法", 《HTTPS://BLOG.CSDN.NET/QQ_39654127/ARTICLE/DETAILS/81036711》 *

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110187902B (en) * 2019-04-15 2024-06-07 中国平安人寿保险股份有限公司 Project transformation method, device, equipment and storage medium based on spring boot
CN110187902A (en) * 2019-04-15 2019-08-30 中国平安人寿保险股份有限公司 Project remodeling method, device, equipment and storage medium based on spring boot
CN110750262A (en) * 2019-09-25 2020-02-04 北京爱接力科技发展有限公司 Robot system interface display method and device and robot
CN111338633A (en) * 2020-02-10 2020-06-26 Oppo(重庆)智能科技有限公司 Installation-free file generation method and device and electronic equipment
CN111338633B (en) * 2020-02-10 2023-08-15 Oppo(重庆)智能科技有限公司 Method and device for generating installation-free file and electronic equipment
CN113495727A (en) * 2020-04-07 2021-10-12 腾讯科技(深圳)有限公司 Business component development method and device, electronic equipment and medium
CN111694532A (en) * 2020-06-11 2020-09-22 翱捷科技(上海)有限公司 Display control method of single-chip heterogeneous system and wearable device
CN111694402B (en) * 2020-06-11 2021-10-01 翱捷科技股份有限公司 Control method of single-chip heterogeneous system and wearable device
CN111694402A (en) * 2020-06-11 2020-09-22 翱捷科技(上海)有限公司 Control method of single-chip heterogeneous system and wearable device
CN113835680A (en) * 2020-06-24 2021-12-24 腾讯科技(成都)有限公司 Application program generation method and device, electronic equipment and computer storage medium
CN112799660A (en) * 2021-01-21 2021-05-14 三一重工股份有限公司 Application program generation method and device
CN113434173A (en) * 2021-06-24 2021-09-24 青岛海尔科技有限公司 Data processing method, data processing device, storage medium and electronic equipment
CN113434173B (en) * 2021-06-24 2023-06-09 青岛海尔科技有限公司 Data processing method, device, storage medium and electronic equipment
CN113794891A (en) * 2021-07-30 2021-12-14 北京达佳互联信息技术有限公司 Interface processing method, electronic device and computer readable storage medium
CN113794891B (en) * 2021-07-30 2023-08-18 北京达佳互联信息技术有限公司 Interface processing method, electronic device and computer readable storage medium
CN113778421A (en) * 2021-09-16 2021-12-10 京东方科技集团股份有限公司 Method and equipment for generating service code

Also Published As

Publication number Publication date
CN109582310B (en) 2022-11-25

Similar Documents

Publication Publication Date Title
CN109582310A (en) Data processing method, device, electronic equipment and computer readable storage medium
CN109523187A (en) Method for scheduling task, device and equipment
CN110191231A (en) A kind of unread message based reminding method, device, terminal device and storage medium
CN110096344A (en) Task management method, system, server cluster and computer-readable medium
CN109299088A (en) Mass data storage means, device, storage medium and electronic equipment
CN109408205A (en) Method for scheduling task and device based on hadoop cluster
CN109446309A (en) Problem feedback method and device
CN110413812A (en) Training method, device, electronic equipment and the storage medium of neural network model
CN111309415B (en) User Interface (UI) information processing method and device of application program and electronic equipment
CN110389796A (en) Edit operation processing method, device and electronic equipment
CN109408481A (en) Update method, device, electronic equipment and the readable medium of log collection rule
CN110209315A (en) The display methods of character, device, electronic equipment and storage medium in user interface
CN110391938A (en) Method and apparatus for deployment services
CN110390493A (en) Task management method, device, storage medium and electronic equipment
CN109788334A (en) Barrage processing method, device, electronic equipment and computer readable storage medium
CN110191356A (en) Video reviewing method, device and electronic equipment
CN110286928A (en) Interface element update method, device, electronic equipment and the storage medium of application program
CN109145530A (en) Online document automatic authorization method, apparatus and electronic equipment
CN110134480A (en) Processing method, device, electronic equipment and the storage medium of user's trigger action
CN110059064A (en) Journal file processing method, device and computer readable storage medium
CN109492039A (en) A kind of recording method of daily record data, device, electronic equipment and readable medium
CN109697034A (en) A kind of method for writing data, device, electronic equipment and storage medium
CN109165723A (en) Method and apparatus for handling data
CN109684116B (en) Data sharing method, device, equipment and medium
CN109976800A (en) Message informing method, device, equipment and storage medium based on Gitlab

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