CN108038180A - The method that a kind of power supply region gathered data visualizes - Google Patents

The method that a kind of power supply region gathered data visualizes Download PDF

Info

Publication number
CN108038180A
CN108038180A CN201711291439.4A CN201711291439A CN108038180A CN 108038180 A CN108038180 A CN 108038180A CN 201711291439 A CN201711291439 A CN 201711291439A CN 108038180 A CN108038180 A CN 108038180A
Authority
CN
China
Prior art keywords
map
data
power supply
json
echarts
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
CN201711291439.4A
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.)
State Grid Sichuan Electric Power Co Ltd
Information and Telecommunication Branch of State Grid Sichuan Electric Power Co Ltd
Original Assignee
State Grid Sichuan 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 State Grid Sichuan Electric Power Co Ltd filed Critical State Grid Sichuan Electric Power Co Ltd
Priority to CN201711291439.4A priority Critical patent/CN108038180A/en
Publication of CN108038180A publication Critical patent/CN108038180A/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/29Geographical information databases

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Remote Sensing (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The present invention relates to a kind of power supply region gathered data visualize method, 1, obtain map json data;2nd, scatterplot coordinate data is obtained, organizes the json files of scatterplot coordinate in units of city, scatterplot coordinate file json is identical with districts and cities names;3rd, web project is established by Eclipse, the newly-built jsp pages are used to carry out page presentation;4th, the api based on Echarts, incorporates power supply unit coding, power supply area, gathered data, encapsulates js methods.The present invention is integrated the method for map making, writing for map displaying can be completed using few code, drastically increase development efficiency, reduce learning cost, data loading efficiency is high, dynamic loading data are realized, the organized formats for devising coordinate file solve map datum initialization matter.

Description

The method that a kind of power supply region gathered data visualizes
Technical field
The present invention relates to power supply region acquisition technique field, more particularly to needs to be opened up with scatter diagram on map The method that a kind of power supply region gathered data shown visualizes.
Background technology
The effect of power supply area data can be intuitively shown, it is necessary in page in power information acquisition system in order to realize Map is added in face, while corresponding display data is added in corresponding map position., will be for by inquiring about the data in database The information in electric region is illustrated in screen in real time, and carries out corresponding color mark to data, accomplishes the information for making power supply area Open-and-shut effect.
At present, it is SVG map makings that gathered data, which visualizes main technology to be used, is mainly had using SVG maps Following shortcoming:1st, due to SVG map for manual drawing, it is necessary to be drawn for each districts and cities, development efficiency is low;2nd, develop Cycle is grown, and time of exploitation is largely wasted in the drafting of map and various logic is write;3rd, learning cost is high, exploitation Map needs to be grasped the drafting of SVG;4th, realize that the effect is relatively poor.
The content of the invention
In order to solve the above technical problems, the present invention provides the side that a kind of power supply region gathered data visualizes Method, the scatterplot coordinate data needed by the json map datums and business of Echarts simultaneously incorporate power supply unit coding, service area The business datums such as field type, corresponding encapsulation has been carried out to the api of Echarts.The solution of the present invention bottom is based on Echarts, Main tri- modules of geo, scatter, map for having used Echarts objects, secondary encapsulation has been carried out in order to facilitate exploitation.Its In, geo is used for show map and coordinates scatter scatter diagrams to do the function of data display, shades of the map mainly as map To use, realize the hatching effect of map.The technical solution adopted in the present invention is as follows:
The method that a kind of power supply region gathered data visualizes, comprises the following steps:
Step 1, obtain map json data;
Step 2, obtain scatterplot coordinate data, and scatterplot coordinate data is the needs shown according to capturing service data visualization The file of the json forms of arrangement, needs according to current operation, and in order to show scatter diagram, scatterplot coordinate is organized in units of city Json files, scatterplot coordinate file json are identical with districts and cities names;
Step 3, by Eclipse establish web project, and the newly-built jsp pages are used to carry out page presentation, and this method can root The scatterplot coordinate data of map json data and scatter diagram needs in server is obtained according to the ground graph code come into;
Step 4, the api based on Echarts, incorporate power supply unit coding, power supply area, gathered data, encapsulate js methods, The repetition for avoiding code is write, and simplifies development procedure;
Step 5, introduce MAP.js methods completion map building in the page and show.
Preferably, the encapsulation js methods described in step 4 comprise the following steps:
Step 4.1, by encapsulating initial method initMap (), Echarts objects are generated according to incoming id, at the same time Initiation parameter method initParam () is called to initialize relevant parameter;
Step 4.2, after the initial method of map cases is completed, one new method registMap () of encapsulation is used Registered in map;
After step 4.3, map registration, encapsulation obtains the method getTmpData () of map datum;
Step 4.4, encapsulation create ground drawing method createTown ();
Step 4.5, encapsulation map methods of exhibiting getTownData ();
Turn next () method under step 4.6, encapsulation and return to back () method, realize from national maps to Zai Dao cities of province Contractive effect;
Step 4.7, by the method in step 4.1-4.6 be packaged into map.js again, and introducing when in use should Map.js files, map.js can automatically create a map object in page loading procedure, and page invocation when can adjust With the method in the object.
Preferably, new method registMap () bottom described in step 4.2 uses the map of Echarts itself Register method, while the business needs of power information acquisition system are added, Reseal area code, area name and regional class Other three parameters.
Preferably, the establishment described in step 4.4 method of drawing method the createTown () bottom based on Echarts carry out Reseal, dynamically splice Echarts in the method and create the parameter that map needs and use setOption () method Create map.
Preferably, the map methods of exhibiting getTownData () described in step 4.5 sends asynchronous ask according to the parameter come into Ask, the truthful data in database is inquired about by JDBC, writing data into map after being returned etc. data is shown.
Preferably, the id generation Echarts objects that the basis described in step 4.1 is passed to, including:Operation object option, Data object data, map object geoCoordMap, field color areaColor.
Preferably, the method for the acquisition map json data described in step 1 is:Map json data are Echarts official websites There is provided, the needs shown according to power supply region capturing service data visualization download corresponding json files.
Beneficial effects of the present invention:
1st, the present invention is integrated the method for map making, while this method and is not limited to the api integrated now, It can voluntarily add to adapt to different requirements, and can be used in the integration of other Echarts components as needed, be opened to be secondary Thinking has been widened in hair integration.
2nd, by the way that compared with Echart Native methods, writing for map displaying can be completed using few code, greatly Ground improves development efficiency, is adapted to the weaker developer in basis to use, reduces learning cost.
3rd, system background finds the map json files of reference numeral to specified folder automatically according to numbering and carries out ground Caption volume generates map, while can obtain map reference data, and loads template data, shows each confession in coordinate file Electricity position.Send ajax requesting queries truthful data at the same time and scatterplot data are reloaded after data successfully return, add Only refresh scatterplot data when load, data loading efficiency is high.
4th, scatterplot map json filenames are devised and encode identical scheme with power supply area districts and cities, realize dynamic add Carry data.
5th, the organized formats of coordinate file are devised, solve map datum initialization matter.
Figure of description
Fig. 1 is the logical procedure diagram of the present invention;
Fig. 2 is the logical procedure diagram of the step 4 encapsulation js methods of the present invention.
Embodiment
Below in conjunction with the accompanying drawings, embodiments of the present invention are illustrated.
As shown in Figure 1, it is the logical procedure diagram of the present invention.What a kind of power supply region gathered data visualized Method, that this method can finally be provided to user is a Map.js, by introducing this document in the source code using the page, i.e., Corresponding method can be called, can also easily be used even without Echarts application methods were learned.Specifically include following steps:
Step 1, obtain map json data;Map json data provide for Echarts official websites, according to power supply region The needs of capturing service data visualization displaying download corresponding json files.Data format is the json forms of standard, including “type”、“features”、“id”、“properties”、“name”、“cp”、“childNum”、“geometry”、 Attributes such as " coordinates ".This document is stored in the appointing in catalogue of operation system, is ordered with power supply unit numbering .json Name.
Instantiation:Sichuan Province Chengdu map json data, renamed as are downloaded by accessing Echarts official websites 5140100.json.Be saved into e200pro_web src main webapp js dp map json under catalogue, in case S4.3 Use.File format content is as follows:
Step 2, obtain scatterplot coordinate data, and the json files of scatterplot coordinate, scatterplot coordinate file are organized in units of city Json identical with districts and cities names.Map json files is corresponding with the numbering of districts and cities in database, with power supply unit numbering .json Name, and json file consolidations are put into the file specified, such database just forms one-to-one corresponding with map file Relation, just can be obtained by city code corresponding map json files carry out registration draw finally be illustrated in the page.
The data for being a json array, each district in urban district being put in array stored in the json files, wherein often Comprising district title, numbering and geo, dataTemp in a district data, wherein district numbering is used for and map match uses, Geo is used for the coordinate setting of power supply station on map, and dataTemp is analogue data, when not having data in order to avoid database Map shows blank.Each coordinate can be numbered with power supply station after Geo has loaded city, and the data in dataTemp will pass through org_ No come with coordinate matching, load out scatter diagram.Data in scatter diagram are the value in data, and title is then on scatter diagram Name fields in dataTemp.
Instantiation:Needed according to business, write the scatterplot coordinate data for arranging Chengdu power supply area.Save as 51401.json files, there are e200pro_web src main webapp js dp map geo under catalogue, in case S4.3 Use.File format content is as follows:
Step 3, establish web project e200pro_web by Eclipse, create jsp pages desktop.jsp be used for into Row page presentation, this method can obtain the map json data and scatter diagram need in server according to the ground graph code come into The scatterplot coordinate data wanted, this two parts data obtain in step 1 and step 2.
Step 4, the api based on Echarts, incorporate power supply unit coding, power supply area, gathered data, encapsulate js methods, As shown in Fig. 2, comprise the following steps:
Step 4.1, by encapsulating initial method initMap (), Echarts objects are generated according to incoming id, at the same time Initiation parameter method initParam () is called to initialize relevant parameter, being paid the utmost attention to when initiation parameter need to The parameter to be reused is put into this method to be repeated to create to reduce, and improves efficiency;Pair of Echarts is generated by being passed to id As, including:Operation object option, data object data, map object geoCoordMap, field color areaColor etc.; By calling initParam () method, according to the different map Color scheme of generation, including:Default color scheme, in informant Number Color scheme, taiwan area line loss per unit Color scheme etc..
Step 4.2, after the initial method of map cases is completed, one new method registMap () of encapsulation is used Registered in map;This method bottom uses the map register method of Echarts itself, while adds power information acquisition system Business need, Resealed area code, area name and regional three parameters of classification.Area code is used to obtain correspondence Map datum and coordinate data and the parameter as background query database use, area name is used for showing present bit Put, regional classification spends with the distinguishing province area classification such as county.Wherein area code and type are used for searching data in the database, Coding finds the data file and scatter diagram coordinate file of map according to the map at the same time, file name formats org_no.json, its Middle org_no is variable, splices different filenames according to passed parameter to search corresponding file, and according to the json found File carries out the registration of map, and district title is used to show current district title on map.It is automatic to call in S4.3 GetTmpData () method.
After step 4.3, map registration, encapsulation obtains the method getTmpData () of map datum;According to what is come into Ground graph code this method can obtain the map reference data of the map datum and scatter diagram needs in server.Wherein map number According to needing to download from Echarts official websites, map reference data are then according to actual business requirement situation, according to desired Json lattice Formula self-organization.After completing data preparation, createTown () method in S4.4 can be called automatically.
Step 4.4, encapsulation create ground drawing method createTown ();After the completion of calling, system background is according to numbering to finger Determine file to find the map json files of reference numeral and carry out map registration generation map, while map reference number can be obtained According to, and template data is loaded, show the position of each power supply area in coordinate file.It is true to send ajax requesting queries at the same time Real data simultaneously reloads scatterplot data after data successfully return.After completing data loading, it can call automatically in S4.5 GetTownData () method.
Step 4.5, encapsulation map methods of exhibiting getTownData ();This method can send asynchronous according to the parameter come into Request, the truthful data in database is inquired about by JDBC, brushes data into map again after being returned etc. data, different from the Once, the brush of this time refreshing enters data, and the other specification unrelated with data is not repeated to input, and ensure that the effect that map refreshes Rate.
Turn next () method under step 4.6, encapsulation and return to back () method, realize from national maps to Zai Dao cities of province Contractive effect;
Step 4.7, by the method in step 4.1-4.6 be packaged into map.js again, and introducing when in use should Map.js files, map.js can automatically create a map object in page loading procedure, and page invocation when can adjust With the method in the object.
It is automatic between the step 4.1-4.6 method and steps in above-mentioned technical proposal to carry out for ease of the convenience of application Call step by step, two steps are only needed when realizing, first, calling initial method initMap () to be used to generate map Container, second, map registration registMap () method is used to generate map datum, what system prepared along with steps 1 and 2 automatically Map json data and scatterplot coordinate data can complete the establishment of map, and the method for intermediate link need not be paid close attention to again.First The map.js pages are introduced in the desktop.jsp pages, then call map.initMap (" city "), the method comes into variable City thus can by id be city div be initialized as Echarts containers, finally call map.registMap (district encode, District type, district title), complete map building.
Step 5, introduce MAP.js methods completion map building in the page and show.

Claims (7)

1. the method that a kind of power supply region gathered data visualizes, it is characterised in that comprise the following steps:
Step 1, obtain map json data;
Step 2, obtain scatterplot coordinate data, and the json files of scatterplot coordinate, scatterplot coordinate file json are organized in units of city Name is identical with districts and cities names;
Step 3, by Eclipse establish web project, and the newly-built jsp pages are used to carry out page presentation;
Step 4, the api based on Echarts, incorporate power supply unit coding, power supply area, gathered data, encapsulate js methods;
Step 5, introduce MAP.js methods completion map building in the page and show.
2. the method that a kind of power supply region gathered data according to claim 1 visualizes, it is characterised in that Encapsulation js methods described in step 4 comprise the following steps:
Step 4.1, by encapsulating initial method initMap (), Echarts objects are generated according to incoming id, are called at the same time Initiation parameter method initParam () initializes relevant parameter;
Step 4.2, after the initial method of map cases is completed, encapsulate new method registMap () and be used for ground Caption volume;
After step 4.3, map registration, encapsulation obtains the method getTmpData () of map datum;
Step 4.4, encapsulation create ground drawing method createTown ();
Step 4.5, encapsulation map methods of exhibiting getTownData ();
Turn next () method under step 4.6, encapsulation and return to back () method;
Step 4.7, by the method in step 4.1-4.6 be packaged into map.js again.
3. the method that a kind of power supply region gathered data according to claim 2 visualizes, it is characterised in that New method registMap () bottom described in step 4.2 uses the map register method of Echarts itself, adds at the same time Enter the business needs of power information acquisition system, Reseal three area code, area name and regional classification parameters.
4. the method that a kind of power supply region gathered data according to claim 2 visualizes, it is characterised in that Establishment described in step 4.4 method of drawing method the createTown () bottom based on Echarts Resealed, at this Dynamically splice Echarts in method to create the parameter of map needs and create map using setOption () method.
5. the method that a kind of power supply region gathered data according to claim 2 visualizes, it is characterised in that Map methods of exhibiting getTownData () described in step 4.5 sends Asynchronous Request according to the parameter come into, is looked into by JDBC The truthful data in database is ask, writing data into map after being returned etc. data is shown.
6. the method that a kind of power supply region gathered data according to claim 2 visualizes, it is characterised in that The id generation Echarts objects that basis described in step 4.1 is passed to, including:Operation object option, data object data, Figure object geoCoordMap, field color areaColor.
7. the method visualized according to a kind of power supply region gathered data of claim 1-6 any one of them, its It is characterized in that, the method for the acquisition map json data described in step 1 is:Map json data provide for Echarts official websites, root Corresponding json files are downloaded according to the needs of power supply region capturing service data visualization displaying.
CN201711291439.4A 2017-12-07 2017-12-07 The method that a kind of power supply region gathered data visualizes Pending CN108038180A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711291439.4A CN108038180A (en) 2017-12-07 2017-12-07 The method that a kind of power supply region gathered data visualizes

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711291439.4A CN108038180A (en) 2017-12-07 2017-12-07 The method that a kind of power supply region gathered data visualizes

Publications (1)

Publication Number Publication Date
CN108038180A true CN108038180A (en) 2018-05-15

Family

ID=62101507

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711291439.4A Pending CN108038180A (en) 2017-12-07 2017-12-07 The method that a kind of power supply region gathered data visualizes

Country Status (1)

Country Link
CN (1) CN108038180A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109918467A (en) * 2019-03-12 2019-06-21 山东浪潮通软信息科技有限公司 A kind of the map multi-layer image switching methods of exhibiting and system of plug-in unit
CN110377366A (en) * 2019-07-24 2019-10-25 山东健康医疗大数据有限公司 It is a kind of splice multizone map show method
CN111145320A (en) * 2019-12-11 2020-05-12 心医国际数字医疗系统(大连)有限公司 Medical data display device and display method and application thereof in medical data large screen
CN111178969A (en) * 2019-12-30 2020-05-19 河南拓普计算机网络工程有限公司 Market subject migration characteristic analysis method and device, electronic equipment and storage medium
CN111768177A (en) * 2020-07-01 2020-10-13 国网四川省电力公司信息通信公司 County-level power supply company operation analysis system and method

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103023790A (en) * 2012-12-31 2013-04-03 北京京东世纪贸易有限公司 Method and system used for realizing cross-domain interactive access
CN104317591A (en) * 2014-10-23 2015-01-28 西安未来国际信息股份有限公司 OSGi (open service gateway initiative)-based web interface frame system and web business processing method thereof
CN104361054A (en) * 2014-10-30 2015-02-18 广东电网有限责任公司电力科学研究院 Method and system for restructuring, positioning and visualizing line loss of electric power system
CN104881839A (en) * 2015-04-24 2015-09-02 中国电子进出口总公司 Hotspot map generation method based parallel acceleration
CN105278800A (en) * 2014-07-09 2016-01-27 方正国际软件(北京)有限公司 Method, system and equipment for displaying thematic map hotspot
CN105657549A (en) * 2016-01-27 2016-06-08 四川长虹电器股份有限公司 Data dynamic visualization method based on big data
CN105843945A (en) * 2016-04-08 2016-08-10 联动优势科技有限公司 Report generation method and system
CN105976277A (en) * 2016-05-05 2016-09-28 云神科技投资股份有限公司 System and method based on panorama smart travel
CN106294822A (en) * 2016-08-17 2017-01-04 国网上海市电力公司 A kind of electric power data visualization system
CN106682057A (en) * 2016-07-21 2017-05-17 深圳奇迹智慧网络有限公司 Multi-dimensional data visualization presentation method
CN106709012A (en) * 2016-12-26 2017-05-24 北京锐安科技有限公司 Method and device for analyzing big data
CN106874494A (en) * 2017-02-23 2017-06-20 山东浪潮云服务信息科技有限公司 A kind of front end exhibiting method for being applied to visitor's preference analysis

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103023790A (en) * 2012-12-31 2013-04-03 北京京东世纪贸易有限公司 Method and system used for realizing cross-domain interactive access
CN105278800A (en) * 2014-07-09 2016-01-27 方正国际软件(北京)有限公司 Method, system and equipment for displaying thematic map hotspot
CN104317591A (en) * 2014-10-23 2015-01-28 西安未来国际信息股份有限公司 OSGi (open service gateway initiative)-based web interface frame system and web business processing method thereof
CN104361054A (en) * 2014-10-30 2015-02-18 广东电网有限责任公司电力科学研究院 Method and system for restructuring, positioning and visualizing line loss of electric power system
CN104881839A (en) * 2015-04-24 2015-09-02 中国电子进出口总公司 Hotspot map generation method based parallel acceleration
CN105657549A (en) * 2016-01-27 2016-06-08 四川长虹电器股份有限公司 Data dynamic visualization method based on big data
CN105843945A (en) * 2016-04-08 2016-08-10 联动优势科技有限公司 Report generation method and system
CN105976277A (en) * 2016-05-05 2016-09-28 云神科技投资股份有限公司 System and method based on panorama smart travel
CN106682057A (en) * 2016-07-21 2017-05-17 深圳奇迹智慧网络有限公司 Multi-dimensional data visualization presentation method
CN106294822A (en) * 2016-08-17 2017-01-04 国网上海市电力公司 A kind of electric power data visualization system
CN106709012A (en) * 2016-12-26 2017-05-24 北京锐安科技有限公司 Method and device for analyzing big data
CN106874494A (en) * 2017-02-23 2017-06-20 山东浪潮云服务信息科技有限公司 A kind of front end exhibiting method for being applied to visitor's preference analysis

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
之毅: "基于Echarts插件的省市区多级地图下钻和返回功能实现", 《HTTPS://BLOG.CSDN.NET/MULUMENG981/ARTICLE/DETAILS/76400687/》 *

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109918467A (en) * 2019-03-12 2019-06-21 山东浪潮通软信息科技有限公司 A kind of the map multi-layer image switching methods of exhibiting and system of plug-in unit
CN110377366A (en) * 2019-07-24 2019-10-25 山东健康医疗大数据有限公司 It is a kind of splice multizone map show method
CN111145320A (en) * 2019-12-11 2020-05-12 心医国际数字医疗系统(大连)有限公司 Medical data display device and display method and application thereof in medical data large screen
CN111178969A (en) * 2019-12-30 2020-05-19 河南拓普计算机网络工程有限公司 Market subject migration characteristic analysis method and device, electronic equipment and storage medium
CN111768177A (en) * 2020-07-01 2020-10-13 国网四川省电力公司信息通信公司 County-level power supply company operation analysis system and method
CN111768177B (en) * 2020-07-01 2023-05-09 国网四川省电力公司信息通信公司 County-level power supply company operation analysis system and county-level power supply company operation analysis method

Similar Documents

Publication Publication Date Title
CN108038180A (en) The method that a kind of power supply region gathered data visualizes
CN110007917B (en) Visual page generation and browsing method based on browser
CN105069118B (en) A kind of application scenarios management method and system based on GIS configurations
CN105138793B (en) Distribution network line QuickDraw method
CN105786526A (en) Web-based efficient flow chart drawing system and method
CN109815327A (en) A kind of big data knowledge mapping visibility solution based on SVG
CN104731590B (en) A kind of user interface controls implementation method and device
CN111611518B (en) Automatic visual display page publishing method and system based on Html5
CN104008162A (en) Template based one-button type thematic map automatic forming method and system
CN103530340A (en) Network thematic map making method and map making system
CN106484693A (en) Map-indication method, picture block storage method and picture display terminal
CN104657384A (en) Dynamic allocation report data processing method based on two-dimension relationship
CN103530379B (en) tree structure data display method and device
CN102609255A (en) Generation method for Spring IOC (Inversion of Control) configuration file
CN112182236A (en) Knowledge graph construction method and system and electronic equipment
CN110019835A (en) Resource method of combination, device and electronic equipment
CN103853759A (en) Self-adaptive form generation method and self-adaptive form generation system
EA021257B1 (en) Method and system of graphics description and transformation
CN110955803A (en) Drawing method, device, equipment and medium of relational graph based on graph database
CN115840567A (en) Application editing method and related equipment
CN104461495B (en) A kind of method and system for realizing Data Persistence Layer separation
CN109271160A (en) Active rule construction method, device and computer system, medium
CN106802901A (en) The method and device of data base querying
CN106981084A (en) A kind of method and device of drawing isoline
CN102129468B (en) Method for displaying customizable cluster state

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
AD01 Patent right deemed abandoned
AD01 Patent right deemed abandoned

Effective date of abandoning: 20211217