Movatterモバイル変換


[0]ホーム

URL:


CN109471693A - Proprietary component is mapped to method, medium and the equipment of Cross-border congestion management system - Google Patents

Proprietary component is mapped to method, medium and the equipment of Cross-border congestion management system
Download PDF

Info

Publication number
CN109471693A
CN109471693ACN201811259585.3ACN201811259585ACN109471693ACN 109471693 ACN109471693 ACN 109471693ACN 201811259585 ACN201811259585 ACN 201811259585ACN 109471693 ACN109471693 ACN 109471693A
Authority
CN
China
Prior art keywords
virtual
component
interface
cross
development system
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201811259585.3A
Other languages
Chinese (zh)
Inventor
李宁
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenyang Ourui Technology Co Ltd
Original Assignee
Shenyang Ourui 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 Shenyang Ourui Technology Co LtdfiledCriticalShenyang Ourui Technology Co Ltd
Priority to CN201811259585.3ApriorityCriticalpatent/CN109471693A/en
Publication of CN109471693ApublicationCriticalpatent/CN109471693A/en
Pendinglegal-statusCriticalCurrent

Links

Classifications

Landscapes

Abstract

The present invention provides a kind of method, apparatus, medium and equipment that proprietary component is mapped to Cross-border congestion management system.The method, comprising: reference is based on the pre-registered virtual component of specific function in Cross-border congestion management system;According to the transformation rule in the virtual component, the virtual interface in the virtual component is converted into corresponding real interface;According to the real interface, the corresponding proprietary component of the specific function is called, the proprietary component is mapped in the Cross-border congestion management system.By quoting the virtual component based on specific function, utilize the transformation rule in virtual component, virtual interface in virtual component is converted into corresponding real interface, proprietary component is called using real interface, and then proprietary component can be mapped in Cross-border congestion management system, it can reduce development cost, save the development time, realize and carry out zero cost switching between distinct program library or service.

Description

Method, medium, and apparatus for mapping proprietary components to cross-platform development systems
Technical Field
The invention relates to the field of computers, in particular to a method, a device, a medium and equipment for mapping a proprietary component to a cross-platform development system.
Background
There are now many cross-platform development technologies, such as Hybrid App, read Native, QT, etc., which can develop applications that can run on multiple platforms (Windows, Mac OS X and Linux). However, there is a drawback in that it is difficult to protect the user's property, which means components, source codes, etc. that the user has previously developed based on various technologies. For example, the Hybird App is an application that develops cross-platform applications, such as platforms of Android, iOS, Windows, Mac OS X, etc., using JavaScript + HTML + CSS, but it is generally difficult to develop the entire system from zero using the Hybird App technology, and it is difficult to use previously developed components of the user in the entire system. For example, Android and iOS apps are developed by using a Hybird App technology, a user realizes a proprietary video player in the Android by using Kotlin and C + + programming languages, and realizes a proprietary player with the same function as the Android by using the Swift and C + + programming languages in the iOS. At present, a Hybird App technology is used for developing an application embedded with the player, but the player is realized on different platforms by using different technologies, the Hybird App cannot directly embed proprietary players of Android and iOS platforms into the Hybird App (because JavaScript cannot directly run iOS and local components on Android), if the player is not embedded, the player can only be used for making an interface after the application is written by the Hybird App, and interfaces of a plurality of platforms need to be made, so that the player is quite troublesome and time-consuming, similar applications are re-developed, repeated work still needs to be done, the development efficiency is greatly reduced, and the error probability is high.
In addition to the above problems, there are now many homogeneous services, frameworks, APIs on the market, for example, the aristoloc and the tengchun provide OSS (object storage) or similar services. If the SDK provided by the Alice cloud or the Tencent cloud is directly used, the application is permanently bound to a certain cloud service provider, and if the cloud service provider needs to be replaced for some reason later, a large number of codes need to be modified, so that errors are easy to occur, and the cost is increased.
Disclosure of Invention
Aiming at the defects in the prior art, the invention provides a method, a device, a medium and equipment for mapping a proprietary component to a cross-platform development system, which can map the proprietary component to the cross-platform development system, reduce the development cost, save the development time and realize zero-cost switching among different program libraries or services.
The invention provides a method for mapping a proprietary component to a cross-platform development system, which comprises the following steps:
referencing a virtual component pre-registered based on a specific function in a cross-platform development system;
converting the virtual interface in the virtual component into a corresponding real interface according to a conversion rule in the virtual component;
and calling a special component corresponding to the specific function according to the real interface, and mapping the special component into the cross-platform development system.
Optionally, before the step of referencing the virtual component pre-registered based on the specific function in the cross-platform development system, the method further includes:
establishing a virtual component based on a specific function;
registering the virtual component in a cross-platform development system.
Optionally, the establishing a virtual component based on a specific function includes:
setting a virtual interface based on a specific function;
configuring virtual implementation code in the virtual interface;
setting a conversion rule for converting the virtual interface into a real interface;
and packaging the virtual interface and the conversion rule to generate a virtual component.
Optionally, before the step of setting the virtual interface based on the specific function, the method further includes:
judging whether the component based on the specific function is a visual component or not;
if so, creating a visual area of the component; then executing the step of setting a virtual interface based on a specific function;
and if not, executing the step of setting the virtual interface based on the specific function.
Optionally, the setting a virtual interface based on a specific function includes:
directly writing a virtual interface based on a specific function; or,
setting a component interface based on a configuration file of a specific function;
and generating a virtual interface according to the configuration file.
Optionally, after the step of referencing the virtual component pre-registered based on the specific function in the cross-platform development system, the method further includes:
calling a virtual interface in the virtual component;
testing and debugging the virtual interface in the cross-platform development system.
Optionally, the method according to claim 1, after the step of referencing the virtual component pre-registered based on the specific function in the cross-platform development system, further comprising:
judging whether the virtual component is a visual component or not;
if yes, placing the virtual component in a window design area; then, the step of converting the virtual interface in the virtual component into a corresponding real interface according to the conversion rule in the virtual component is executed;
if not, directly executing the step of converting the virtual interface in the virtual component into the corresponding real interface according to the conversion rule in the virtual component.
In a second aspect, the present invention provides an apparatus for mapping proprietary components to a cross-platform development system, comprising:
the component reference module is used for referencing virtual components which are registered in advance based on specific functions in the cross-platform development system;
the interface conversion module is used for converting the virtual interface in the virtual component into a corresponding real interface according to the conversion rule in the virtual component;
and the component mapping module is used for calling the special component corresponding to the specific function according to the real interface and mapping the special component to the cross-platform development system.
In a third aspect, the present invention provides a computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements a method of mapping proprietary components to a cross-platform development system in the first aspect.
In a fourth aspect, the present invention provides an apparatus for mapping proprietary components to a cross-platform development system, comprising: memory, a processor and a computer program stored on the memory and executable on the processor, the processor when executing the program implementing a method of the first aspect of mapping proprietary components to a cross-platform development system.
The invention provides a method for mapping a proprietary component to a cross-platform development system, which is characterized in that a virtual component based on a specific function is introduced, a conversion rule in the virtual component is utilized to convert a virtual interface in the virtual component into a corresponding real interface, the real interface is utilized to call the proprietary component, and then the proprietary component can be mapped to the cross-platform development system, so that the development cost can be reduced, the development time can be saved, and zero-cost switching between different program libraries or services can be realized.
The device for mapping the proprietary component to the cross-platform development system, the computer-readable storage medium and the equipment for mapping the proprietary component to the cross-platform development system have the same beneficial effects and the same inventive concept as the method for mapping the proprietary component to the cross-platform development system.
Drawings
In order to more clearly illustrate the detailed description of the invention or the technical solutions in the prior art, the drawings that are needed in the detailed description of the invention or the prior art will be briefly described below. Throughout the drawings, like elements or portions are generally identified by like reference numerals. In the drawings, elements or portions are not necessarily drawn to scale.
FIG. 1 is a flow diagram of a method for mapping proprietary components to a cross-platform development system in accordance with the present invention;
FIG. 2 is a flow chart of a virtual component creation process provided by the present invention;
FIG. 3 is a flow chart of a virtual component usage process provided by the present invention;
FIG. 4 is a diagram of an apparatus for mapping proprietary components to a cross-platform development system according to the present invention.
Detailed Description
Embodiments of the present invention will be described in detail below with reference to the accompanying drawings. The following examples are only for illustrating the technical solutions of the present invention more clearly, and therefore are only examples, and the protection scope of the present invention is not limited thereby.
It is to be noted that, unless otherwise specified, technical or scientific terms used herein shall have the ordinary meaning as understood by those skilled in the art to which the invention pertains.
The invention provides a method, a device, a medium and equipment for mapping a proprietary component to a cross-platform development system. Embodiments of the present invention will be described below with reference to the drawings.
Referring to fig. 1, fig. 1 is a flowchart of a method for mapping a proprietary component to a cross-platform development system according to an embodiment of the present invention, where the method for mapping a proprietary component to a cross-platform development system according to the embodiment includes:
step S101: virtual components that are pre-registered based on a specific function are referenced in a cross-platform development system.
Step S102: and converting the virtual interface in the virtual component into a corresponding real interface according to the conversion rule in the virtual component.
Step S103: and calling a special component corresponding to the specific function according to the real interface, and mapping the special component into the cross-platform development system.
Wherein the specific function may be any type of function. Such as payment functions, storage functions, inquiry functions, functions of various hardware devices, and the like.
The specific component refers to a specific component corresponding to a specific function. May include software specific components and hardware device specific components. Proprietary components of the software may include: proprietary components of payment functions, proprietary components of storage functions, and the like. Hardware devices include, but are not limited to: bluetooth, development version, temperature sensor, unmanned aerial vehicle etc. equipment.
The virtual component can completely simulate components of any type and any platform, and can simulate not only software but also hardware equipment.
The cross-platform development system can be any cross-platform development system. For example, applet, Android, iOS, etc. platforms.
The virtual interface refers to an api (application programming interface) corresponding to the virtual component, and may include: functions, methods, attributes, etc. The virtual interface of the virtual component of each function type is a unified interface. For example, the virtual interface of the payment function is uniform and can be used in any cross-platform development system.
Wherein, the real interface refers to an application programming interface which can call the proprietary component. May include interfaces programmed in languages such as JavaScript, Java, Kotlin, Swift, Objective-C, C + +, and the like.
The conversion rule refers to a code rule for converting a virtual interface into a real interface. The conversion rules include function names, parameter values, defaults, asynchronizations, synchronizations, etc. The form of the conversion rule includes XML, JSON format, and the like. The conversion rules may be code in a variety of programming languages, including JavaScript, Java, Swift, and the like.
In the prior art, a special component applied to a specific cross-platform development system needs to be developed again in a new platform environment if the special component needs to be applied to another cross-platform development system; the invention converts the virtual interface in the virtual component into the corresponding real interface by using the conversion rule in the virtual component by using the virtual component based on the specific function, calls the special component by using the real interface, and further maps the special component into the cross-platform development system, thereby reducing the development cost, saving the development time and realizing zero-cost switching between different program libraries or services.
In a specific embodiment provided by the present invention, before the step of referencing virtual components pre-registered based on specific functions in the cross-platform development system, the method further includes: establishing a virtual component based on a specific function; registering the virtual component in a cross-platform development system.
The virtual components also need to be established before the proprietary components are mapped with the virtual components. The virtual component includes a virtual interface and a transformation rule. The virtual interfaces of the same specific function are consistent, and the conversion rule is different due to different cross-platform development systems.
When establishing a virtual component based on a specific function, the method may include: setting a virtual interface based on a specific function; configuring virtual implementation code in the virtual interface; setting a conversion rule for converting the virtual interface into a real interface; and packaging the virtual interface and the conversion rule to generate a virtual component.
When setting a virtual interface based on a specific function, one of the following two ways may be adopted:
the first method comprises the following steps: the interface code of the virtual component is written directly, and the interface code can be written by any programming language such as JavaScript, Python, PHP and the like. The interface code mainly comprises a plurality of functions, classes and variables.
And the second method comprises the following steps: setting a component interface based on a configuration file of a specific function; and generating a virtual interface according to the configuration file. Writing a configuration file for describing functions in the assembly through JSON or XML format, and generating a virtual assembly interface code according to the configuration file.
Both of these ways are within the scope of the present invention.
In a specific embodiment provided by the present invention, before the step of setting the virtual interface based on the specific function, the method may further include: judging whether the component based on the specific function is a visual component or not; if so, creating a visual area of the component; then executing the step of setting a virtual interface based on a specific function; and if not, executing the step of setting the virtual interface based on the specific function.
Before the virtual interface is set, whether the virtual component needing to be established is a visual component can be judged, if yes, a visual area of the component is established, and then the virtual interface is written. If not, directly writing the virtual interface.
Any visual component, such as a button, label, list, video player, etc., will have a rectangular or other shaped area, and a virtual component is no exception. If the real component mapped by the virtual component is a visual component (such as a dedicated player of an Android or iOS platform), the virtual component also needs to have a visual area, which can describe the position, size, background color, frame and other information of the virtual component. If the virtual component is a simple virtual component, a complete visualization function can be realized, if the virtual component is a complex virtual component, only basic functions need to be realized, even a rectangular frame is directly placed, and a visualization area of the virtual component is mainly used for setting relevant attributes (such as position, size and the like) of a real component and does not need to be completely the same as the functions of the real component.
In a specific embodiment provided by the present invention, after the virtual interface is set, a virtual implementation code needs to be set in the virtual interface.
By virtual implementation, it is meant an implementation that simulates a real component, typically only the results of the real component are simulated. For non-visual components, it is mainly composed of some APIs (functions, attributes, etc.), for example, the uploadfiletoalloyloud function in real components is used to upload local files to the airy cloud server. The same function (the same return value and the same parameter) is also provided for the virtual component corresponding to the virtual component, but the uploadfiletoalloyloud function of the virtual component does not need to actually upload the file to the Alice cloud server, and only needs to simulate the process. And if the upload FileToAllound function is uploaded successfully, returning true, otherwise, returning false. But also the local file path to be uploaded needs to be passed in through the parameters. The local files can be copied from one local directory to another in the uploadfiletoalloud function of the virtual component to simulate the process of uploading to the Alice cloud.
The API in the virtual component may be simulated in any feasible manner, and the function (or other API) in the virtual component may or may not be consistent with the interface of the real component, as long as the function is converted when the function is converted into the call of the real component. For example, the function corresponding to the virtual component may be uploadFile, and may be automatically converted to uploadfiletoalloy during the conversion.
Virtual implementations include implementations that are correct and implementations that simulate exceptions. The method is characterized in that the implementation of the simulation exception is completed through a function (such as error or other names) which causes the exception, when virtual implementation code is written, the function which causes the exception is called to complete the simulation exception, the function is set in a cross-platform development system to determine whether the exception can be triggered or not (the exception triggering function is notified through json, xml files or sockets and any other modes), and if the exception triggering is closed, the exception triggering function does not trigger the exception. For example, an exception triggering function may be used using the following code.
If an exception trigger is opened through the cross-platform development system, an error function is called to trigger an exception, and how to do the exception after the exception is triggered is required according to the API of the simulated real component, for example, the exception returns-1 in the example, and correctly returns 0, the exception is set in the corresponding function of the virtual component.
After the App is tested by using the virtual component, conversion is needed, and the virtual component, other codes and the UI are converted into source codes of a real platform. If a virtual component is encountered during conversion, the virtual component needs to be converted into a code of a corresponding platform for calling a real component, such as a code of an applet, an Android, an iOS and other platforms. These codes include, but are not limited to, codes in JavaScript, Java, Kotlin, Swift, Objective-C, C + +, and the like. How to convert depends on defined conversion rules, including but not limited to function names, parameter values, default values, asynchronous, synchronous, etc., and the form of conversion rules includes but not limited to XML, JSON format, and code of various programming languages (including but not limited to JavaScript, Java, Swift, etc.).
The conversion rule can be written by the user, or provided by the service provider. All within the scope of the invention.
After the virtual component is established, the virtual component needs to be registered in a cross-platform development system, including an XML, JSON configuration file manner, and a code (including but not limited to JavaScript, Java, Swift, etc.) manner.
In a specific embodiment provided by the present invention, after the step of referencing the virtual component pre-registered based on the specific function in the cross-platform development system, the method may further include: calling a virtual interface in the virtual component; testing and debugging the virtual interface in the cross-platform development system.
When using virtual components, the virtual interfaces need to be tested and debugged to ensure availability of the virtual interfaces.
In a specific embodiment provided by the present invention, after the step of referencing the virtual component pre-registered based on the specific function in the cross-platform development system, the method may further include: judging whether the virtual component is a visual component or not; if yes, placing the virtual component in a window design area; then, the step of converting the virtual interface in the virtual component into a corresponding real interface according to the conversion rule in the virtual component is executed; if not, directly executing the step of converting the virtual interface in the virtual component into the corresponding real interface according to the conversion rule in the virtual component.
Before the virtual component is used, whether the virtual component is a visual component needs to be judged, if yes, the virtual component needs to be placed on a visual designer, and if not, debugging test work can be carried out, or a virtual interface is directly converted according to a conversion rule.
If the virtual component is judged to be the visual component, the virtual component is placed on the visual designer, then debugging and testing are carried out on the virtual component, or the virtual interface is directly converted according to the conversion rule, which is all within the protection scope of the invention.
The invention can map real components with virtual components, including but not limited to mapping functions, methods, attributes, UI effects, etc. of real components; virtual implementation of the real component by the virtual component, including but not limited to simulation of return value, parameter transmission, UI, etc. of API corresponding to the real component in the virtual implementation; simulating the abnormal condition by using an abnormal trigger function in the virtual implementation, wherein the abnormal condition comprises but is not limited to the interaction between a cross-platform development system and the abnormal trigger function in various modes (json, xml configuration files, socket communication and the like); the code using the virtual component is converted to the corresponding code using the real component according to a json, xml or other format conversion description file. Including but not limited to function return values, function parameters, asynchronous, synchronous, etc.
The invention solves the following two technical problems:
1. the virtual components can be completely simulated on any type and any platform, so that Hybird App and any other cross-platform development technology can be embedded into the virtual components and run and tested. And finally, automatically replacing the virtual component with the real component when the object code is generated. The development efficiency is greatly improved, and the error probability is reduced.
2. The same class of applications can be abstracted through virtual components, such as the aforementioned OSS services. A unified interface for the virtual components may be used at development time. This can solve several problems as follows.
(1) These abstracted services can be tested by the nature of the virtual components. Because the virtual component adopts a virtual implementation mode, development can be completed without running real services, for example, real accounts can be simulated for development and testing without real OSS accounts, because some services are not easy to build real testing environments and may cost money.
(2) If a user wants to switch the same kind of service, for example, the user intends to switch from the ari cloud to the Tencent cloud, only the corresponding conversion rule needs to be used for regenerating once again, only a few seconds to a few minutes are needed, and the conversion cost can be almost ignored. That is, the switching can be performed at zero cost, so that the own system is not in a strong coupling relationship with any service.
(3) If the user wants to use more similar services, the user can write conversion rules by himself and then convert, so that all systems using the virtual components can be completely switched in a short time.
(4) The service provider can also define the conversion rule by itself according to the requirement of the virtual component, so that the system can enable all applications using the virtual component to use the service provided by the service provider only by loading the new conversion rule.
Based on the same inventive concept as the method for mapping the proprietary component to the cross-platform development system, correspondingly, the embodiment of the present invention further provides an apparatus for mapping the proprietary component to the cross-platform development system, as shown in fig. 2. Because the device embodiment is basically similar to the method embodiment, the description is simpler, and the relevant points can be referred to partial description of the method embodiment.
The invention provides a device for mapping a proprietary component to a cross-platform development system, which comprises the following steps:
a component referencing module 101 configured to reference a virtual component that is registered in advance based on a specific function in a cross-platform development system;
an interface conversion module 102, configured to convert a virtual interface in the virtual component into a corresponding real interface according to a conversion rule in the virtual component;
the component mapping module 103 is configured to invoke a proprietary component corresponding to the specific function according to the real interface, and map the proprietary component into the cross-platform development system.
In a specific embodiment provided by the present invention, the apparatus further includes:
the component establishing module is used for establishing a virtual component based on a specific function;
and the component registration module is used for registering the virtual component in the cross-platform development system.
In a specific embodiment provided by the present invention, the component establishing module includes:
an interface setting unit for setting a virtual interface based on a specific function;
the implementation code configuration unit is used for configuring virtual implementation codes in the virtual interfaces;
the conversion rule setting unit is used for setting a conversion rule for converting the virtual interface into a real interface;
and the virtual component generating unit is used for packaging the virtual interface and the conversion rule to generate a virtual component.
In a specific embodiment provided by the present invention, the component establishing module further includes:
a first judgment unit configured to judge whether or not a component based on a specific function is a visual component;
if so, creating a visual area of the component; then executing the content of the interface setting unit;
and if not, executing the content of the interface setting unit.
In a specific embodiment provided by the present invention, the interface setting unit includes:
the first interface setting subunit is used for directly writing a virtual interface based on a specific function; or,
the second interface setting subunit is used for setting the configuration file of the component interface based on the specific function; and generating a virtual interface according to the configuration file.
In a specific embodiment provided by the present invention, the apparatus further includes:
the interface calling module is used for calling a virtual interface in the virtual component;
and the debugging module is used for testing and debugging the virtual interface in the cross-platform development system.
In a specific embodiment provided by the present invention, the apparatus further includes:
the second judgment module is used for judging whether the virtual component is a visual component or not;
if yes, placing the virtual component in a window design area; then executing the content of the interface conversion module 102;
if not, the content of the interface conversion module 102 is directly executed.
In the above, the invention provides a device for mapping a proprietary component to a cross-platform development system.
Based on the same inventive concept as the method for mapping the proprietary component to the cross-platform development system, correspondingly, the embodiment of the present invention further provides a computer readable storage medium, on which a computer program is stored, which when executed by a processor implements the method for mapping the proprietary component to the cross-platform development system.
As can be seen from the foregoing technical solutions, in the computer-readable storage medium provided in this embodiment, a computer program is stored thereon, and when the program is executed by a processor, the program can convert a virtual interface in a virtual component into a corresponding real interface by referring to the virtual component based on a specific function, and using a conversion rule in the virtual component, and call a proprietary component by using the real interface, so that the proprietary component can be mapped into a cross-platform development system, which can reduce development cost, save development time, and implement zero-cost switching between different libraries or services.
Based on the same inventive concept as the above method for mapping a proprietary component to a cross-platform development system, correspondingly, an embodiment of the present invention further provides an apparatus for mapping a proprietary component to a cross-platform development system, including: memory, processor and computer program stored on the memory and executable on the processor, characterized in that the processor implements a method of mapping proprietary components to a cross-platform development system as described above when executing the program.
According to the technical scheme, the device for mapping the proprietary component to the cross-platform development system provided by the embodiment converts the virtual interface in the virtual component into the corresponding real interface by referring to the virtual component based on the specific function and utilizing the conversion rule in the virtual component, and calls the proprietary component by utilizing the real interface, so that the proprietary component can be mapped to the cross-platform development system, the development cost can be reduced, the development time can be saved, and zero-cost switching between different program libraries or services can be realized.
In the description of the present invention, numerous specific details are set forth. It is understood, however, that embodiments of the invention may be practiced without these specific details. In some instances, well-known methods, structures and techniques have not been shown in detail in order not to obscure an understanding of this description.
In the description herein, references to the description of the term "one embodiment," "some embodiments," "an example," "a specific example," or "some examples," etc., mean that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms used above are not necessarily intended to refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. Furthermore, various embodiments or examples and features of different embodiments or examples described in this specification can be combined and combined by one skilled in the art without contradiction.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; such modifications and substitutions do not depart from the spirit and scope of the present invention, and they should be construed as being included in the following claims and description.

Claims (10)

CN201811259585.3A2018-10-262018-10-26Proprietary component is mapped to method, medium and the equipment of Cross-border congestion management systemPendingCN109471693A (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN201811259585.3ACN109471693A (en)2018-10-262018-10-26Proprietary component is mapped to method, medium and the equipment of Cross-border congestion management system

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN201811259585.3ACN109471693A (en)2018-10-262018-10-26Proprietary component is mapped to method, medium and the equipment of Cross-border congestion management system

Publications (1)

Publication NumberPublication Date
CN109471693Atrue CN109471693A (en)2019-03-15

Family

ID=65666091

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN201811259585.3APendingCN109471693A (en)2018-10-262018-10-26Proprietary component is mapped to method, medium and the equipment of Cross-border congestion management system

Country Status (1)

CountryLink
CN (1)CN109471693A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN112114789A (en)*2019-06-202020-12-22腾讯科技(深圳)有限公司Service development method and equipment
CN112148360A (en)*2020-08-202020-12-29深圳英飞拓智能技术有限公司Cross-platform embedded software virtual interface implementation method and system
CN112559027A (en)*2020-12-232021-03-26平安银行股份有限公司Method, system, device and readable storage medium for creating and managing functional components
CN114237765A (en)*2021-12-242022-03-25建信金融科技有限责任公司Functional component processing method and device, electronic equipment and medium
CN110795099B (en)*2019-09-032023-08-29五八有限公司Page style conversion method and device, terminal equipment and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN103309660A (en)*2013-05-272013-09-18北京尚友通达信息技术有限公司Mobile application cross-platform development method
CN107908426A (en)*2017-12-212018-04-13江苏国泰新点软件有限公司Design method, device, mobile terminal and the storage medium of cross-platform program

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN103309660A (en)*2013-05-272013-09-18北京尚友通达信息技术有限公司Mobile application cross-platform development method
CN107908426A (en)*2017-12-212018-04-13江苏国泰新点软件有限公司Design method, device, mobile terminal and the storage medium of cross-platform program

Cited By (7)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN112114789A (en)*2019-06-202020-12-22腾讯科技(深圳)有限公司Service development method and equipment
CN112114789B (en)*2019-06-202024-02-06腾讯科技(深圳)有限公司Service development method and equipment
CN110795099B (en)*2019-09-032023-08-29五八有限公司Page style conversion method and device, terminal equipment and storage medium
CN112148360A (en)*2020-08-202020-12-29深圳英飞拓智能技术有限公司Cross-platform embedded software virtual interface implementation method and system
CN112559027A (en)*2020-12-232021-03-26平安银行股份有限公司Method, system, device and readable storage medium for creating and managing functional components
CN114237765A (en)*2021-12-242022-03-25建信金融科技有限责任公司Functional component processing method and device, electronic equipment and medium
CN114237765B (en)*2021-12-242023-06-02建信金融科技有限责任公司Functional component processing method, device, electronic equipment and medium

Similar Documents

PublicationPublication DateTitle
CN110909460B (en)V2X simulation test method, device, equipment and storage medium for Internet of vehicles
CN109471693A (en)Proprietary component is mapped to method, medium and the equipment of Cross-border congestion management system
US20130054533A1 (en)Verifying a data recovery component using a managed interface
CN106649103A (en)Android application program automatically black box testing method and system
CN104407980A (en)Mobile application automated testing device and method
CN110362490B (en)Automatic testing method and system for integrating iOS and Android mobile applications
CN116681013A (en)Simulation verification method, platform, device, equipment and medium of network chip
CN111488275B (en)UI (user interface) automatic testing method and device, storage medium and electronic equipment
CN111782300A (en)Data processing method, device, equipment and system
CN104731566A (en)Testing device, method and system for IDE (Integrated Development Environment)
CN116860324B (en)Development data processing method, development data processing apparatus, and readable storage medium
CN116737117A (en)Model development method based on Autosar architecture
CN111857709A (en)Mapping method and device for React component and Flutter component, electronic equipment and storage medium
CN112230848B (en)NVM automatic configuration method, device and equipment
CN115248700A (en) A method and system for automatically building a mobile installation package for a product code
CN106569972A (en)USB interface-based JTAG one-chip microcomputer wireless emulator and method
CN107733866A (en)RPC requests, RPC request processing methods, device and equipment
CN111625447A (en)Test method and device, electronic equipment and computer readable storage medium
CN103729202A (en)DSP reliable on-line FLASH programming method based on GEL script
CN108762765A (en)Development board program based on contiki systems compiles method for down loading
CN114647565A (en) Android project test method, storage medium and electronic equipment
CN105339974B (en)Analog sensor
CN114995790B (en) A component development method, device, computer readable medium and electronic device
CN105301480A (en)Test method of SOC chip
CN114995331A (en)Bladed platform and PLC hardware-in-loop test communication method, medium and equipment

Legal Events

DateCodeTitleDescription
PB01Publication
PB01Publication
SE01Entry into force of request for substantive examination
SE01Entry into force of request for substantive examination
RJ01Rejection of invention patent application after publication
RJ01Rejection of invention patent application after publication

Application publication date:20190315


[8]ページ先頭

©2009-2025 Movatter.jp