CN106294701B - The data buffering system and method for Website front-end - Google Patents

The data buffering system and method for Website front-end Download PDF

Info

Publication number
CN106294701B
CN106294701B CN201610642741.9A CN201610642741A CN106294701B CN 106294701 B CN106294701 B CN 106294701B CN 201610642741 A CN201610642741 A CN 201610642741A CN 106294701 B CN106294701 B CN 106294701B
Authority
CN
China
Prior art keywords
data
type data
mid
fundamental type
fundamental
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
CN201610642741.9A
Other languages
Chinese (zh)
Other versions
CN106294701A (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.)
Shenzhen Bangyou Big Data Service Co ltd
Original Assignee
Wuhan Douyu Network 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 Wuhan Douyu Network Technology Co Ltd filed Critical Wuhan Douyu Network Technology Co Ltd
Priority to CN201610642741.9A priority Critical patent/CN106294701B/en
Publication of CN106294701A publication Critical patent/CN106294701A/en
Application granted granted Critical
Publication of CN106294701B publication Critical patent/CN106294701B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching

Abstract

The invention discloses a kind of data buffering system of Website front-end and methods, are related to Website front-end technical field.The system is interacted with the server of rear end, the system includes control unit, cache unit, mid-tier component, mid-tier component includes multi-group data interface, every group of data-interface includes setting interface and corresponding reading interface, every group of data-interface supports that a kind of data type, data type include fundamental type and non-fundamental type;Control unit is used for: when being stored in non-fundamental type data, being obtained the data from server, and is called the setting interface in mid-tier component;When reading non-fundamental type data, the reading interface in mid-tier component is called;Mid-tier component is used for: when being stored in non-fundamental type data, by non-fundamental type data conversion at string data;When reading non-fundamental type data, string data is taken out from cache unit, is converted into non-fundamental type data.The present invention can efficient process front-end business, improve user experience.

Description

The data buffering system and method for Website front-end
Technical field
The present invention relates to Website front-end technical fields, and in particular to a kind of data buffering system and method for Website front-end.
Background technique
Current site front-end technology is quickly grown, and front-end business amount is gradually increased, and front end data to be treated are also got over Come more.Existing front end browser can only store string data, cannot store other kinds of data, Website development personnel Every time manually by the other types data conversion obtained from server at string data, be then stored in browser rs cache, With when further take out come, be converted into need data type.Therefore, the data cache method operation of existing Website front-end is numerous It is trivial, and inefficiency, cause to obtain data all in the presence of delay from server every time, user experience is poor.
Summary of the invention
The purpose of the invention is to overcome the shortcomings of above-mentioned background technique, a kind of data buffer storage system of Website front-end is provided System and method, the present invention can efficient process front-end business, improve user experience.
The present invention provides a kind of data buffering system of Website front-end, which interacts with the server of rear end, the system Including control unit, cache unit, which further includes mid-tier component, and mid-tier component includes multi-group data interface, and every group Data-interface includes setting interface and corresponding reading interface, and every group of data-interface supports a kind of data type, the data class Type includes fundamental type and non-fundamental type;
Described control unit is used for: when being stored in non-fundamental type data, obtaining non-fundamental type data from server, and adjust With the setting interface for supporting non-fundamental type data in mid-tier component;When reading non-fundamental type data, middle layer group is called The reading interface of non-fundamental type is supported in part;When being stored in fundamental type data, fundamental type data are obtained from server, and adjust With the setting interface for supporting fundamental type data in mid-tier component;When reading fundamental type data, call in mid-tier component Support the reading interface of fundamental type data;
The mid-tier component is used for: when being stored in non-fundamental type data, by non-fundamental type data conversion at character string After data, then by the string data be written cache unit;When reading non-fundamental type data, institute is taken out from cache unit String data is stated, non-fundamental type data is converted into, returns to control unit;When being stored in fundamental type data, directly by institute State fundamental type data write-in cache unit;When reading fundamental type data, the fundamental type number is taken out from cache unit According to being directly returned to control unit.
Based on the above technical solution, the fundamental type includes character string type, integer type, floating type.
Based on the above technical solution, the non-fundamental type includes list type, hash type.
Based on the above technical solution, the non-fundamental type is list type, when being stored in non-fundamental type data, Mid-tier component is by non-fundamental type data conversion at the detailed process of string data are as follows: list type data are by multiple elements Each element of list type data is taken out, is then attached each element with comma by composition, mid-tier component, is formed String data;
When reading non-fundamental type data, string data is converted into the specific of non-fundamental type data by mid-tier component Process are as follows: mid-tier component takes out string data from cache unit, first divides using comma as separator string data Solution, obtains each element, all elements is then combined into list type data.
Based on the above technical solution, the non-fundamental type is hash type, when being stored in non-fundamental type data, Mid-tier component is by non-fundamental type data conversion at the detailed process of string data are as follows: hash type data are by " key-value " Two parts composition, mid-tier component, which circuits sequentially, takes out every group of key-value pair, is then combined key-value pair with colon, then by institute There is key-value pair to be attached with comma, forms string data;
When reading non-fundamental type data, string data is converted into the specific of non-fundamental type data by mid-tier component Process are as follows: mid-tier component takes out string data from cache unit, first decomposes string data by separator of comma, obtains Each group of key-value pair is decomposed to each group of key-value pair, then using colon as separator, obtains each single item key and value, then will All keys and value are merged into hash type data.
The present invention provides a kind of data cache method of Website front-end, comprising the following steps:
When being stored in non-fundamental type data, control unit obtains non-fundamental type data from server, and calls middle layer Support the setting interface of non-fundamental type data in component, the setting interface for supporting non-fundamental type is by non-fundamental type number Cache unit is written after being converted into string data, then by the string data;
When reading non-fundamental type data, control unit, which is called in mid-tier component, supports the reading of non-fundamental type to connect Mouthful, the reading interface for supporting non-fundamental type takes out the string data from cache unit, is converted into non-basic class Type data, return to control unit;
When being stored in fundamental type data, control unit obtains fundamental type data from server, and calls mid-tier component The middle setting interface for supporting fundamental type data, the setting interface for supporting fundamental type data is directly by the fundamental type Cache unit is written in data;
When reading fundamental type data, control unit, which is called in mid-tier component, supports the reading of fundamental type data to connect Mouthful, the reading interface for supporting fundamental type data takes out the fundamental type data from cache unit, is directly returned to Control unit.
Based on the above technical solution, the fundamental type includes character string type, integer type, floating type.
Based on the above technical solution, the non-fundamental type includes list type, hash type.
Based on the above technical solution, the non-fundamental type is list type, and list type data are by multiple members Element composition, when being stored in list type data, mid-tier component is by list type data conversion at the detailed process of string data Are as follows: mid-tier component takes out each element of list type data, is then attached each element with comma, forms word Accord with string data;
When read list categorical data, string data is converted into the detailed process of list type data by mid-tier component Are as follows: mid-tier component takes out string data from cache unit, first decomposes, obtains to string data using comma as separator To each element, all elements are then combined into list type data.
Based on the above technical solution, the non-fundamental type is hash type, and hash type data are by " key-value " Two parts composition, when being stored in hash type data, mid-tier component is by hash type data conversion at the specific of string data Process are as follows: mid-tier component, which circuits sequentially, takes out every group of key-value pair, is then combined key-value pair with colon, then by all keys Value is attached to comma, forms string data;
When reading hash type data, string data is converted into the detailed process of hash type data by mid-tier component Are as follows: mid-tier component takes out string data from cache unit, first decomposes string data by separator of comma, obtains every One group of key-value pair, then decompose each group of key-value pair using colon as separator, each single item key and value are obtained, then will be owned Key and value are merged into hash type data.
Compared with prior art, advantages of the present invention is as follows:
System of the invention is located at Website front-end, which includes control unit and cache unit, and cache unit is for depositing The data cached of browser is stored up, a mid-tier component is established between control unit and cache unit, during control unit passes through Tier component is stored in and reads certain types of data, and mid-tier component is used to handle the conversion of data type.It needs to cache certain When seed type data, by calling the corresponding setting interface of mid-tier component, inside mid-tier component data type from Turn is changed to string data, and browser rs cache is then written.When needing to read data, by calling mid-tier component Corresponding to read interface, mid-tier component takes out string data from browser rs cache and is automatically converted into corresponding data class Type returns to control unit.The present invention can efficient process front-end business, improve user experience.
Detailed description of the invention
Fig. 1 is the structural schematic diagram of data buffering system in the embodiment of the present invention.
Specific embodiment
With reference to the accompanying drawing and specific embodiment the present invention is described in further detail.
Shown in Figure 1, the embodiment of the present invention provides a kind of data buffering system of Website front-end, the system and rear end Server interaction, the system include control unit, cache unit, and cache unit is for storing the data cached of browser;This is System further includes mid-tier component, and mid-tier component includes multi-group data interface, every group of data-interface include a setting interface with One corresponding to read interface, and every group of data-interface supports a kind of data type, and data type includes fundamental type and non-basic Type, fundamental type include character string type, integer type, floating type, and non-fundamental type includes list type, hash type;
Control unit is used for: when being stored in non-fundamental type data, obtaining non-fundamental type data from server, and in calling The setting interface of non-fundamental type data is supported in tier component;When reading non-fundamental type data, call in mid-tier component Support the reading interface of non-fundamental type;When being stored in fundamental type data, fundamental type data are obtained from server, and in calling The setting interface of fundamental type data is supported in tier component;When reading fundamental type data, calls and supported in mid-tier component The reading interface of fundamental type data;
Mid-tier component is used for: when being stored in non-fundamental type data, supporting that the setting interface of non-fundamental type data will be non- After fundamental type data conversion is at string data, then by the string data be written cache unit;Read non-fundamental type number According to when, support the reading interface of non-fundamental type data to take out the string data from cache unit, be converted into non-basic class Type data, return to control unit;When being stored in fundamental type data, support the setting interface of fundamental type data directly by the base Cache unit is written in this categorical data;When reading fundamental type data, the reading interface of fundamental type data is supported to postpone deposit receipt The fundamental type data are taken out in member, are directly returned to control unit.
The embodiment of the present invention provides a kind of data cache method applied to above system, comprising the following steps:
When being stored in non-fundamental type data, control unit obtains non-fundamental type data from server, and calls middle layer The setting interface of non-fundamental type data is supported in component, the setting interface is by non-fundamental type data conversion at string data Afterwards, then by the string data cache unit is written;
When reading non-fundamental type data, control unit, which is called in mid-tier component, supports the reading of non-fundamental type to connect Mouthful, which takes out the string data from cache unit, is converted into non-fundamental type data, and it is single to return to control Member;
When being stored in fundamental type data, control unit obtains fundamental type data from server, and calls mid-tier component Directly cache unit is written in the fundamental type data by the middle setting interface for supporting fundamental type data, the setting interface;
When reading fundamental type data, control unit, which is called in mid-tier component, supports the reading of fundamental type data to connect Mouthful, which takes out the fundamental type data from cache unit, is directly returned to control unit.
List type data are made of multiple elements, for example, the structure of list type data are as follows: [x, y, z], including x, y, Tri- elements of z, when the non-fundamental type data of deposit are list type, mid-tier component can be taken out its each element, Then each element is attached with comma, formation " after the string data of x, y, z " format, which is written Browser rs cache.When read list categorical data, control unit calls the reading of support list categorical data in mid-tier component Interface, mid-tier component are first decomposed by string data of the separator to caching of comma, obtain each element, then will All elements are combined into list type data, return to control unit.
Hash type data are made of " key-value " two parts, for example, the structure of hash type are as follows: and key:value, Key2:value2 }, including two groups of key-value pairs of key:value and key2:value2, when the non-fundamental type data of deposit are to breathe out When uncommon type, mid-tier component, which can circuit sequentially, takes out every group of key-value pair, is then combined into key-value pair with colon " key: Value " form, then all key-value pairs are attached with comma, form the character of " key:value, key2:value2 " format After string data, which is stored in browser rs cache.When reading hash type data, control unit calls middle layer group The reading interface that hash type data are supported in part, since each group of data cached key-value pair is separated with comma, institute The string data for first decomposing caching using comma as separator using mid-tier component, obtains each group of key-value pair, each group of key assignments To again be is separated with colon, and then mid-tier component again using colon as separator decomposition each group of key-value pair, obtain each single item " key " and " value " is then merged into hash type data for all, returns to control unit.
Character string type data structure is one section of continuous character string, for example, " content " form, control unit The setting interface that character string type is supported in mid-tier component is called, mid-tier component is not processed the type data, directly Browser rs cache is written.When reading character string type data, control unit, which is called, supports character string type in mid-tier component Interface is read, mid-tier component is not processed after reading character string type data from browser rs cache, and it is single to be directly returned to control Member.
The structure of integer type data is an integer, for example, " 123 ", is supported in control unit calling mid-tier component whole The setting interface of number type, middle layer program are taken the type data and are not processed, and browser rs cache is write direct.Read integer type When data, control unit calls the reading interface that integer type is supported in mid-tier component, and mid-tier component is read from browser rs cache It is not processed after round numbers type data, is directly returned to control unit.
The structure of real-coded GA is a decimal, and for example, " 123.123 ", control unit is by calling mid-tier component The data are arranged in the middle setting interface for supporting floating type, and middle layer program is taken the type data and is not processed, and writes direct clear Device of looking at caching.When reading real-coded GA, control unit calls the reading interface that floating type is supported in mid-tier component, middle layer Component is not processed after reading real-coded GA from browser rs cache, is directly returned to control unit.
The part noun occurred in the present invention is explained as follows:
Mid-tier component: a component between control unit and browser, for handling the conversion of data type. The present invention is by defining list type, hash type, character string type, integer type, floating type these types data type and right The setting method and read method answered allow server and front end data format to correspond, and list type, hash type, word According with string type, integer type, floating type these types data type can be that browser is identifiable by method migration defined above String data.Here the type defined and these methods are referred to as mid-tier component by the present invention.
List type (List type): one kind of middle layer data type, for storing one group of number continuously repeated According to.
Hash type (Map type): one kind of middle layer data type is a data acquisition system, and data are by " key-value " two Part forms, and " key " cannot repeat in set.
Character string type (String type): one kind of middle layer data type, for storing one section of continuous character sequence Column.
Integer type (Int type): one kind of middle layer data type, for storing an integer.
Floating type (Float type): one kind of middle layer data type, for storing a decimal.
Interface: the method for one group of operation certain data type.
The interface for operating List categorical data is as follows:
Interface: setList (name, value) is set
Read interface: getList (name)
The interface for operating Map categorical data is as follows:
Interface: setMap (name, value) is set
Read interface: getMap (name)
The interface for operating String categorical data is as follows:
Interface: setString (name, value) is set
Read interface: getString (name)
The interface for operating Int categorical data is as follows:
Interface: setInt (name, value) is set
Read interface: getInt (name)
The interface for operating Float categorical data is as follows:
Interface: setFloat (name, value) is set
Read interface: getFloat (name)
Those skilled in the art can carry out various modifications to the embodiment of the present invention and modification, if these modifications and change For type within the scope of the claims in the present invention and its equivalent technologies, then these modifications and variations are also in protection scope of the present invention Within.
The prior art that the content being not described in detail in specification is known to the skilled person.

Claims (6)

1. a kind of data buffering system of Website front-end, the system are interacted with the server of rear end, the system include control unit, Cache unit, it is characterised in that: the system further includes mid-tier component, and mid-tier component includes multi-group data interface, every group of number It include setting interface and corresponding reading interface according to interface, every group of data-interface supports a kind of data type, the data type Including fundamental type and non-fundamental type, the fundamental type includes character string type, integer type, floating type, described non-basic Type includes list type, hash type;
Described control unit is used for: when being stored in non-fundamental type data, obtaining non-fundamental type data from server, and in calling The setting interface of non-fundamental type data is supported in tier component;When reading non-fundamental type data, call in mid-tier component Support the reading interface of non-fundamental type;When being stored in fundamental type data, fundamental type data are obtained from server, and in calling The setting interface of fundamental type data is supported in tier component;When reading fundamental type data, calls and supported in mid-tier component The reading interface of fundamental type data;
The mid-tier component is used for: when being stored in non-fundamental type data, by non-fundamental type data conversion at string data Afterwards, then by the string data cache unit is written;When reading non-fundamental type data, the word is taken out from cache unit String data is accorded with, non-fundamental type data is converted into, returns to control unit;When being stored in fundamental type data, directly by the base Cache unit is written in this categorical data;When reading fundamental type data, the fundamental type data are taken out from cache unit, directly It connects and returns to control unit.
2. the data buffering system of Website front-end as described in claim 1, it is characterised in that: the non-fundamental type is list Type, when being stored in non-fundamental type data, mid-tier component is by non-fundamental type data conversion at the specific mistake of string data Journey are as follows: list type data are made of multiple elements, and mid-tier component takes out each element of list type data, then will Each element is attached with comma, forms string data;
When reading non-fundamental type data, string data is converted into the detailed process of non-fundamental type data by mid-tier component Are as follows: mid-tier component takes out string data from cache unit, first decomposes, obtains to string data using comma as separator To each element, all elements are then combined into list type data.
3. the data buffering system of Website front-end as described in claim 1, it is characterised in that: the non-fundamental type is Hash Type, when being stored in non-fundamental type data, mid-tier component is by non-fundamental type data conversion at the specific mistake of string data Journey are as follows: hash type data are made of " key-value " two parts, and mid-tier component, which circuits sequentially, takes out every group of key-value pair, are then used Key-value pair is combined by colon, then all key-value pairs are attached with comma, forms string data;
When reading non-fundamental type data, string data is converted into the detailed process of non-fundamental type data by mid-tier component Are as follows: mid-tier component takes out string data from cache unit, first decomposes string data by separator of comma, obtains every One group of key-value pair, then decompose each group of key-value pair using colon as separator, each single item key and value are obtained, then will be owned Key and value are merged into hash type data.
4. a kind of data cache method of the Website front-end applied to system described in claim 1, which is characterized in that including following Step:
When being stored in non-fundamental type data, control unit obtains non-fundamental type data from server, and calls mid-tier component The middle setting interface for supporting non-fundamental type data, the setting interface for supporting non-fundamental type turn non-fundamental type data After changing string data into, then by the string data be written cache unit;
When reading non-fundamental type data, control unit calls the reading interface that non-fundamental type is supported in mid-tier component, institute It states and the reading interface of non-fundamental type is supported to take out the string data from cache unit, be converted into non-fundamental type number According to returning to control unit;
When being stored in fundamental type data, control unit obtains fundamental type data from server, and calls in mid-tier component and prop up The setting interface of fundamental type data is held, the setting interface for supporting fundamental type data is directly by the fundamental type data Cache unit is written;
When reading fundamental type data, control unit calls the reading interface that fundamental type data are supported in mid-tier component, institute It states and the reading interface of fundamental type data is supported to take out the fundamental type data from cache unit, it is single to be directly returned to control Member.
5. the data cache method of Website front-end as claimed in claim 4, it is characterised in that: the non-fundamental type is list Type, list type data are made of multiple elements, and when being stored in list type data, mid-tier component turns list type data Change the detailed process of string data into are as follows: mid-tier component takes out each element of list type data, then will be each Element is attached with comma, forms string data;
When read list categorical data, string data is converted into the detailed process of list type data by mid-tier component are as follows: Mid-tier component takes out string data from cache unit, first decomposes, obtains to string data using comma as separator Then all elements are combined into list type data by each element.
6. the data cache method of Website front-end as claimed in claim 4, it is characterised in that: the non-fundamental type is Hash Type, hash type data are made of " key-value " two parts, and when being stored in hash type data, mid-tier component is by hash type Data conversion at string data detailed process are as follows: mid-tier component circuit sequentially take out every group of key-value pair, then use colon Key-value pair is combined, then all key-value pairs are attached with comma, forms string data;
When reading hash type data, string data is converted into the detailed process of hash type data by mid-tier component are as follows: Mid-tier component takes out string data from cache unit, first decomposes string data by separator of comma, obtains each Group key-value pair, then decompose each group of key-value pair using colon as separator, each single item key and value are obtained, then by all keys Hash type data are merged into value.
CN201610642741.9A 2016-08-08 2016-08-08 The data buffering system and method for Website front-end Active CN106294701B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610642741.9A CN106294701B (en) 2016-08-08 2016-08-08 The data buffering system and method for Website front-end

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610642741.9A CN106294701B (en) 2016-08-08 2016-08-08 The data buffering system and method for Website front-end

Publications (2)

Publication Number Publication Date
CN106294701A CN106294701A (en) 2017-01-04
CN106294701B true CN106294701B (en) 2019-08-23

Family

ID=57666458

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610642741.9A Active CN106294701B (en) 2016-08-08 2016-08-08 The data buffering system and method for Website front-end

Country Status (1)

Country Link
CN (1) CN106294701B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110008448B (en) * 2019-04-02 2023-10-17 中国工商银行股份有限公司 Method and device for automatically converting SQL code into Java code

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1878166A (en) * 2005-06-07 2006-12-13 联想(北京)有限公司 Heterogeneous data source synchronizing method and its device
CN101945081A (en) * 2009-07-06 2011-01-12 北京易路联动技术有限公司 Code conversion method, system and server of class webpage applications
CN102402545B (en) * 2010-09-14 2015-09-02 腾讯科技(深圳)有限公司 A kind of method and device storing data
CN103970855B (en) * 2014-05-06 2017-05-10 车智互联(北京)科技有限公司 Device and method for processing data
CN105471695A (en) * 2014-08-21 2016-04-06 西安慧泽知识产权运营管理有限公司 Storage area network virtualization management method

Also Published As

Publication number Publication date
CN106294701A (en) 2017-01-04

Similar Documents

Publication Publication Date Title
CN104809237B (en) The optimization method and device of LSM-tree index
CN103678494B (en) Client synchronization services the method and device of end data
EP3079078B1 (en) Multi-version concurrency control method in database, and database system
CN105900093B (en) A kind of update method of the tables of data of KeyValue databases and table data update apparatus
CN104699748B (en) It is a kind of to show the method and its system for being not fixed row report
CN105608135A (en) Data mining method and system based on Apriori algorithm
CN103365991A (en) Method for realizing dictionary memory management of Trie tree based on one-dimensional linear space
CN106874326A (en) A kind of item list obtains request processing method and device
US8600990B2 (en) Interacting methods of data extraction
CN103123651A (en) Method of rapidly searching multiple same-kind paper, device and mobile equipment
CN106294701B (en) The data buffering system and method for Website front-end
CN104408128B (en) A kind of reading optimization method indexed based on B+ trees asynchronous refresh
CN106649800A (en) Solr-based Chinese search method
US9335987B2 (en) Data object with common statement series
CN104866508B (en) The method and apparatus of file is managed under cloud environment
CN102708195B (en) A kind of form data sharing method and device
CN101980190A (en) Method and device for quickly putting service data into base
CN111539186A (en) Big data tree component implementation method and system applied to HTML5
CN105589683B (en) Sample extraction method and device
CN103309878B (en) Method and device used for layout in webpage displaying
CN109358919A (en) Dynamic Configuration, device, computer equipment and the storage medium of Universal page
CN105989124A (en) Method and system for recovering self-increased primary key values of Sqlite file
CN104407853A (en) Method for realizing TABLE multi-line simultaneous edition
CN106682047B (en) A kind of data lead-in method and relevant apparatus
CN104572605B (en) The implementation method and device of footnote typesetting

Legal Events

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

Effective date of registration: 20231007

Address after: 518000 room 703, building 18, xinganghong garden, No. 2038, Cuizhu Road, cuida community, Cuizhu street, Luohu District, Shenzhen City, Guangdong Province

Patentee after: Shenzhen BANGYOU Big Data Service Co.,Ltd.

Address before: 430000 East Lake Development Zone, Wuhan City, Hubei Province, No. 1 Software Park East Road 4.1 Phase B1 Building 11 Building

Patentee before: WUHAN DOUYU NETWORK TECHNOLOGY Co.,Ltd.