CN114756322B - Picture processing method and device, computer equipment and storage medium - Google Patents

Picture processing method and device, computer equipment and storage medium Download PDF

Info

Publication number
CN114756322B
CN114756322B CN202210500839.6A CN202210500839A CN114756322B CN 114756322 B CN114756322 B CN 114756322B CN 202210500839 A CN202210500839 A CN 202210500839A CN 114756322 B CN114756322 B CN 114756322B
Authority
CN
China
Prior art keywords
interface
picture
module
operation content
external instruction
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
CN202210500839.6A
Other languages
Chinese (zh)
Other versions
CN114756322A (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.)
Beijing Hangyun Iot Information Technology Co ltd
Original Assignee
Beijing Hangyun Iot 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 Hangyun Iot Information Technology Co ltd filed Critical Beijing Hangyun Iot Information Technology Co ltd
Priority to CN202210500839.6A priority Critical patent/CN114756322B/en
Publication of CN114756322A publication Critical patent/CN114756322A/en
Application granted granted Critical
Publication of CN114756322B publication Critical patent/CN114756322B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • 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
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Human Computer Interaction (AREA)
  • Data Mining & Analysis (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The disclosure relates to a picture processing method, a device, a computer device and a storage medium, wherein the device comprises an instruction receiving module, an interface description analyzing module and a picture modifying module; the instruction receiving module: the interface description analysis module is used for receiving external instructions and inputting the external instructions to the interface description analysis module; interface description analysis module: the picture modification module is used for analyzing the interface description according to the external instruction, obtaining interface operation content and inputting the interface operation content to the picture modification module; and a picture modification module: the method is used for modifying the picture according to the interface operation content, outputting the picture corresponding to the external instruction, and in the process, the picture requirements of different states can be met by only providing one picture, so that repeated creation of a plurality of similar pictures is avoided, mutual switching of the plurality of pictures is avoided, picture loading capacity is reduced, network overhead is saved, and the response speed of the webpage is improved.

Description

Picture processing method and device, computer equipment and storage medium
Technical Field
The disclosure relates to the field of computer technology, and in particular, to a method and a device for processing a picture, a computer device and a storage medium.
Background
It is often necessary to display different pictures for different states in a program interface, because the content of the pictures is fixed at the time of creation, if different types of pictures are to be displayed for different states, a plurality of pictures need to be provided in advance, and then different pictures are displayed according to the states. Taking a valve displayed on a software interface as an example, the valve has two states of opening and closing, the contents displayed in the two states are mostly the same, only the valve part is different, the prior art generally provides pictures in the two states of opening and closing of the valve, and then the two pictures are switched and displayed according to the state of the current valve.
Therefore, at present, for different states, multiple pictures need to be provided for switching, and the similarity of the pictures is high, and when a computer reads, multiple pictures need to be read for switching, if additional network traffic and delay are involved in transmission through a network, multiple times of providing cost is high, and the implementation is complex.
Disclosure of Invention
In view of the problems in the prior art, an object of the present disclosure is to provide a method and an apparatus for operating a picture, so as to realize that one picture meets display requirements of different states.
In order to achieve the above objective, the present disclosure provides a picture operation device, including an instruction receiving module, an interface description parsing module, and a picture modifying module;
the instruction receiving module: the interface description analysis module is used for receiving external instructions and inputting the external instructions to the interface description analysis module;
interface description analysis module: the picture modification module is used for analyzing the interface description according to the external instruction, obtaining interface operation content and inputting the interface operation content to the picture modification module;
and a picture modification module: and the interface is used for modifying the picture according to the interface operation content and outputting the modified picture.
Alternatively, the interface description includes at least one interface list, the interface list includes an interface identifier and at least one operation list corresponding to the interface identifier, and the operation list includes an operation element and an operation attribute.
As an alternative, the interface operation content includes: an interface identifier, and an operation element and an operation attribute corresponding to the interface identifier, wherein the interface identifier corresponds to an external instruction.
In order to solve the above technical problems, the present disclosure further provides a method for processing a picture, where the method includes:
receiving an external instruction and inputting the external instruction to an interface description analysis module;
analyzing the interface description according to the external instruction, acquiring interface operation content, and inputting the interface operation content to the picture modification module;
the picture modification module modifies the picture according to the interface operation content, and the modified picture is used as an output picture corresponding to the external instruction.
As an optional solution, the parsing the interface description according to the external instruction, to obtain the operation content of the interface, includes:
acquiring an interface identifier of the external instruction according to the external instruction;
and comparing the interface identifier acquired by the external instruction with the interface identifier in the interface list in the interface description, and acquiring the interface operation content when the interface identifier and the interface identifier are consistent.
To solve the above technical problem, the present disclosure further provides a storage medium including executable instructions thereon, which when executed, cause a computer to perform the steps of the method for processing a picture in any of the above embodiments.
In order to solve the above technical problem, the present disclosure further provides a computer device, including a memory and a processor, where the memory stores computer readable instructions, where the computer readable instructions, when executed by the processor, cause the processor to execute the steps of the method for processing a picture in any of the embodiments described above.
In summary, the present disclosure has the following beneficial effects:
the present disclosure provides a method, an apparatus, a computer device, and a storage medium for processing a picture, providing an interface operation content of a picture operable through interface description, modifying the picture through a picture modification module, outputting a picture meeting an external instruction requirement, avoiding repeated creation of a plurality of similar pictures, reducing a picture loading amount, saving network overhead, and improving a response speed.
Drawings
In order to more clearly illustrate the embodiments of the present disclosure or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present disclosure, and other drawings may be obtained according to these drawings without inventive effort to a person of ordinary skill in the art.
Fig. 1 is a schematic diagram of a basic structure of a picture operation device according to an embodiment of the disclosure;
fig. 2 is a basic flow diagram of a picture operation method in an embodiment of the disclosure.
Detailed Description
In order to better understand the present disclosure, a technical solution in the embodiments of the present disclosure will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present disclosure.
In some of the flows described in the specification and claims of this disclosure and in the foregoing figures, a plurality of operations occurring in a particular order are included, but it should be understood that the operations may be performed out of order or performed in parallel, with the order of operations such as S1, S3, etc., being merely used to distinguish between the various operations, the order of the operations themselves not representing any order of execution. In addition, the flows may include more or fewer operations, and the operations may be performed sequentially or in parallel. It should be noted that, the descriptions of "first" and "second" herein are used to distinguish different messages, devices, modules, etc., and do not represent a sequence, and are not limited to the "first" and the "second" being different types.
The following description of the technical solutions in the embodiments of the present disclosure will be made clearly and completely with reference to the accompanying drawings in the embodiments of the present disclosure, and it is apparent that the described embodiments are only some embodiments of the present disclosure, not all embodiments. Based on the embodiments in this disclosure, all other embodiments that a person of ordinary skill in the art would obtain without making any inventive effort are within the scope of the disclosure.
Referring to fig. 1, a picture processing apparatus includes: the device comprises an instruction receiving module 1, an interface description analyzing module 2 and a picture modifying module 3;
instruction receiving module 1: the interface description analysis module 2 is used for receiving external instructions and inputting the external instructions to the interface description analysis module 2;
interface description parsing module 2: analyzing the interface description according to the external instruction, obtaining interface operation content, and inputting the interface operation content to the picture modification module 3;
picture modification module 3: and modifying the picture according to the interface operation content, and outputting the modified picture.
The interface description includes at least one interface list including an interface identifier and at least one operation list corresponding to the interface identifier, the operation list including operation elements and operation attributes.
The interface operation content comprises: an interface identifier, and an operation element and an operation attribute corresponding to the interface identifier, wherein the interface identifier corresponds to an external instruction.
The pictures are in XML format or jpeg, png, gif and other formats, and of course, for other types of pictures, the picture modification can also be realized through the modification interface description and picture modification module 3. The interface description file may exist alone or may be included in the file as needed. For example, the svg picture can put the interface description in the defs label of the file; for picture formats that do not support embedding the interface description, it may also be stored separately.
As shown in fig. 2, this embodiment further provides a picture processing method, which specifically includes:
s1, an instruction receiving module 1 receives an external instruction and inputs the external instruction to an interface description analysis module 2;
s2, the interface description analysis module 2 analyzes the interface description according to the external instruction, acquires the interface operation content and inputs the interface operation content to the picture modification module 3;
and S3, the picture modification module 3 modifies the picture according to the operation content of the interface, and the modified picture is used as an output picture corresponding to the external instruction.
Specifically, according to the external instruction, analyzing the interface description, and acquiring the interface operation content, including:
acquiring an interface identifier of an external instruction according to the external instruction;
and comparing the interface identifier acquired by the external instruction with the interface identifier in the interface list in the interface description, and acquiring the interface operation content when the interface identifier and the interface identifier are consistent.
The method comprises the steps that an external instruction is received through an instruction receiving module 1, interface operation content which can be operated by a picture is provided through interface description, an interface description analysis module 2 analyzes the interface description according to the external instruction to obtain the interface operation content, the interface operation content is specific operation, the interface operation content comprises operation elements and operation attributes, the operation elements and the operation attributes are specific operation corresponding to an interface identifier, a picture modifying module 3 modifies the picture through the specific operation instruction, the modified picture is output as the picture corresponding to the external instruction, and the whole picture is responded according to the external instruction.
Specifically, taking the svg format picture as an example, the svg format picture is a text in XML format, the interface description and picture modification module 3 is relatively simple to implement, and the svg picture is taken as an example for illustration, but the scheme is not limited to the svg format.
The svg picture content assuming a valve closed state is described as follows:
and the whole picture content is gray in the valve closing state, namely gray. The picture in the valve opening state is set to be a circular part in the picture, namely, a circle element with id of circle1 is red, and the attribute fill= "red" needs to be added:
<circle id="circle1" cx="60.31" cy="121.61" r="39.81" stroke="#231815" stroke-miterlimit="10" stroke-width="2" fill="red"></circle>
at this time, the interface description example may include a source file of a web page as follows:
<interfaces>
<interface name="changeCircleColorRed">
<actions>
<action selector="id=circle1" value="fill=red"/>
</actions>
</interface>
</interfaces>
wherein:
the interface description includes at least one interface list, where interfaces are interface lists in the above interface description example, and a picture may provide a plurality of specific interfaces, that is, interfaces may have a plurality of interface subelements, that is, interfaces are specific interfaces, where an interface list includes an interface identifier (that is, interface name) and at least one operation list (that is, actions) corresponding to the interface identifier, and an operation list (that is, actions) includes an operation element (that is, selector) and an operation attribute (that is, value).
The interface operation content comprises: an interface identifier, and an operation element and an operation attribute corresponding to the interface identifier, wherein the interface identifier corresponds to an external instruction.
In this embodiment, only one picture needs to be provided for different states, when pictures in other states need to be provided, the specific states in other states are external instructions, the external instructions are input, the instruction receiving module 1 receives the external instructions and inputs the external instructions to the interface description analysis module 2, the interface description analysis module 2 analyzes the interface description, obtains specific interface operation content, inputs the specific interface operation content to the picture modification module 3, and after the picture modification module 3 modifies the picture according to the interface operation content, the picture corresponding to the external instructions is output.
The present disclosure also provides a storage medium storing computer readable instructions that, when executed by one or more processors, cause the one or more processors to perform the steps of any of the embodiment tile processing methods described above.
In order to solve the technical problems, the embodiment of the disclosure further provides computer equipment. The computer device includes a processor, a non-volatile storage medium, a memory, and a network interface connected by a system bus. The non-volatile storage medium of the computer device stores an operating system, a database, and computer readable instructions, where the database may store a control information sequence, and the computer readable instructions, when executed by the processor, may cause the processor to implement a picture processing method. The processor of the computer device is used to provide computing and control capabilities, supporting the operation of the entire computer device. The memory of the computer device may have stored therein computer readable instructions that, when executed by the processor, cause the processor to perform a picture processing method. The network interface of the computer device is for communicating with a terminal connection.
It should be understood that, although the steps in the flowcharts of the figures are shown in order as indicated by the arrows, these steps are not necessarily performed in order as indicated by the arrows. The steps are not strictly limited in order and may be performed in other orders, unless explicitly stated herein. Moreover, at least some of the steps in the flowcharts of the figures may include a plurality of sub-steps or stages that are not necessarily performed at the same time, but may be performed at different times, the order of their execution not necessarily being sequential, but may be performed in turn or alternately with other steps or at least a portion of the other steps or stages.

Claims (6)

1. A picture processing apparatus, characterized by comprising: the device comprises an instruction receiving module, an interface description analysis module and a picture modification module;
the instruction receiving module: the interface description analysis module is used for receiving external instructions and inputting the external instructions to the interface description analysis module; the external instruction comprises a target picture state;
interface description analysis module: the picture modification module is used for analyzing the interface description according to the external instruction, obtaining interface operation content and inputting the interface operation content to the picture modification module; the interface description comprises at least one interface list, the interface list comprises an interface identifier and at least one operation list corresponding to the interface identifier, and the operation list comprises operation elements and operation attributes;
and a picture modification module: and the interface is used for modifying the picture according to the interface operation content and outputting the modified picture.
2. The picture processing apparatus according to claim 1, wherein the interface operation content includes: an interface identifier, and an operation element and an operation attribute corresponding to the interface identifier, wherein the interface identifier corresponds to an external instruction.
3. A picture processing method, the method comprising:
receiving an external instruction and inputting the external instruction to the interface description parsing module according to any one of claims 1-2;
analyzing the interface description according to the external instruction, obtaining interface operation content, and inputting the interface operation content to the picture modification module in any one of claims 1-2;
the picture modification module modifies the picture according to the interface operation content, and the modified picture is used as an output picture corresponding to the external instruction.
4. A picture processing method as claimed in claim 3, wherein said parsing the interface description according to the external instruction, obtaining the interface operation content, comprises:
acquiring an interface identifier of an external instruction according to the external instruction;
and comparing the interface identifier acquired by the external instruction with the interface identifier in the interface list in the interface description, and acquiring the interface operation content when the interface identifier and the interface identifier are consistent.
5. A storage medium having executable instructions embodied thereon that, when executed, cause a computer to perform the picture processing method of any of claims 3-4.
6. A computer device comprising a memory and a processor, the memory having stored therein computer readable instructions which, when executed by the processor, cause the processor to perform the picture processing method according to any of claims 3-4.
CN202210500839.6A 2022-05-09 2022-05-09 Picture processing method and device, computer equipment and storage medium Active CN114756322B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210500839.6A CN114756322B (en) 2022-05-09 2022-05-09 Picture processing method and device, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210500839.6A CN114756322B (en) 2022-05-09 2022-05-09 Picture processing method and device, computer equipment and storage medium

Publications (2)

Publication Number Publication Date
CN114756322A CN114756322A (en) 2022-07-15
CN114756322B true CN114756322B (en) 2024-02-20

Family

ID=82334781

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210500839.6A Active CN114756322B (en) 2022-05-09 2022-05-09 Picture processing method and device, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN114756322B (en)

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2841472A1 (en) * 2013-02-01 2014-08-01 Brokersavant, Inc. Machine learning data annotation apparatuses, methods and systems
AU2013388030A1 (en) * 2013-05-17 2014-12-04 Huawei Technologies Co., Ltd. Method, apparatus, and system for intelligently controlling device, and plug-and-play device
CN107797737A (en) * 2017-09-26 2018-03-13 努比亚技术有限公司 The method, apparatus and computer-readable recording medium that picture is edited again
CN108289237A (en) * 2018-02-12 2018-07-17 腾讯科技(深圳)有限公司 Play method, apparatus, terminal and the computer readable storage medium of dynamic picture
CN109151561A (en) * 2018-09-13 2019-01-04 青岛海信智慧家居系统股份有限公司 The operation control interface creation method and relevant device of smart home system equipment
CN110727481A (en) * 2019-09-06 2020-01-24 平安国际智慧城市科技股份有限公司 Picture editing method and device, computer equipment and storage medium
CN111223155A (en) * 2019-10-22 2020-06-02 浙江大搜车软件技术有限公司 Image data processing method, image data processing device, computer equipment and storage medium
CN111460235A (en) * 2020-04-24 2020-07-28 北京同心尚科技发展有限公司 Atlas data processing method, device, equipment and storage medium
CN112328660A (en) * 2020-11-04 2021-02-05 北京航云物联信息技术有限公司 Stream data processing method and device
CN112631705A (en) * 2020-12-25 2021-04-09 深圳Tcl新技术有限公司 Internet of things equipment list rendering method, equipment and system and readable storage medium
EP3809277A1 (en) * 2019-10-17 2021-04-21 Palantir Technologies Inc. Object-centric user system and graphical user interface
CN112748839A (en) * 2020-02-17 2021-05-04 腾讯科技(深圳)有限公司 Picture processing method and device, computer readable storage medium and computer equipment
WO2021188898A1 (en) * 2020-03-20 2021-09-23 Qualcomm Incorporated High level syntax for video with mixed nal unit types
CN113835835A (en) * 2021-09-18 2021-12-24 广东浪潮智慧计算技术有限公司 Method and device for creating consistency group and computer-readable storage medium

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2841472A1 (en) * 2013-02-01 2014-08-01 Brokersavant, Inc. Machine learning data annotation apparatuses, methods and systems
AU2013388030A1 (en) * 2013-05-17 2014-12-04 Huawei Technologies Co., Ltd. Method, apparatus, and system for intelligently controlling device, and plug-and-play device
CN107797737A (en) * 2017-09-26 2018-03-13 努比亚技术有限公司 The method, apparatus and computer-readable recording medium that picture is edited again
CN108289237A (en) * 2018-02-12 2018-07-17 腾讯科技(深圳)有限公司 Play method, apparatus, terminal and the computer readable storage medium of dynamic picture
CN109151561A (en) * 2018-09-13 2019-01-04 青岛海信智慧家居系统股份有限公司 The operation control interface creation method and relevant device of smart home system equipment
CN110727481A (en) * 2019-09-06 2020-01-24 平安国际智慧城市科技股份有限公司 Picture editing method and device, computer equipment and storage medium
EP3809277A1 (en) * 2019-10-17 2021-04-21 Palantir Technologies Inc. Object-centric user system and graphical user interface
CN111223155A (en) * 2019-10-22 2020-06-02 浙江大搜车软件技术有限公司 Image data processing method, image data processing device, computer equipment and storage medium
CN112748839A (en) * 2020-02-17 2021-05-04 腾讯科技(深圳)有限公司 Picture processing method and device, computer readable storage medium and computer equipment
WO2021188898A1 (en) * 2020-03-20 2021-09-23 Qualcomm Incorporated High level syntax for video with mixed nal unit types
CN111460235A (en) * 2020-04-24 2020-07-28 北京同心尚科技发展有限公司 Atlas data processing method, device, equipment and storage medium
CN112328660A (en) * 2020-11-04 2021-02-05 北京航云物联信息技术有限公司 Stream data processing method and device
CN112631705A (en) * 2020-12-25 2021-04-09 深圳Tcl新技术有限公司 Internet of things equipment list rendering method, equipment and system and readable storage medium
CN113835835A (en) * 2021-09-18 2021-12-24 广东浪潮智慧计算技术有限公司 Method and device for creating consistency group and computer-readable storage medium

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
Single Image Colorization Via Modified Cyclegan;Yuxuan Xiao et al;《2019 IEEE International Conference on Image Processing (ICIP)》;20190826;1-5 *
专家知识图谱构建研究;周湘超 等;《电脑知识与技术》;20160331;第12卷(第7期);195-197 *
动态表单系统设计与实现;郭永辉;《中国优秀硕士学位论文全文数据库工程科技Ⅱ辑》;20070615(第6期);C031-168 *
基于Android平台的微型高光谱检测系统研究;李国光;《中国优秀硕士学位论文全文数据库工程科技Ⅱ辑》;20190715(第7期);C030-14 *

Also Published As

Publication number Publication date
CN114756322A (en) 2022-07-15

Similar Documents

Publication Publication Date Title
US8887132B1 (en) Application runtime environment and framework
US8139872B2 (en) Splitting file types within partitioned images
CN104850388A (en) Method and apparatus for drafting webpage
CN112966469B (en) Method, device, equipment and storage medium for processing charts in document
CN110704148B (en) Acquisition method and device of equipment page element, server and storage medium
CN114756322B (en) Picture processing method and device, computer equipment and storage medium
US8914420B2 (en) Populating data structures of software applications with input data provided according to extensible markup language (XML)
CN115809056B (en) Component multiplexing implementation method and device, terminal equipment and readable storage medium
CN112291610A (en) Method for adapting Web end video editor to mobile end
CN111352665A (en) Page loading method, device, equipment and storage medium thereof
CN115378937A (en) Distributed concurrency method, device and equipment for tasks and readable storage medium
CN115169292A (en) Document processing method and device, electronic equipment and computer readable storage medium
CN104516883A (en) Webpage sharing method, device and system
US8566775B2 (en) Graphic rendering of circuit positions
CN112035656A (en) Method, device, computer equipment and medium for quickly previewing document
CN111694890A (en) Relation chart generation method and device, computer equipment and storage medium
CN110119502A (en) A method of dynamic table single domain is realized based on OFD document
CN110110073A (en) A kind of text methods of exhibiting and device
CN114595020B (en) Split screen display method, device and system based on hook technology and storage medium
CN109508447A (en) A kind of list data analysis method of the high col width of fixed row
CN110780920B (en) Data processing method, device, client and medium
CN111800481B (en) Internet-based network interaction method and device and server
CN116312919A (en) Medical detection report generation method, device, equipment and storage medium
CN118135057A (en) Device icon state processing method and device, electronic device and storage medium
CN116483495A (en) Display control method, display control device, electronic equipment and computer readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant