CN101162424B - System and method for loading interface element - Google Patents

System and method for loading interface element Download PDF

Info

Publication number
CN101162424B
CN101162424B CN2006101136998A CN200610113699A CN101162424B CN 101162424 B CN101162424 B CN 101162424B CN 2006101136998 A CN2006101136998 A CN 2006101136998A CN 200610113699 A CN200610113699 A CN 200610113699A CN 101162424 B CN101162424 B CN 101162424B
Authority
CN
China
Prior art keywords
interface element
plug
unit
main system
interface
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.)
Expired - Fee Related
Application number
CN2006101136998A
Other languages
Chinese (zh)
Other versions
CN101162424A (en
Inventor
李明
侯月文
Original Assignee
BEIJING SURESENSE INTERNATIONAL INFORMATION TECHNOLOGY 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 BEIJING SURESENSE INTERNATIONAL INFORMATION TECHNOLOGY Co Ltd filed Critical BEIJING SURESENSE INTERNATIONAL INFORMATION TECHNOLOGY Co Ltd
Priority to CN2006101136998A priority Critical patent/CN101162424B/en
Publication of CN101162424A publication Critical patent/CN101162424A/en
Application granted granted Critical
Publication of CN101162424B publication Critical patent/CN101162424B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention discloses an interface element loading system and method; in the invention, the main system realization and the plug-in unit realization are completely separated, the interface logic and the function logic of the interface element are separated, causing that the main system provides the interface style of the interface element and the plug-in unit provides the contents and the function logic of the interface element, thereby realizing that the plug-in unit can adapt to different main systems and improving the expansibility of the plug-in unit.

Description

A kind of system and method for loading interface element
Technical field
The present invention relates to software architecture realization technology, refer to a kind of system and method for loading interface element especially.
Background technology
In the software architecture design, plug-in unit is one group of assembly with unified interface, and plug-in unit can be loaded and realize independently function dynamically by main system.Because the high scalability of plug-in unit is used more and more widely it in software architecture design now, corresponding increasing interface element also is designed in the plug-in unit realizes that wherein the most frequently used interface element is exactly a tool bar.
With the loading tool bar is example, and present implementation method mainly contains two kinds, and first kind is that the Core Generator bar is promptly created tool bar forms handle in plug-in unit, adds toolbar button by this handle then, passes to main system again and shows; Another kind is to create tool bar forms handle in main system, then the handle that creates is sent to plug-in unit, adds toolbar button by plug-in unit by this handle.
Because the implementation of tool bar is a lot, such as other Handle of api class, perhaps other tool bar of MFC level is realized the pointer CToolBar* of class, perhaps certain special efficacy tool bar in the class libraries of the similar interface of BCG or the like.In order to guarantee that main system can discern the tool bar that plug-in unit is created out, a kind of implementation of agreement between main system and the plug-in unit, but but limited the expansion that tool bar is realized effect like this, and expansion is the most important index of plug-in unit system.
From existing implementation method as seen, main system and plug-in unit must be understood the other side's realization details, can cause all that when a side changes the opposing party can't true(-)running, and finally, the high coupling of structure makes the extendability of plug-in unit fully to realize.In addition, owing between main system and the plug-in unit special agreement has been arranged, just mean that the module coupling increases, the tool bar of establishment becomes the incomplete design of a kind of encapsulation probably.
Summary of the invention
In view of this, fundamental purpose of the present invention is to provide a kind of system of loading interface element, can improve the extensibility of plug-in unit.
Another object of the present invention is to provide a kind of method of loading interface element, can improve the extensibility of plug-in unit.
For achieving the above object, technical scheme of the present invention specifically is achieved in that
A kind of system of creating interface element, this system comprises: main system and plug-in unit, wherein,
Main system is used to provide the Show Styles of interface element, and when the needs interface element, obtains interface element information from plug-in unit; And according to the interface element information that obtains, the notice plug-in unit is created interface element; Wherein, described interface element information indication has or not interface element;
Plug-in unit is used to finish the concrete function of interface element and realizes; When main system needs interface element, obtain interface element information, offer described main system; According to the notice of described main system, call main system and finish actual interface element establishment.
Described main system comprises: interface form module and control creation module, wherein,
The interface form module is used for sending query requests to described plug-in unit; Reception is obtained the interface element that needs are created from the inquiry response of described plug-in unit according to the Query Result that obtains; Send request to create to described plug-in unit;
The control creation module is used to receive the establishment notice from plug-in unit, finishes the actual creation of interface element, and is used to identify the command id ID of different interface elements for the Interface Element prime implicant distribution of each establishment.
Described control creation module is one group of com component interface.
Described plug-in unit comprises: control enquiry module and interface element creation module, wherein,
The control enquiry module receives the query requests from described main system, obtains the information of the interface element that plug-in unit comprises, and this information is carried at is notified to described main system in the inquiry response;
The interface element creation module receives the request to create from described main system, notifies the control creation module of described main system to create interface element.
Described interface form module also is used for, and the interface element functional processing module broadcasting in described plug-in unit needs the order ID of interface displayed forms correspondence; Show the interface element that described plug-in unit returns;
Described plug-in unit also comprises: the interface element functional processing module, and according to the order ID that receives, finish the function and the state variation of this order ID interface element corresponding, and return the interface form module.
Described plug-in unit is one or more; Described interface element is a tool bar.
Described control creation module is one or more.
A kind of method of creating interface element, this method may further comprise the steps:
Plug-in unit is finished the concrete function of interface element and is realized;
When main system needs interface element, obtain interface element information from plug-in unit, wherein, described interface element information indication has or not interface element;
Plug-in unit obtains interface element information, offers described main system;
Described main system is according to the interface element information that obtains, and the notice plug-in unit is created interface element;
Plug-in unit calls main system and creates interface element, and wherein, described main system provides the Show Styles of interface element.
This method also comprises: the control creation module of described main system is distributed the command id ID that is used to identify different interface elements for the Interface Element prime implicant of each establishment.
This method also comprises: described main system sends the ID that needs interface displayed forms correspondence by the mode of broadcasting to plug-in unit, described plug-in unit calls function and the state variation that the interface element processing module is finished this order ID interface element corresponding according to the order ID that receives, and returns to the main system demonstration.
Described interface element is a tool bar; Described interface element information further comprises the number of interface element.
As seen from the above technical solution, when main system of the present invention needs interface element, obtain interface element information from plug-in unit, main system is according to the interface element information that obtains, the notice plug-in unit is created interface element, and plug-in unit calls main system establishment interface element and shows in main system.The present invention separates the realization of main system and the realization of plug-in unit fully, the interface logic and the function logic of interface element are separated, make main system that the look ﹠ feel of interface element is provided, plug-in unit provides interface element content and function logic, realized that plug-in unit adapts to different main systems, expansion has improved the extensibility of plug-in unit.
Description of drawings
Fig. 1 is that system of the present invention forms synoptic diagram;
Fig. 2 is the process flow diagram of the inventive method.
Embodiment
Core concept of the present invention is: when main system needs interface element, obtain interface element information from plug-in unit, and according to the interface element information that obtains, the notice plug-in unit is created interface element, and plug-in unit calls the control creation module of main system and creates interface element in constructive process.
For making purpose of the present invention, technical scheme and advantage clearer, below with reference to the accompanying drawing preferred embodiment that develops simultaneously, the present invention is described in more detail.
Fig. 1 is system's composition synoptic diagram that the present invention creates interface element, as shown in Figure 1, this system comprises main system and plug-in unit two parts, the main system Show Styles that is used to realize the actual creation of interface element and interface element is provided wherein, and plug-in unit is used to realize that the concrete function of interface element realizes.
From the functional description of above-mentioned main system and plug-in unit as seen, main system provides interface logic, be the realization pattern or the style of interface element, like this, as long as main system provides different look ﹠ feels to realize, just can be under the situation of not changing the interface element code that plug-in unit provides, the flexible transformation look ﹠ feel;
And plug-in unit provides function logic, and promptly the concrete function of interface element realizes.Plug-in unit allows the user realize function corresponding by clicking interface element by interface element information is provided.Because the actual creation at the interface of interface element realizes by the main system encapsulation, so plug-in unit itself and be indifferent to the interface and what can be shown as on earth only need provide the realization of interface element content and function to get final product.
Comprise in the main system: creation module is built in interface form module and control.
Wherein, the interface form module is used for sending query requests to the control enquiry module of plug-in unit; Reception is obtained the interface element that needs are created from the inquiry response of control enquiry module in the plug-in unit according to the Query Result that obtains, and sends request to create to the interface element creation module of plug-in unit;
The interface form module is the container that needs loading interface element, for example main interface of application program or the like.
The control creation module is used to receive the establishment notice from the interface element creation module of plug-in unit, finishes the actual creation of interface element, and is used to identify the command id (ID) of different interface elements for the Interface Element prime implicant distribution of each establishment.The control creation module is one group of com component interface, and specific implementation belongs to technology as well known to those skilled in the art, no longer describes in detail here.COM is the abbreviation of Component ObjectModel, is a kind of component technology.Described control creation module is one or more.
At least one plug-in unit comprises: control enquiry module and interface element creation module.
Wherein, the control enquiry module receives the query requests of autonomous system, obtains the interface element information that plug-in unit comprises, and the information that obtains is carried at returns main system in the inquiry response;
The interface element creation module, reception comes the request to create of the interface form module of autonomous system, and the control creation module of calling main system is finished the establishment of interface element.
Described interface form module also is used for, and the interface element functional processing module broadcasting in described plug-in unit needs the order ID of interface displayed forms correspondence; Show the interface element that described plug-in unit returns;
Described plug-in unit also comprises: the interface element functional processing module, and according to the order ID that receives, finish the function and the state variation of this order ID interface element corresponding, and return the interface form module.
In the system of the present invention, establishment is called by the interface element creation module in the plug-in unit, such as creating a tool bar, add the abstract constructive process of button or the like, promptly irrelevant with the interface, only express and create semanteme, the interface element creation module is called the control creation module in the main system afterwards, and realize the establishment of interface element, such as creating based on the tool bar forms handle of API and being set to the 3D pattern, perhaps add a BCG pattern button or the like concrete constructive process.This point has also just embodied the present invention to be separated the realization of main system and the realization of plug-in unit fully, the interface logic and the function logic of interface element are separated, make main system that the look ﹠ feel of interface element is provided, plug-in unit provides the interface element function logic, realized that plug-in unit adapts to different main systems, expansion has improved the advantage of the extensibility of plug-in unit.
Fig. 2 is the process flow diagram that the present invention realizes the method for loading interface element, as shown in Figure 2, may further comprise the steps:
Step 200: when main system needs interface element, obtain interface element information from plug-in unit.
In this step, main system sends query requests to plug-in unit when receiving the demonstration request of request display interface element, require the interface element information that plug-in unit is inquired about self can be provided, and Query Result is returned to main system.
Query Result can provide according to predefined requirement, such as the simplest is exactly/no interface element the number of interface element etc.
Step 201: main system is according to the interface element information that obtains, and notice (calling) plug-in unit is created interface element.
In this step, create and called by plug-in unit, such as creating a tool bar, add the abstract constructive process of button or the like, promptly irrelevant with the interface, only expression is created semantic.
Step 202: plug-in unit calls the control creation module of main system and creates interface element.
In this step, main system realizes the establishment of interface element, such as creating based on the tool bar forms handle of API and being set to the 3D pattern, perhaps adds a BCG pattern button or the like concrete constructive process.Concrete creation method is a lot, belongs to technology as well known to those skilled in the art, no longer describes in detail here.
The control creation module unified management interface element in the main system or the command id that is used to identify different interface elements (ID) of other control.The control creation module is that the Interface Element prime implicant of each establishment is distributed unique order ID.
This method also comprises: main system sends the ID that needs interface displayed forms correspondence by the mode of broadcasting to plug-in unit, plug-in unit calls function and the state variation that the interface element processing module is finished this order ID interface element corresponding according to the order ID that receives, and returns to the main system demonstration.
When needing the interface element of different-style, only need realize the control creation module again in main system, perhaps in system, set in advance the control creation module of a plurality of different-styles, and select the establishment of space creation module realization interface element wherein according to current demand.
By process of the present invention, both realized that the due function of interface element itself was the demonstration at interface and the realization of trigger event, also interface logic and the function logic with interface element separates, make main system that the look ﹠ feel of interface element is provided, plug-in unit provides the interface element function logic, realized that plug-in unit adapts to different main systems, expansion has improved the extensibility of plug-in unit.
The above is preferred embodiment of the present invention only, is not to be used to limit protection scope of the present invention, all any modifications of being made within the spirit and principles in the present invention, is equal to replacement, improvement etc., all should be included within protection scope of the present invention.

Claims (11)

1. a system of creating interface element is characterized in that, this system comprises: main system and plug-in unit, wherein,
Main system is used to provide the Show Styles of interface element, and when the needs interface element, obtains interface element information from plug-in unit; And according to the interface element information that obtains, the notice plug-in unit is created interface element; Wherein, described interface element information indication has or not interface element;
Plug-in unit is used to finish the concrete function of interface element and realizes; When main system needs interface element, obtain interface element information, offer described main system; According to the notice of described main system, call main system and finish actual interface element establishment.
2. system according to claim 1 is characterized in that, described main system comprises: interface form module and control creation module, wherein,
The interface form module is used for sending query requests to described plug-in unit; Reception is obtained the interface element that needs are created from the inquiry response of described plug-in unit according to the Query Result that obtains; Send request to create to described plug-in unit;
The control creation module is used to receive the establishment notice from plug-in unit, finishes the actual creation of interface element, and is used to identify the command id ID of different interface elements for the Interface Element prime implicant distribution of each establishment.
3. system according to claim 2 is characterized in that, described control creation module is one group of com component interface.
4. system according to claim 2 is characterized in that, described plug-in unit comprises: control enquiry module and interface element creation module, wherein,
The control enquiry module receives the query requests from described main system, obtains the information of the interface element that plug-in unit comprises, and this information is carried at is notified to described main system in the inquiry response;
The interface element creation module receives the request to create from described main system, notifies the control creation module of described main system to create interface element.
5. system according to claim 4 is characterized in that, described interface form module also is used for, and the interface element functional processing module broadcasting in described plug-in unit needs the order ID of interface displayed forms correspondence; Show the interface element that described plug-in unit returns;
Described plug-in unit also comprises: the interface element functional processing module, and according to the order ID that receives, finish the function and the state variation of this order ID interface element corresponding, and return the interface form module.
6. system according to claim 1 is characterized in that, described plug-in unit is one or more; Described interface element is a tool bar.
7. system according to claim 2 is characterized in that, described control creation module is one or more.
8. a method of creating interface element is characterized in that, this method may further comprise the steps:
Plug-in unit is finished the concrete function of interface element and is realized;
When main system needs interface element, obtain interface element information from plug-in unit, wherein, described interface element information indication has or not interface element;
Plug-in unit obtains interface element information, offers described main system;
Described main system is according to the interface element information that obtains, and the notice plug-in unit is created interface element;
Plug-in unit calls main system and creates interface element, and wherein, described main system provides the Show Styles of interface element.
9. method according to claim 8 is characterized in that, this method also comprises: the control creation module of described main system is distributed the command id ID that is used to identify different interface elements for the Interface Element prime implicant of each establishment.
10. method according to claim 9, it is characterized in that, this method also comprises: described main system sends the ID that needs interface displayed forms correspondence by the mode of broadcasting to plug-in unit, described plug-in unit calls function and the state variation that the interface element processing module is finished this order ID interface element corresponding according to the order ID that receives, and returns to the main system demonstration.
11. method according to claim 8 is characterized in that, described interface element is a tool bar; Described interface element information further comprises the number of interface element.
CN2006101136998A 2006-10-13 2006-10-13 System and method for loading interface element Expired - Fee Related CN101162424B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2006101136998A CN101162424B (en) 2006-10-13 2006-10-13 System and method for loading interface element

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2006101136998A CN101162424B (en) 2006-10-13 2006-10-13 System and method for loading interface element

Publications (2)

Publication Number Publication Date
CN101162424A CN101162424A (en) 2008-04-16
CN101162424B true CN101162424B (en) 2010-09-29

Family

ID=39297352

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2006101136998A Expired - Fee Related CN101162424B (en) 2006-10-13 2006-10-13 System and method for loading interface element

Country Status (1)

Country Link
CN (1) CN101162424B (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101359291B (en) * 2008-09-08 2012-05-23 华为终端有限公司 Method and device for replacing interface styles
CN105700886B (en) * 2016-01-14 2019-02-26 腾讯科技(北京)有限公司 The display methods and terminal of plug-in interface
CN105930181A (en) * 2016-04-12 2016-09-07 重庆金美通信有限责任公司 Runtime interface integration method based on plug-in mechanism
CN109428911A (en) * 2017-08-24 2019-03-05 阿里巴巴集团控股有限公司 Apparatus control method, device, terminal device and operating system
CN110399175A (en) * 2018-04-12 2019-11-01 深圳前海康博士网络技术有限公司 User interface loading method, device, terminal and computer readable storage medium
CN110531981A (en) * 2019-08-27 2019-12-03 珠海格力智能装备有限公司 Vision software system and its application method
CN111857929B (en) * 2020-07-23 2023-05-30 杭州海康威视数字技术股份有限公司 Method and device for displaying application program interface and computer equipment

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6621506B2 (en) * 1998-12-11 2003-09-16 Adobe Systems Incorporated Applying operations to selected data of different types
CN1641569A (en) * 2004-01-06 2005-07-20 英业达股份有限公司 Method for realizing Java small-application plug board function

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6621506B2 (en) * 1998-12-11 2003-09-16 Adobe Systems Incorporated Applying operations to selected data of different types
CN1641569A (en) * 2004-01-06 2005-07-20 英业达股份有限公司 Method for realizing Java small-application plug board function

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
姜昌华.插件技术及其应用.计算机应用与软件 10.2003,(10),10,11,67.
姜昌华.插件技术及其应用.计算机应用与软件 10.2003,(10),10,11,67. *

Also Published As

Publication number Publication date
CN101162424A (en) 2008-04-16

Similar Documents

Publication Publication Date Title
CN101162424B (en) System and method for loading interface element
JP6403177B1 (en) Method for enabling execution of smart contract in blockchain network and node for configuring the network
CN101364957B (en) System and method for managing virtual image based on instant communication platform
CN100407200C (en) Correlation inquiry system and its method
CN101202665A (en) Method for generating graphical user interface
CN101315604A (en) Method and system for implementing software customized module
CN101997783A (en) Implementation method and server for instant messaging tool contact structured group
CN107133038A (en) A kind of application program changes the method and its device of skin
CN102455905B (en) Method and system for establishing main panel interface, main panel and main panel interface system
CN105427149A (en) Cross-border e-commerce BPO service method and device based on SOA expansion framework
CN103425793B (en) Method for utilizing database purchase layer to access data base in instant communicating system
CN103327050B (en) application content sharing method, system and device
CN106571968A (en) Business switching method and system
CN104731804B (en) A kind of method and device for establishing general polling frame
CN104461600A (en) System and method for loading interface elements
CN105100117A (en) Method and device for accessing combined services
CN101685395A (en) Object property processing method of product data management system
CN102024235A (en) Business process generation system and application service provision system
CN109241401A (en) State information searching method, client, server and computer-readable medium
Boukerche et al. Optimized dynamic grid-based DDM protocol for large-scale distributed simulation systems
US8019787B2 (en) Relationship based tree structure with scoped parameters
CN114385672A (en) Information processing method and device, electronic device and storage medium
CN105718536A (en) Mobile terminal order query method and system
CN102063655A (en) RFID (Radio Frequency Identification) system and equipment parameter management method thereof
CN105094819A (en) Control method and device for local and remote equipment

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
ASS Succession or assignment of patent right

Owner name: BEIJING SURSEN ELECTRONIC TECHNOLOGY CO., LTD. BEI

C41 Transfer of patent application or patent right or utility model
COR Change of bibliographic data

Free format text: CORRECT: ADDRESS; FROM: 100083 13/F, SHINING BUILDING, NO.35, XUEYUAN ROAD, HAIDIAN DISTRICT, BEIJING TO: 100191 ROOM 408, TAIXING BUILDING, NO.11, HUAYUAN EAST ROAD, HAIDIAN DISTRICT, BEIJING

TR01 Transfer of patent right

Effective date of registration: 20101027

Address after: 100191, Room 408, Taixing building, 11 Garden East Road, Beijing, Haidian District

Co-patentee after: Beijing Sursen Electronic Technology Co., Ltd.

Patentee after: Beijing Suresense International Information Technology Co., Ltd.

Co-patentee after: Beijing Sursen Network Technology Co., Ltd.

Co-patentee after: Beijing Sursen Digital Library Software Technology Co., Ltd.

Address before: 100083, Haidian District, Xueyuan Road, Beijing No. 35, Nanjing Ning building, 13 floor

Patentee before: Beijing Suresense International Information Technology Co., Ltd.

ASS Succession or assignment of patent right

Owner name: TIANJIN SHUSHENG INVESTMENT CO., LTD.

Free format text: FORMER OWNER: BEIJING SURESENSE INTERNATIONAL INFORMATION TECHNOLOGY CO., LTD.

Effective date: 20120305

Owner name: BEIJING SURSEN DIGITAL LIBRARY SOFTWARE TECHNOLOGY

Free format text: FORMER OWNER: BEIJING SURSEN ELECTRONIC TECHNOLOGY CO., LTD. BEIJING SURSEN NETWORK TECHNOLOGY CO., LTD. BEIJING SURSEN DIGITAL LIBRARY SOFTWARE TECHNOLOGY CO., LTD.

Effective date: 20120305

C41 Transfer of patent application or patent right or utility model
COR Change of bibliographic data

Free format text: CORRECT: ADDRESS; FROM: 100191 HAIDIAN, BEIJING TO: 300308 HEBEI, TIANJIN

TR01 Transfer of patent right

Effective date of registration: 20120305

Address after: 300308, Tianjin Airport Economic Zone, No. 80 North River Road airport business park, 9 East, building 2

Co-patentee after: Beijing Sursen Digital Library Software Technology Co., Ltd.

Patentee after: Tianjin Shusheng Investment Co., Ltd.

Co-patentee after: Beijing Sursen Network Technology Co., Ltd.

Co-patentee after: Beijing Suresense International Information Technology Co., Ltd.

Address before: 100191, Room 408, Taixing building, 11 Garden East Road, Beijing, Haidian District

Co-patentee before: Beijing Sursen Electronic Technology Co., Ltd.

Patentee before: Beijing Suresense International Information Technology Co., Ltd.

Co-patentee before: Beijing Sursen Network Technology Co., Ltd.

Co-patentee before: Beijing Sursen Digital Library Software Technology Co., Ltd.

ASS Succession or assignment of patent right

Owner name: BEIJING SURSEN DIGITAL LIBRARY SOFTWARE TECHNOLOGY

Free format text: FORMER OWNER: BEIJING SURSEN DIGITAL LIBRARY SOFTWARE TECHNOLOGY CO., LTD. BEIJING SURSEN NETWORK TECHNOLOGY CO., LTD. BEIJING SURESENSE INTERNATIONAL INFORMATION TECHNOLOGY CO., LTD.

Effective date: 20140319

C41 Transfer of patent application or patent right or utility model
TR01 Transfer of patent right

Effective date of registration: 20140319

Address after: 300308, two floor, building 9, airport business park, 80 Ring Road North, Tianjin Airport Economic Zone

Patentee after: Tianjin Shusheng Investment Co., Ltd.

Patentee after: Beijing Sursen Digital Library Software Technology Co., Ltd.

Patentee after: Beijing Sursen Network Technology Co., Ltd.

Patentee after: Beijing Suresense International Information Technology Co., Ltd.

Patentee after: Beijing Sursen Electronic Technology Co., Ltd.

Address before: 300308, Tianjin Airport Economic Zone, No. 80 North River Road airport business park, 9 East, building 2

Patentee before: Tianjin Shusheng Investment Co., Ltd.

Patentee before: Beijing Sursen Digital Library Software Technology Co., Ltd.

Patentee before: Beijing Sursen Network Technology Co., Ltd.

Patentee before: Beijing Suresense International Information Technology Co., Ltd.

ASS Succession or assignment of patent right

Owner name: BEIJING SURSEN DIGITAL LIBRARY SOFTWARE TECHNOLOGY

Free format text: FORMER OWNER: BEIJING SURSEN DIGITAL LIBRARY SOFTWARE TECHNOLOGY CO., LTD. BEIJING SURSEN NETWORK TECHNOLOGY CO., LTD. BEIJING SURESENSE INTERNATIONAL INFORMATION TECHNOLOGY CO., LTD. BEIJING SURSEN ELECTRONIC TECHNOLOGY CO., LTD.

Effective date: 20140827

C41 Transfer of patent application or patent right or utility model
TR01 Transfer of patent right

Effective date of registration: 20140827

Address after: 300308, two floor, building 9, airport business park, 80 Ring Road North, Tianjin Airport Economic Zone

Patentee after: Tianjin Shusheng Investment Co., Ltd.

Patentee after: Beijing Sursen Digital Library Software Technology Co., Ltd.

Patentee after: Beijing Sursen Network Technology Co., Ltd.

Patentee after: Beijing Suresense International Information Technology Co., Ltd.

Address before: 300308, two floor, building 9, airport business park, 80 Ring Road North, Tianjin Airport Economic Zone

Patentee before: Tianjin Shusheng Investment Co., Ltd.

Patentee before: Beijing Sursen Digital Library Software Technology Co., Ltd.

Patentee before: Beijing Sursen Network Technology Co., Ltd.

Patentee before: Beijing Suresense International Information Technology Co., Ltd.

Patentee before: Beijing Sursen Electronic Technology Co., Ltd.

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20170823

Address after: 300308, Tianjin Airport Economic Zone, No. 80 North River Road airport business park, 9 East, building two

Co-patentee after: Beijing Suresense International Information Technology Co., Ltd.

Patentee after: Tianjin Shusheng Investment Co., Ltd.

Address before: 300308, two floor, building 9, airport business park, 80 Ring Road North, Tianjin Airport Economic Zone

Co-patentee before: Beijing Sursen Digital Library Software Technology Co., Ltd.

Patentee before: Tianjin Shusheng Investment Co., Ltd.

Co-patentee before: Beijing Sursen Network Technology Co., Ltd.

Co-patentee before: Beijing Suresense International Information Technology Co., Ltd.

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

Granted publication date: 20100929

Termination date: 20201013

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