CN109981729B - File processing method and device, electronic equipment and computer readable storage medium - Google Patents

File processing method and device, electronic equipment and computer readable storage medium Download PDF

Info

Publication number
CN109981729B
CN109981729B CN201910114513.8A CN201910114513A CN109981729B CN 109981729 B CN109981729 B CN 109981729B CN 201910114513 A CN201910114513 A CN 201910114513A CN 109981729 B CN109981729 B CN 109981729B
Authority
CN
China
Prior art keywords
file
service
stream
file stream
processor
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
CN201910114513.8A
Other languages
Chinese (zh)
Other versions
CN109981729A (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.)
Visionvera Information Technology Co Ltd
Original Assignee
Visionvera 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 Visionvera Information Technology Co Ltd filed Critical Visionvera Information Technology Co Ltd
Priority to CN201910114513.8A priority Critical patent/CN109981729B/en
Publication of CN109981729A publication Critical patent/CN109981729A/en
Application granted granted Critical
Publication of CN109981729B publication Critical patent/CN109981729B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/565Conversion or adaptation of application format or content

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The disclosure discloses a file processing method, a file processing device, an electronic device and a computer-readable storage medium, wherein the method comprises the following steps: the method comprises the steps that a file uploaded by a terminal device is converted into a file stream through a first service, and the file stream is sent to a second service through the first service, so that the file stream is converted into the file and stored by the second service. According to the file uploading method and device, the file uploaded by the terminal device is converted into the file stream through the first service, the file stream is sent to the second service through the first service, so that the second service can convert the file stream into the file and store the file, the first service is not needed to write temporary files locally, the file stream is directly forwarded to the second service, the file stream is converted into the file by the second service and stored, and the file uploading efficiency can be improved.

Description

File processing method and device, electronic equipment and computer readable storage medium
Technical Field
The present disclosure relates to the field of information processing technologies, and in particular, to a file processing method and apparatus, an electronic device, and a computer-readable storage medium.
Background
With the development of the internet, various files need to be processed on the internet, for example, files are uploaded from one service to another service and then forwarded to a third service.
In the prior art, after a file is uploaded to another service, the service writes a temporary file locally for storage, and then forwards the temporary file to a third service.
Therefore, in the file forwarding method, the service logic of file uploading is performed twice in the period, so that the file uploading efficiency is low and the speed is low.
Disclosure of Invention
To overcome the problems in the related art, the present disclosure provides a file processing method, apparatus, electronic device, and computer-readable storage medium.
According to a first aspect of the embodiments of the present disclosure, there is provided a file processing method, including:
converting a file uploaded by a terminal device into a file stream through a first service;
and sending the file stream to a second service through the first service so that the second service converts the file stream into the file and stores the file.
Further, the method further comprises:
and selecting one service from at least one associated preset service as the second service according to the size of the file and/or the service storage space.
Further, the first service is a first file system, and/or the second service is a second file system.
According to a second aspect of the embodiments of the present disclosure, there is provided a file processing apparatus including:
the file stream conversion module is used for converting the file uploaded by the terminal equipment into a file stream through a first service;
and the file stream sending module is used for sending the file stream to a second service through the first service so that the second service converts the file stream into the file and stores the file.
Further, the apparatus further comprises:
and the service selection module is used for selecting one service from at least one associated preset service as the second service according to the size of the file and/or the service storage space.
Further, the first service is a first file system, and/or the second service is a second file system.
According to a third aspect of the embodiments of the present disclosure, there is provided a server, including:
a processor;
a memory for storing processor-executable instructions; wherein the processor is configured to: converting a file uploaded by a terminal device into a file stream through a first service; and sending the file stream to a second service through the first service so that the second service converts the file stream into the file and stores the file.
According to a fourth aspect of the embodiments of the present disclosure, there is provided an electronic apparatus including:
a processor;
a memory for storing processor-executable instructions; wherein the processor is configured to: converting a file uploaded by a terminal device into a file stream through a first service; and sending the file stream to a second service through the first service so that the second service converts the file stream into the file and stores the file.
According to a fifth aspect of embodiments of the present disclosure, there is provided a non-transitory computer-readable storage medium having instructions therein, which when executed by a processor of a server, enable the server to perform a file processing method, the method comprising: converting a file uploaded by a terminal device into a file stream through a first service; and sending the file stream to a second service through the first service so that the second service converts the file stream into the file and stores the file.
According to a sixth aspect of embodiments of the present disclosure, there is provided a non-transitory computer-readable storage medium having instructions therein, which when executed by a processor of a mobile terminal, enable the mobile terminal to perform a file processing method, the method comprising: converting a file uploaded by a terminal device into a file stream through a first service; and sending the file stream to a second service through the first service so that the second service converts the file stream into the file and stores the file.
The technical scheme provided by the embodiment of the disclosure can have the following beneficial effects: the file uploaded by the terminal equipment is converted into the file stream through the first service, the file stream is sent to the second service through the first service, so that the file stream is converted into the file and stored by the second service, the temporary file is not required to be written locally by the first service, the file stream is directly forwarded to the second service, the file stream is converted into the file by the second service and stored, and the file uploading efficiency can be improved.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the disclosure.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present disclosure and together with the description, serve to explain the principles of the disclosure.
Fig. 1 is a flowchart of a file processing method according to an embodiment of the present disclosure.
Fig. 2A is a schematic view of an application scenario of a file processing method according to a second embodiment of the disclosure.
Fig. 2B is a flowchart of a file processing method according to a second embodiment of the disclosure.
Fig. 3 is a block diagram of a file processing apparatus according to a third embodiment of the present disclosure.
Fig. 4 is a block diagram of a server according to a seventh embodiment of the present disclosure.
Fig. 5 is a block diagram of an electronic device according to an eighth embodiment of the present disclosure.
Detailed Description
Reference will now be made in detail to the exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, like numbers in different drawings represent the same or similar elements unless otherwise indicated. The implementations described in the exemplary embodiments below are not intended to represent all implementations consistent with the present disclosure. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the present disclosure, as detailed in the appended claims.
Example one
Fig. 1 is a flowchart of a file processing method according to an embodiment of the present disclosure, and an execution main body of the file processing method according to the embodiment of the present disclosure may be a file processing apparatus according to the embodiment of the present disclosure, and the apparatus may be integrated in a server, a mobile terminal (e.g., a smart phone, a tablet computer, etc.), a notebook, or a fixed terminal (a desktop computer), and the file processing apparatus may be implemented by hardware or software. As shown in fig. 1, the method comprises the following steps:
in step S11, the file uploaded by the terminal device is converted into a file stream by the first service.
The terminal device may be a mobile terminal (e.g., a smart phone, a tablet computer, etc.), a notebook, or a fixed terminal (a desktop computer).
The first service may be hardware, such as a server, a mobile terminal (e.g., a smart phone, a tablet computer, etc.), a notebook, or a fixed terminal (a desktop computer); the virtual device may also be a file system such as a cloud, a hundred-degree network disk, or the like.
The file may be a video file, such as a high definition video and a streaming video.
In step S12, the file stream is sent to a second service through the first service, so that the second service converts the file stream into the file and saves the file.
The second service is similar to the first service and may be hardware, such as a server, a mobile terminal (e.g., a smartphone, a tablet computer, etc.), a notebook, or a fixed terminal (a desktop computer); the virtual device may also be a file system such as a cloud, a hundred-degree network disk, or the like.
And after converting the file stream into the file, the second service can store the file stream locally or in a corresponding server.
In an optional embodiment, the method further comprises:
and selecting one service from at least one associated preset service as the second service according to the size of the file and/or the service storage space.
In the embodiment, the file uploaded by the terminal device is converted into the file stream through the first service, and then the file stream is sent to the second service through the first service, so that the second service converts the file stream into the file and stores the file, the first service is not required to write a temporary file locally, the file stream is directly forwarded to the second service, the file stream is converted into the file by the second service to be stored, and the file uploading efficiency can be improved.
Example two
Fig. 2A is a schematic view of an application scenario of a file processing method according to a second embodiment of the present disclosure, and this embodiment describes the present disclosure in detail with reference to a specific application scenario. As shown in fig. 2B, the method comprises the following steps:
in step 21, the terminal device uploads the file to service a.
In step 22, service A converts the file into a file stream.
In step 23, the service a automatically selects a service with a large storage space from the associated services B, and then calls an interface of the service B to forward the file stream to the service B.
In step 24, the service B receives the file stream, converts the file stream into a file, and stores the file in the server corresponding to the service B.
In the embodiment, the file is converted into the file stream through the service A, the service A automatically selects the service with large storage space from the associated service B, then the interface of the service B is called, the file stream is forwarded to the service B, the service B receives the file stream and converts the file stream into the file to be stored in the server corresponding to the service B, the problem of how to upload the file to the service B directly from the user through the service A is solved, the repeated business logic that the intermediate service A needs to write the file into the local temporary file first and then transmit the file to the service B is saved, the file uploading time is saved, and the file uploading efficiency is improved.
EXAMPLE III
Fig. 3 is a block diagram of a file processing apparatus according to a third embodiment of the disclosure. The device can be integrated in a server, a mobile terminal (e.g., a smart phone, a tablet computer, etc.), a notebook computer or a fixed terminal (desktop computer), and the file processing device can be implemented by hardware or software. Referring to fig. 3, the apparatus includes a file stream conversion module 31 and a file stream transmission module 32. Wherein,
the file stream conversion module 31 is configured to convert a file uploaded by the terminal device into a file stream through a first service;
the file stream sending module 32 is configured to send the file stream to a second service through the first service, so that the second service converts the file stream into the file and stores the file.
Further, the apparatus further comprises: a service selection module 33; wherein,
the service selection module 33 is configured to select one service from at least one associated preset service as the second service according to the size of the file and/or the service storage space.
Further, the first service is a first file system, and/or the second service is a second file system.
With regard to the apparatus in the above-described embodiment, the specific manner in which each module performs the operation has been described in detail in the embodiment related to the method, and will not be elaborated here.
Example four
An embodiment of the present disclosure provides a server, including:
a processor;
a memory for storing processor-executable instructions; wherein the processor is configured to:
converting a file uploaded by a terminal device into a file stream through a first service; and sending the file stream to a second service through the first service so that the second service converts the file stream into the file and stores the file.
Fig. 4 is a block diagram illustrating a structure for a server according to an example embodiment. For example, the apparatus may be provided as a server. Referring to fig. 4, the apparatus includes a processing component 422, which further includes one or more processors, and memory resources, represented by memory 432, for storing instructions, such as applications, that are executable by the processing component 422. The application programs stored in memory 432 may include one or more modules that each correspond to a set of instructions. Further, the processing component 422 is configured to execute instructions to perform the above-described methods.
The device may also include a power component 426 configured to perform power management of the device, a wired or wireless network interface 450 configured to connect the device to a network, and an input output (I/O) interface 458. The device may operate based on an operating system stored in memory 432, such as Windows Server, Mac OS XTM, UnixTM, LinuxTM, FreeBSDTM, or the like.
In an exemplary embodiment, a non-transitory computer readable storage medium comprising instructions, such as the memory 432 comprising instructions, executable by the processor 422 of the server to perform the above-described method is also provided. For example, the non-transitory computer readable storage medium may be a ROM, a Random Access Memory (RAM), a CD-ROM, a magnetic tape, a floppy disk, an optical data storage device, and the like.
In an exemplary embodiment, an application program, such as a memory 432 including instructions executable by the processor 422 of the electronic device to perform the above-described method, is also provided.
EXAMPLE five
An embodiment of the present disclosure provides an electronic device, including:
a processor;
a memory for storing processor-executable instructions; wherein the processor is configured to:
converting a file uploaded by a terminal device into a file stream through a first service; and sending the file stream to a second service through the first service so that the second service converts the file stream into the file and stores the file.
Fig. 5 is a block diagram of an electronic device provided in an embodiment of the present disclosure. For example, the electronic device may be a mobile phone, a computer, a digital broadcast terminal, a messaging device, a game console, a tablet device, a medical device, an exercise device, a personal digital assistant, and the like.
Referring to fig. 5, the electronic device may include one or more of the following components: a processing component 502, a memory 504, a power component 506, a multimedia component 508, an audio component 510, an input/output (I/O) interface 512, a sensor component 514, and a communication component 516.
The processing component 502 generally controls overall operation of the electronic device, such as operations associated with display, telephone calls, data communications, camera operations, and recording operations. The processing components 502 may include one or more processors 520 to execute instructions to perform all or a portion of the steps of the methods described above. Further, the processing component 502 can include one or more modules that facilitate interaction between the processing component 502 and other components. For example, the processing component 502 can include a multimedia module to facilitate interaction between the multimedia component 508 and the processing component 502.
The memory 504 is configured to store various types of data to support operations at the electronic device. Examples of such data include instructions for any application or method operating on the electronic device, contact data, phonebook data, messages, pictures, videos, and so forth. The memory 504 may be implemented by any type or combination of volatile or non-volatile memory devices such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic or optical disks.
The power supply component 506 provides power to the various components of the electronic device. The power components 506 may include a power management system, one or more power supplies, and other components associated with generating, managing, and distributing power for an electronic device.
The multimedia component 508 includes a screen that provides an output interface between the electronic device and the user. In some embodiments, the screen may include a Liquid Crystal Display (LCD) and a Touch Panel (TP). If the screen includes a touch panel, the screen may be implemented as a touch screen to receive an input signal from a user. The touch panel includes one or more touch sensors to sense touch, slide, and gestures on the touch panel. The touch sensor may not only sense the boundary of a touch or slide action, but also detect the duration and pressure associated with the touch or slide operation. In some embodiments, the multimedia component 508 includes a front facing camera and/or a rear facing camera. The front camera and/or the rear camera may receive external multimedia data when the electronic device is in an operating mode, such as a shooting mode or a video mode. Each front camera and rear camera may be a fixed optical lens system or have a focal length and optical zoom capability.
The audio component 510 is configured to output and/or input audio signals. For example, the audio component 510 includes a Microphone (MIC) configured to receive external audio signals when the electronic device is in an operational mode, such as a call mode, a recording mode, and a voice recognition mode. The received audio signals may further be stored in the memory 504 or transmitted via the communication component 516. In some embodiments, audio component 510 further includes a speaker for outputting audio signals.
The I/O interface 512 provides an interface between the processing component 502 and peripheral interface modules, which may be keyboards, click wheels, buttons, etc. These buttons may include, but are not limited to: a home button, a volume button, a start button, and a lock button.
The sensor assembly 514 includes one or more sensors for providing various aspects of status assessment for the electronic device. For example, the sensor assembly 514 may detect an open/closed state of the electronic device, the relative positioning of components, such as a display and keypad of the electronic device, the sensor assembly 514 may detect a change in position of the electronic device or a component of the electronic device, the presence or absence of user contact with the electronic device, orientation or acceleration/deceleration of the electronic device, and a change in temperature of the electronic device. The sensor assembly 514 may include a proximity sensor configured to detect the presence of a nearby object without any physical contact. The sensor assembly 514 may also include a light sensor, such as a CMOS or CCD image sensor, for use in imaging applications. In some embodiments, the sensor assembly 514 may also include an acceleration sensor, a gyroscope sensor, a magnetic sensor, a pressure sensor, or a temperature sensor.
The communication component 516 is configured to facilitate wired or wireless communication between the electronic device and other devices. The electronic device may access a wireless network based on a communication standard, such as WiFi, a carrier network (such as 2G, 3G, 4G, or 5G), or a combination thereof. In an exemplary embodiment, the communication component 516 receives a broadcast signal or broadcast related information from an external broadcast management system via a broadcast channel. In an exemplary embodiment, the communication component 516 further includes a Near Field Communication (NFC) module to facilitate short-range communications. For example, the NFC module may be implemented based on Radio Frequency Identification (RFID) technology, infrared data association (IrDA) technology, Ultra Wideband (UWB) technology, Bluetooth (BT) technology, and other technologies.
In an exemplary embodiment, the electronic device may be implemented by one or more Application Specific Integrated Circuits (ASICs), Digital Signal Processors (DSPs), Digital Signal Processing Devices (DSPDs), Programmable Logic Devices (PLDs), Field Programmable Gate Arrays (FPGAs), controllers, micro-controllers, microprocessors or other electronic components for performing the above-described methods.
In an exemplary embodiment, a non-transitory computer-readable storage medium comprising instructions, such as the memory 504 comprising instructions, executable by the processor 520 of the electronic device to perform the above-described method is also provided. For example, the non-transitory computer readable storage medium may be a ROM, a Random Access Memory (RAM), a CD-ROM, a magnetic tape, a floppy disk, an optical data storage device, and the like.
In an exemplary embodiment, an application program, such as the memory 504 including instructions executable by the processor 520 of the electronic device to perform the above-described method, is also provided.
Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure disclosed herein. This application is intended to cover any variations, uses, or adaptations of the disclosure following, in general, the principles of the disclosure and including such departures from the present disclosure as come within known or customary practice within the art to which the disclosure pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the disclosure being indicated by the following claims.
It will be understood that the present disclosure is not limited to the precise arrangements described above and shown in the drawings and that various modifications and changes may be made without departing from the scope thereof. The scope of the present disclosure is limited only by the appended claims.

Claims (8)

1. A file processing method, comprising:
converting a file uploaded by a terminal device into a file stream through a first service;
directly sending the file stream to a second service through the first service so that the second service converts the file stream into the file and stores the file, wherein the file is stored locally or in a corresponding server by the second service;
the method further comprises the following steps:
and selecting one service from at least one associated preset service as the second service according to the size of the file and/or the service storage space, calling an interface of the second service, and forwarding the file stream to the second service.
2. The file processing method according to claim 1, wherein the first service is a first file system, and/or wherein the second service is a second file system.
3. A document processing apparatus, characterized by comprising:
the file stream conversion module is used for converting the file uploaded by the terminal equipment into a file stream through a first service;
the file stream sending module is used for directly sending the file stream to a second service through the first service so that the second service converts the file stream into the file and stores the file, wherein the file is stored locally or in a corresponding server by the second service;
the device further comprises:
and the service selection module is used for selecting one service from at least one associated preset service as the second service according to the size of the file and/or the service storage space, calling an interface of the second service and forwarding the file stream to the second service.
4. A file handling apparatus according to claim 3, wherein the first service is a first file system and/or the second service is a second file system.
5. A server, comprising:
a processor;
a memory for storing processor-executable instructions; wherein the processor is configured to:
converting a file uploaded by a terminal device into a file stream through a first service; and directly sending the file stream to a second service through the first service so that the second service converts the file stream into the file and stores the file.
6. An electronic device, comprising:
a processor;
a memory for storing processor-executable instructions; wherein the processor is configured to:
converting a file uploaded by a terminal device into a file stream through a first service; and directly sending the file stream to a second service through the first service so that the second service converts the file stream into the file and stores the file.
7. A non-transitory computer readable storage medium in which instructions, when executed by a processor of a server, enable the server to perform a file processing method, the method comprising:
converting a file uploaded by a terminal device into a file stream through a first service; and directly sending the file stream to a second service through the first service so that the second service converts the file stream into the file and stores the file.
8. A non-transitory computer readable storage medium having instructions therein, which when executed by a processor of a mobile terminal, enable the mobile terminal to perform a file processing method, the method comprising:
converting a file uploaded by a terminal device into a file stream through a first service; and directly sending the file stream to a second service through the first service so that the second service converts the file stream into the file and stores the file.
CN201910114513.8A 2019-02-14 2019-02-14 File processing method and device, electronic equipment and computer readable storage medium Active CN109981729B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910114513.8A CN109981729B (en) 2019-02-14 2019-02-14 File processing method and device, electronic equipment and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910114513.8A CN109981729B (en) 2019-02-14 2019-02-14 File processing method and device, electronic equipment and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN109981729A CN109981729A (en) 2019-07-05
CN109981729B true CN109981729B (en) 2022-04-05

Family

ID=67076987

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910114513.8A Active CN109981729B (en) 2019-02-14 2019-02-14 File processing method and device, electronic equipment and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN109981729B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111031139A (en) * 2019-12-20 2020-04-17 深圳前海环融联易信息科技服务有限公司 Cross-domain file uploading method and device, electronic equipment and computer storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102016828A (en) * 2008-05-07 2011-04-13 塔吉特枢转让有限责任公司 Deletion in data file forwarding framework
CN108551481A (en) * 2018-04-16 2018-09-18 武汉斗鱼网络科技有限公司 A kind of file uploading method, device, server and storage medium

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103914486B (en) * 2013-01-08 2017-02-15 邓寅生 Document search and display system
CN103078959A (en) * 2013-02-06 2013-05-01 浪潮电子信息产业股份有限公司 Encryption and decryption method for protecting safety of cloud storage data
CN108933805A (en) * 2017-05-26 2018-12-04 武汉斗鱼网络科技有限公司 A kind of document transmission method and system
CN108197114B (en) * 2018-01-19 2022-07-29 腾讯科技(深圳)有限公司 Method and device for detecting table data, storage medium and electronic device
CN108848151A (en) * 2018-06-07 2018-11-20 广州敏视数码科技有限公司 A kind of distributed speech recognition and storage management system and method

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102016828A (en) * 2008-05-07 2011-04-13 塔吉特枢转让有限责任公司 Deletion in data file forwarding framework
CN108551481A (en) * 2018-04-16 2018-09-18 武汉斗鱼网络科技有限公司 A kind of file uploading method, device, server and storage medium

Also Published As

Publication number Publication date
CN109981729A (en) 2019-07-05

Similar Documents

Publication Publication Date Title
EP3188066B1 (en) A method and an apparatus for managing an application
US9667774B2 (en) Methods and devices for sending virtual information card
EP3276976A1 (en) Method, apparatus, host terminal, server and system for processing live broadcasting information
CN109521918B (en) Information sharing method and device, electronic equipment and storage medium
CN107040591B (en) Method and device for controlling client
CN106201734B (en) File sharing method and device
US11284398B2 (en) Communication link configuration method and device
CN109412929B (en) Method and device for adaptively adjusting conditions in instant messaging application and mobile terminal
CN103986821A (en) Method, equipment and system for carrying out parameter adjustment
CN112291631A (en) Information acquisition method, device, terminal and storage medium
CN113596175A (en) Scene synchronization method, terminal, server and system
CN112616053B (en) Transcoding method and device for live video and electronic equipment
CN105227426B (en) Application interface switching method and device and terminal equipment
CN106919302B (en) Operation control method and device of mobile terminal
CN105376318A (en) File transmission method, device and system
CN104780256A (en) Address book management method and device and intelligent terminal
CN109787890B (en) Instant messaging method, device and storage medium
CN109981729B (en) File processing method and device, electronic equipment and computer readable storage medium
CN109245992B (en) Request processing method and device, electronic equipment and storage medium
CN107885464B (en) Data storage method, device and computer readable storage medium
CN107395724B (en) Network request method and device
CN107026941B (en) Method and device for processing reply of unread message
CN106375744B (en) Information projecting method and device
CN113692067B (en) Device connection method and device and readable storage medium
CN110213531B (en) Monitoring video processing method and device

Legal Events

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

Address after: 33rd Floor, No.1 Huasheng Road, Yuzhong District, Chongqing 400013

Patentee after: VISIONVERA INFORMATION TECHNOLOGY Co.,Ltd.

Country or region after: China

Address before: 100000 Beijing Dongcheng District Qinglong Hutong 1 Song Hua Building A1103-1113

Patentee before: VISIONVERA INFORMATION TECHNOLOGY Co.,Ltd.

Country or region before: China