CN113157333A - Novel situation plotting plug-in front end integrated architecture - Google Patents

Novel situation plotting plug-in front end integrated architecture Download PDF

Info

Publication number
CN113157333A
CN113157333A CN202110318285.3A CN202110318285A CN113157333A CN 113157333 A CN113157333 A CN 113157333A CN 202110318285 A CN202110318285 A CN 202110318285A CN 113157333 A CN113157333 A CN 113157333A
Authority
CN
China
Prior art keywords
plug
plotting
situation
situation plotting
novel
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
CN202110318285.3A
Other languages
Chinese (zh)
Other versions
CN113157333B (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.)
CETC 29 Research Institute
Original Assignee
CETC 29 Research Institute
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 CETC 29 Research Institute filed Critical CETC 29 Research Institute
Priority to CN202110318285.3A priority Critical patent/CN113157333B/en
Publication of CN113157333A publication Critical patent/CN113157333A/en
Application granted granted Critical
Publication of CN113157333B publication Critical patent/CN113157333B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons
    • 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/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Landscapes

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

Abstract

The invention discloses a novel situation plotting plug-in front end integration framework, which comprises a situation plotting plug-in integration framework and a situation plotting plug-in, wherein the situation plotting plug-in integration framework and the situation plotting plug-in are connected with each other, the situation plotting plug-in integration framework comprises a situation plotting plug-in manager, a situation plotting plug-in configuration file and a situation plotting library, the situation plotting plug-in configuration file is connected with the situation plotting plug-in manager, the situation plotting plug-in comprises a situation plotting plug-in A, a situation plotting plug-in B and a situation plotting plug-in C, and the situation plotting plug-in A, the situation plotting plug-in B and the situation plotting plug-in C are all connected with the situation plotting plug-in integration framework. The invention relates to a novel situation plotting plug-in front-end integration technology, and the coupling degree between the situation plotting plug-in and a framework is very low, so that the technology stack of the situation plotting plug-in is free and flexible, and the existing situation plotting plug-in can be reused.

Description

Novel situation plotting plug-in front end integrated architecture
Technical Field
The invention belongs to the technical field of computer software application, and particularly relates to a novel situation plotting plug-in front-end integrated architecture.
Background
The situation plotting plug-in integration technology based on the SPA front-end architecture at present has high coupling degree and poor flexibility, is difficult to reuse the existing situation plotting plug-in, and is difficult to meet the requirement of frequent iterative upgrading of the situation plotting plug-in caused by frequently changing software requirements.
At present, a situation plotting plug-in integration technology in the field of Web front ends is mainly based on an SPA (Single Page Application) front end architecture. The situation plotting plug-in integration technology based on the SPA front-end architecture loads and renders all resources when a Web page is initialized, and the subsequent page switching operation does not interact with a server, but switches pages in front-end application in a front-end routing mode. The situation plotting plug-in integration technology based on the SPA front-end architecture has the main advantages of reducing front-end and back-end interaction, improving page presentation speed and optimizing user experience. The main disadvantages of the SPA front-end architecture based situation plotting plug-in integration technology are: firstly, the plug-in following the SPA front-end architecture must be consistent with the framework technology stack following the SPA front-end architecture, which limits the type selection of the plug-in development technology and is strongly coupled with the framework; secondly, once the plug-ins are updated, the front-end application composed of all the plug-ins and the framework must be recompiled and built, and the flexibility is poor.
Disclosure of Invention
Aiming at the defects in the prior art, the novel situation plotting plug-in front-end integration architecture provided by the invention solves the problems that the situation plotting plug-in integration technology of the SPA front-end architecture is high in coupling degree and poor in flexibility and cannot meet the requirement of frequent iterative upgrade of situation plotting plug-ins caused by frequently changing software requirements.
In order to achieve the purpose of the invention, the invention adopts the technical scheme that: a novel situation plotting plug-in front-end integration framework comprises a situation plotting plug-in integration framework and a situation plotting plug-in, wherein the situation plotting plug-in integration framework and the situation plotting plug-in are connected with each other, the situation plotting plug-in configuration file comprises a situation plotting plug-in manager, a situation plotting plug-in configuration file and a situation plotting library, the situation plotting plug-in configuration file is connected with the situation plotting plug-in manager, the situation plotting plug-in comprises a situation plotting plug-in A, a situation plotting plug-in B and a situation plotting plug-in C, and the situation plotting plug-in A, the situation plotting plug-in B and the situation plotting plug-in C are all connected with the situation plotting plug-in integration framework.
Further: the situation plotting plug-in manager is in a form of a front-end program library and is responsible for managing situation plotting plug-ins; firstly, reading and analyzing a situation plotting plug-in configuration file to obtain the attribute of each situation plotting plug-in; then, creating each situation plotting plug-in instance one by one, and determining whether to load the plug-in immediately according to the attributes of the situation plotting plug-in; finally, during the software running, it is responsible for loading, displaying/hiding the activities within the lifecycle of each situation-plotting plug-in.
Further: the situation plotting plug-in configuration file exists in the form of a json file, and the configuration attribute of each situation plotting plug-in is recorded; and the situation plotting plug-in manager reads and analyzes the situation plotting plug-in configuration file to acquire the attribute of each situation plotting plug-in.
Further: the configuration attributes include:
the plug-in identifier is a globally unique ID of the plug-in;
the plug-in name is used for displaying the business meaning of the plug-in;
plug-in types including partially embedded, page overlay, and independent page types;
a plug-in entry address, according to which a plug-in is loaded;
the plug-in filtering parameter set determines whether to reserve the plug-in or not according to the parameter set;
the plug-in loading options comprise whether parameters in the frame address are added to the plug-in or not, whether the loading is delayed or not and whether the parameters are displayed or not during the plug-in preloading;
plug-in style options including plug-in style, whether a container is needed;
the plug-in triggering button options comprise whether a button needs to be triggered or not, a button icon and a container where the button icon is located;
and the plug-in event processor comprises a plug-in loading processor, a plug-in display processor and a plug-in hiding processor.
Further: the situation plotting library exists in the form of a front-end program library, realizes common functions of situation plotting and provides an interface for the situation plotting plug-in.
Further: the functions comprise loading and switching of images and topographic data; adding, deleting, editing and inquiring layers; adding, deleting, editing and inquiring common geometric figures; adding, deleting, editing and inquiring the point military logo and the line surface military logo; and registering and canceling various situation event processors.
Further: the situation plotting plug-in component exists in the form of a front-end program library and is used for realizing a specific situation plotting service function; firstly, a technology stack is selected for developing a situation plotting plug-in, and a situation plotting library can be called to realize a specific plotting service function; after development is complete, the situation-plotting plug-ins are integrated into the framework, and the plug-ins are managed by a situation-plotting plug-in manager according to the plug-in configuration.
The invention has the beneficial effects that:
(1) the invention is a novel situation plotting plug-in front end integrated technology, the coupling degree between the situation plotting plug-in and the frame is very low, thereby enabling the technology stack of the situation plotting plug-in to be free and flexible and reusing the existing situation plotting plug-in;
(2) the situation plotting plug-in integration technology ensures that the situation plug-in is updated without recompiling and constructing the front-end application composed of all plug-ins and frames. The construction and release processes of the situation plug-ins are independent, so that the requirement of frequent iterative upgrading of the situation plotting plug-ins caused by frequently changing software requirements can be met.
Drawings
FIG. 1 is an architectural diagram of the present invention;
FIG. 2 is a schematic diagram of a situation plotting plug-in configuration of the present invention.
Detailed Description
The following description of the embodiments of the present invention is provided to facilitate the understanding of the present invention by those skilled in the art, but it should be understood that the present invention is not limited to the scope of the embodiments, and it will be apparent to those skilled in the art that various changes may be made without departing from the spirit and scope of the invention as defined and defined in the appended claims, and all matters produced by the invention using the inventive concept are protected.
As shown in FIG. 1, a novel situation plotting plug-in front-end integration framework comprises a situation plotting plug-in integration framework and a situation plotting plug-in, wherein the situation plotting plug-in integration framework and the situation plotting plug-in are connected with each other, the situation plotting plug-in configuration framework comprises a situation plotting plug-in manager, a situation plotting plug-in configuration file and a situation plotting library, the situation plotting plug-in configuration file is connected with the situation plotting plug-in manager, the situation plotting plug-in comprises a situation plotting plug-in A, a situation plotting plug-in B and a situation plotting plug-in C, and the situation plotting plug-in A, the situation plotting plug-in B and the situation plotting plug-in C are all connected with the situation plotting plug-in integration framework.
The situation plotting plug-in manager exists in the form of a front-end program library and is responsible for managing the situation plotting plug-ins. Firstly, a situation plotting plug-in manager reads and analyzes a situation plotting plug-in configuration file to obtain the attribute of each situation plotting plug-in. Then, the manager creates each situation plotting plug-in instance one by one and decides whether to load the plug-in immediately according to the attributes of the situation plotting plug-in. Finally, during the running of the software, the manager is responsible for loading, displaying/hiding and other activities of each situation plotting plug-in the life cycle.
The situation plotting plug-in configuration file exists in the form of a json file, and the configuration attribute of each situation plotting plug-in is recorded. And the situation plotting plug-in manager reads and analyzes the situation plotting plug-in configuration file to acquire the attribute of each situation plotting plug-in. These configuration items include:
the plug-in identifier is a globally unique ID of the plug-in;
the plug-in name is used for displaying the business meaning of the plug-in;
plug-in types including partially embedded, page overlay, and independent page types;
the frame loads the plug-in according to the address of the plug-in entry;
the plug-in filters the parameter set, the framework decides whether to keep the plug-in according to the parameter set;
the plug-in loading options comprise whether parameters in the frame address are added to the plug-in or not, whether the loading is delayed or not and whether the parameters are displayed or not during the plug-in preloading;
plug-in style options including plug-in style, whether a container is needed;
the plug-in triggering button options comprise whether a button needs to be triggered or not, a button icon and a container where the button icon is located;
and the plug-in event processor comprises a plug-in loading processor, a plug-in display processor and a plug-in hiding processor.
The situation plotting library exists in the form of a front-end program library, realizes the common functions of situation plotting and provides an interface for the situation plotting plug-in. These functions and their interfaces include:
loading and switching images and topographic data;
adding, deleting, editing and inquiring layers;
adding, deleting, editing and inquiring common geometric figures;
adding, deleting, editing and inquiring the point military logo and the line surface military logo;
and registering and canceling various situation event processors.
The situation plotting plug-in exists in the form of a front-end program library, which is essentially a standalone front-end application for implementing specific situation plotting business functions. Firstly, developers freely select a technology stack to develop the situation plotting plug-in, and in the process, a situation plotting library can be called to realize a specific plotting business function. After development is complete, the situation-plotting plug-ins are integrated into the framework, and the plug-ins are managed by a situation-plotting plug-in manager according to the plug-in configuration.
(1) The invention is a novel situation plotting plug-in front end integrated technology, the coupling degree between the situation plotting plug-in and the frame is very low, thereby enabling the technology stack of the situation plotting plug-in to be free and flexible and reusing the existing situation plotting plug-in;
(2) the situation plotting plug-in integration technology ensures that the situation plug-in is updated without recompiling and constructing the front-end application composed of all plug-ins and frames. The construction and release processes of the situation plug-ins are independent, so that the requirement of frequent iterative upgrading of the situation plotting plug-ins caused by frequently changing software requirements can be met.
The application of the present invention in the front end of a software system is described by taking the front end of the system as an example. Firstly, developers select a React front-end technology stack to develop a situation plotting plug-in, and in the process, a situation plotting library is called to realize a specific plotting service function. After development is complete, the situation-plotting plug-ins are integrated into the framework, and the plug-ins are managed by a situation-plotting plug-in manager according to the plug-in configuration. The situation plotting plug-in configuration is shown in fig. 2.

Claims (7)

1. The novel situation plotting plug-in front-end integration framework is characterized by comprising a situation plotting plug-in integration framework and a situation plotting plug-in, wherein the situation plotting plug-in integration framework and the situation plotting plug-in are connected with each other, the situation plotting plug-in configuration file comprises a situation plotting plug-in manager, a situation plotting plug-in configuration file and a situation plotting library, the situation plotting plug-in configuration file is connected with the situation plotting plug-in manager, the situation plotting plug-in comprises a situation plotting plug-in A, a situation plotting plug-in B and a situation plotting plug-in C, and the situation plotting plug-in A, the situation plotting plug-in B and the situation plotting plug-in C are all connected with the situation plotting plug-in integration framework.
2. The novel situation plotting plug-in front-end integration architecture of claim 1, wherein the situation plotting plug-in manager front-end library exists in a form responsible for managing situation plotting plug-ins; firstly, reading and analyzing a situation plotting plug-in configuration file to obtain the attribute of each situation plotting plug-in; then, creating each situation plotting plug-in instance one by one, and determining whether to load the plug-in immediately according to the attributes of the situation plotting plug-in; finally, during the software running, it is responsible for loading, displaying/hiding the activities within the lifecycle of each situation-plotting plug-in.
3. The novel situation plotting plug-in front-end integration architecture of claim 1, wherein the situation plotting plug-in configuration file exists in the form of json file, recording configuration attributes of each situation plotting plug-in; and the situation plotting plug-in manager reads and analyzes the situation plotting plug-in configuration file to acquire the attribute of each situation plotting plug-in.
4. The novel situation-plotting plug-in front-end integration architecture of claim 3, wherein the configuration attributes comprise:
the plug-in identifier is a globally unique ID of the plug-in;
the plug-in name is used for displaying the business meaning of the plug-in;
plug-in types including partially embedded, page overlay, and independent page types;
a plug-in entry address, according to which a plug-in is loaded;
the plug-in filtering parameter set determines whether to reserve the plug-in or not according to the parameter set;
the plug-in loading options comprise whether parameters in the frame address are added to the plug-in or not, whether the loading is delayed or not and whether the parameters are displayed or not during the plug-in preloading;
plug-in style options including plug-in style, whether a container is needed;
the plug-in triggering button options comprise whether a button needs to be triggered or not, a button icon and a container where the button icon is located;
and the plug-in event processor comprises a plug-in loading processor, a plug-in display processor and a plug-in hiding processor.
5. The novel situation plotting plug-in front-end integration architecture of claim 1, wherein the situation plotting library exists in the form of a front-end program library, implements common functions of situation plotting, and provides an interface to the situation plotting plug-in.
6. The novel situation plotting plug-in front end integration architecture of claim 5, in which the functions include loading, switching of images, terrain data; adding, deleting, editing and inquiring layers; adding, deleting, editing and inquiring common geometric figures; adding, deleting, editing and inquiring the point military logo and the line surface military logo; and registering and canceling various situation event processors.
7. The novel situation plotting plug-in front-end integration architecture of claim 1, wherein the situation plotting plug-in exists in the form of a front-end program library for implementing specific situation plotting business functions; firstly, a technology stack is selected for developing a situation plotting plug-in, and a situation plotting library can be called to realize a specific plotting service function; after development is complete, the situation-plotting plug-ins are integrated into the framework, and the plug-ins are managed by a situation-plotting plug-in manager according to the plug-in configuration.
CN202110318285.3A 2021-03-25 2021-03-25 Situation plotting plug-in front-end integrated system Active CN113157333B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110318285.3A CN113157333B (en) 2021-03-25 2021-03-25 Situation plotting plug-in front-end integrated system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110318285.3A CN113157333B (en) 2021-03-25 2021-03-25 Situation plotting plug-in front-end integrated system

Publications (2)

Publication Number Publication Date
CN113157333A true CN113157333A (en) 2021-07-23
CN113157333B CN113157333B (en) 2022-09-02

Family

ID=76884842

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110318285.3A Active CN113157333B (en) 2021-03-25 2021-03-25 Situation plotting plug-in front-end integrated system

Country Status (1)

Country Link
CN (1) CN113157333B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116932121A (en) * 2023-09-18 2023-10-24 中国电子科技集团公司第十五研究所 Unified situation plotting method and system suitable for polymorphic service application

Citations (29)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090072022A1 (en) * 2007-09-19 2009-03-19 General Electric Company Modular communication plug-in module for an electronic trip unit
CN101520866A (en) * 2009-04-17 2009-09-02 南京莱斯信息技术股份有限公司 Emergency preplan situation map asynchronous cooperation plotting system and realization method thereof
US20120169023A1 (en) * 2011-01-05 2012-07-05 Tesla Motors, Inc. Vehicle Front Shock Tower
US20120175900A1 (en) * 2011-01-07 2012-07-12 Tesla Motors, Inc. Dual Load Path Design for a Vehicle
CN102721975A (en) * 2012-05-17 2012-10-10 北京北斗星通导航技术股份有限公司 System for plotting a large number of targets
US20130183736A1 (en) * 2012-01-18 2013-07-18 C2 Biotechnologies, Llc Process for Designing, Constructing, and Characterizing Fusion Enzymes for Operation in an Industrial Process
CN104240148A (en) * 2014-08-28 2014-12-24 国家电网公司 Power grid visualization method based on plugins
CN104580312A (en) * 2013-10-21 2015-04-29 北京航天长峰科技工业集团有限公司 Method for plotting and sharing touch screen type situation map
US20150193455A1 (en) * 2014-01-09 2015-07-09 Michael Koenig Method of recording information regarding a plot of land
CN105138642A (en) * 2015-08-25 2015-12-09 航天恒星科技有限公司 Dynamic plotting method and device based on HTML5
CN105242910A (en) * 2014-06-24 2016-01-13 深圳市茁壮网络股份有限公司 Middleware plug-in frame based plug-in state control method and client
CN105867944A (en) * 2016-04-19 2016-08-17 郑州宇通客车股份有限公司 Web front-end terminal operating layer and implementing method thereof
CN106250204A (en) * 2016-07-21 2016-12-21 北京理工大学 A kind of optimizer developing plug method of multidisciplinary optimization simulation software
CN106681718A (en) * 2016-12-16 2017-05-17 武汉中地数码科技有限公司 Toolkit-based desktop side plugin frame and implementation method thereof
CN107291458A (en) * 2017-06-06 2017-10-24 北京知道创宇信息技术有限公司 A kind of plug-in unit construction method, system and the server of Web applications
CN107545788A (en) * 2017-10-17 2018-01-05 北京华如科技股份有限公司 Goods electronic sand map system is deduced based on the operation that augmented reality is shown
CN107705345A (en) * 2017-09-30 2018-02-16 南威软件股份有限公司 A kind of drawing method of the dynamic military symbol of situation plotting
CN107909238A (en) * 2017-10-09 2018-04-13 中国电子科技集团公司第二十八研究所 A kind of city collaboration processing and interlinked command system and command hall
CN107958322A (en) * 2017-10-09 2018-04-24 中国电子科技集团公司第二十八研究所 A kind of urban network spatial synthesis governing system
CN108280174A (en) * 2018-01-22 2018-07-13 网宿科技股份有限公司 Front end file construction method and server, page access method and terminal
CN108664239A (en) * 2018-05-21 2018-10-16 中信百信银行股份有限公司 A kind of across technology stack web front-end development system and method based on micro services
US20180375979A1 (en) * 2015-12-17 2018-12-27 Sam Sport And Marketing Ag Adapter for a holding device
CN109410677A (en) * 2018-09-30 2019-03-01 航天科工***仿真科技(北京)有限公司 Interactive operational commanding sand table system platform
CN109649172A (en) * 2018-11-16 2019-04-19 北京理工华创电动车技术有限公司 A kind of electric car power integrated controller device
CN109783592A (en) * 2018-12-31 2019-05-21 浙江同川工程咨询有限公司 A kind of situation map dynamic plotting system
CN110348523A (en) * 2019-07-15 2019-10-18 北京信息科技大学 A kind of malicious web pages based on Stacking integrate recognition methods and system
CN110532435A (en) * 2019-08-12 2019-12-03 广州海颐信息安全技术有限公司 The method and device of dynamic extending privilege account scanning system integrating external system
CN110990015A (en) * 2019-12-25 2020-04-10 中科全维科技(苏州)有限公司 Mobile software integration framework oriented to emergency command field and implementation method thereof
CN111145292A (en) * 2019-12-11 2020-05-12 中国地质大学(武汉) Extensible vector plotting graph situation deduction method adapting to two-dimensional and three-dimensional scenes

Patent Citations (29)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090072022A1 (en) * 2007-09-19 2009-03-19 General Electric Company Modular communication plug-in module for an electronic trip unit
CN101520866A (en) * 2009-04-17 2009-09-02 南京莱斯信息技术股份有限公司 Emergency preplan situation map asynchronous cooperation plotting system and realization method thereof
US20120169023A1 (en) * 2011-01-05 2012-07-05 Tesla Motors, Inc. Vehicle Front Shock Tower
US20120175900A1 (en) * 2011-01-07 2012-07-12 Tesla Motors, Inc. Dual Load Path Design for a Vehicle
US20130183736A1 (en) * 2012-01-18 2013-07-18 C2 Biotechnologies, Llc Process for Designing, Constructing, and Characterizing Fusion Enzymes for Operation in an Industrial Process
CN102721975A (en) * 2012-05-17 2012-10-10 北京北斗星通导航技术股份有限公司 System for plotting a large number of targets
CN104580312A (en) * 2013-10-21 2015-04-29 北京航天长峰科技工业集团有限公司 Method for plotting and sharing touch screen type situation map
US20150193455A1 (en) * 2014-01-09 2015-07-09 Michael Koenig Method of recording information regarding a plot of land
CN105242910A (en) * 2014-06-24 2016-01-13 深圳市茁壮网络股份有限公司 Middleware plug-in frame based plug-in state control method and client
CN104240148A (en) * 2014-08-28 2014-12-24 国家电网公司 Power grid visualization method based on plugins
CN105138642A (en) * 2015-08-25 2015-12-09 航天恒星科技有限公司 Dynamic plotting method and device based on HTML5
US20180375979A1 (en) * 2015-12-17 2018-12-27 Sam Sport And Marketing Ag Adapter for a holding device
CN105867944A (en) * 2016-04-19 2016-08-17 郑州宇通客车股份有限公司 Web front-end terminal operating layer and implementing method thereof
CN106250204A (en) * 2016-07-21 2016-12-21 北京理工大学 A kind of optimizer developing plug method of multidisciplinary optimization simulation software
CN106681718A (en) * 2016-12-16 2017-05-17 武汉中地数码科技有限公司 Toolkit-based desktop side plugin frame and implementation method thereof
CN107291458A (en) * 2017-06-06 2017-10-24 北京知道创宇信息技术有限公司 A kind of plug-in unit construction method, system and the server of Web applications
CN107705345A (en) * 2017-09-30 2018-02-16 南威软件股份有限公司 A kind of drawing method of the dynamic military symbol of situation plotting
CN107909238A (en) * 2017-10-09 2018-04-13 中国电子科技集团公司第二十八研究所 A kind of city collaboration processing and interlinked command system and command hall
CN107958322A (en) * 2017-10-09 2018-04-24 中国电子科技集团公司第二十八研究所 A kind of urban network spatial synthesis governing system
CN107545788A (en) * 2017-10-17 2018-01-05 北京华如科技股份有限公司 Goods electronic sand map system is deduced based on the operation that augmented reality is shown
CN108280174A (en) * 2018-01-22 2018-07-13 网宿科技股份有限公司 Front end file construction method and server, page access method and terminal
CN108664239A (en) * 2018-05-21 2018-10-16 中信百信银行股份有限公司 A kind of across technology stack web front-end development system and method based on micro services
CN109410677A (en) * 2018-09-30 2019-03-01 航天科工***仿真科技(北京)有限公司 Interactive operational commanding sand table system platform
CN109649172A (en) * 2018-11-16 2019-04-19 北京理工华创电动车技术有限公司 A kind of electric car power integrated controller device
CN109783592A (en) * 2018-12-31 2019-05-21 浙江同川工程咨询有限公司 A kind of situation map dynamic plotting system
CN110348523A (en) * 2019-07-15 2019-10-18 北京信息科技大学 A kind of malicious web pages based on Stacking integrate recognition methods and system
CN110532435A (en) * 2019-08-12 2019-12-03 广州海颐信息安全技术有限公司 The method and device of dynamic extending privilege account scanning system integrating external system
CN111145292A (en) * 2019-12-11 2020-05-12 中国地质大学(武汉) Extensible vector plotting graph situation deduction method adapting to two-dimensional and three-dimensional scenes
CN110990015A (en) * 2019-12-25 2020-04-10 中科全维科技(苏州)有限公司 Mobile software integration framework oriented to emergency command field and implementation method thereof

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
柳杨 等: ""移动终端实时态势综合标绘***的设计与实现"", 《大众科技》 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116932121A (en) * 2023-09-18 2023-10-24 中国电子科技集团公司第十五研究所 Unified situation plotting method and system suitable for polymorphic service application
CN116932121B (en) * 2023-09-18 2024-02-13 中国电子科技集团公司第十五研究所 Unified situation plotting method and system suitable for polymorphic service application

Also Published As

Publication number Publication date
CN113157333B (en) 2022-09-02

Similar Documents

Publication Publication Date Title
TWI808393B (en) Page processing method, device, apparatus and storage medium
US7281248B2 (en) Virtualized and realized user interface controls
EP1643435B1 (en) An extensible framework for designing workflows
JP4812337B2 (en) Method and apparatus for generating a form using a form type
US9146832B2 (en) Debugging functionality embedded in an application
US20060074730A1 (en) Extensible framework for designing workflows
US20070226637A1 (en) Declarative task-based user interfaces
US20070283352A1 (en) Sub-task mechanism for development of task-based user interfaces
US20080010082A1 (en) System and method for business process management
US20090031227A1 (en) Intelligent screen capture and interactive display tool
DE112008000242T5 (en) A method of creating a cross-platform program and middleware platform engine therefor
US20080209390A1 (en) Pluggable model elements
US20050289450A1 (en) User interface virtualization
CN114036438A (en) Page construction method, device, equipment and storage medium
WO2018120992A1 (en) Window rendering method and terminal
WO2008112385A1 (en) Isolating, managing and communicating with user interface elements
WO2015042551A2 (en) Method and system for selection of user interface rendering artifacts in enterprise web applications using a manifest mechanism
CN113157333B (en) Situation plotting plug-in front-end integrated system
CN113051279B (en) Storage method, storage device, electronic equipment and storage medium for data message
CN112367295B (en) Plug-in display method and device, storage medium and electronic equipment
US20210248486A1 (en) Method, apparatus, device and storage medium for customizing personalized rules for entities
CN111124386B (en) Animation event processing method, device, equipment and storage medium based on Unity
CN108845791B (en) Application program code development processing method and device, readable storage medium and terminal
CN108572859A (en) A kind of configurable execution programming system and its control method
US20210255838A1 (en) Extensible user defined functions via object properties

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