CN113010770A - Method for dynamically expanding equipment capability - Google Patents

Method for dynamically expanding equipment capability Download PDF

Info

Publication number
CN113010770A
CN113010770A CN202110080458.2A CN202110080458A CN113010770A CN 113010770 A CN113010770 A CN 113010770A CN 202110080458 A CN202110080458 A CN 202110080458A CN 113010770 A CN113010770 A CN 113010770A
Authority
CN
China
Prior art keywords
equipment
data
solution
processed
server
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.)
Pending
Application number
CN202110080458.2A
Other languages
Chinese (zh)
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.)
Seerof Information Technology Shanghai Co ltd
Original Assignee
Seerof Information Technology Shanghai 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 Seerof Information Technology Shanghai Co ltd filed Critical Seerof Information Technology Shanghai Co ltd
Priority to CN202110080458.2A priority Critical patent/CN113010770A/en
Publication of CN113010770A publication Critical patent/CN113010770A/en
Pending legal-status Critical Current

Links

Images

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/953Querying, e.g. by the use of web search engines
    • G06F16/9535Search customisation based on user profiles and personalisation
    • 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/951Indexing; Web crawling techniques
    • 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/953Querying, e.g. by the use of web search engines
    • G06F16/9538Presentation of query results

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a method for dynamically expanding equipment capacity, which comprises the following steps: the equipment processes data, the data to be processed exceeds the support range of the equipment, and the equipment describes a problem; the device uploads the described questions to a server; the server obtains a solution through big data processing and transmits the solution to the equipment; the device presents results of the solution in accordance with the solution. The dynamic expansion method of the equipment capability of the invention expands the equipment on the basis of the original hardware, thereby being convenient for users to use.

Description

Method for dynamically expanding equipment capability
Technical Field
The invention relates to the field of electronic equipment software support, in particular to a method for dynamically expanding equipment capability.
Background
In the aspect of software support, because of limited resources (memory, CPU, or even development cost, etc.), the existing electronic device cannot be realized at all, and particularly, some common functions are more obvious in embedded devices with weak capabilities, for example: some unsupported picture formats are displayed as picture frames, unsupported characters are displayed as messy codes, and unsupported audio and video codes are displayed as failed playing or black frames.
Electronic equipment provides great convenience for people, but due to the defect of self capability, the electronic equipment often encounters the problem that the people cannot solve, for example, the people have mobile phones but cannot leave computers completely. Even with more powerful computers, a more powerful internet is needed to obtain support. These devices are loosely coupled and the flow of information at these nodes is cumbersome.
Disclosure of Invention
In view of the above-mentioned drawbacks of the prior art, the technical problem to be solved by the present invention is to improve the problem that the functions of the existing electronic devices are greatly limited due to the limited resources, so that the information transfer between the devices is automatically solved, and the capabilities of the devices are dynamically adjusted by the capabilities of the devices.
In order to achieve the above object, the present invention provides a method for dynamically expanding device capability, comprising the following steps:
the equipment processes the data, judges that the data to be processed exceeds the support range of the equipment, and describes the problem;
the device uploads the described problem to a server;
the server processes the obtained solution and transmits the solution to the equipment;
the device presents the results of the solution in accordance with the solution.
Further, the device processes the data, and determines that the data to be processed exceeds the support range of the device, and the device description problem specifically includes:
identifying a file format of data to be processed;
judging whether a decoding algorithm with a built-in file format exists in the equipment;
when the decoding algorithm of the file format is not available in the equipment, judging that the data to be processed exceeds the support range of the equipment;
the device generates a code describing the problem by the file format of the data to be processed and the specific data content of the data to be processed.
Further, the encoding of the device description problem is set to be expressed by the form of binary data or an address (such as a URI).
Further, the server processes the obtained solution and transmits the solution to the device, which specifically includes:
the server decodes the code describing the problem;
finding a solution;
the solution is then compiled into a code that the device can decode;
the code is transmitted to the device.
The invention further provides a device for dynamically expanding the capability of equipment, which comprises the following modules:
the problem identification module is used for processing data by the equipment, judging whether the data to be processed exceeds the support range of the equipment and describing problems by the equipment;
the uploading module is used for uploading the described problems to a server by the equipment;
the solution module is used for processing the obtained solution by the server and transmitting the solution to the equipment;
and the presentation module is used for presenting the result of the solution according to the solution by the equipment.
Further, the problem identification module specifically includes:
the format identification unit is used for identifying the file format of the data to be processed;
the judging unit is used for judging whether a decoding algorithm of a built-in file format exists in the equipment;
the judging unit is used for judging that the data to be processed exceeds the supporting range of the equipment when judging that the equipment does not have a decoding algorithm of a file format;
and the coding unit is used for generating the codes for describing the problems by the equipment according to the file format of the data to be processed and the specific data content of the data to be processed.
Further, the encoding of the device description problem is set to be expressed by the form of binary data or an address (such as a URI).
Further, the solving module specifically includes:
a decoding unit, which is used for the server to decode the coding describing the problem;
a finding unit for finding a solution;
a compiling unit for then compiling the solution into a code that the device can decode;
a transmitting unit for transmitting the code to the device.
Another preferred embodiment of the invention provides a computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor, when executing the program, performs the method as described in any of the above.
Another preferred embodiment of the present invention provides a computer-readable storage medium storing a computer program, wherein the computer program is configured to enable a computer to execute a method for dynamic expansion of device capability as described in any one of the above.
Technical effects
The invention can solve the problem through uploading the problem to the server and processing big data, thereby expanding the capability of the equipment.
The conception, the specific structure and the technical effects of the present invention will be further described with reference to the accompanying drawings to fully understand the objects, the features and the effects of the present invention.
Drawings
Fig. 1 is a flowchart illustrating a method for dynamically expanding device capabilities according to a preferred embodiment of the present invention.
Detailed Description
In order to make the technical problems, technical solutions and advantageous effects to be solved by the present invention more clearly understood, the present invention is further described in detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
In the following description, for purposes of explanation and not limitation, specific details are set forth, such as particular internal procedures, techniques, etc. in order to provide a thorough understanding of the embodiments of the invention. It will be apparent, however, to one skilled in the art that the present invention may be practiced in other embodiments that depart from these specific details. In other instances, detailed descriptions of well-known systems, devices, circuits, and methods are omitted so as not to obscure the description of the present invention with unnecessary detail.
The main idea of the method for dynamically expanding the equipment capability is that when the equipment end encounters the problem that the current capability cannot be solved, the problem is described and submitted to a server with stronger capability, the server finds a solution and sends the solution to the equipment, and the equipment presents the solution.
As shown in fig. 1, a method for dynamically expanding device capability includes the following steps:
step 100, processing data by the equipment, judging whether the data to be processed exceeds the support range of the equipment, and describing problems by the equipment;
step 200, the equipment uploads the described problems to a server;
step 300, the server processes the obtained solution and transmits the solution to the equipment;
in step 400, the device presents the results of the solution according to the solution.
Further, step 100 specifically includes:
step 101, identifying a file format of data to be processed;
step 102, judging whether a decoding algorithm with a built-in file format exists in the equipment;
103, when judging that the equipment does not have a decoding algorithm of a file format, judging that the data to be processed exceeds the support range of the equipment;
step 104, the device generates a code describing the problem according to the file format of the data to be processed and the specific data content of the data to be processed. The coding of the device description problem is arranged to be expressed in the form of binary data or addresses, such as URIs.
In step 100, the data in different formats has different determination methods: taking a browser as an example, when the browser receives file data sent by a server, the browser knows that the file data is a picture through MIME type, the data format is acquired through the head of the data and is in an svg format, but the browser does not have a decoding algorithm of an internal svg, and the browser can judge that the file data is unsupported data; for another example, when the browser displays a text, by determining the encoding of the text, it can be determined that the text exceeds the supportable character set, and thus it is determined that the text is beyond the support range of the device.
When the device is processing data, it is perceived that the data to be processed is beyond the supported range, including but not limited to, for example, unsupported character sets, picture formats (e.g., svg vector graphics), unsupported files (e.g., doc documents), unsupported audio-visual containers or formats (e.g., aac, mp 4).
In step 100, describing the question may be accomplished by describing a question category and data, where the question category is accomplished by a set communication protocol, and the communication protocol described for the question between the server and the device is set, for example, id ═ 1 may be defined to represent display text, id ═ 2 may represent playing video, id ═ 3 may represent display pictures, and the like. The data can be expressed in various ways, for example, the text is binary coded data, which can be unicode or utf 8; the picture may be binary encoded data, or a url address of the picture source, etc.
The question categories include, but are not limited to:
display_paragraph,
show_image,
play_Media
open_file
step 300, the server processes the obtained solution and transmits the solution to the device, which specifically includes:
step 301, the server decodes the codes describing the problem;
step 302, finding a solution;
step 303, then compiling the solution into a code that the device can decode;
step 304, the code is sent to the device.
In step 300, the server obtains a solution through processing, where the processing mode can be selected according to specific situations, and some problems can be solved through the existing capability of the server, such as picture format decoding, dot matrix information of characters, and the like. With the application, some requests related to the knowledge question and answer can be processed, and answers of the knowledge question and answer, such as listening to songs, recognizing songs, connecting poems and the like, can be found through methods such as a web crawler and the like. After finding a solution, the solution is described by processing the categories and data. Treatment categories include, but are not limited to:
display_paragraph,
show_image,
play_Media
open_file
the data may be expressed in the form of binary data or addresses (such as URIs). The data may be coded graphics corresponding to the character string, characters contained in the file, transcoded pictures or audio/video.
Specific examples are as follows:
taking the example of a browser in an intelligent television displaying a web page, the current browser only supports limited centralized texts (such as chinese-english), and when the web page contains hebrew texts:
(Chinese means: two-point meeting in the afternoon)
Figure BDA0002908959900000041
Typically the web page will be displayed as a messy code □ □ □ □ □ □. Then, at the display location, the user may be allowed to request the cloud server to help process the content into normally displayable content, such as clicking a messy code (or optionally requesting the cloud service after a selectable list appears after clicking), and the device may compile the messy code into a problem description to be coded and send to the cloud server:
Type=display_paragraph
Data=EE939FD79ED7A4D792D7A920D791D7A9D7AAD799D799D79D20D790D7 97D7A820D794D7A6D794D7A8D799D799D79D
the coding mode can be provided according to the lattice information of the characters, and can also be directly replaced by bitmap.
After receiving the question, the cloud server finds out the lattice data of the corresponding characters according to the question category and data (each character uses the corresponding lattice information, which is standard (related to the font)), and then describes the scheme and sends the scheme to the device:
Type=display_paragraph
data is dot matrix Data corresponding to characters or bitmap capable of being displayed
The device will present the scenario after receiving the scenario description: and removing the displayed messy codes, and converting the dot matrix data into a bitmap frame for displaying.
The method for dynamically expanding the device capability of the embodiment can be applied to the processing of character messy codes, pictures, audio and video, and the processing mode is roughly as follows:
regarding the problem of character scrambling, it should be realized according to the above example. Specifically, the device provides a specific character code (Unicode or Utf8), and the server queries lattice information corresponding to the coded character from a font library according to the character code and returns the lattice information to the device;
regarding the processing of pictures: the method comprises the steps that the device sends original picture data to a server (the data head comprises an information header which can identify picture related information such as coding mode, width and the like, the content is standard and related to a specific picture format such as gif and jpg. -), the server identifies a coding format according to the picture data and the header information of the data, and then decodes the coding format into bitmap data to be transmitted to the device;
with respect to the audio data: the same picture also transmits the original data to the server, the head of the original data contains audio information (such as coding format aac, mp3, wav and the like, channel number), the server decodes the coded audio data into general pcm data (can be played without decoding) according to the codec protocol according to the received data, and sends the pcm data to the equipment;
regarding video data, as with audio data: the device sends the data to the server, and the server processes the encoded (mpeg2, mp 4..) video data into bitmap data frames which can be not encoded according to a standard protocol, and can also convert the video data into a universal simple video encoding format based on the consideration of the transmission data amount, and transmit the video data to the device, such as an mp 2 format.
The method for dynamically expanding the equipment capability of the embodiment of the invention sets a communication protocol through equipment and a server, judges whether data to be processed exceeds the range supported by the equipment, then sends the problem category and the data code to the server, the server selects a corresponding solution, codes the solution and sends the solution to the equipment, and the equipment presents the solution, so that the equipment capability is expanded, the problem that the function of the existing electronic equipment is greatly limited due to resource limitation is improved, the information transfer between the equipment is automatically solved, and the service capability of the equipment is dynamically adjusted by means of the existing capability of the equipment.
Example two
The invention further provides a device for dynamically expanding the capability of equipment, which comprises the following modules:
the problem identification module is used for processing data by the equipment, judging whether the data to be processed exceeds the support range of the equipment and describing problems by the equipment;
the uploading module is used for uploading the described problems to a server by the equipment;
the solution module is used for processing the obtained solution by the server and transmitting the solution to the equipment;
and the presentation module is used for presenting the result of the solution according to the solution by the equipment.
Further, the problem identification module specifically includes:
the format identification unit is used for identifying the file format of the data to be processed;
the judging unit is used for judging whether a decoding algorithm of a built-in file format exists in the equipment;
the judging unit is used for judging that the data to be processed exceeds the supporting range of the equipment when judging that the equipment does not have a decoding algorithm of a file format;
and the coding unit is used for generating the codes for describing the problems by the equipment according to the file format of the data to be processed and the specific data content of the data to be processed.
Further, the encoding of the device description problem is set to be expressed by the form of binary data or an address (such as a URI).
Further, the solving module specifically includes:
a decoding unit, which is used for the server to decode the coding describing the problem;
a finding unit for finding a solution;
a compiling unit for then compiling the solution into a code that the device can decode;
a transmitting unit for transmitting the code to the device.
The apparatus of the present embodiment is used for implementing the method for implementing the first embodiment, and the implementation method is the same as that for implementing the first embodiment, which will not be described herein again.
EXAMPLE III
Yet another embodiment of the present invention provides a computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the method of any one of the above when executing the program.
The computer device of this embodiment includes: a processor, a memory, and a computer program stored in the memory and executable on the processor. The processor implements the steps in the above-described respective embodiments of the networking method when executing the computer program. Alternatively, the processor implements the functions of the modules/units in the above-mentioned device embodiments when executing the computer program.
Illustratively, the computer program may be partitioned into one or more modules/units that are stored in the memory and executed by the processor to implement the invention. The one or more modules/units may be a series of computer program instruction segments capable of performing specific functions, which are used to describe the execution of the computer program in the computer device.
The computer equipment can be desktop computers, notebooks, palm computers, cloud servers and other computing equipment. The computer device may include, but is not limited to, a processor, a memory.
The Processor may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field-Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic device, discrete hardware component, etc. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The memory may be an internal storage unit of the computer device, such as a hard disk or a memory of the computer device. The memory may also be an external storage device of the computer device, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), and the like, which are provided on the computer device. Further, the memory may also include both an internal storage unit and an external storage device of the computer device. The memory is used for storing the computer program and other programs and data required by the computer device. The memory may also be used to temporarily store data that has been or will be output.
Another preferred embodiment of the present invention provides a computer-readable storage medium storing a computer program, wherein the computer program is configured to enable a computer to execute a method for dynamic expansion of device capability as described in any one of the above.
The foregoing detailed description of the preferred embodiments of the invention has been presented. It should be understood that numerous modifications and variations could be devised by those skilled in the art in light of the present teachings without departing from the inventive concepts. Therefore, the technical solutions available to those skilled in the art through logic analysis, reasoning and limited experiments based on the prior art according to the concept of the present invention should be within the scope of protection defined by the claims.

Claims (10)

1. A method for dynamic expansion of device capabilities, comprising the steps of:
the equipment processes data, and judges that the data to be processed exceeds the support range of the equipment, and the equipment describes problems;
the device uploads the described questions to a server;
the server processes the obtained solution and transmits the solution to the equipment;
the device presents results of the solution in accordance with the solution.
2. The method according to claim 1, wherein the device processes data, and determines that the data to be processed exceeds the support range of the device, and the device describes the problem, specifically including:
identifying the file format of the data to be processed;
judging whether a decoding algorithm with a built-in file format exists in the equipment;
when the decoding algorithm of the file format is judged not to exist in the equipment, judging that the data to be processed exceeds the support range of the equipment;
and the equipment generates a code for describing the problem according to the file format of the data to be processed and the specific data content of the data to be processed.
3. A method for dynamic extension of device capabilities according to claim 2, wherein the coding of the device description problem is arranged to be expressed in the form of binary data or addresses (such as URIs).
4. The method according to claim 1, wherein the server processes the obtained solution and transmits the solution to the device, and specifically comprises:
the server decoding the encoding of the description problem;
finding a solution;
the solution is then compiled into a code that the device can decode;
transmitting the code to the device.
5. An apparatus for dynamically expanding device capabilities, comprising:
the problem identification module is used for processing data by equipment, judging that the data to be processed exceeds the support range of the equipment, and describing problems by the equipment;
the uploading module is used for uploading the described problems to a server by the equipment;
the solution module is used for processing the obtained solution by the server and transmitting the solution to the equipment;
a presentation module for the device to present results of the solution according to the solution.
6. The apparatus for dynamically expanding device capabilities according to claim 5, wherein the problem identification module specifically comprises:
the format identification unit is used for identifying the file format of the data to be processed;
the judging unit is used for judging whether a decoding algorithm with a built-in file format exists in the equipment;
the judging unit is used for judging that the data to be processed exceeds the supporting range of the equipment when judging that the equipment does not have the decoding algorithm of the file format;
and the coding unit is used for generating a code for describing the problem by the equipment according to the file format of the data to be processed and the specific data content of the data to be processed.
7. An apparatus for dynamic expansion of device capability as claimed in claim 6, wherein the coding of the device description problem is arranged to be expressed in the form of binary data or addresses (such as URIs).
8. The apparatus for dynamically expanding device capabilities according to claim 5, wherein the solution module specifically includes:
a decoding unit, configured to decode, by the server, the encoding of the description problem;
a finding unit for finding a solution;
a compiling unit for then compiling the solution into a code that the device can decode;
a sending unit for sending the code to the device.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor, when executing the program, implements the method according to any of claims 1-7.
10. A computer-readable storage medium, in which a computer program is stored, which computer program, when being executed by a computer, is adapted to carry out a method of dynamic extension of device capabilities according to any one of claims 1-4.
CN202110080458.2A 2021-01-21 2021-01-21 Method for dynamically expanding equipment capability Pending CN113010770A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110080458.2A CN113010770A (en) 2021-01-21 2021-01-21 Method for dynamically expanding equipment capability

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110080458.2A CN113010770A (en) 2021-01-21 2021-01-21 Method for dynamically expanding equipment capability

Publications (1)

Publication Number Publication Date
CN113010770A true CN113010770A (en) 2021-06-22

Family

ID=76384447

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110080458.2A Pending CN113010770A (en) 2021-01-21 2021-01-21 Method for dynamically expanding equipment capability

Country Status (1)

Country Link
CN (1) CN113010770A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080134012A1 (en) * 2006-11-30 2008-06-05 Sony Ericsson Mobile Communications Ab Bundling of multimedia content and decoding means
CN102752744A (en) * 2011-04-19 2012-10-24 腾讯科技(深圳)有限公司 Problem solving method and device for mobile terminal
CN103686809A (en) * 2013-12-09 2014-03-26 北京奇虎科技有限公司 Method and system for providing mobile terminal fault problem solution and mobile terminal
US20170161610A1 (en) * 2015-12-02 2017-06-08 International Business Machines Corporation Operation of a computer based on optimal problem solutions
CN109542657A (en) * 2018-10-16 2019-03-29 深圳壹账通智能科技有限公司 The processing method and server of system exception
CN111198999A (en) * 2020-01-03 2020-05-26 北京字节跳动网络技术有限公司 Method, device, medium and electronic equipment for loading pictures of webpage end

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080134012A1 (en) * 2006-11-30 2008-06-05 Sony Ericsson Mobile Communications Ab Bundling of multimedia content and decoding means
CN102752744A (en) * 2011-04-19 2012-10-24 腾讯科技(深圳)有限公司 Problem solving method and device for mobile terminal
CN103686809A (en) * 2013-12-09 2014-03-26 北京奇虎科技有限公司 Method and system for providing mobile terminal fault problem solution and mobile terminal
US20170161610A1 (en) * 2015-12-02 2017-06-08 International Business Machines Corporation Operation of a computer based on optimal problem solutions
CN109542657A (en) * 2018-10-16 2019-03-29 深圳壹账通智能科技有限公司 The processing method and server of system exception
CN111198999A (en) * 2020-01-03 2020-05-26 北京字节跳动网络技术有限公司 Method, device, medium and electronic equipment for loading pictures of webpage end

Similar Documents

Publication Publication Date Title
CN107622135B (en) Method and apparatus for displaying information
CN105721462B (en) Information pushing method and device
CN102779167B (en) The method and system of display web page in the terminal
US8839098B2 (en) System and method for rapid document conversion
CN105786969B (en) Information display method and device
US7020721B1 (en) Extensible transcoder annotation for transcoding proxy servers
US20030069881A1 (en) Apparatus and method for dynamic partitioning of structured documents
US11758088B2 (en) Method and apparatus for aligning paragraph and video
US20090069000A1 (en) Method of Enabling the Downloading of Content
CN108416021B (en) Browser webpage content processing method and device, electronic equipment and readable medium
US9208392B2 (en) Methods and apparatus for progressive pattern matching in a mobile environment
US11080322B2 (en) Search methods, servers, and systems
CN109039876B (en) Mail processing method and device
WO2020042376A1 (en) Method and apparatus for outputting information
US20100095024A1 (en) Mobile sites detection and handling
WO2020078050A1 (en) Comment information processing method and apparatus, and server, terminal and readable medium
US11687715B2 (en) Summary generation method and apparatus
US8195762B2 (en) Locating a portion of data on a computer network
JP2016540333A (en) Terminal marking method, terminal marking device, program, and recording medium
CN104023046A (en) Mobile terminal recognition method and device
JP2022089865A (en) Information display method and apparatus
JP5039946B2 (en) Technology for relaying communication between client devices and server devices
Md Fudzee et al. A classification for content adaptation system
CN109472028B (en) Method and device for generating information
CN113010770A (en) Method for dynamically expanding equipment capability

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20210622