CN110457022A - Non-intrusion type project implementation method and system based on nodejs, storage medium - Google Patents

Non-intrusion type project implementation method and system based on nodejs, storage medium Download PDF

Info

Publication number
CN110457022A
CN110457022A CN201910657077.9A CN201910657077A CN110457022A CN 110457022 A CN110457022 A CN 110457022A CN 201910657077 A CN201910657077 A CN 201910657077A CN 110457022 A CN110457022 A CN 110457022A
Authority
CN
China
Prior art keywords
project
sub
build
data
local
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
CN201910657077.9A
Other languages
Chinese (zh)
Other versions
CN110457022B (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.)
Wheel Interconnection Technology Shanghai Co ltd
Original Assignee
Shanghai Yidianshikong Network 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 Shanghai Yidianshikong Network Co Ltd filed Critical Shanghai Yidianshikong Network Co Ltd
Priority to CN201910657077.9A priority Critical patent/CN110457022B/en
Publication of CN110457022A publication Critical patent/CN110457022A/en
Application granted granted Critical
Publication of CN110457022B publication Critical patent/CN110457022B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • G06F8/315Object-oriented languages
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The embodiment of the present invention discloses a kind of non-intrusion type project implementation method and system based on nodejs, storage medium, wherein method includes the following steps: in local disposition sub-project a, sub-project b is disposed in server-side, the execution order of sub-project a is concatenated into after build instruction, the build for executing create-react-app and vue-cli is set to generate compiling output triggering sub-project a, after sub-project a is triggered, it establishes and is connected with the long of sub-project b, data packet data to sub-project b is sent based on long connect, data packet data includes build output.Using the present invention, the workflow that create-react-app and vue-cli lacks publication can be improved, beating the long connection compression transmission of discord by variable can be improved system publication and synchronous working efficiency.

Description

Non-intrusion type project implementation method and system based on nodejs, storage medium
Technical field
The present invention relates to field of computer technology more particularly to a kind of non-intrusion type project implementation methods based on nodejs And system, storage medium.
Background technique
In the front end project based on the library React or Vue, build manually it is a set of have a full inits, exploitation and compiling The scaffold of function is extremely complex.Many people use community's open source cli scaffold, these community's scaffold functions are complete, open Case is used, almost without learning cost.Create-react-app is generallyd use currently based on the project of React, based on vue's Project generallys use vue-cli.Community's scaffold is able to satisfy business demand in the case where the overwhelming majority, however community's scaffold It is all based on home environment, only provides the advantage of out-of-the-box in the development phase, it is desirable to deployment test or aol server, The copy of compiling, is then uploaded to corresponding test or business machine, this process pole manually by necessary first local compiled code Its is inefficient.
Summary of the invention
The embodiment of the present invention provides a kind of suitable non-intrusion type project implementation method and system based on nodejs, storage is situated between Matter can improve the workflow that create-react-app and vue-cli lacks publication, beat the long connection pressure of discord by variable System publication and synchronous working efficiency can be improved in contracting transmission.
First aspect of the embodiment of the present invention provides a kind of non-intrusion type project implementation method based on nodejs, can wrap It includes:
In local disposition sub-project a, sub-project b is disposed in server-side;
After the execution order of sub-project a is concatenated into build instruction, make to execute create-react-app and vue- The build of cli generates compiling output triggering sub-project a;
It after sub-project a is triggered, establishes and is connected with the long of sub-project b, data packet data is sent to son based on long connection Project b, data packet data include build output.
Further, the above method further include:
Generate message file manifest relevant to sub-project a;
Build output and message file manifest are compressed by gzip and generate compressed data packets data.
Further, the above method further include:
Message file manifest is stored in local.
Further, above-mentioned compress build output and message file manifest by gzip generates compressed data packets Data, comprising:
It compares the current compiling result of build and is stored in local message file manifest, by the difference text of diff Part is compressed by gzip generates compressed data packets data.
Further, the above method further include:
Starting executes sub-project b in the form of daemon, creates TCP listening port.
Second aspect of the embodiment of the present invention provides a kind of non-intrusion type project implementation system based on nodejs, can wrap It includes: local terminal and server;
Local terminal, in local disposition sub-project a;
Server, for disposing sub-project b in server-side;
Local terminal after being also used to for the execution order of sub-project a being concatenated into build instruction, makes to execute create- The build of react-app and vue-cli generates compiling output triggering sub-project a;
Local terminal is also used to after sub-project a is triggered, and is established and is connected with the long of sub-project b, is sent based on long connection Data packet data to sub-project b, data packet data include build output.
Further, local terminal is also used to generate message file manifest relevant to sub-project a;
Local terminal is also used to export build and message file manifest is compressed by gzip and generates compressed data Wrap data.
Further, local terminal is also used to message file manifest being stored in local.
Further, build output and message file manifest are being compressed into generation compressed data packets by gzip When data, local terminal is specifically used for the current compiling result of comparison build and is stored in local message file manifest, The differential file of diff is compressed by gzip and generates compressed data packets data.
Further, server, which is also used to start in the form of daemon, executes sub-project b, creates TCP listening port.
The third aspect of the embodiment of the present invention provides a kind of computer storage medium, and computer storage medium is stored with a plurality of Instruction, instruction are suitable for being loaded by processor and executing following steps:
In local disposition sub-project a, sub-project b is disposed in server-side;
After the execution order of sub-project a is concatenated into build instruction, make to execute create-react-app and vue- The build of cli generates compiling output triggering sub-project a;
It after sub-project a is triggered, establishes and is connected with the long of sub-project b, data packet data is sent to son based on long connection Project b.
In embodiments of the present invention, in local disposition sub-project a, sub-project b is disposed in server-side, by holding for sub-project a Line command is concatenated into after build instruction, and the build for executing create-react-app and vue-cli is made to generate compiling output Trigger sub-project a;It after sub-project a is triggered, establishes and is connected with the long of sub-project b, data packet data is sent based on long connection To sub-project b.After sub-project a is serially connected in build, takes full advantage of create-react-app and vue-cli is excellent Gesture improves the workflow that create-react-app and vue-cli lacks publication, plays the long connection compression of discord by variable Transmission improves system publication and synchronous working efficiency.
Detailed description of the invention
In order to more clearly explain the embodiment of the invention or the technical proposal in the existing technology, to embodiment or will show below There is attached drawing needed in technical description to be briefly described, it should be apparent that, the accompanying drawings in the following description is only this Some embodiments of invention for those of ordinary skill in the art without creative efforts, can be with It obtains other drawings based on these drawings.
Fig. 1 is a kind of framework signal of non-intrusion type project implementation system based on nodejs provided in an embodiment of the present invention Figure;
Fig. 2 is a kind of process signal of non-intrusion type project implementation method based on nodejs provided in an embodiment of the present invention Figure;
Fig. 3 is a kind of structural representation of non-intrusion type project implementation terminal based on nodejs provided in an embodiment of the present invention Figure.
Specific embodiment
Following will be combined with the drawings in the embodiments of the present invention, and technical solution in the embodiment of the present invention carries out clear, complete Site preparation description, it is clear that described embodiments are only a part of the embodiments of the present invention, instead of all the embodiments.It is based on Embodiment in the present invention, it is obtained by those of ordinary skill in the art without making creative efforts every other Embodiment shall fall within the protection scope of the present invention.
Term " includes " in description and claims of this specification and above-mentioned attached drawing and " having " and they appoint What is deformed, it is intended that cover it is non-exclusive include, term " first ", " second " and " third " merely to difference is named, and The size or sequence of number are not represented.Such as it contains the process, method of a series of steps or units, device, product or sets It is standby to be not limited to listed step or unit, but optionally further comprising the step of not listing or unit, or optionally It further include other step or units intrinsic for these process, methods, product or equipment.
The present embodiments relate to the non-intrusion type project implementation system based on nodejs include local terminal and service Device, wherein local terminal can be the computer for having Data Analysis Services ability.
Non-intrusion type project implementation system based on nodejs in application itself is as shown in Figure 1, include 1 kimonos of local terminal Business device 2.Wherein,
Local terminal 1, in local disposition sub-project a.
It is understood that can prepare two nodejs in advance can be performed sub-project a and b, wherein sub-project a can lead to It crosses local terminal 1 and is deployed in local, sub-project b can be deployed in Yuncheng server-side by server 2.
Server 2, for disposing sub-project b in server-side.
Local terminal 1 after being also used to for the execution order of sub-project a being concatenated into build instruction, makes to execute create- The build of react-app and vue-cli generates compiling output triggering sub-project a.
Local terminal 1 is also used to after sub-project a is triggered, and is established and is connected with the long of sub-project b, based on long connection hair Data packet data to sub-project b is sent, wherein data packet data includes build output.
Local terminal 1 is also used to generate message file manifest relevant to sub-project a.
Local terminal 1 is also used to export build and message file manifest is compressed by gzip and generates compressed data Wrap data.
Local terminal 1 is also used to message file manifest being stored in local.
It is understood that since the process that data packet is uploaded onto the server not is to export entire build every time As a result upload, due to compiling result may include a large amount of picture or other static resources, thus generate manifest when Time will be stored in local every time.
It should be noted that generating compressed data compressing build output and message file manifest by gzip When wrapping data, local terminal 1 is specifically used for the current compiling result of comparison build and is stored in local message file The differential file of diff is compressed by gzip and generates compressed data packets data by manifest.
Server 2 is also used to be started execution sub-project b in the form of daemon, creates TCP listening port.
It should be noted that the detailed implementation of the above-mentioned non-intrusion type project implementation system based on nodejs can join The detailed process of project implementation method as shown in Figure 2.
As shown in Fig. 2, the non-intrusion type project implementation method based on nodejs at least may include following steps:
S101 disposes sub-project b in server-side in local disposition sub-project a.
It is understood that can prepare two nodejs in advance can be performed sub-project a and b, local terminal can be at this Sub-project a is disposed on ground, and server can affix one's name to sub-project b in remote service end.
S102, by the execution order of sub-project a be concatenated into build instruction after, make execute create-react-app and The build of vue-cli generates compiling output triggering sub-project a.
In the specific implementation, the execution order of sub-project a can be concatenated into after build instruction by local terminal, build is held Compiling output, and then the execution for the sub-project a that can set out are generated after row create-react-app and vue-cli.It is understood that , the compiling and publication for executing create-react-app and vue-cli can be triggered by a key.
S103 is established and is connected with the long of sub-project b after sub-project a is triggered, and sends data packet data based on long connection To sub-project b.
It is understood that information text relevant to sub-project a can be generated in local terminal after sub-project a is triggered Build further can be exported and message file manifest is compressed by gzip and generates compressed data by part manifest Wrap data.It is connected in the specific implementation, local terminal can establish with the long of sub-project b, and number can be sent based on length connection According to packet data to sub-project b.
It should be noted that the process for uploading data packet data to remote server is not every time by entire build It exports result to upload, since compiling result may include a large amount of picture or other static resources, thus generates manifest's When save it in local every time, current compiling result and last manifest can be made when next build The differential file of diff is packaged by comparison, is realized variable update, is effectively raised the direction efficiency of whole system.
It should be noted that server can be started in the form of daemon executes sub-project b, creation TCP monitors end Mouthful.It is understood that server after receiving the data packet data for being transmitted to sub-project b, can pass through identical gzip Format data packet, analyze manifest, by build result be synchronized to in the consistent catalogue in local terminal.
In embodiments of the present invention, in local disposition sub-project a, sub-project b is disposed in server-side, by holding for sub-project a Line command is concatenated into after build instruction, and the build for executing create-react-app and vue-cli is made to generate compiling output Trigger sub-project a;It after sub-project a is triggered, establishes and is connected with the long of sub-project b, data packet data is sent based on long connection To sub-project b.After sub-project a is serially connected in build, takes full advantage of create-react-app and vue-cli is excellent Gesture improves the workflow that create-react-app and vue-cli lacks publication, plays the long connection compression of discord by variable Transmission improves system publication and synchronous working efficiency.
The embodiment of the invention also provides a kind of computer storage medium, the computer storage medium can store more Item instruction, described instruction are suitable for being loaded by processor and being executed the method and step of embodiment as shown in Figure 2 above, specifically executed Journey may refer to illustrating for embodiment illustrated in fig. 2, herein without repeating.
The non-intrusion type project implementation terminal based on nodejs that the embodiment of the present application also provides a kind of.As shown in figure 3, non- Intrusive project implementation terminal 20 may include: at least one processor 201, such as CPU, at least one network interface 204 is used Family interface 203, memory 205, at least one communication bus 202 can also include optionally display screen 206.Wherein, it communicates Bus 202 is for realizing the connection communication between these components.Wherein, user interface 203 may include touch screen, keyboard or mouse Mark etc..Network interface 204 optionally may include standard wireline interface and wireless interface (such as WI-FI interface), pass through network Interface 204 can be established with server and be communicated to connect.Memory 205 can be high speed RAM memory, be also possible to non-unstable Memory (non-volatile memory), a for example, at least magnetic disk storage, memory 205 include the present invention implement Flash in example.Memory 205 optionally can also be that at least one is located remotely from the storage device of aforementioned processor 201.Such as Shown in Fig. 3, as may include operating device, network communication module, user in a kind of memory 205 of computer storage medium Interface module and program instruction.
It should be noted that network interface 204 can connect receiver, transmitter or other communication modules, other communications Module can include but is not limited to WiFi module, bluetooth module etc., it will be understood that non-intrusion type project is held in the embodiment of the present invention Row terminal also may include receiver, transmitter and other communication modules etc..
Processor 201 can be used for calling the program instruction stored in memory 205, and keep the non-intrusion type project implementation whole End 20 executes following operation:
In local disposition sub-project a, sub-project b is disposed in server-side;
After the execution order of sub-project a is concatenated into build instruction, make to execute create-react-app and vue- The build of cli generates compiling output triggering sub-project a;
It after sub-project a is triggered, establishes and is connected with the long of sub-project b, data packet data is sent to son based on long connection Project b, data packet data include build output.
In some embodiments, terminal 20 is also used to generate message file manifest relevant to sub-project a;It will Build output and message file manifest are compressed by gzip generates compressed data packets data.
In some embodiments, terminal 20 is also used to message file manifest being stored in local.
In some embodiments, build output and message file manifest are being compressed generation by gzip by terminal 20 When compressed data packets data, it is specifically used for:
It compares the current compiling result of build and is stored in local message file manifest, by the difference text of diff Part is compressed by gzip generates compressed data packets data.
In embodiments of the present invention, in local disposition sub-project a, sub-project b is disposed in server-side, by holding for sub-project a Line command is concatenated into after build instruction, and the build for executing create-react-app and vue-cli is made to generate compiling output Trigger sub-project a;It after sub-project a is triggered, establishes and is connected with the long of sub-project b, data packet data is sent based on long connection To sub-project b.After sub-project a is serially connected in build, takes full advantage of create-react-app and vue-cli is excellent Gesture improves the workflow that create-react-app and vue-cli lacks publication, plays the long connection compression of discord by variable Transmission improves system publication and synchronous working efficiency.
Those of ordinary skill in the art will appreciate that realizing all or part of the process in above-described embodiment method, being can be with Relevant hardware is instructed to complete by computer program, the program can be stored in computer-readable storage medium In, the program is when being executed, it may include such as the process of the embodiment of above-mentioned each method.Wherein, the storage medium can be magnetic Dish, CD, read-only memory (Read-Only Memory, ROM) or random access memory (Random Access Memory, RAM) etc..
The above disclosure is only the preferred embodiments of the present invention, cannot limit the right model of the present invention with this certainly It encloses, therefore equivalent changes made in accordance with the claims of the present invention, is still within the scope of the present invention.

Claims (10)

1. a kind of non-intrusion type project implementation method based on nodejs characterized by comprising
In local disposition sub-project a, sub-project b is disposed in server-side;
After the execution order of the sub-project a is concatenated into build instruction, make to execute create-react-app and vue- The build of cli generates compiling output and triggers the sub-project a;
It after the sub-project a is triggered, establishes and is connected with the long of the sub-project b, data packet is sent based on the long connection Data to the sub-project b, the data packet data include build output.
2. the method according to claim 1, wherein the method also includes:
Generate message file manifest relevant to the sub-project a;
Build output and the message file manifest are compressed by gzip and generate compressed data packets data.
3. according to the method described in claim 2, it is characterized in that, the method also includes:
The message file manifest is stored in local.
4. according to the method described in claim 3, it is characterized in that, described by build output and the message file Manifest is compressed by gzip generates compressed data packets data, comprising:
It compares the current compiling result of build and is stored in local message file manifest, the differential file of diff is led to It crosses gzip compression and generates compressed data packets data.
5. the method according to claim 1, wherein the method also includes:
Starting executes the sub-project b in the form of daemon, creates TCP listening port.
6. a kind of non-intrusion type project implementation system based on nodejs characterized by comprising local terminal and server;
The local terminal, in local disposition sub-project a;
The server, for disposing sub-project b in server-side;
The local terminal makes to execute after being also used to for the execution order of the sub-project a being concatenated into build instruction The build of create-react-app and vue-cli generates compiling output and triggers the sub-project a;
The local terminal is also used to after the sub-project a is triggered, and is established and is connected with the long of the sub-project b, is based on institute It states long connection and sends data packet data to the sub-project b, the data packet data includes build output.
7. system according to claim 6, which is characterized in that
The local terminal is also used to generate message file manifest relevant to the sub-project a;
The local terminal is also used to export build and the message file manifest is compressed by gzip and generates compression Data packet data.
8. system according to claim 7, which is characterized in that
The local terminal is also used to the message file manifest being stored in local.
9. system according to claim 8, which is characterized in that exported and the message file manifest by build When compressing generation compressed data packets data by gzip,
The local terminal, specifically for comparing the current compiling result of build and being stored in local message file The differential file of diff is compressed by gzip and generates compressed data packets data by manifest.
10. a kind of computer storage medium, which is characterized in that the computer storage medium is stored with a plurality of instruction, the finger It enables and is suitable for being loaded by processor and executing following steps:
In local disposition sub-project a, sub-project b is disposed in server-side;
After the execution order of the sub-project a is concatenated into build instruction, make to execute create-react-app and vue- The build of cli generates compiling output and triggers the sub-project a;
It after the sub-project a is triggered, establishes and is connected with the long of the sub-project b, data packet is sent based on the long connection Data to the sub-project b.
CN201910657077.9A 2019-07-19 2019-07-19 Nodejs-based non-intrusive project execution method and system and storage medium Active CN110457022B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910657077.9A CN110457022B (en) 2019-07-19 2019-07-19 Nodejs-based non-intrusive project execution method and system and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910657077.9A CN110457022B (en) 2019-07-19 2019-07-19 Nodejs-based non-intrusive project execution method and system and storage medium

Publications (2)

Publication Number Publication Date
CN110457022A true CN110457022A (en) 2019-11-15
CN110457022B CN110457022B (en) 2023-04-18

Family

ID=68481591

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910657077.9A Active CN110457022B (en) 2019-07-19 2019-07-19 Nodejs-based non-intrusive project execution method and system and storage medium

Country Status (1)

Country Link
CN (1) CN110457022B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104572236A (en) * 2015-01-07 2015-04-29 浪潮电子信息产业股份有限公司 Fast building method for Taurus project
CN106201642A (en) * 2016-06-29 2016-12-07 微梦创科网络科技(中国)有限公司 A kind of template automatization based on NODEJS compiling loading method and system
CN108241902A (en) * 2016-12-23 2018-07-03 南京壹进制信息技术股份有限公司 A kind of Web projects and performance optimization method
US20180253292A1 (en) * 2017-03-01 2018-09-06 International Business Machines Corporation Building deployment packages that reference versions of files to be deployed
CN109446259A (en) * 2018-10-24 2019-03-08 北京慧流科技有限公司 Data processing method and device, processor and storage medium
CN109711802A (en) * 2018-12-14 2019-05-03 深圳壹账通智能科技有限公司 Item information processing method, device, computer equipment and storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104572236A (en) * 2015-01-07 2015-04-29 浪潮电子信息产业股份有限公司 Fast building method for Taurus project
CN106201642A (en) * 2016-06-29 2016-12-07 微梦创科网络科技(中国)有限公司 A kind of template automatization based on NODEJS compiling loading method and system
CN108241902A (en) * 2016-12-23 2018-07-03 南京壹进制信息技术股份有限公司 A kind of Web projects and performance optimization method
US20180253292A1 (en) * 2017-03-01 2018-09-06 International Business Machines Corporation Building deployment packages that reference versions of files to be deployed
CN109446259A (en) * 2018-10-24 2019-03-08 北京慧流科技有限公司 Data processing method and device, processor and storage medium
CN109711802A (en) * 2018-12-14 2019-05-03 深圳壹账通智能科技有限公司 Item information processing method, device, computer equipment and storage medium

Also Published As

Publication number Publication date
CN110457022B (en) 2023-04-18

Similar Documents

Publication Publication Date Title
CN111176976B (en) Test data generation method and device, storage medium and electronic device
CN105677335B (en) Improve the method and device that mobile terminal first powers on speed
CN103902692B (en) Application interface updating method, device and system
CN107733708B (en) Equipment parameter configuration method and device, computer equipment and storage medium
CN109766163B (en) Synchronous display method and device, storage medium and electronic device
CN109408132A (en) A kind of configuration file processing method and server, user terminal, storage medium
CN106713420B (en) The dispositions method and device of monitoring
CN104168309A (en) Data backup and operation method based on cloud service
CN108055688A (en) A kind of distribution method and device for intelligent display device, terminal device
CN102209156A (en) Method of synchronizing contact person information, apparatus thereof and system thereof
CN108628735A (en) The automated testing method and system of application
CN105302603A (en) Software upgrade method and apparatus
WO2011153792A1 (en) Method and system for running state detection
CN102013994A (en) Method, terminal and system for implementing network element version compatibility in network management
CN110324197A (en) The method and apparatus of applied in network performance test
CN112636966A (en) Application batch deployment method based on remote debugging protocol
CN113835369A (en) Edge terminal scene management method, device and system
CN111984248B (en) Page editing method and device, storage medium and electronic device
CN112748961A (en) Method and device for executing starting task
CN111831540A (en) Debugging information processing method, processing device and storage medium
CN103440714A (en) POS terminal and method and system for network configuration of POS terminal
CN110113391A (en) A kind of client loading method, device and a kind of client operation method, device
CN110457022A (en) Non-intrusion type project implementation method and system based on nodejs, storage medium
CN107577822A (en) A kind of method of data synchronization, data synchronization unit and mobile terminal
CN109922484A (en) A kind of test method and test device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CP03 Change of name, title or address

Address after: 200125, Room 325, 3rd Floor, Unit 2, No. 231, Shibocun Road, China (Shanghai) Pilot Free Trade Zone, Pudong New Area, Shanghai

Patentee after: Wheel interconnection technology (Shanghai) Co.,Ltd.

Address before: 200125 Room 501, 5 / F, building 3, 3601 Dongfang Road, Pudong New Area, Shanghai

Patentee before: SHANGHAI YIDIAN SPACE NETWORK Co.,Ltd.

CP03 Change of name, title or address