CN110908646B - Building block type callback function block construction method and device, storage medium and processor - Google Patents

Building block type callback function block construction method and device, storage medium and processor Download PDF

Info

Publication number
CN110908646B
CN110908646B CN201911189293.1A CN201911189293A CN110908646B CN 110908646 B CN110908646 B CN 110908646B CN 201911189293 A CN201911189293 A CN 201911189293A CN 110908646 B CN110908646 B CN 110908646B
Authority
CN
China
Prior art keywords
callback function
building block
function
display area
block
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
CN201911189293.1A
Other languages
Chinese (zh)
Other versions
CN110908646A (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.)
Suzhou Jingyihui Information Technology Co ltd
Original Assignee
Suzhou Jingyihui Information 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 Suzhou Jingyihui Information Technology Co ltd filed Critical Suzhou Jingyihui Information Technology Co ltd
Priority to CN201911189293.1A priority Critical patent/CN110908646B/en
Publication of CN110908646A publication Critical patent/CN110908646A/en
Application granted granted Critical
Publication of CN110908646B publication Critical patent/CN110908646B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • G06F8/315Object-oriented languages
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a building block type callback function block construction method, a building block type callback function block construction device, a storage medium and a processor, wherein the method comprises the following steps: receiving definition content of a callback function building block, wherein the definition content comprises the name of a callback function and N function parameters of the callback function, and N is a natural number; analyzing the definition content to generate the callback function building block; displaying the callback function building block, the callback function building block comprising: the first display area comprises the name of the callback function and N function parameters of the callback function; the second display area is positioned in the first display area and used for receiving the dragged building block logic, so that the function processing of the callback property is realized, the problem that only one service logic can be processed in the current realization process is solved, the interaction between the client and the server can be conveniently carried out, the complex service logic is processed, the development efficiency is further improved, and the application space of the building block programming technology is expanded.

Description

Building block type callback function block construction method and device, storage medium and processor
Technical Field
The invention relates to the field of graphical information processing, in particular to a building block type callback function block construction method, a building block type callback function block construction device, a storage medium and a processor.
Background
The building block type programming method has the advantages that the building block type programming is represented by Scratch and Google Block abroad, programming cats are used domestically, the building block type programming method is increasingly used in the field of teenager education, and teenagers can realize the design of software logic in a mode similar to splicing of building blocks and teach through lively activities, so that the software development difficulty and requirements are reduced. Due to the easy-to-use characteristic of the building block programming technology, the development of application software such as few internet of things software products and APP client software is also trying to introduce the technology so as to realize the rapid design and adjustment of software logic.
The callback function usually refers to a function of a client side which is executed first, a method of a server side is called in the function, and after the execution of the method of the server side is completed, a logic of callback is executed on the client side. Callback functions have become indispensable programming methods in existing commercial application software based on code programming, and commonly used Web APIs such as front-end page JavaScript call a back-end server.
The existing building block programming technology is realized based on a process-oriented programming idea, and can only process service logic at a certain end, for example, only process simple service logic at a client or a server, but cannot realize function processing with callback property.
Disclosure of Invention
In view of the above deficiencies of the prior art, an object of the present invention is to provide a building block callback function block construction method, device, storage medium and processor, which aim to solve the problem that only a certain end of service logic can be processed, and only simple service logic can be processed in the prior art.
According to a first aspect of the invention, a building block type callback function block construction method is provided, the method comprising:
receiving definition content of a callback function building block, wherein the definition content comprises the name of a callback function and N function parameters of the callback function, and N is a natural number;
analyzing the definition content to generate the callback function building block;
displaying the callback function building block, the callback function building block comprising:
the first display area comprises the name of the callback function and N function parameters of the callback function;
and the second display area is positioned in the first display area and is used for receiving the dragged building block logic.
Optionally, the function of the first display area of the callback function building block is executed, and the logic of the second display area is executed after the function of the first display area is executed.
Optionally, the definition content further includes a return value, where the return value refers to a return result after the callback function is executed.
Optionally, a return variable identifier is automatically generated according to the return value.
Optionally, the return value is empty and a building block to be assigned is to be received.
Optionally, the return value is used as an input value and assigned to a defined variable.
Optionally, the parameter type is saved according to the parameter definition, and a parameter list is automatically generated.
According to a second aspect of the present invention, there is provided a modular callback function block construction apparatus, the apparatus comprising:
the receiving module is used for receiving definition contents of a callback function building block, wherein the definition contents comprise names of callback functions and N function parameters of the callback functions, and N is a natural number;
the analysis module is used for analyzing the definition content and generating the callback function building block;
a display module for displaying the callback function building block, the callback function building block comprising:
the first display area comprises the name of the callback function and N function parameters of the callback function;
and the second display area is positioned in the first display area and is used for receiving the dragged building block logic.
According to a third aspect of the present invention, there is provided a storage medium including a stored program and data processed by the program, wherein the program executes the building block callback function block construction method based on the above.
According to a fourth aspect of the present invention, there is provided a processor for executing a program, wherein the program executes the building block callback function block building method described above when running.
Has the advantages that: the invention discloses a building block type callback function block construction method, a building block type callback function block construction device, a storage medium and a processor.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this application, illustrate embodiments of the application and, together with the description, serve to explain the application and are not intended to limit the application. In the drawings:
FIG. 1 is a flow diagram illustrating a building block callback function block construction method according to an embodiment of the invention;
FIG. 2a shows a block diagram of a building block method of building a modular callback function block according to an embodiment of the invention;
FIG. 2b is a block diagram illustrating a method for building a modular callback function block according to an embodiment of the present invention;
FIG. 2c shows a block diagram of a building block method of building a modular callback function block of an embodiment of the present invention;
FIG. 2d shows a block diagram of a building block method of building a modular callback function block of an embodiment of the present invention;
FIG. 3a shows a block variable diagram of a building block callback function block construction method of an embodiment of the present invention;
FIG. 3b shows a block variable diagram of a building block callback function block construction method of an embodiment of the present invention;
FIG. 4 shows a block diagram of a building block callback function block construction apparatus according to an embodiment of the present invention.
Detailed Description
It should be noted that the embodiments and features of the embodiments in the present application may be combined with each other without conflict. The present application will be described in detail below with reference to the embodiments with reference to the attached drawings.
In order to make the technical solutions better understood by those skilled in the art, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only partial embodiments of the present application, but not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
It should be noted that the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover non-exclusive inclusions, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
FIG. 1 shows a flow chart of a building block callback function block construction method according to an embodiment of the invention, and the building block callback function block construction method according to the embodiment of FIG. 1 comprises the following steps:
step S110, receiving definition content of a callback function building block, wherein the definition content comprises the name of a callback function and N function parameters of the callback function, and N is a natural number.
In the embodiment of the invention, when the number N of the parameters of the callback function is 0, the definition content of the callback function building block only contains the name of the callback function.
The default parameter definitions of the system, such as ID, URL address, request mode, etc., are not described in detail.
And step S120, analyzing the definition content and generating the callback function building block.
The received callback function definition may contain a return value that is required differently for different purposes. There are at least three cases with return values:
according to the return value, in order to reduce the variable self-defining process, a return variable identifier is automatically generated;
and returning the vacancy of the value according to the definition content, receiving the building block to be assigned, and dragging the building block corresponding to the returned value into the vacancy area by the user. The assignment of the return value of the callback function is flexible, and what building block is dragged by a user determines the assignment of the return value to the building block;
and according to the definition content, taking the return value as an input value and assigning the input value to the defined variable. The return value of the callback function is also flexibly assigned, and the defined variable can be selected in a pull-down menu mode.
And step S130, displaying the callback function building block.
The displayed callback function building block includes two regions:
the first display area comprises the name of the callback function and N function parameters of the callback function;
and the second display area is positioned in the first display area and is used for receiving the building blocks dragged into the callbacks.
According to the parameter definition, saving the parameter type, automatically generating a parameter list, and before displaying, judging steps can exist: when the number of the parameters is too large, the transverse length of the first display area of the callback function building block exceeds M times of a display interface (M is more than or equal to 2, M is a positive number), the scroll bar is dragged to check, the efficiency is affected, in order to reduce the operation of dragging the scroll bar, a user can check conveniently, and the parameters of the first display area of the callback function building block are automatically converted into longitudinal external input.
Likewise, the second display area may be dragged too many building blocks and displayed too long, using the same processing logic as the first display area.
Or, the method has no judgment step and automatically displays the parameters in a longitudinal external input mode as long as the parameters exist.
Checking the parameter type, judging the parameter type of the received building block when the dragged building block is connected to the callback function, wherein building blocks with different parameter types cannot be connected together, for example, building blocks of a numerical type and a date type cannot be connected.
And confirming that the callback function building block is completed, receiving a request of a client calling a server, executing the function of the first display area of the callback function building block, and executing the logic of the second display area after the function of the first display area is completely executed. There are two methods for performing the processing for the second display area:
the first method comprises the following steps: no matter the second display area has the building block which is dragged or not, the logic of the second display area is directly executed after the first display area function is executed;
and the second method comprises the following steps: after the first display area function is executed, whether the second display area has the dragged building block is judged, and if yes, the logic of the second display area is executed.
After building the building blocks of the callback function, the interaction between the client and the server is realized, the problem that the existing building block programming can only process the service logic of a certain end in the realization process is solved, the development efficiency is further improved, and the application space of the building block programming technology is expanded.
FIG. 2a is a block diagram of a building block callback function block construction method according to an embodiment of the present invention, and as shown in FIG. 2a, the callback function block is of a type having a parameter with a return value. Defining a callback function building block of 'acquiring user list', wherein the definition content comprises a callback function name 'acquiring user list', the parameter of the callback function is defined as 'name', the return value of the callback function is user data meeting the condition, the variable identifier 'k' is a unique return variable identifier, and the default parameter is a request link and a request mode. The callback function building block is analyzed and displayed to be in an inverted U shape, the first display area is the name and the parameters of the callback function building block, and the second display area is used for assigning the variable value ' k.results ' after the first display area function is executed to ' user information.
The shape of the callback function is not limited to an inverted U shape, and the embodiment is only a default display mode of the system; outside the parameters, "()", ": "display is for convenience of use and need not be; and directly executing the logic of the second display area after the execution of the first display area function is finished.
FIG. 2b is a block diagram of a building block of the building block callback function block construction method according to the embodiment of the present invention, and as shown in FIG. 2b, the callback function block is of a type having a parameter or no return value. Defining a 'delete user' callback function building block, wherein the definition content comprises a callback function name 'delete user', the parameter of the callback function is defined as 'id', and the default parameter is a request link and a request mode. The callback function building blocks are analyzed and displayed to be in an inverted U shape, the first display area is the name and the parameters of the callback function building blocks, and the second display area is empty.
The shape of the callback function is not limited to an inverted U shape, and the embodiment is only a default display mode of the system; outside the parameters, "()", ": "display is for convenience of use and need not be; and directly executing the logic of the second display area after the execution of the first display area function is finished.
FIG. 2c is a block diagram of a building block of the building block callback function block construction method according to the embodiment of the present invention, and as shown in FIG. 2c, the callback function block is of a type having no parameter and a return value. Defining a callback function building block of 'acquiring all users', wherein the definition content comprises the name of a callback function 'acquiring all users', the return value of the callback function is user data meeting the condition, the variable identifier 'j' is a unique return variable identifier, and the default parameters are a request link and a request mode. The callback function building block is analyzed and displayed to be in an inverted U shape, the first display area is the name of the callback function building block, and the second display area is used for assigning the variable value ' j.results ' of the executed first display area function to ' user information.
The shape of the callback function is not limited to an inverted U shape, and the embodiment is only a default display mode of the system; the "()" display outside the parameter is for convenience of use and does not have to be displayed; and after the first display area function is executed, judging whether the second display area has the dragged building block or not, and executing the logic of the second display area if the second display area has the dragged building block.
FIG. 2d is a block diagram of a building block of the building block callback function block construction method according to the embodiment of the present invention, and as shown in FIG. 2d, the callback function block is of a type without a parameter and a return value. Defining a 'refresh user view' callback function building block, wherein the definition content comprises a callback function name 'refresh user view', and default parameters are request links and a request mode. The callback function building blocks are analyzed and displayed to be in an inverted U shape, the first display area is the name of the callback function building blocks, and the second display area is empty.
The shape of the callback function is not limited to an inverted U shape, and the embodiment is only a default display mode of the system; the "()" display outside the parameter is for convenience of use and does not have to be displayed; and after the first display area function is executed, judging whether the second display area has the dragged building block or not, and if not, not executing the logic of the second display area.
FIG. 3a shows a block variable diagram of a building block construction method of a building block callback function block according to an embodiment of the present invention, as shown in FIG. 3a, a callback function block of "query product list" is defined, the definition content includes the name of the callback function "query product list", the variable content of the callback function block is vacant, the variable block to be assigned is dragged by the user, and the default parameters are request links and request modes. The callback function building blocks are analyzed and displayed to be in an inverted U shape, the first display area is the name and the variable of the callback function building blocks, and the second display area is empty.
FIG. 3b shows a block variable diagram of a building block callback function block construction method of an embodiment of the present invention; as shown in fig. 3b, a callback function building block "query product list" is defined, the definition content includes the name of the callback function "query product list", the variable content of the callback function building block is a variable in a pull-down selection form, the return value of the callback function is used as an input value and is assigned to the defined pull-down selection variable, and the default parameters are a request link and a request mode. The callback function building blocks are analyzed and displayed to be in an inverted U shape, the first display area is the name and the variable of the callback function building blocks, and the second display area is empty.
FIG. 4 shows a schematic block diagram of a building block callback function block construction apparatus according to an embodiment of the present invention, including, according to FIG. 4:
the receiving module 410 is configured to receive definition content of a callback function building block, where the definition content includes a name of a callback function and N function parameters of the callback function, where N is a natural number.
And the analysis module 420 is used for analyzing and generating the callback function building block according to the definition content.
A display module 430, configured to display the callback function building block, where the callback function building block includes:
a first display unit 431, configured to display a first display area, including the name of the callback function and N function parameters of the callback function;
a second display unit 432 for a second display area, located within the first display area, for receiving the dragged-in building block logic.
The system further comprises an execution module, which is used for executing the function of the first display area of the call-back function building block and executing the logic of the second display area after the function of the first display area is executed.
The technical solution of the present application may be embodied in the form of a software product stored in a computer-readable storage medium, which may be a tangible device that can hold and store instructions for use by an instruction execution device, or all or part of the technical solution. The computer readable storage medium may be, for example, but not limited to, an electronic memory device, a magnetic memory device, an optical memory device, an electromagnetic memory device, a semiconductor memory device, or any suitable combination of the foregoing. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), a Static Random Access Memory (SRAM), a portable compact disc read-only memory (CD-ROM), a Digital Versatile Disc (DVD), a memory stick, a floppy disk, a mechanical coding device, such as punch cards or in-groove projection structures having instructions stored thereon, and any suitable combination of the foregoing. Computer-readable storage media as used herein is not to be construed as transitory signals per se, such as radio waves or other freely propagating electromagnetic waves, electromagnetic waves propagating through a waveguide or other transmission medium (e.g., optical pulses through a fiber optic cable), or electrical signals transmitted through electrical wires.
Various aspects of the present invention are described herein with reference to flowchart illustrations and/or block diagrams of methods, apparatus, and/or devices according to embodiments of the invention. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer-readable program instructions.
The computer-readable program instructions described herein may be downloaded from a computer-readable storage medium to a respective computing/processing device, or to an external computer or external storage device via a network, such as the internet, a local area network, a wide area network, and/or a wireless network. The network may include copper transmission cables, fiber optic transmission, wireless transmission, routers, firewalls, switches, gateway computers and/or edge servers. The network adapter card or network interface in each computing/processing device receives computer-readable program instructions from the network and forwards the computer-readable program instructions for storage in a computer-readable storage medium in the respective computing/processing device.
These computer-readable program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks. These computer-readable program instructions may also be stored in a computer-readable storage medium that can direct a computer, programmable data processing apparatus, and/or other devices to function in a particular manner, such that the computer-readable medium storing the instructions comprises an article of manufacture including instructions which implement the function/act specified in the flowchart and/or block diagram block or blocks.
The computer readable program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other devices to cause a series of operational steps to be performed on the computer, other programmable apparatus or other devices to produce a computer implemented process such that the instructions which execute on the computer, other programmable apparatus or other devices implement the functions/acts specified in the flowchart and/or block diagram block or blocks.
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods, storage media, processors, according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of instructions, which comprises one or more executable instructions for implementing the specified logical function(s). In some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions. It is well known to those skilled in the art that implementation by hardware, by software, and by a combination of software and hardware are equivalent.
Having described embodiments of the present invention, the foregoing description is intended to be exemplary, not exhaustive, and not limited to the embodiments disclosed. Many modifications and variations will be apparent to those of ordinary skill in the art without departing from the scope and spirit of the described embodiments. The terminology used herein is chosen in order to best explain the principles of the embodiments, the practical application, or improvements made to the technology in the marketplace, or to enable others of ordinary skill in the art to understand the embodiments disclosed herein. The scope of the invention is defined by the appended claims.

Claims (9)

1. A building block type callback function block construction method is characterized by comprising the following steps:
receiving definition content of a callback function building block, wherein the definition content comprises the name of a callback function and N function parameters of the callback function, and N is a natural number;
analyzing the definition content to generate a callback function building block;
displaying the callback function building block, the callback function building block comprising:
the first display area comprises the name of the callback function and N function parameters of the callback function;
a second display area located within the first display area for receiving dragged-in building block logic;
and confirming that the callback function building block is finished, receiving a request of a client calling a server, executing the function of the first display area of the callback function building block, and executing the logic of the second display area after the function of the first display area is completely executed.
2. The building block callback function block construction method of claim 1, wherein the definition contents further include a return value, which refers to a return result after the callback function is executed.
3. The building block callback function block construction method of claim 2, wherein a return variable identification is automatically generated based on the return value.
4. The building block callback function block construction method of claim 2, wherein the return value is empty to receive a building block to which a value is assigned.
5. The building block callback function block construction method of claim 2, wherein the return value is assigned to a defined variable as an input value.
6. The building block callback function block construction method of claim 1, wherein a parameter list is automatically generated by saving a parameter type according to the parameter definition.
7. A building block callback function block construction apparatus, the apparatus comprising:
the receiving module is used for receiving definition contents of a callback function building block, wherein the definition contents comprise names of callback functions and N function parameters of the callback functions, and N is a natural number;
the analysis module is used for analyzing the definition content and generating a callback function building block;
a display module for displaying the callback function building block, the callback function building block comprising:
the first display area comprises the name of the callback function and N function parameters of the callback function;
a second display area located within the first display area for receiving dragged-in building block logic;
and the execution module is used for confirming that the callback function building block is finished, receiving a request of a client calling a server, executing the function of the first display area of the callback function building block, and executing the logic of the second display area after the function of the first display area is finished.
8. A storage medium comprising a stored program and data processed by the program, wherein the program executes the building block callback function block construction method according to any one of claims 1 to 6.
9. A processor for running a program, wherein the program runs to perform the method of building a modular callback function block of any of claims 1 to 6.
CN201911189293.1A 2019-11-29 2019-11-29 Building block type callback function block construction method and device, storage medium and processor Active CN110908646B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911189293.1A CN110908646B (en) 2019-11-29 2019-11-29 Building block type callback function block construction method and device, storage medium and processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911189293.1A CN110908646B (en) 2019-11-29 2019-11-29 Building block type callback function block construction method and device, storage medium and processor

Publications (2)

Publication Number Publication Date
CN110908646A CN110908646A (en) 2020-03-24
CN110908646B true CN110908646B (en) 2021-02-26

Family

ID=69820062

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911189293.1A Active CN110908646B (en) 2019-11-29 2019-11-29 Building block type callback function block construction method and device, storage medium and processor

Country Status (1)

Country Link
CN (1) CN110908646B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110347384B (en) * 2019-07-17 2023-06-23 广东好太太智能家居有限公司 Method for realizing multi-style popup window based on object_C language classification
CN114443019A (en) * 2020-11-03 2022-05-06 福建天泉教育科技有限公司 Asynchronous calling method and terminal for graphical programming multi-language interaction thread

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8726209B1 (en) * 2012-02-14 2014-05-13 C{dot over (a)}dence Design System, Inc. Method and system for automatically establishing a component description format (CDF) debugging environment
CN104461575B (en) * 2014-12-26 2017-11-10 北京华电万通科技有限公司 The device and method that a kind of across Mobile operating system platform native interface of page script language is called

Also Published As

Publication number Publication date
CN110908646A (en) 2020-03-24

Similar Documents

Publication Publication Date Title
CN107797826B (en) Rule configuration method based on rule engine, terminal and equipment
CN109754072B (en) Processing method of network offline model, artificial intelligence processing device and related products
CN110908646B (en) Building block type callback function block construction method and device, storage medium and processor
CN105429813A (en) Monitoring method and client for docker
CN106897162B (en) Communication mode selection method of component in application, communication system and mobile terminal
CN105183311A (en) Folder merging method and device
CN110633959A (en) Method, device, equipment and medium for creating approval task based on graph structure
CN108023905B (en) Internet of things application system and method
CN113722055A (en) Data processing method and device, electronic equipment and computer readable medium
CN114218890A (en) Page rendering method and device, electronic equipment and storage medium
CN107273226B (en) Method and device for integrating components in android system and calling integrated components
CN109814915B (en) Parameter configuration method, device, medium and electronic equipment based on lua
CN106020752A (en) Method and system for self-adaptation display
CN113254014A (en) Sketch plug-in-based interface development method, device and system
EP3188071B1 (en) Application accessing control method and device
CN111414154A (en) Method and device for front-end development, electronic equipment and storage medium
CN111191163A (en) Method, device, equipment and storage medium for updating webpage form data
CN114625458A (en) Page data processing method and device, electronic equipment and storage medium
CN110989982B (en) Building block construction method and device with return value function, storage medium and processor
CN112306462A (en) Building block type object variable block construction method and device, storage medium and processor
CN113691403A (en) Topological node configuration method, related device and computer program product
CN113158115A (en) Configuration page display method and device, electronic equipment and storage medium
CN113284174A (en) Method and device for processing pictures
CN112486378A (en) Graph generation method, device, terminal and storage medium
CN110688490A (en) Method and device for configuring knowledge graph

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
CP02 Change in the address of a patent holder
CP02 Change in the address of a patent holder

Address after: 215123 room 402, building 1, maishanlong building, 168 Yuxin Road, Suzhou Industrial Park, Jiangsu Province

Patentee after: SUZHOU JINGYIHUI INFORMATION TECHNOLOGY Co.,Ltd.

Address before: Room 503, HaoChen building, 286 Dongping street, Suzhou Industrial Park, Jiangsu Province

Patentee before: SUZHOU JINGYIHUI INFORMATION TECHNOLOGY Co.,Ltd.