CN105915619A - Access heat regarded cyber space information service high performance memory caching method - Google Patents

Access heat regarded cyber space information service high performance memory caching method Download PDF

Info

Publication number
CN105915619A
CN105915619A CN201610283274.5A CN201610283274A CN105915619A CN 105915619 A CN105915619 A CN 105915619A CN 201610283274 A CN201610283274 A CN 201610283274A CN 105915619 A CN105915619 A CN 105915619A
Authority
CN
China
Prior art keywords
cache
request
temporal
memory
temporal cache
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
CN201610283274.5A
Other languages
Chinese (zh)
Other versions
CN105915619B (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.)
Shandong Zhongdi University Ecological Environment Research Institute Co ltd
Original Assignee
China University of Geosciences
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 China University of Geosciences filed Critical China University of Geosciences
Priority to CN201610283274.5A priority Critical patent/CN105915619B/en
Publication of CN105915619A publication Critical patent/CN105915619A/en
Application granted granted Critical
Publication of CN105915619B publication Critical patent/CN105915619B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/568Storing data temporarily at an intermediate stage, e.g. caching
    • H04L67/5682Policies or rules for updating, deleting or replacing the stored data
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/50Reducing energy consumption in communication networks in wire-line communication networks, e.g. low power modes or reduced link rate

Abstract

The invention discloses an access heat regarded cyber space information service high performance memory caching method which comprises the following steps. A server terminal receives a client's cyber space data request from a client's terminal and obtains the requested accessing address. The address, regarded as key words, is then used to retrieve from the buffered objects in a global buffer memory. If no result is available from the retrieval, the requested address from the client's terminal regarded as key words is used to retrieve a corresponding temporary buffered object from a temporary buffer memory, and if this retrieval works out, the temporary buffered object faces being added into the global buffer memory dependant on how many times it has been accessed. However, if this retrieval fails, the currently requested information is added into the temporary cache. According to the invention, it is possible to control a buffer module to have cyber space data kept in limited server memory only when their access heat reaches some threshold value. In this way, the replacing times required of memory buffering are reduced. Absent of excessive removing and processing of data in a buffer memory, the concurrent accessing performance between the buffer memory of a server and the cyber space information service improves.

Description

Take the cyberspace information service high-performance memory cache method accessing temperature into account
Technical field
The present invention relates to network geographic information system technology, a kind of cyberspace information service high-performance memory cache method taking access temperature into account.
Background technology
Cyberspace information service high-performance memory cache is one of major issue needing solution in network geographic information system (WebGIS), utilize the high-performance concurrent reading and writing performance of server memory, by in cyberspace information service request data buffer storage to the high-speed internal memory of server, the concurrent response efficiency of client request can be improved, but the memory source of server is limited, for large-scale massive spatial data, can only buffer unit divided data in the internal memory of server, when large user measure intensive concurrently access time, owing to a large amount of temporary visit data are added in limited memory cache, can cause carrying out the data in memory cache continually eliminating process, reduce efficiency and the cache hit rate of memory cache.
Summary of the invention
The technical problem to be solved in the present invention is for defect of the prior art, a kind of cyberspace information service high-performance memory cache method taken into account and access temperature is provided, reduce the superseded frequency of memory cache on server, improve cyberspace information service memory cache performance.
The technical solution adopted for the present invention to solve the technical problems is: a kind of cyberspace information service high-performance memory cache method taking access temperature into account, and it comprises the following steps:
Step 1: spatial data request number of times cache threshold (ACT) of server end, global memory's cache object maximum number (GCT), temporal cache object maximum number (TCT) are set.
Step 2: the spatial data request that received server-side client sends, it is thus achieved that the reference address of request.
Step 3: go to retrieve cache object from global memory caches as keyword using address, if global buffer hit, go to step 4;If during global memory's caching is lost one's life, going to step 6.
Step 4: update hit global memory's cache object finally access time attribute.
Step 5: the result data of storage in the cache object of hit is directly returned to client, terminates.
Step 6: retrieve the data of client request from spatial database.
Step 7: result data is returned to client.
Step 8: client request address is retrieved from temporal cache the temporal cache object of correspondence as keyword, if temporal cache hit, goes to step 9;If temporal cache is miss, go to step 15.
Step 9: obtain the access times (RAC) of temporal cache object.If RAC > ACT, go to step 10;Otherwise then go to step 14.
Step 10: result data current request obtained increases in global memory's caching.
Step 11: delete the temporal cache object of current request,
Step 12: obtain the caching number (GCC) in global memory's caching, if GCC>GCT, go to step 13, if GCC<GCT, terminates.
Step 13: delete in global memory's caching and be not accessed for a cache object at most, terminate.
Step 14: the access times (RAC) of temporal cache object are added 1, and update the last access time of temporal cache object, terminate.
Step 15: the access times of the temporal cache object of current request are initially 1, and are increased in temporal cache.
Step 16: obtain the cache object number (TCC) in temporal cache, if TCC > TCT, go to step 17;If TCC < TCT, terminate.
Step 17: delete in temporal cache and be not accessed for a cache object at most, terminates.
By such scheme, in described step 1), temporal cache and global buffer all use the form of key-value pair to store, and wherein, key is the address of request, and value is respectively temporal cache object and global buffer object.
By such scheme, the value of described each temporal cache object includes the last access time of request address and the access times to this address that its key is corresponding;The value of described each global buffer object includes the result data corresponding with this request of the last access time of the request address that its key is corresponding.
By such scheme, in described step 9), only just result data corresponding for request address is cached in global buffer when the access times of request address exceed threshold value.
The invention has the beneficial effects as follows and can judge whether to be cached in the memory cache of server request data according to the access temperature of cyberspace information service access request, to avoid storing some temporary visit number of times less data in the memory cache of server, reduce the conversion times of server memory caching, improving server end memory cache efficiency and cache hit rate, the large user improving cyberspace information service measures concurrent request processing performance.
Accompanying drawing explanation
Below in conjunction with drawings and Examples, the invention will be further described, in accompanying drawing:
Fig. 1 is the method flow diagram of the present invention.
Detailed description of the invention
In order to make the purpose of the present invention, technical scheme and advantage clearer, below in conjunction with embodiment, the present invention is further elaborated.Should be appreciated that specific embodiment described herein, only in order to explain the present invention, is not intended to limit the present invention.
As it is shown in figure 1, the cyberspace information service high-performance memory cache method flow diagram taking access temperature into account that Fig. 1 is the present invention to be provided, said method comprising the steps of:
Step 1: spatial data request number of times cache threshold (ACT) of server end, global memory's cache object maximum number (GCT), temporal cache object maximum number (TCT) are set.
Step 2: the spatial data request that received server-side client sends, it is thus achieved that the http address that request accesses.
Step 3: go to retrieve cache object from global memory caches as keyword using address, if global buffer hit, go to step 4;If during global memory's caching is lost one's life, going to step 6.
Global buffer object uses the form storage of key-value pair, the http address that request accesses is as key, value is a global buffer object class (GlobalCacheItem), its result data comprising request (data) and the time that finally accesses (lastAccessTime) of request.Global buffer object class is defined as follows:
Public class GlobalCacheItem
{
Public byte[] data;
Public DateTime lastAccessTime;
}
Step 4: obtain global memory's cache object (globalCacheObj) of hit, updates the time that finally accesses (lastAccessTime) attribute of globalCacheObj, is updated to current time.
Step 5: the result data (globalCacheObj.data) of storage in the cache object of hit is directly returned to client, terminates.
Step 6: retrieve the data of client request from spatial database.
Step 7: result data is returned to client.
Step 8: client request address is retrieved from temporal cache the temporal cache object of correspondence as keyword, if temporal cache hit, goes to step 9;If temporal cache is miss, go to step 15.
Temporal cache object uses the form storage of key-value pair, the http address that request accesses is as key, value is a temporal cache object class (TempCacheItem), its access times comprising request (RAC) and the time that finally accesses (lastAccessTime) of request.Temporal cache object class is defined as follows:
Public class TempCacheItem
{
Public int RAC;
Public DateTime lastAccessTime;
}
Step 9: obtain the temporal cache object (tempCacheObj) of hit, obtains the access times (tempCacheObj.RAC) of temporal cache object.If tempCacheObj.RAC > ACT, go to step 10;Otherwise then go to step 14.
Step 10: the result data of the current request obtained in step 6 is increased in global memory's caching.
Step 11: delete the temporal cache object (tempCacheObj) of current request,
Step 12: obtain the caching number (GCC) in global memory's caching, if GCC>GCT, go to step 13, if GCC<GCT, terminates.
Step 13: in caching according to global memory each cache object finally access time attribute (lastAccessTime), delete in global memory's caching and be not accessed for a cache object at most, terminate.
Step 14: the access times (tempCacheObj.RAC) of temporal cache object are added 1, and update the last access time (tempCacheObj.lastAccessTime) of temporal cache object, terminate.
Step 15: for the newly-built temporal cache object of current request, the access times (RAC) of the temporal cache object of current request are initially 1, finally accessing the time (lastAccessTime) is initially current time, and is increased in temporal cache.
Step 16: obtain the cache object number (TCC) in temporal cache, if TCC > TCT, go to step 17;If TCC < TCT, terminate.
Step 17: according in temporal cache each cache object finally access time attribute (lastAccessTime), delete in temporal cache and be not accessed for a cache object at most, terminate.
The most obvious difference of the present invention is to add temporal cache module, when server receive large user measure concurrent access request time, the most directly the result data of new request is increased in global memory's caching, and only access times and the last access time of request are stored in temporal cache, just the result data of request is cached in global memory's caching when access times exceed default threshold value.The method is it can be avoided that temporary visit number of times less data is stored in global memory's caching, reduce the frequency of replacement of global memory's caching, improve global memory's buffer efficiency and hit rate, improve the concurrent processing performance of cyberspace information service, especially when server memory resource is less, the advantage of the method becomes apparent from.
Embodiment one:
For the thought of the apparent explanation present invention, below the cyberspace information service high-performance memory cache method taking access temperature into account is further detailed, with the OGC in cyberspace information service As a example by the GetCapabilities request of WMS service, spatial data request number of times cache threshold is set to 10, and global memory's cache object maximum number is set to 10000, and temporal cache object maximum number is set to 100.Specifically comprise the following steps that
Step 1: spatial data request number of times cache threshold (ACT=10) of server end, global memory's cache object maximum number (GCT=10000), temporal cache object maximum number (TCT=100) are set.
Step 2: the GetCapabilities request of the WMS service that received server-side client sends, it is thus achieved that the http address that GetCapabilities request accesses, request address form is as follows:
http://domain/wms?REQUEST=GetCapabilities&VERSION=1.1.1&SERVICE=WMS
Step 3: go to retrieve cache object from global memory caches as keyword using the address obtained in step 2, if global buffer hit, go to step 4;If during global memory's caching is lost one's life, going to step 6.
Step 4: obtain global memory's cache object (globalCacheObj) of hit, updates the time that finally accesses (lastAccessTime) attribute of globalCacheObj, is updated to current time.
Step 5: the result data (globalCacheObj.data) of storage in the cache object of hit is directly returned to client, terminates.
Step 6: retrieve the data of client request from spatial database, generates according to the interface specification of WMS service and meets the result data that GetCapabilities service interface requires.
Step 7: result data is returned to client.
Step 8: client request address is retrieved from temporal cache the temporal cache object of correspondence as keyword, if temporal cache hit, goes to step 9;If temporal cache is miss, go to step 15.
Step 9: obtain the temporal cache object (tempCacheObj) of hit, obtains the access times (tempCacheObj.RAC) of temporal cache object.If tempCacheObj.RAC > 10, go to step 10;Otherwise then go to step 14.
Step 10: use the client request address obtained in step 2 as key, create the instance objects (globalItem) of a new GlobalCacheItem class, arranging its lastAccessTime attribute is current time, and it is set to the result data that data attribute is the current request obtained in step 6, then the global buffer object globalItem of this request is increased in global memory's caching.
Step 11: delete the temporal cache object (tempCacheObj) of current request,
Step 12: obtain the caching number (GCC) in global memory's caching, if GCC>10000, go to step 13, if GCC<10000, terminates.
Step 13: in caching according to global memory each cache object finally access time attribute (lastAccessTime), delete in global memory's caching and be not accessed for a cache object at most, terminate.
Step 14: the access times (tempCacheObj.RAC) of temporal cache object are added 1, and the last access time (tempCacheObj.lastAccessTime) updating temporal cache object be current time, terminates.
Step 15: for the instance objects (tempItem) of the newly-built TempCacheItem class of current request, its access times (RAC) are initially 1, finally accessing the time (lastAccessTime) is initially current time, use the client request address obtained in step 2 as key, the temporal cache object tempItem of this request is increased in temporal cache.
Step 16: obtain the cache object number (TCC) in temporal cache, if TCC > 100, go to step 17;If TCC < 100, terminate.
Step 17: according in temporal cache each cache object finally access time attribute (lastAccessTime), delete in temporal cache and be not accessed for a cache object at most, terminate.
Use present invention design takes the cyberspace information service high-performance memory cache method accessing temperature into account, when the concurrent access request of received server-side large user amount, it can be avoided that the request data of temporary visit joins in global memory's caching too much, efficiently reduce the displacement number of times of global memory's caching, it is favorably improved efficiency and the hit rate of global memory's caching, promotes the concurrent processing performance of cyberspace information service when large user measures intensive concurrently access.
It should be appreciated that for those of ordinary skills, can be improved according to the above description or be converted, and all these modifications and variations all should be belonged to the protection domain of claims of the present invention.

Claims (4)

1. take the cyberspace information service high-performance memory cache method accessing temperature into account for one kind, it is characterised in that it comprises the following steps:
Step 1) arranges spatial data request number of times cache threshold ACT of server end, global memory's cache object maximum number GCT, temporal cache object maximum number TCT;
Step 2) received server-side client send spatial data request, it is thus achieved that the reference address of request;
Cache object is retrieved as keyword in global memory caches in address by step 3), if retrieval hit, goes to step 4) if in retrieval recklessly, going to step 6);
It is current time that step 4) updates the last time attribute that accesses of global memory's cache object of hit;
The result data of storage in the cache object of hit is directly returned to client by step 5), terminates;
Step 6) retrieves the data of client request from spatial database;
Result data is returned to client by step 7);
Client request address is retrieved the temporal cache object of correspondence from temporal cache by step 8) as keyword, if temporal cache hit object, goes to step 9);If temporal cache is miss object, go to step 15);
Step 9) obtains access times RAC of temporal cache object;If RAC > ACT, go to step 10);Otherwise then go to step 14);
The result data that current request is obtained by step 10) increases in global memory's caching;
Step 11) deletes the temporal cache object of current request;
Step 12) obtains caching number GCC in global memory's caching, if GCC>GCT, goes to step 13, if GCC<GCT, terminates;
Step 13: delete in global memory's caching and be not accessed for a global buffer object at most, terminate;
Access times RAC of temporal cache object are added 1 by step 14), and update the last access time of temporal cache object, terminate;
The object of current request is increased to as temporal cache object in temporal cache by step 15), and the access times of this temporal cache object are initially 1;
Step 16) obtain cache object number TCC in temporal cache, if TCC > TCT, go to step 17;If TCC < TCT, terminate;
Step 17) delete in temporal cache and be not accessed for a temporal cache object at most, terminate.
The cyberspace information service high-performance memory cache method taking access temperature into account the most according to claim 1, it is characterized in that, in described step 1), temporal cache and global buffer all use the form of key-value pair to store, wherein, key is the address of request, and value is respectively temporal cache object and global buffer object.
The cyberspace information service high-performance memory cache method taking access temperature into account the most according to claim 2, it is characterized in that, the value of described each temporal cache object includes the last access time of request address and the access times to this address that its key is corresponding;The value of described each global buffer object includes the result data corresponding with this request of the last access time of the request address that its key is corresponding.
The cyberspace information service high-performance memory cache method taking access temperature into account the most according to claim 1, it is characterized in that, in described step 9), only just result data corresponding for request address is cached in global buffer when the access times of request address exceed threshold value.
CN201610283274.5A 2016-04-29 2016-04-29 Take the cyberspace information service high-performance memory cache method of access temperature into account Expired - Fee Related CN105915619B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610283274.5A CN105915619B (en) 2016-04-29 2016-04-29 Take the cyberspace information service high-performance memory cache method of access temperature into account

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610283274.5A CN105915619B (en) 2016-04-29 2016-04-29 Take the cyberspace information service high-performance memory cache method of access temperature into account

Publications (2)

Publication Number Publication Date
CN105915619A true CN105915619A (en) 2016-08-31
CN105915619B CN105915619B (en) 2019-07-05

Family

ID=56753259

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610283274.5A Expired - Fee Related CN105915619B (en) 2016-04-29 2016-04-29 Take the cyberspace information service high-performance memory cache method of access temperature into account

Country Status (1)

Country Link
CN (1) CN105915619B (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108334505A (en) * 2017-01-19 2018-07-27 阿里巴巴集团控股有限公司 A kind of data processing method, device, server and inventory system
CN109815425A (en) * 2018-12-14 2019-05-28 平安科技(深圳)有限公司 Caching data processing method, device, computer equipment and storage medium
CN110753099A (en) * 2019-10-12 2020-02-04 平安健康保险股份有限公司 Distributed cache system and cache data updating method
CN112269947A (en) * 2020-09-23 2021-01-26 咪咕文化科技有限公司 Spatial text data caching method and device, electronic equipment and storage medium
CN112738148A (en) * 2019-10-28 2021-04-30 中兴通讯股份有限公司 Batch deletion method, device and equipment for cache content and readable storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7451225B1 (en) * 2006-09-12 2008-11-11 Emc Corporation Configuring a cache prefetch policy in a computer system employing object addressable storage
CN101958834A (en) * 2010-09-27 2011-01-26 清华大学 On-chip network system supporting cache coherence and data request method
CN104217019A (en) * 2014-09-25 2014-12-17 中国人民解放军信息工程大学 Content inquiry method and device based on multiple stages of cache modules
CN104598394A (en) * 2013-10-31 2015-05-06 中国石油天然气集团公司 Data caching method and system capable of conducting dynamic distribution

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7451225B1 (en) * 2006-09-12 2008-11-11 Emc Corporation Configuring a cache prefetch policy in a computer system employing object addressable storage
CN101958834A (en) * 2010-09-27 2011-01-26 清华大学 On-chip network system supporting cache coherence and data request method
CN104598394A (en) * 2013-10-31 2015-05-06 中国石油天然气集团公司 Data caching method and system capable of conducting dynamic distribution
CN104217019A (en) * 2014-09-25 2014-12-17 中国人民解放军信息工程大学 Content inquiry method and device based on multiple stages of cache modules

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108334505A (en) * 2017-01-19 2018-07-27 阿里巴巴集团控股有限公司 A kind of data processing method, device, server and inventory system
CN108334505B (en) * 2017-01-19 2022-01-07 阿里巴巴集团控股有限公司 Data processing method and device, server and inventory system
CN109815425A (en) * 2018-12-14 2019-05-28 平安科技(深圳)有限公司 Caching data processing method, device, computer equipment and storage medium
CN110753099A (en) * 2019-10-12 2020-02-04 平安健康保险股份有限公司 Distributed cache system and cache data updating method
CN110753099B (en) * 2019-10-12 2023-09-29 平安健康保险股份有限公司 Distributed cache system and cache data updating method
CN112738148A (en) * 2019-10-28 2021-04-30 中兴通讯股份有限公司 Batch deletion method, device and equipment for cache content and readable storage medium
CN112269947A (en) * 2020-09-23 2021-01-26 咪咕文化科技有限公司 Spatial text data caching method and device, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN105915619B (en) 2019-07-05

Similar Documents

Publication Publication Date Title
CN103856567B (en) Small file storage method based on Hadoop distributed file system
US9386117B2 (en) Server side data cache system
JP6277572B2 (en) Data caching method, cache and computer system
CN105915619A (en) Access heat regarded cyber space information service high performance memory caching method
US10061852B1 (en) Transparent proxy tunnel caching for database access
CN100530186C (en) Method and system for processing buffer
KR101672901B1 (en) Cache Management System for Enhancing the Accessibility of Small Files in Distributed File System
US10409728B2 (en) File access predication using counter based eviction policies at the file and page level
CN102117338B (en) Data base caching method
CN100437590C (en) Method for prefetching object
US10853193B2 (en) Database system recovery using non-volatile system memory
CN101887398B (en) Method and system for dynamically enhancing input/output (I/O) throughput of server
CN104679898A (en) Big data access method
CN109240946A (en) The multi-level buffer method and terminal device of data
CN107368608A (en) The HDFS small documents buffer memory management methods of algorithm are replaced based on ARC
CN106528451B (en) The cloud storage frame and construction method prefetched for the L2 cache of small documents
US9317470B1 (en) Method and system for incremental cache lookup and insertion
CN107888687B (en) Proxy client storage acceleration method and system based on distributed storage system
US7249219B1 (en) Method and apparatus to improve buffer cache hit rate
WO2013086689A1 (en) Method and device for replacing cache objects
CN110750566A (en) Data processing method and device, cache system and cache management platform
CN110716940A (en) Incremental data access system
CN112650694B (en) Data reading method and device, cache proxy server and storage medium
CN115080459A (en) Cache management method and device and computer readable storage medium
CN113568752A (en) Static resource loading method, device, equipment and storage medium

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20200723

Address after: 430074 Wuhan Road, Hongshan, Shandong Province, Lu Lu Road, No. 388, No.

Patentee after: Wuhan in the big asset management Co.,Ltd.

Address before: 430074 Wuhan Road, Hongshan, Shandong Province, Lu Lu Road, No. 388, No.

Patentee before: CHINA University OF GEOSCIENCES (WUHAN CITY)

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20210423

Address after: 274000, 500m north of East Sunan expressway, Liumin Road, industrial park, Helou office, Mudan District, Heze City, Shandong Province

Patentee after: Shandong Zhongdi University Ecological Environment Research Institute Co.,Ltd.

Address before: 430074 Wuhan Road, Hongshan, Shandong Province, Lu Lu Road, No. 388, No.

Patentee before: Wuhan in the big asset management Co.,Ltd.

CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20190705