CN102523307B - B/S-based data transmission system - Google Patents

B/S-based data transmission system Download PDF

Info

Publication number
CN102523307B
CN102523307B CN201110459895.1A CN201110459895A CN102523307B CN 102523307 B CN102523307 B CN 102523307B CN 201110459895 A CN201110459895 A CN 201110459895A CN 102523307 B CN102523307 B CN 102523307B
Authority
CN
China
Prior art keywords
data
management system
transmission
analysis system
function
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.)
Active
Application number
CN201110459895.1A
Other languages
Chinese (zh)
Other versions
CN102523307A (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.)
Chengdu Lead Science & Technology Co., Ltd.
Original Assignee
Chengdu Lead Science & Technology Co Ltd
Southwest Jiaotong University
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 Chengdu Lead Science & Technology Co Ltd, Southwest Jiaotong University filed Critical Chengdu Lead Science & Technology Co Ltd
Priority to CN201110459895.1A priority Critical patent/CN102523307B/en
Publication of CN102523307A publication Critical patent/CN102523307A/en
Application granted granted Critical
Publication of CN102523307B publication Critical patent/CN102523307B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Information Transfer Between Computers (AREA)
  • Computer And Data Communications (AREA)
  • Storage Device Security (AREA)

Abstract

The invention discloses a B/S (Brower/Server)-based data transmission system. The B/S-based data transmission system comprises a data analysis system and a data management system, wherein functions and parameters, which are required by the data analysis system for invocation, are transmitted to the data management system; and the data management system invokes the corresponding data according to the received functions and parameters, operates the functions, and returns data obtained by execution functions to the data analysis system. The B/S-based data transmission system reduces data transmission quantity and frequency, thereby improving the data transmission rate.

Description

A kind of data transmission system based on B/S
Technical field
The present invention relates to field of network data transmission, be specially a kind of data transmission system based on B/S.
Background technology
B/S structure and browser and server structure.It is the rise along with Internet technology, to a kind of change of C/S structure or the structure of improvement.Under this configuration, user job interface is realized by WWW browser, few partial transaction logic realizes at front end (Browser), but major affairs logic realizes at server end (Server), forms so-called three layers of 3-tier structure.So just enormously simplify client computer load, alleviate cost and the workload of system maintenance and upgrading, reduce the overall cost (TCO) of user.
Transmit at present data in a browser and generally adopt Web Service technology, and Web Service is a kind of new weblication branch, they are self-contained, self-described, modular application, can issue, locate and be called by web.Web Service can perform any function from simple request to complicated business processing.Once after disposing, other Web Service application programs can find and call the service of its deployment, Web Service is a kind of application program in addition, it can use the Internet protocol of standard, picture HTTP (HTTP) and XML, be embodied in internet and enterprises is online by programmatic for function, but it is higher to exploitation personnel requirement to use Web Service to transmit data, grasp Web Service correlation technique that must be skilled.
Web Service has nowadays become SOA and has realized one of standard, the advantage of Web Service is communication between loose process heterogeneous system and exchanges data, can integration problem between flexible process enterprise each system, but simultaneously, the data that Web Service adopts XML standard to carry out between system are transmitted, existing data transmission step is: data analysis system sends data transfer request---data management system that data management system respond and transfers data to data analysis system---data that operation function obtains also are transferred to data management system by the data that call function analysis accepts by data analysis system---by described data stored in database, when the data volume transmitted is larger, data transmission efficiency will be caused to decline.
Summary of the invention
The object of the invention is to, a kind of data transmission system based on B/S is provided, when carrying out a large amount of data transmission, improving data transmission efficiency.
For solving above technical problem, technical scheme provided by the invention is, a kind of data transmission system based on B/S, comprise data analysis system and data management system, the function that needs call by described data analysis system and parameter transmission are to data management system, data management system according to the function received and the corresponding data of parameter call, and runs function, and the data that execution function obtains are turned back to data analysis system.
Described data analysis system transfers data to data management system by sending HTTP request, and described data management system is by sending HTTP request return data to data analysis system.
Described data analysis system and data management system are respectively arranged with REST interface, transmit data by REST interface.
Described data analysis system before transmitting the data, is encrypted transmission data, before described data management system return data, is encrypted return data.The algorithm encrypted is any one in RSA, BLOWFISH, MD5 and DES.
Described data analysis system is decrypted return data after receiving return data, after described data management system receives transmission data, to transmission decrypt data.
Described data analysis system and data management system, to after the data deciphering accepted, are resolved these data and search the REST interface corresponding with these data.
When searching the interface type less than data call, described data analysis system and data management system send empty data respectively to the other side, and point out the other side to can not find the data-interface of specified type.
When finding the interface type of data call, described data management system transfers corresponding data according to HTTP request from database.
Described data management system encapsulates the analysis data that execution function obtains, and distributes REST interface to encapsulation of data, by HTTP request after encryption, analysis data is returned to data analysis system.
When finding the interface type of data call, described data management system transfers corresponding data according to HTTP request from database.
Data transmission system based on B/S provided by the invention, be transferred to data management system by sending HTTP request after the function needing to call and parameter encapsulation, search required data by data management system and run function, the data that execution function obtains are returned to data analysis system, compared with prior art, The present invention reduces data management system and will run the step of the data return data analytical system of function and parameter needs, thus decrease the transmission quantity of data and the number of times of data transmission, improve data transmission rate.
Accompanying drawing explanation
Fig. 1 is the data flow figure of the data transmission system that the present invention is based on B/S.
Fig. 2 is the process chart of data management system in the data transmission system that the present invention is based on B/S.
Fig. 3 is that data analysis system of the present invention is by the process chart of transmission data encapsulation.
Detailed description of the invention
The object of the invention is to, a kind of data transmission system based on B/S is provided, reduce the data volume of transmission and the number of times of data transmission, thus improve data transmission efficiency.
In order to make those skilled in the art understand technical scheme of the present invention better, below in conjunction with the drawings and specific embodiments, the present invention is described in further detail.
See Fig. 1, the present invention is based on the data transmission system of B/S, comprise data analysis system and data management system and database, wherein, data analysis system and data management system are respectively arranged with REST interface, for external call.
Described REST (transfer of Representational State Transfer declarative state) is a kind of design and development mode for network application, the complexity of exploitation can be reduced, the scalability of raising system, REST has five the most basic design concepts and criterions, one: all things on network are all conceptualized as resource (resource); Its two: the corresponding unique resource mark (resource identifier) of each resource; Its three: by general AUI (generic connector interface), resource is operated; Its four: can not resource identification be changed to the various operations of resource; Its five: all operations are all stateless (stateless), and wherein, REST adds three new criteria on original framework: unified interface, hierarchical system and as required code.
The core feature of REST framework style is exactly have a unified interface and unified interface between emphasis component, and in the REST world, things all on network is all conceptualized as resource, and REST is operated resource by general linker interface.The benefit of such design ensures that the service that system provides is all decoupling zero, greatly simplify system, thus improve interactivity and the reusability of system.And REST optimizes for the common situations of Web, REST interface is made to be designed to shift efficiently the hypermedia data of coarsegrain.
Described hierarchical system can improve the independence between various level, and for the complexity of whole system is provided with border, by encapsulating the service left over, make new server from the impact of legacy client, this also just improves the scalability of system.
The core of described code is as required that REST allows to expand client functionality.Such as, by downloading and performing the code of applet or form of scripts, client functionality is expanded.But this is while improving the system expandability, also reduce observability.So it is an optionally constraint of REST.
In addition, REST is the mode based on HTTP request, and HTTP has the convenience of firewall-penetrating, and REST develops simple, flexibly relative to Web Service, and this assures data can fast transport more, and development difficulty is little.
The concrete data flow that the present invention is based on the data transmission system of B/S is as follows:
Data analysis system obtains the data such as the function that calls of all current needs and parameter according to actual conditions, and distributes RSET interface to above-mentioned data, is then encrypted described data, by sending HTTP request, by encrypted data transmission to data management system.
Be decrypted this enciphered data while data management system receives above-mentioned enciphered data, and search the REST interface corresponding with enciphered data, the result according to searching corresponding RSET interface operates accordingly, specific as follows:
If search the REST interface less than correspondence, then return sky data and to the error of transmission of data analysis system reminder-data;
If find corresponding REST interface, then resolve the data of reception, obtain the data such as function and parameter that data analysis system transmits, data management system obtains with it corresponding data according to above-mentioned function and parameter from database, and the data of acquisition is loaded into function and runs function and obtain analyzing data.
After data management system obtains described analysis data, these analysis data stored in database, are distributed REST interface to these analysis data by one side on the other hand, and after being encrypted, by sending HTTP request, are transferred to data analysis system.
Data analysis system receives this HTTP request, and to this decrypt data, and search corresponding REST interface, the result according to searching corresponding RSET interface operates accordingly, specific as follows:
If search the REST interface less than correspondence, then return sky data to data management system, and data management system is pointed out;
If find corresponding REST interface, then resolve the data of reception, obtain analyzing data and showing.
See Fig. 3, the present invention is based on data analysis system in the data transmission system of B/S needs to encapsulate the data of transmission, and its concrete steps are as follows:
The data of S301, the transmission of extraction needs:
Data analysis system according to actual conditions, extract all need to run function and the data such as parameter.
S302, encapsulates the data of the needs transmission obtained:
To the data of the needs transmission obtained, data analysis system adds that specific head and tail forms frame, then consign to physical layer, carries out first time encapsulation like this to data.Due to the physical layer signal of telecommunication by all means, this just must have a special signal of telecommunication tell physical layer this be beginning and the ending of a frame, all data of transmission of will giving add it is specific head and tail, and the data of so every frame all can have a specific signal of telecommunication.
S303, distribution REST interface are to encapsulation of data:
The core feature of REST framework style is exactly have a unified interface between emphasis component, and data analysis system distributes a REST interface to encapsulation of data, just has a RSET interface corresponded, form relation one to one in data management system.
S304, the data being assigned with REST interface to be encapsulated again:
Data analysis system can form new data after distributing RSET interface to encapsulation of data, by the encapsulation again to these data, such physical layer will send a specific electrical signal, facilitates data to resolve.
The step that described data management system encapsulates data with data analysis system is substantially the same, without the need to describing separately again.
After data encapsulation completes, data are transmitted, after data analysis system or data management system receive these data, need to carry out deblocking to data, namely, after physical layer receives signal, know that this is that a frame has come, after analog-to-digital conversion, consign to data link layer, data link layer stripping head and tail consigns to Internet above data, obtains this data.
Just specific head is added to him time upper layer data gets off, be equivalent to fill individual envelope, like this from level to level load come, the data of lower floor deliver to upper strata with regard to stripping head (envelope) from level to level, till to the last not having envelope to obtain final data, the process of encapsulation that Here it is and decapsulation.
After the data of needs transmission complete all encapsulation, data management system and the data of data analysis to transmission are encrypted, encryption changes original information data with certain special algorithm, even if make undelegated user obtain the information of having encrypted, but because not knowing the method for deciphering, still the content of information cannot be understood, even if know encryption-decryption algorithm method, but do not know the key deciphered, the content of information cannot be understood equally, so further safety ensureing transmission data.
According to actual needs; the present invention is based on the data transmission system of B/S; the algorithm can choosing encryption is RSA Algorithm, DES algorithm, EIGamal algorithm, DSA algorithm, MD5 algorithm and BLOWFISH algorithm etc.; wherein RSA and AES encryption algorithm are all full disclosures; one side obtains the data of having encrypted; even if know AES, if do not have the key encrypted still can not open the information of encrypted protection.So the key of encryption and decryption needs self establishment, and ensure secret and the safety of key.
See Fig. 2, data management system response HTTP request, and the data received are resolved, the function of resolving and parameter are loaded into data and run, and then the analysis data running function are returned to data analysis system, its specific works flow process is as follows:
S201, response HTTP request:
After data management system receives HTTP request, and respond this HTTP request, receive the data of transmission simultaneously.
S202, to accept decrypt data:
The algorithm of the encrypting and decrypting that data management system adopts according to this data transmission system and the key of deciphering, according to step to decrypt data, obtain the data of overall package.
S203, search the interface of corresponding RSET:
Carry out deblocking to the data of overall package, obtain the RSET interface transmitting data, because RSET interface is unified interface, such data management system will search the REST interface corresponding with the RSET interface transmitting data.
S204, return sky data to data analysis system it pointed out:
If data management system search less than to REST interface, then return empty data, and to the error of transmission of data analysis reminder-data.
The data acquisition function of S205, analytical propagation and parameter:
Find corresponding REST interface among data management system after, further to this data decapsulation, the content transmitting data will be obtained like this, obtain function and parameter.
Data required in S206, acquisition function and parameter:
Data management system is analyzed function and parameter, all data needed is searched from database, and will find in data loading function and parameter.
S207, operation function obtain analyzing data:
After data are loaded into function and parameter, data management system will run this function, gets the data after function operation completes, namely analyzes data.
S208, is transferred to database:
These analysis data are transferred to database, these analysis data of reminding data library storage after getting and analyzing data by data management system.
S209, to analysis data encapsulation distribute REST interface:
Data management system encapsulates described analysis data after getting and analyzing data, and distribute RSET interface then to the analysis data of encapsulation, data management system encapsulates again to the analysis data after described distribution interface separately.
S210, the data again encapsulated are encrypted and transmit:
The algorithm of the encrypting and decrypting that data management system adopts according to this data transmission system and encryption key are encrypted the data again encapsulated, and for guaranteeing the safety of these data in transmitting procedure, then sending HTTP request, transmitting enciphered data.
After the steps such as above-mentioned S201 to S210, data management system sends to data analysis system by HTTP request after the analysis data of acquisition being carried out encapsulating and encrypting; And data analysis system is by this HTTP request of response, obtain the data of transmission, and to after this decrypt data and decapsulation, obtain the data of analysis and show.
Compared with prior art, the present invention is based on the data transmission system of B/S, function and parameter etc. are transferred to data management system by data analysis system, run function by data management system to obtain analyzing data, and data return data analytical system will be analyzed, reduce the step that the data that function and parameter need are transferred to data analysis system by data management system, it can thus be appreciated that, the present invention not only reduces the step of data transmission, and decrease the data volume of transmission, thus improve data transmission efficiency.
Below be only the preferred embodiment of the present invention, it should be pointed out that above-mentioned preferred embodiment should not be considered as limitation of the present invention, protection scope of the present invention should be as the criterion with claim limited range.For those skilled in the art, without departing from the spirit and scope of the present invention, can also make some improvements and modifications, these improvements and modifications also should be considered as protection scope of the present invention.

Claims (6)

1. the data transmission system based on B/S, it is characterized in that, comprise data analysis system and data management system, the function that needs call by described data analysis system and parameter transmission are to data management system, data management system is according to the function received and the corresponding data of parameter call, and run function, the data that execution function obtains are turned back to data analysis system;
Described data analysis system and data management system are respectively arranged with REST interface, transmit data by REST interface, concrete:
If data management system is searched less than REST interface corresponding to the data received, then return sky data and to the error of transmission of data analysis system reminder-data;
If data management system finds REST interface corresponding to the data that receive, then resolve the data of reception, obtain function that data analysis system transmits and supplemental characteristic, data management system obtains with it corresponding data according to above-mentioned function and parameter from database, and the data of acquisition is loaded into function and runs function and obtain analyzing data.
2. as claimed in claim 1 based on the data transmission system of B/S, it is characterized in that, described data analysis system transfers data to data management system by sending HTTP request, and described data management system is by sending HTTP request return data to data analysis system.
3. as claimed in claim 1 based on the data transmission system of B/S, it is characterized in that, described data analysis system before transmitting the data, is encrypted transmission data, before described data management system return data, is encrypted return data.
4. as claimed in claim 3 based on the data transmission system of B/S, it is characterized in that, the algorithm of encryption is any one in RSA, BLOWFISH, MD5 and DES.
5. as claimed in claim 3 based on the data transmission system of B/S, it is characterized in that, described data analysis system is decrypted return data after receiving return data, after described data management system receives transmission data, to transmission decrypt data.
6. as claimed in claim 5 based on the data transmission system of B/S, it is characterized in that, described data analysis system and data management system, to after the data deciphering received, are resolved these data and search the REST interface corresponding with these data.
CN201110459895.1A 2011-12-31 2011-12-31 B/S-based data transmission system Active CN102523307B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201110459895.1A CN102523307B (en) 2011-12-31 2011-12-31 B/S-based data transmission system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201110459895.1A CN102523307B (en) 2011-12-31 2011-12-31 B/S-based data transmission system

Publications (2)

Publication Number Publication Date
CN102523307A CN102523307A (en) 2012-06-27
CN102523307B true CN102523307B (en) 2015-04-29

Family

ID=46294094

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201110459895.1A Active CN102523307B (en) 2011-12-31 2011-12-31 B/S-based data transmission system

Country Status (1)

Country Link
CN (1) CN102523307B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104980308B (en) * 2015-07-29 2018-02-13 上海斐讯数据通信技术有限公司 A kind of OMCI protocol massages method for packing and device
CN105354696A (en) * 2015-09-30 2016-02-24 北京恒华伟业科技股份有限公司 OA flow processing method, apparatus and system
CN109284097B (en) * 2018-09-07 2022-02-15 武汉轻工大学 Method, device, system and storage medium for realizing complex data analysis
CN110581838B (en) * 2019-07-15 2022-06-21 平安普惠企业管理有限公司 Method for continuously requesting data stream, electronic device and computer equipment

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101075866A (en) * 2006-12-26 2007-11-21 腾讯科技(深圳)有限公司 Method and system for loading message on Internet
CN101582066A (en) * 2008-05-13 2009-11-18 阿里巴巴集团控股有限公司 Website system and data exchange method based on same

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20010049796A1 (en) * 2000-06-01 2001-12-06 Roth Mark L. Authentication-technology independent, non-programmatic method and apparatus for bootstrapping a user database from the WEB tier

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101075866A (en) * 2006-12-26 2007-11-21 腾讯科技(深圳)有限公司 Method and system for loading message on Internet
CN101582066A (en) * 2008-05-13 2009-11-18 阿里巴巴集团控股有限公司 Website system and data exchange method based on same

Also Published As

Publication number Publication date
CN102523307A (en) 2012-06-27

Similar Documents

Publication Publication Date Title
CN112799789B (en) Node cluster management method, device, equipment and storage medium
US11140137B2 (en) Method and industrial computing apparatus for performing a secure communication
CN102523307B (en) B/S-based data transmission system
US20060234730A1 (en) System and method for accessing multiple data sources by mobile applications
CN108737092B (en) Mobile terminal management server, mobile terminal, service cloud platform and application system
CN110022325A (en) The transregional data safety high efficiency interactive system and method for power telecom network monitor supervision platform
CN105530266B (en) A kind of license passport management method, apparatus and system
CN112910636B (en) Quantum key distribution Internet of things publishing and subscribing system based on SDN
CN103312801A (en) Application devices, interaction method and system for data between application devices and server
US11252241B2 (en) System and method for provisioning protocol agnostic interface to internet of things application frameworks
CN107070926A (en) A kind of structure and method that unified operation is carried out to electronic equipment
CN108985756B (en) SE application processing method, user terminal and server
CN112383881B (en) Information reporting method, device, equipment and storage medium
CN102622550B (en) Safe online patch check system facing terminal computers
CN114041134A (en) System and method for block chain based secure storage
CN113254103A (en) Application function implementation method and device and storage medium
CN109327321B (en) Network model service execution method and device, SDN controller and readable storage medium
WO2015027931A1 (en) Method and system for realizing cross-domain remote command
CN115374463B (en) Data processing method, device, equipment and medium based on SPI matrix communication
CN103533094A (en) Identification code all-in-one machine and identification code system
KR100955573B1 (en) Method and system for authentication in facility service
CN102655511A (en) Home gateway based cloud security decryption method and system
CN102438048A (en) Method and system for calling remote service from Internet
CN109062599A (en) The management method and device of code update under micro services framework
CN103475506A (en) Multi-equipment management control method and multi-equipment management control system

Legal Events

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

Effective date of registration: 20170511

Address after: 610000 Sichuan City, Chengdu Province, No. two North Ring Road, No. 111

Co-patentee after: Chengdu Lead Science & Technology Co., Ltd.

Patentee after: Southwest Jiaotong University

Co-patentee after: Wang Li

Co-patentee after: Gao Xiaorong

Co-patentee after: Wang Zeyong

Co-patentee after: Zhao Quanke

Co-patentee after: Zhang Yu

Co-patentee after: Peng Jianping

Address before: 610031 City, Chengdu Province, north section of the ring road, Sichuan

Co-patentee before: Chengdu Lead Science & Technology Co., Ltd.

Patentee before: Southwest Jiaotong University

TR01 Transfer of patent right

Effective date of registration: 20180503

Address after: 610000 block 45, zone A, high-tech zone, Jiao long industrial port, Qingyang District, Chengdu, Sichuan.

Co-patentee after: Chengdu Southwest Jiaotong University Tech Park Management Co., Ltd.

Patentee after: Chengdu Lead Science & Technology Co., Ltd.

Co-patentee after: Wang Li

Co-patentee after: Gao Xiaorong

Co-patentee after: Wang Zeyong

Co-patentee after: Zhao Quanke

Co-patentee after: Zhang Yu

Co-patentee after: Peng Jianping

Address before: No. 111, No. 111, Chengdu City, Sichuan Province, north part of the two ring road

Co-patentee before: Chengdu Lead Science & Technology Co., Ltd.

Patentee before: Southwest Jiaotong University

Co-patentee before: Wang Li

Co-patentee before: Gao Xiaorong

Co-patentee before: Wang Zeyong

Co-patentee before: Zhao Quanke

Co-patentee before: Zhang Yu

Co-patentee before: Peng Jianping

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20181115

Address after: 610000 block 45, zone A, high-tech zone, Jiao long industrial port, Qingyang District, Chengdu, Sichuan.

Co-patentee after: Chengdu Southwest Jiaotong University Research Institute Co., Ltd.

Patentee after: Chengdu Lead Science & Technology Co., Ltd.

Co-patentee after: Wang Li

Co-patentee after: Gao Xiaorong

Co-patentee after: Wang Zeyong

Co-patentee after: Zhao Quanke

Co-patentee after: Zhang Yu

Co-patentee after: Peng Jianping

Address before: 610000 block 45, zone A, high-tech zone, Jiao long industrial port, Qingyang District, Chengdu, Sichuan.

Co-patentee before: Chengdu Southwest Jiaotong University Science and Technology Park Management Co., Ltd.

Patentee before: Chengdu Lead Science & Technology Co., Ltd.

Co-patentee before: Wang Li

Co-patentee before: Gao Xiaorong

Co-patentee before: Wang Zeyong

Co-patentee before: Zhao Quanke

Co-patentee before: Zhang Yu

Co-patentee before: Peng Jianping

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20190226

Address after: 610000 block 45, zone A, high-tech zone, Jiao long industrial port, Qingyang District, Chengdu, Sichuan.

Co-patentee after: Wang Li

Patentee after: Chengdu Lead Science & Technology Co., Ltd.

Co-patentee after: Gao Xiaorong

Co-patentee after: Wang Zeyong

Co-patentee after: Zhao Quanke

Co-patentee after: Zhang Yu

Co-patentee after: Peng Jianping

Address before: 610000 block 45, zone A, high-tech zone, Jiao long industrial port, Qingyang District, Chengdu, Sichuan.

Co-patentee before: Chengdu Southwest Jiaotong University Research Institute Co., Ltd.

Patentee before: Chengdu Lead Science & Technology Co., Ltd.

Co-patentee before: Wang Li

Co-patentee before: Gao Xiaorong

Co-patentee before: Wang Zeyong

Co-patentee before: Zhao Quanke

Co-patentee before: Zhang Yu

Co-patentee before: Peng Jianping

TR01 Transfer of patent right