CN110543514A - Method and system for managing personal database - Google Patents

Method and system for managing personal database Download PDF

Info

Publication number
CN110543514A
CN110543514A CN201910655610.8A CN201910655610A CN110543514A CN 110543514 A CN110543514 A CN 110543514A CN 201910655610 A CN201910655610 A CN 201910655610A CN 110543514 A CN110543514 A CN 110543514A
Authority
CN
China
Prior art keywords
data
personal database
database
personal
attribute
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
CN201910655610.8A
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.)
National Grid Energy Research Institute Co Ltd
State Grid Energy Research Institute Co Ltd
Economic and Technological Research Institute of State Grid Jiangsu Electric Power Co Ltd
Original Assignee
National Grid Energy Research Institute Co Ltd
Economic and Technological Research Institute of State Grid Jiangsu Electric Power 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 National Grid Energy Research Institute Co Ltd, Economic and Technological Research Institute of State Grid Jiangsu Electric Power Co Ltd filed Critical National Grid Energy Research Institute Co Ltd
Priority to CN201910655610.8A priority Critical patent/CN110543514A/en
Publication of CN110543514A publication Critical patent/CN110543514A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Computing Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Storage Device Security (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

the invention provides a method and a system for managing a personal database, which comprises the following steps: setting attributes for the personal database based on the settings of the user interface; uploading data to be uploaded to a personal database through a preset uploading interface based on the personal database attribute, and processing the data in the personal database; based on the authority management, the sharing of personal data is realized; and setting a corresponding calculation formula based on the index relation between the public data and the personal data, and storing the calculation result in a public database. The invention improves the specialty and flexibility of personal data management, and the user can customize personal special data according to the research requirement and can interact with the public database, thereby realizing personal personalized application and meeting the sharing requirement of personal research results.

Description

method and system for managing personal database
Technical Field
The invention relates to the field of energy and power, in particular to a method and a system for managing a personal database.
background
The personal database is mainly applied to research institutions for subject research, and currently, management software of the personal database is endless, but the personal database is weak in applicability to 5 fields such as economy, society, energy, power, enterprises and the like. The main aspects are as follows: first, the data release formats of authorities are not unified, which results in great differences in the data formats released by different authorities in the same domain or between different domains, for example: in the energy field, various organizations such as the International Energy Agency (IEA), penbo, the Energy Information Agency (EIA) in the united states publish different data formats. When a research structure needs to sort and store data issued by an authority into a personal database for research, if a general interface is used for uploading a data table, the table format needs to be adjusted, and the process has complex and repeated workload and consumes energy; if the interface development is performed for the data format released by each organization, the development workload is large and the maintenance cost is high due to the update of the data format or the change of the website structure. Secondly, data used in the research process are not all obtained from index data issued by authorities such as world banks, international energy agencies and national statistical authorities, and part of the data come from research results of other organizations, and all the data need to be stored in a personal database in the research process. Thirdly, data used in the research process is obtained from the right authorities directly, and partial data is obtained by calculating some index data in the public database, for example, data of 'various energy power generation structure ratios' is needed in the research, and only various energy power generation quantities and total power generation quantities exist in the index data issued by the right authorities such as world banks, international energy agencies, national statistical authorities and the like, data of 'various energy power generation structure ratios' is needed to be obtained by processing, and the processed data is only used for the research of individuals or departments and needs to be stored in the personal database. Fourth, research institutions may push research results from personal databases to public databases for reference by other research institutions.
in summary, the existing personal database management software cannot meet the personalized needs of the research in the energy field; meanwhile, the interaction between the personal database and the public database is not flexible enough, and a short board exists in the aspect of personalized application of researchers to data.
Disclosure of Invention
in order to solve the above-mentioned deficiencies in the prior art, the present invention provides a method for managing a personal database, comprising:
setting attributes for the personal database based on the settings of the user interface;
Uploading data to be uploaded to a personal database through a preset uploading interface based on the personal database attribute, and processing the data in the personal database to obtain a processing result;
and saving the processing result to a public database based on the authority management.
preferably, the personal database attributes include:
Index, time, country, unit, data value, uploader, and sharing rights.
Preferably, the uploading the data to be uploaded to the personal database through a preset uploading interface based on the attribute of the personal database includes:
configuring a tabular format on a user interface based on personal database attributes;
Analyzing the data to be uploaded, and writing the data into a table corresponding to the user interface;
extracting data of a position corresponding to each attribute in the table by using a poi tool, and packaging the data into a data object;
storing the data object into a personal database through Hibernate;
And the data to be uploaded is EXCEL table data.
preferably, the rights management includes:
The uploader of the data adds the shared person to the sharing authority of the personal database attribute.
Preferably, the uploading of the data adds the shared person to the sharing authority of the personal database attribute, and the sharing authority includes:
when data display is carried out, when the user account number is matched with the user account number in the sharing authority, the data are displayed, and the shared person refers to and exports the displayed data.
Preferably, the processing of the data in the personal database includes:
selecting indexes needing to push data in a public database, and selecting one or more pushed indexes in a personal database;
Setting a calculation formula according to the relation and/or unit conversion relation between the pushing index and the pushed index;
Extracting each attribute of the pushed data index, and calculating a data value corresponding to each attribute based on the calculation formula to obtain a processing result;
And packaging the processing result into a data object of a public database.
Based on the same inventive concept, the invention also provides a management system for the personal database, which comprises:
An interface layer, an interaction layer and a logic layer;
the interface layer is used for setting the attribute of the personal database based on the setting of the user interface;
The interaction layer is used for receiving the personal database attribute, the data to be uploaded and the setting authority management sent by the interface layer and distributing the personal database attribute, the data to be uploaded and the setting authority management to different display components, and the display components organize the logic layer to cooperatively process the personal database attribute, the data to be uploaded and the setting authority management;
The logic layer is used for uploading data to be uploaded to the personal database through a preset uploading interface based on the personal database attribute, processing the data in the personal database to obtain a processing result, and storing the processing result to a public database based on authority management.
preferably, the system further comprises: a permanent layer;
and the persistence layer is used for providing an interface for the personal database to store the processing result to the public database.
preferably, the logic layer includes:
A configuration unit for configuring a table format on a user interface based on the personal database attributes;
the analysis unit is used for analyzing the data to be uploaded and writing the data into a table corresponding to the user interface;
the extraction unit is used for extracting data of a position corresponding to each attribute in the table by using a poi tool and packaging the data into a data object;
The storage unit is used for storing the data object into a personal database through Hibernate;
and the data to be uploaded is EXCEL table data.
Preferably, the persistence layer is integrated with Hibernate and is used for supporting different database connection modes and different database accesses.
compared with the prior art, the invention has the beneficial effects that:
according to the technical scheme provided by the invention, the setting based on the user interface is set as the personal database setting attribute; uploading data to be uploaded to a personal database through a preset uploading interface based on the personal database attribute, and processing the data in the personal database to obtain a processing result; based on authority management, the processing result is stored in a public database, the specialty and flexibility of personal data management are improved, a user can set the attribute of the personal database according to the research requirement of the user, the data to be uploaded is uploaded to the personal database through a preset uploading interface, and meanwhile the user can interact with the public database, so that the sharing requirement of personal research results is met.
the technical scheme provided by the invention provides a customized data uploading interface, and can realize that data issued among different mechanisms in the same field or different fields are stored in a personal database according to a table format set by a user, thereby shortening the time for adjusting the data format and improving the working efficiency.
according to the technical scheme provided by the invention, a research institution acquires data required in the research process from a patent institution and other research institutions and stores the data in a personal database.
according to the technical scheme provided by the invention, research institutions can push research results from the personal database to the public database for reference of other research institutions.
Drawings
FIG. 1 is a flow chart of a method for managing a personal database according to the present invention;
FIG. 2 is a diagram illustrating a template format according to an embodiment of the present invention;
fig. 3 is a diagram of a personal database management system according to the present invention.
Detailed Description
For a better understanding of the present invention, reference is made to the following description taken in conjunction with the accompanying drawings and examples.
Example 1
as shown in fig. 1, the method for managing a personal database according to the present invention includes:
Step S1, setting the personal database setting attribute based on the setting of the user interface;
step S2, uploading the data to be uploaded to a personal database through a preset uploading interface based on the personal database attribute, and processing the data in the personal database to obtain a processing result;
And step S3, storing the processing result to a public database based on the authority management.
The invention concept provided by the invention realizes the management of the personal database by the user, the online management of the personal commonly used data and the sharing with other users.
step S1 of the present invention is a setting of an attribute for a personal database based on a setting of a user interface, including:
personal database attributes are set. Because the personal database needs to interact with the public database, the personal database covers the attributes of the public database, including indexes, time, countries, units, data values, and the like; in addition, the personal database uploads data and realizes sharing by individuals, so the personal database comprises attributes related to uploaders and sharing authorities.
step S2, uploading the data to be uploaded to the personal database through a preset upload interface based on the personal database attribute, and processing the data in the personal database to obtain a processing result, including:
firstly, uploading data to be uploaded to a personal database through a preset uploading interface based on the personal database attribute, wherein the uploading interface comprises the following steps:
Developing a customized data uploading interface to realize personal data uploading, and specifically comprising the following steps: the user firstly configures a certain table format in the interface, the program analyzes the EXCEL table according to the format, a poi tool is used for extracting the data attribute of the corresponding position, the data attribute is packaged into a data object, and the data object is stored in a personal database through Hibernate.
the poi tool used in this embodiment is an existing poi export tool class, and belongs to a common tool for exporting data from EXCEL by those skilled in the art. In addition, Hibernate is an object relationship mapping framework of open source codes, is a common technical means, and is used for performing very light-weight object encapsulation and storing data objects into a database.
Then, based on the index relation between the public data and the personal data, setting a corresponding calculation formula, and processing the data in the personal database to obtain a processing result, wherein the processing result comprises:
Pushing personal data to a common database specifically comprises: the method comprises the steps of firstly selecting indexes needing to push data in a public database, then selecting one or more pushed indexes in a personal database, setting a calculation formula according to the relation between the indexes and a unit conversion relation, extracting various attributes of the selected personal data, including the indexes, data values, units, time and countries, calculating the data values according to the set calculation formula to obtain processing results, and packaging the processing results into data objects of the public database.
Step S3, storing the processing result to a common database based on the authority management, including:
The uploading person of the data has the highest authority, other users can be selected for sharing, and shared persons are added to the sharing authority field of the database. When the data is displayed, the data is displayed when the user account is matched with the user account in the sharing permission field, and the shared user can consult and export the data.
and the uploading person of the data saves the processing result into the public database, thereby realizing the sharing of the personal data.
example 2
in this embodiment, for example, a user acquires index data of "fossil energy installed capacity ratio" from another department, the management method of the personal database provided by the present invention is used for management, and the method includes:
When a user acquires an EXCEL table of index data of 'fossil energy installed capacity ratio', the format of an imported template is set in a system according to the format of the table, if the first row in the table is time, the first column is country, and an a1 cell is a unit of data, the format of the template is also time, the first column is country, an a1 cell is a unit of data, the starting row of data values is 2, the starting column is 2, the name of a sheet page is changed into an index name of 'fossil energy installed capacity ratio', after the table is uploaded by using the template, as shown in fig. 2, a program analyzes the table according to the first row is time, the first column is country, the a1 cell is a unit of data, the starting row of data values is 2, the starting column is 2, and each data is packaged: time, country, unit, index, data value, store to the personal database.
if the user needs to share the fossil energy installed capacity ratio to other users, the corresponding user can be selected on a sharer interface, the user can be recorded in a sharing authority field in a database, and the user can inquire the data of the fossil energy installed capacity ratio.
If the fossil energy installed capacity is required to be pushed to a public database, selecting index data of fossil energy installed capacity ratio and power-installed capacity-fossil energy installed capacity ratio in 5E, and setting a calculation formula: the index data 1 is the index data 2, and the program firstly extracts each attribute of the country, the time and the like of the data in the personal database, calculates the result according to a calculation formula, then repacks according to the attribute of the public database, and stores the result in the public database.
example 3
Based on the same inventive concept, the invention also provides a management system for the personal database, which comprises:
an interface layer, an interaction layer and a logic layer;
the interface layer is used for setting the attribute of the personal database based on the setting of the user interface;
the interaction layer is used for receiving the personal database attribute, the data to be uploaded and the setting authority management sent by the interface layer and distributing the personal database attribute, the data to be uploaded and the setting authority management to different display components, and the display components organize the logic layer to cooperatively process the personal database attribute, the data to be uploaded and the setting authority management;
The logic layer is used for uploading data to be uploaded to the personal database through a preset uploading interface based on the personal database attribute, processing the data in the personal database to obtain a processing result, and storing the processing result to a public database based on authority management.
in an embodiment, the system further comprises: a permanent layer;
and the persistence layer is used for providing an interface for the personal database to store the processing result to the public database.
in an embodiment, the logic layer includes:
a configuration unit for configuring a table format on a user interface based on the personal database attributes;
The analysis unit is used for analyzing the data to be uploaded and writing the data into a table corresponding to the user interface;
The extraction unit is used for extracting data of a position corresponding to each attribute in the table by using a poi tool and packaging the data into a data object;
The storage unit is used for storing the data object into a personal database through Hibernate;
and the data to be uploaded is EXCEL table data.
in an embodiment, the persistence layer integrates Hibernate for supporting different database connection modes and different database accesses.
the system provided by the embodiment is developed by adopting an SG-UAP development platform, the core framework is a basic development framework of a unified application development platform, unified infrastructure is provided for development of a platform public suite and a business application system, technical implementation of a bottom layer is shielded, and a development process of specific functions is simplified. As shown in FIG. 3, the core framework provides a layered architecture for the application system, interface, interaction, logical, and persistence layers.
Interface layer: namely a data display interface and a user operation interface, and a reusable interface label is independently developed based on the AJAX framework, so that the requirements of different customers can be flexibly combined and met. The layer comprises operations of setting a table format, setting authority, selecting a push index, setting a calculation formula and the like by a user.
An interaction layer: the presentation components organize the logical layer to co-process the requests and return results to the interface layer in response to user requests and distribute the requests to different presentation components.
A logic layer: providing a general component, and encapsulating general business logic, a tool kit and services provided by a public suite so as to facilitate the multiplexing and assembling of the business logic; and receiving a user request, processing by using a corresponding logic method, and generating a relevant response result. The method comprises the operations of setting personal database attributes, analyzing EXCEL tables, packaging data objects, calculating data and the like.
A persistent layer: and a simple and consistent interface is provided for interaction of the service system and the database, and the operation performance of the database is optimized. The universal data access service component is realized, and data access in various forms is carried out.
The core framework is realized based on Spring, and the injection of the display component and the logic component is managed by utilizing a Spring container. And the persistence layer integrates Hibernate and supports different database connection modes and different database accesses. The basic function package provides service interaction, exception, log, internationalization and other general functions for the core framework, and is provided in the form of an interface.
The Form tag, the Grid tag, the Tree tag and the Page tag shown in FIG. 3 are all common tags in JPS development;
The HTTP/JSON represents that JSON data is transmitted and received based on an HTTP protocol;
OR Mapping (Object Relational Mapping, which is a technology for solving the phenomenon of mutual mismatch between Object-oriented and Relational databases), Data Mapper (Data Mapping, which is to say, setting two Data models and establishing a corresponding relationship between the models to form Data elements), JDBC (Java Data Base Connectivity ), DBCP (Data Base Connectivity Pool), and JNDI (Java Naming and Directory Interface).
when the person skilled in the art develops, a UAP project is created: starting the UAP Studio, creating a disk directory (for example, D: \\ uapWorks \ QuickStart) to be used as the Workspace of the current session, and then completing five steps of creating a UAP project, configuring the UAP project, creating a module project, configuring the module project and verifying the development environment in sequence.
secondly, interface layer creation is carried out: and (3) using scene guide modeling, rapidly creating typical scene codes and UI models (such as tables, cascading tables, tree tables and the like) in the service application through simple parameter configuration, and performing extension development based on the typical scene codes and the UI models to realize complex functional scenes.
Then, carrying out interaction layer development: and according to the request of the interface layer, distributing the request to different logic layer methods for processing, and writing a corresponding logic layer processing interface.
Then, logic layer development is carried out: the method comprises the steps of realizing an interface in an interaction layer, writing a corresponding method, and carrying out logic judgment, attribute setting of a personal database, EXCEL table analysis, data object encapsulation, data calculation and interface development interacting with a persistence layer.
and finally, developing a persistence layer: the interface interacting with the logic layer is realized, the corresponding data access method is compiled, and the reading and the storage of the data are realized.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, 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 specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
the present invention is not limited to the above embodiments, and any modifications, equivalent replacements, improvements, etc. made within the spirit and principle of the present invention are included in the scope of the claims of the present invention which are filed as the application.

Claims (10)

1. a method for managing a personal database, comprising:
Setting attributes for the personal database based on the settings of the user interface;
Uploading data to be uploaded to a personal database through a preset uploading interface based on the personal database attribute, and processing the data in the personal database to obtain a processing result;
And saving the processing result to a public database based on the authority management.
2. The method of claim 1, wherein the personal database attributes comprise:
Index, time, country, unit, data value, uploader, and sharing rights.
3. the method of claim 2, wherein uploading the data to be uploaded to the personal database through a preset upload interface based on the personal database attribute comprises:
Configuring a tabular format on a user interface based on personal database attributes;
Analyzing the data to be uploaded, and writing the data into a table corresponding to the user interface;
Extracting data of a position corresponding to each attribute in the table by using a poi tool, and packaging the data into a data object;
storing the data object into a personal database through Hibernate;
and the data to be uploaded is EXCEL table data.
4. The method of claim 2, wherein the rights management comprises:
The uploader of the data adds the shared person to the sharing authority of the personal database attribute.
5. the method of claim 4, wherein the uploader of the data adds the shared person to the sharing rights of the personal database attribute, comprising:
when data display is carried out, when the user account number is matched with the user account number in the sharing authority, the data are displayed, and the shared person refers to and exports the displayed data.
6. the method of claim 1, wherein processing the data in the personal database comprises:
Selecting indexes needing to push data in a public database, and selecting one or more pushed indexes in a personal database;
Setting a calculation formula according to the relation and/or unit conversion relation between the pushing index and the pushed index;
extracting each attribute of the pushed data index, and calculating a data value corresponding to each attribute based on the calculation formula to obtain a processing result;
and packaging the processing result into a data object of a public database.
7. a system for managing a personal database, comprising:
An interface layer, an interaction layer and a logic layer;
The interface layer is used for setting the attribute of the personal database based on the setting of the user interface;
the interaction layer is used for receiving the personal database attribute, the data to be uploaded and the setting authority management sent by the interface layer and distributing the personal database attribute, the data to be uploaded and the setting authority management to different display components, and the display components organize the logic layer to cooperatively process the personal database attribute, the data to be uploaded and the setting authority management;
the logic layer is used for uploading data to be uploaded to the personal database through a preset uploading interface based on the personal database attribute, processing the data in the personal database to obtain a processing result, and storing the processing result to a public database based on authority management.
8. The system of claim 7, wherein the system further comprises: a permanent layer;
and the persistence layer is used for providing an interface for the personal database to store the processing result to the public database.
9. the system of claim 7, wherein the logical layer comprises:
a configuration unit for configuring a table format on a user interface based on the personal database attributes;
the analysis unit is used for analyzing the data to be uploaded and writing the data into a table corresponding to the user interface;
the extraction unit is used for extracting data of a position corresponding to each attribute in the table by using a poi tool and packaging the data into a data object;
The storage unit is used for storing the data object into a personal database through Hibernate;
And the data to be uploaded is EXCEL table data.
10. The system of claim 7, wherein the persistence layer integrates Hibernate for supporting different database connections and different database accesses.
CN201910655610.8A 2019-07-19 2019-07-19 Method and system for managing personal database Pending CN110543514A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910655610.8A CN110543514A (en) 2019-07-19 2019-07-19 Method and system for managing personal database

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910655610.8A CN110543514A (en) 2019-07-19 2019-07-19 Method and system for managing personal database

Publications (1)

Publication Number Publication Date
CN110543514A true CN110543514A (en) 2019-12-06

Family

ID=68709703

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910655610.8A Pending CN110543514A (en) 2019-07-19 2019-07-19 Method and system for managing personal database

Country Status (1)

Country Link
CN (1) CN110543514A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115237863A (en) * 2022-09-22 2022-10-25 中建电子商务有限责任公司 EXCEL data import method based on WPS loading item

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115237863A (en) * 2022-09-22 2022-10-25 中建电子商务有限责任公司 EXCEL data import method based on WPS loading item
CN115237863B (en) * 2022-09-22 2023-01-10 中建电子商务有限责任公司 EXCEL data import method based on WPS loading item

Similar Documents

Publication Publication Date Title
Schram et al. MySQL to NoSQL: data modeling challenges in supporting scalability
Rezaei et al. A review on E-business Interoperability Frameworks
CN102999537A (en) System and method for data migration
CN103309650B (en) The generation method and apparatus of persistent layer code
CN101908176A (en) Method for modeling on basis of power information data and applying metadata management
CN101727324A (en) Code generation method and device
CN104615617A (en) Dispatch monitoring information processing system for substation equipment
Volk et al. Challenging Big Data Engineering: Positioning of Current and Future Development.
CN105574640A (en) Method for constructing unified and comprehensive management platform of application
CN103390018A (en) Web service data modeling and searching method based on SDD (service data description)
CN113987626A (en) Extensible building full life BIM modeling method
CN112541692B (en) Scientific data management plan generation method and device
CN114168117A (en) Credit low-code development tool based on designer and storage device
CN110543514A (en) Method and system for managing personal database
Yu et al. The analysis and design of system of experimental consumables based on django and QR code
CN109471957A (en) A kind of metadata conversion method and device based on unified label
CN109597603B (en) Demand document automatic generation method based on document component
CN104537035B (en) A kind of data fusion application system and method
Liu et al. Research on middle platform construction and large data analysis of power enterprises based on Aliyun
CN110544004A (en) Method and system for realizing data index mapping
CN113902147A (en) Petroleum business customization system and method
CN113822557A (en) Data fusion management system, data fusion management device, electronic device, and medium
CN106682230A (en) Information service system based on HTML5 and CSS3 mobile display technological architecture
CN108304219A (en) Secondary developing platform and method
CN109218350B (en) Data information resource sharing system and method

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