WO2023103890A1 - 扩容方法、装置及电子设备 - Google Patents

扩容方法、装置及电子设备 Download PDF

Info

Publication number
WO2023103890A1
WO2023103890A1 PCT/CN2022/136022 CN2022136022W WO2023103890A1 WO 2023103890 A1 WO2023103890 A1 WO 2023103890A1 CN 2022136022 W CN2022136022 W CN 2022136022W WO 2023103890 A1 WO2023103890 A1 WO 2023103890A1
Authority
WO
WIPO (PCT)
Prior art keywords
electronic device
remote
file system
folder
file
Prior art date
Application number
PCT/CN2022/136022
Other languages
English (en)
French (fr)
Inventor
梁天刚
Original Assignee
北京字节跳动网络技术有限公司
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 北京字节跳动网络技术有限公司 filed Critical 北京字节跳动网络技术有限公司
Publication of WO2023103890A1 publication Critical patent/WO2023103890A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/16File or folder operations, e.g. details of user interfaces specifically adapted to file systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/172Caching, prefetching or hoarding of files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/1737Details of further file system functions for reducing power consumption or coping with limited storage space, e.g. in mobile devices
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/182Distributed file systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/182Distributed file systems
    • G06F16/1824Distributed file systems implemented using Network-attached Storage [NAS] architecture
    • G06F16/183Provision of network file services by network file servers, e.g. by using NFS, CIFS

Definitions

  • the present application relates to the technical field of computers, for example, to a capacity expansion method, device and electronic equipment.
  • the mobile terminal is expanded by means of an external Secure Digital (SD) memory card.
  • SD Secure Digital
  • the capacity of the SD memory card is limited, and the SD memory card needs to be inserted and removed, which is not convenient to use.
  • the present application provides a capacity expansion method, device and electronic equipment.
  • the present application provides a capacity expansion method, which is applied to the first electronic device, and the method includes:
  • the remote mounting information includes attribute information of the second electronic device where the remote file system is located, a storage path of a source folder stored in the second electronic device, and a storage path of a target folder stored in the first electronic device;
  • the source folder and the target folder are associated, so as to realize the capacity expansion of the first electronic device.
  • the present application provides a device for expanding capacity, which is applied to the first electronic device, and the device includes:
  • the first obtaining module is configured to obtain remote mounting information, the remote mounting information includes the attribute information of the second electronic device where the remote file system is located, the storage path of the source folder stored by the second electronic device, and the storage path of the source folder stored by the first electronic device.
  • the second acquisition module is configured to acquire the pre-generated transfer protocol executable file of the remote file system
  • the association module is configured to associate the source folder with the target folder based on the transfer protocol executable file and the remote mounting information, so as to realize the capacity expansion of the first electronic device.
  • the application provides an electronic device, including:
  • the device can execute the method in any embodiment of the present application.
  • the present application provides a non-transitory computer-readable storage medium storing computer instructions, and the computer instructions are used to cause a computer to execute the method in any embodiment of the present application.
  • the present application provides a computer program product, including a computer program.
  • the computer program is executed by a processor, the method in any embodiment of the present application is implemented.
  • Fig. 1 is the flowchart of the expansion method in an embodiment of the present application
  • FIG. 2 is a flowchart of a capacity expansion method in another embodiment of the present application.
  • FIG. 3 is a schematic diagram of a capacity expansion method in another embodiment of the present application.
  • FIG. 4 is a schematic diagram of a capacity expansion device in an embodiment of the present application.
  • Fig. 5 is a block diagram of an electronic device for implementing the remote file system-based capacity expansion method according to the embodiment of the present application.
  • the subject of execution of this application may be any electronic device, such as a terminal device, including but not limited to user equipment (User Equipment, UE), mobile device, cellular phone, cordless phone, personal digital assistant (Personal Digital Assistant, PDA), Handheld devices, computing devices, in-vehicle devices, wearable devices, etc.
  • UE User Equipment
  • PDA Personal Digital Assistant
  • the method may also be implemented in a manner in which the processor invokes computer-readable instructions stored in the memory.
  • the technical solution of the present application can be applied to the first electronic device, and the operating system of the first electronic device can be the Android operating system, covering the Android OS issued by Google, the Android Open Source Project (AOSP) and multiple AOSP-based A derivative system, such as MIUI, EMUI, One UI, etc.
  • the Android operating system covering the Android OS issued by Google, the Android Open Source Project (AOSP) and multiple AOSP-based A derivative system, such as MIUI, EMUI, One UI, etc.
  • FIG. 1 is a schematic diagram of a capacity expansion method in an embodiment of the present application. As shown in Figure 1, the method may include:
  • Step S101 obtaining remote mount information
  • the remote mount information includes the attribute information of the second electronic device where the remote file system is located, the storage path of the source folder stored by the second electronic device, and the target folder stored by the first electronic device. Storage path.
  • the first electronic device may receive remote mounting information input by the user.
  • the remote mounting information includes attribute information of the second electronic device on which the remote file system is installed.
  • the attribute information may include but not limited to the Internet Protocol (Internet Protocol, IP) address, port number, user account and password of the second electronic device.
  • the remote mount information also includes the storage path of the source folder stored in the second electronic device and the storage path of the target folder stored in the first electronic device.
  • the second electronic device may also be a network storage space, and correspondingly, the attribute information may be a storage address of the network storage space or the like.
  • the remote file system includes at least one of the following: a user space file system (File system in Userspace, FUSE) or a network file system (Network File System, NFS).
  • a user space file system File system in Userspace, FUSE
  • a network file system Network File System, NFS
  • NFS Application Programming Interface
  • UDP User Datagram Protocol
  • IP Internet Protocol
  • RPC Remote Procedure Call
  • XDR External Data Representation
  • XDR is a machine-independent data description encoding protocol. It encodes and decodes data transmitted over the Internet in a format independent of any machine architecture, and supports data transmission between heterogeneous systems.
  • Step S102 acquiring a pre-generated executable file of the transfer protocol of the remote file system.
  • the executable file of the transfer protocol of the remote file system is generated and stored in advance, and the executable file of the transfer protocol is called through the interface after the remote mount information is obtained.
  • the transport protocol executable file can be a Secure Shell File System (Secure Shell File System, SSHFS) executable file, or an NFS executable file.
  • SSHFS Secure Shell File System
  • NFS NFS executable file
  • Step S103 based on the executable file of the transfer protocol and the remote mounting information, associating the source folder with the target folder, so as to realize the capacity expansion of the first electronic device.
  • the files stored on the network need to be downloaded to the mobile terminal before they can be used by other applications.
  • the files on the mobile terminal need to be deleted.
  • other applications cannot directly use the storage space on the network, and need to be transferred through local storage.
  • the application in the first electronic device can directly use the files in the second electronic device without downloading the files in the second electronic device to the first electronic device. stored files.
  • the expansion method provided in the embodiment of the present application obtains remote mount information, and the remote mount information includes attribute information of the second electronic device where the remote file system is located, the storage path of the source folder stored by the second electronic device, and the first electronic device
  • the storage path of the stored target folder obtain the pre-generated transfer protocol executable file of the remote file system; based on the transfer protocol executable file and remote mount information, associate the source folder with the target folder to achieve the first Expansion of electronic equipment.
  • the association between the target folder stored in the first electronic device and the source folder stored in the second electronic device can be realized, and the file stored in the second electronic device can be opened from the first electronic device , so as to realize expansion of the first electronic device.
  • the method further includes: adding the code of the transmission protocol of the remote file system to the source code of the operating system of the first electronic device to generate a configuration file; compiling the configuration file through the operating system to obtain Transport protocol executable for remote filesystems.
  • the SSHFS code is added to the source code of the Android system, the configuration file is written, and the configuration file is compiled into an executable file through the compilation of the Android system, and finally Generate an Android system that includes SSHFS.
  • the Android system can support FUSE, so that the source folder in the second electronic device can be mounted to the target folder in the first electronic device, so that the first electronic device expansion.
  • the method further includes: in response to the uninstall request for the target folder, calling the uninstall interface; obtaining the storage path of the target folder; passing the storage path of the target folder to the pre-generated to uninstall the target folder.
  • the target folder can also be uninstalled according to the user's uninstall request. Pre-generate the uninstaller. After receiving the user's uninstall request, call the uninstall interface, pass the storage path of the target folder to the uninstall program through the uninstall interface, and uninstall the target folder, that is, disconnect the target folder from the source folder. .
  • the target folder can be uninstalled through a pre-generated uninstaller program, and the association between the target folder and the source folder can be disconnected, so as to meet the user's needs.
  • the method before obtaining the pre-generated executable file of the transfer protocol of the remote file system, the method further includes: obtaining the calling authority of the calling interface of the executable file of the transfer protocol.
  • the security of use can be improved by setting the interface calling authority.
  • the method further includes: performing a legality verification on the remote mounting information, and generating a verification result prompt message.
  • the legality of the remote mounting information is verified, which may include checking whether the data format, data composition, account number and password input of the remote mounting information are correct, etc. Verify, and generate a prompt message based on the verification result to prompt the user.
  • FIG. 2 is a flowchart of a capacity expansion method in another embodiment of the present application. As shown in Figure 2, the method in this embodiment includes:
  • Step S201 obtain remote mount information
  • the remote mount information includes attribute information of the second electronic device where the remote file system is located, the storage path of the source folder stored by the second electronic device, and the target folder stored by the first electronic device Storage path.
  • Step S202 acquiring a pre-generated executable file of the transfer protocol of the remote file system.
  • Step S203 based on the transfer protocol executable file and the remote mounting information, associating the source folder with the target folder, so as to realize the capacity expansion of the first electronic device.
  • Step S204 in response to the uninstall request for the target folder, call the uninstall interface.
  • Step S205 acquiring the storage path of the target folder.
  • Step S206 transfer the storage path of the target folder to the pre-generated uninstall program through the uninstall interface, so as to uninstall the target folder.
  • the expansion method provided in the embodiment of the present application obtains remote mount information, and the remote mount information includes attribute information of the second electronic device where the remote file system is located, the storage path of the source folder stored by the second electronic device, and the first electronic device
  • the storage path of the stored target folder obtain the pre-generated transfer protocol executable file of the remote file system; based on the transfer protocol executable file and remote mount information, associate the source folder with the target folder to achieve the first Expansion of electronic equipment.
  • the association between the target folder stored in the first electronic device and the source folder stored in the second electronic device can be realized, and the file stored in the second electronic device can be opened from the first electronic device , so as to realize expansion of the first electronic device.
  • the target folder in the first electronic device can also be uninstalled according to the uninstall request, so as to meet the actual needs of the user.
  • Fig. 3 is a schematic diagram of a capacity expansion method in another embodiment of the present application.
  • the operating system of the first electronic device is an Android system, and an Android application module, an Android system service module, and a transmission protocol module are configured in the Android system.
  • the Android application module is used for user interaction, receives the remote mounting information input by the user ("mounting" as shown in the figure) and sends it to the Android system service module, and obtains the calling authority of the interface of the transfer protocol executable file ("apply for permission" as shown in the figure) and receive an uninstall request ("uninstall” as shown in the figure).
  • the Android system service module is used to receive the remote mount information sent by the Android application module, and verify the data validity of the remote mount information. If the data is illegal, it will prompt the user with an error, and if it is legal, the source file will be established through the transmission protocol module. folder and the target folder; the Android system service module is also used to receive the uninstallation request sent by the Android application module, and uninstall the target folder through the uninstaller.
  • a transport protocol module can be implemented by a transport protocol executable. Wherein, the transfer protocol of the executable file may include SSHFS, NFS, FUSE-NFS and so on.
  • FIG. 4 is a schematic diagram of a capacity expansion device in an embodiment of the present application, and the device can be applied to a first electronic device.
  • the apparatus may include: a first obtaining module 401 configured to obtain remote mounting information, the remote mounting information including the attribute information of the second electronic device where the remote file system is located, and the source information stored by the second electronic device.
  • the second acquisition module 402 is set to acquire the pre-generated transfer protocol executable file of the remote file system;
  • the association module 403 is set to be based on the transfer protocol
  • the executable file and the remote mounting information associate the source folder with the target folder, so as to realize the capacity expansion of the first electronic device.
  • the capacity expansion device acquires remote mount information, and the remote mount information includes the attribute information of the second electronic device where the remote file system is located, the storage path of the source folder stored by the second electronic device, and the first electronic device
  • the storage path of the stored target folder obtain the pre-generated transfer protocol executable file of the remote file system; based on the transfer protocol executable file and remote mount information, associate the source folder with the target folder to achieve the first Expansion of electronic equipment.
  • the association between the target folder stored in the first electronic device and the source folder stored in the second electronic device can be realized, and the file stored in the second electronic device can be opened from the first electronic device , so as to realize expansion of the first electronic device.
  • the device further includes a generation module, configured to: add the code of the transmission protocol of the remote file system to the source code of the operating system of the first electronic device to generate a configuration file; The file is compiled to obtain the executable file of the transfer protocol of the remote file system.
  • a generation module configured to: add the code of the transmission protocol of the remote file system to the source code of the operating system of the first electronic device to generate a configuration file; The file is compiled to obtain the executable file of the transfer protocol of the remote file system.
  • the device further includes an uninstall module, which is configured to: call the uninstall interface in response to an uninstall request for the target folder; obtain the storage path of the target folder; Path passed in to the pre-generated uninstaller to uninstall the target folder.
  • an uninstall module which is configured to: call the uninstall interface in response to an uninstall request for the target folder; obtain the storage path of the target folder; Path passed in to the pre-generated uninstaller to uninstall the target folder.
  • the device further includes a third acquiring module, configured to: before acquiring the pre-generated executable file of the transport protocol of the remote file system, acquire the calling authority of the calling interface of the executable file of the transport protocol.
  • the device further includes a verification module configured to: after acquiring the remote mounting information, verify the validity of the remote mounting information, and generate a verification result prompt message.
  • the remote file system includes at least one of the following: a user space file system FUSE or a network file system NFS.
  • the present application also provides an electronic device, a readable storage medium, and a computer program product.
  • the present application provides an electronic device, including: at least one processor; and a memory communicated with the at least one processor; wherein, the memory stores instructions executable by the at least one processor, and the instructions are executed by the at least one processor. Executed by a processor, so that the at least one processor can execute the method in any embodiment of the present application.
  • the present application provides a non-transitory computer-readable storage medium storing computer instructions, and the computer instructions are used to cause a computer to execute the method in any embodiment of the present application.
  • a computer program product including a computer program, and when the computer program is executed by a processor, the method in any embodiment of the present application is implemented.
  • FIG. 5 shows a schematic block diagram of an example electronic device 500 that may be used to implement embodiments of the present application.
  • the electronic devices may be forms of digital computers, such as laptops, desktops, workstations, personal digital assistants, servers, blade servers, mainframes, and other computers.
  • Electronic devices may also be various forms of mobile devices, such as personal digital processing, cellular telephones, smart phones, wearable devices, and other similar computing devices.
  • the components, the connections and relationships between the components, and the functions of the components shown herein are by way of example only.
  • the electronic device 500 includes a computing unit 501, which can be loaded into a random access memory (Random Access Memory, RAM) 503 to execute various actions and processes.
  • RAM Random Access Memory
  • various programs and data necessary for the operation of the electronic device 500 can also be stored.
  • the computing unit 501, ROM 502, and RAM 503 are connected to each other through a bus 504.
  • An input/output (Input/Output, I/O) interface 505 is also connected to the bus 504 .
  • Multiple components in the electronic device 500 are connected to the I/O interface 505, and the multiple components include: an input unit 506, such as a keyboard, a mouse, etc.; an output unit 507, such as various types of displays, speakers, etc.; a storage unit 508, such as Disk, CD, etc.; and communication unit 509, such as network card, modem, wireless communication transceiver, etc.
  • the communication unit 509 allows the electronic device 500 to exchange information/data with other devices through a computer network such as the Internet and/or various telecommunication networks.
  • Computing unit 501 may be various general-purpose and/or special-purpose processing components having processing and computing capabilities. Some examples of the computing unit 501 include, but are not limited to, a central processing unit (Central Processing Unit, CPU), a graphics processing unit (Graphics Processing Unit, GPU), a variety of dedicated artificial intelligence (Artificial Intelligence, AI) computing chips, a variety of operating Computing unit of machine learning model algorithm, digital signal processor (Digital Signal Processor, DSP), and processor, controller, microcontroller, etc.
  • the computing unit 501 executes multiple methods and processes described above, for example, a capacity expansion method.
  • the remote file system-based expansion method may be implemented as a computer software program tangibly embodied in a machine-readable medium, such as the storage unit 508 .
  • part or all of the computer program can be loaded and/or installed on the electronic device 500 via the ROM 502 and/or the communication unit 509.
  • the computing unit 501 may be configured in other ways (for example, by means of firmware) to execute the remote file system-based capacity expansion method.
  • programmable processor can be special-purpose or general-purpose programmable processor, can receive data and instruction from storage system, at least one input device, and at least one output device, and transmit data and instruction to this storage system, this at least one input device, and this at least one output device an output device.
  • Program codes for implementing the methods of the present application may be written in any combination of one or more programming languages. These program codes can be provided to processors or controllers of general-purpose computers, special-purpose computers, or other programmable data processing devices, so that when the program codes are executed by the processors or controllers, the functions/operations specified in the flowcharts and/or block diagrams be implemented.
  • the program code may execute entirely or partially on the machine, or as a stand-alone software package that executes partly on the machine and partly on a remote machine or entirely on a remote machine or server.
  • a machine-readable medium may be a tangible medium that may contain or store a program for use by or in conjunction with an instruction execution system, apparatus, or device.
  • a machine-readable medium may be a machine-readable signal medium or a machine-readable storage medium.
  • a machine-readable medium may include, but is not limited to, electronic, magnetic, optical, electromagnetic, infrared semiconductor systems, devices, or devices, or any combination of the foregoing.
  • the machine-readable storage medium may include one or more wire-based electrical connections, a portable computer disk, hard disk, RAM, ROM, Electrically Erasable Programmable read only memory (EPROM) or flash memory, Fiber optics, Compact Disc Read-Only Memory (CD-ROM), optical storage devices, magnetic storage devices, or any combination of the foregoing.
  • the systems and techniques described herein can be implemented on a computer having a display device (e.g., a cathode ray tube (CRT) or a liquid crystal display ( Liquid Crystal Display (LCD) monitor), and a keyboard and pointing device (such as a mouse or trackball) through which a user can provide input to a computer.
  • a display device e.g., a cathode ray tube (CRT) or a liquid crystal display ( Liquid Crystal Display (LCD) monitor
  • a keyboard and pointing device such as a mouse or trackball
  • Other types of devices may also be configured to provide interaction with the user, for example, the feedback provided to the user may be any form of sensory feedback (e.g., visual feedback, auditory feedback, or tactile feedback), and may be in any form (including Input from the user may be received through acoustic input, voice input, or tactile input.
  • the systems and techniques described herein can be implemented in a computing system that includes back-end components (e.g., as a data server), or a computing system that includes middleware components (e.g., an application server), or a computing system that includes front-end components (e.g., as a a user computer having a graphical user interface or web browser through which a user can interact with embodiments of the systems and techniques described herein), or including such backend components, middleware components, Or any combination of front-end components in a computing system.
  • the components of the system can be interconnected by any form or medium of digital data communication, eg, a communication network. Examples of communication networks include: Local Area Network (LAN), Wide Area Network (Wide Area Network, WAN), and the Internet.
  • a computer system may include clients and servers.
  • Clients and servers are generally remote from each other and typically interact through a communication network.
  • the relationship of client and server arises by running a computer program on the computer having a client-server relationship.

Abstract

本申请提供了一种扩容方法、装置及电子设备。该方法包括:获取远程挂载信息,远程挂载信息包括远程文件系统所在的第二电子设备的属性信息、第二电子设备存储的源文件夹的存储路径和第一电子设备存储的目标文件夹的存储路径;获取预先生成的远程文件系统的传输协议可执行文件;基于传输协议可执行文件和远程挂载信息,将源文件夹和目标文件夹进行关联,以实现第一电子设备的扩容。

Description

扩容方法、装置及电子设备
本申请要求在2021年12月08日提交中国专利局、申请号为202111489970.9的中国专利申请的优先权,该申请的全部内容通过引用结合在本申请中。
技术领域
本申请涉及计算机技术领域,例如涉及一种扩容方法、装置及电子设备。
背景技术
随着移动通信技术和互联网技术的发展,移动终端的功能越来越强大,因此,需要占用更多的存储空间,容易出现存储空间不足的问题。通过外置安全数码(Secure Digital,SD)存储卡的方式对移动终端进行扩容,SD存储卡容量有限,而且需要插拔SD存储卡,使用不够方便。
发明内容
本申请提供了一种扩容方法、装置及电子设备。
本申请提供了一种扩容方法,应用于第一电子设备,该方法包括:
获取远程挂载信息,远程挂载信息包括远程文件系统所在的第二电子设备的属性信息、第二电子设备存储的源文件夹的存储路径和第一电子设备存储的目标文件夹的存储路径;
获取预先生成的远程文件系统的传输协议可执行文件;
基于传输协议可执行文件和远程挂载信息,将源文件夹和目标文件夹进行关联,以实现第一电子设备的扩容。
本申请提供了一种扩容装置,应用于第一电子设备,该装置包括:
第一获取模块,设置为获取远程挂载信息,远程挂载信息包括远程文件系统所在的第二电子设备的属性信息、第二电子设备存储的源文件夹的存储路径和第一电子设备存储的目标文件夹的存储路径;
第二获取模块,设置为获取预先生成的远程文件系统的传输协议可执行文件;
关联模块,设置为基于传输协议可执行文件和远程挂载信息,将源文件夹和目标文件夹进行关联,以实现第一电子设备的扩容。
本申请提供了一种电子设备,包括:
至少一个处理器;以及与该至少一个处理器通信连接的存储器;其中,该存储器存储有可被该至少一个处理器执行的指令,该指令被该至少一个处理器执行,以使该至少一个处理器能够执行本申请任一实施例中的方法。
本申请提供了一种存储有计算机指令的非瞬时计算机可读存储介质,该计算机指令用于使计算机执行本申请任一实施例中的方法。
本申请提供了一种计算机程序产品,包括计算机程序,该计算机程序被处理器执行时实现本申请任一实施例中的方法。
附图说明
图1为本申请一实施例中扩容方法的流程图;
图2为本申请另一实施例中扩容方法的流程图;
图3为本申请另一实施例中扩容方法的示意图;
图4为本申请一实施例中扩容装置的示意图;
图5是用来实现本申请实施例的基于远程文件系统的扩容方法的电子设备的框图。
具体实施方式
以下结合附图对本申请的示范性实施例做出说明,其中包括本申请实施例的多种细节,应当将它们认为仅仅是示范性的。
本申请的执行主体可以是任一电子设备,例如,终端设备,包括但不限于用户设备(User Equipment,UE)、移动设备、蜂窝电话、无绳电话、个人数字助理(Personal Digital Assistant,PDA)、手持设备、计算设备、车载设备、可穿戴设备等。在一些可能的实现方式中,该方法还可以通过处理器调用存储器中存储的计算机可读指令的方式来实现。
本申请技术方案可以应用于第一电子设备,第一电子设备的操作系统可以是Android操作系统,涵盖Google发行的Android OS以及安卓开放源代码项目(Android Open Source Project,AOSP)和基于AOSP的多种衍生系统,如MIUI、EMUI、One UI等。
图1为本申请一实施例中扩容方法的示意图。如图1所示,该方法可以包括:
步骤S101,获取远程挂载信息,远程挂载信息包括远程文件系统所在的第二电子设备的属性信息、第二电子设备存储的源文件夹的存储路径和第一电子 设备存储的目标文件夹的存储路径。
第一电子设备可以接收用户输入的远程挂载信息。远程挂载信息包括安装了远程文件系统的第二电子设备的属性信息。属性信息可以包括但不限于第二电子设备的网际互联协议(Internet Protocol,IP)地址、端口号、用户账号和密码。远程挂载信息还包括了第二电子设备存储的源文件夹的存储路径和第一电子设备存储的目标文件夹的存储路径。其中,第二电子设备也可以是网络存储空间,相应的,属性信息可以是网络存储空间的存储地址等。
在一种可能的实现方式中,远程文件系统包括以下至少一项:用户空间文件系统(File system in Userspace,FUSE)或网络文件系统(Network File System,NFS)。
其中,使用FUSE可以像使用可执行二进制文件一样来开发文件系统。FUSE具有简单的应用程序接口(Application Programming Interface,API)库,可以被非特权用户访问,并可以安全的实施。NFS是一种分布式文件系统,可以实现客户端主机访问服务器端文件,并且客户端主机访问服务器端的过程与客户端主机访问本地存储的过程一样。NFS是基于用户数据报协议(User Datagram Protocol,UDP)/IP的应用,其采用远程过程调用(Remote Procedure Call,RPC)机制。RPC提供了一组与机器、操作系统以及低层传送协议无关的存取远程文件的操作。RPC支持外部数据表示法(External Data Representation,XDR)。XDR是一种与机器无关的数据描述编码的协议,他以独立于任意机器体系结构的格式对网上传送的数据进行编码和解码,支持在异构系统之间数据的传送。
步骤S102,获取预先生成的远程文件系统的传输协议可执行文件。
预先生成并存储远程文件系统的传输协议可执行文件,在获取到远程挂载信息之后,通过接口调用传输协议可执行文件。
传输协议可执行文件可以是安全外壳协议文件系统(Secure Shell File System,SSHFS)可执行文件,也可以是NFS可执行文件。
步骤S103,基于传输协议可执行文件和远程挂载信息,将源文件夹和目标文件夹进行关联,以实现第一电子设备的扩容。
调用传输协议可执行文件,传入远程挂载信息,可以将源文件夹和目标文件夹进行关联,实现将源文件夹挂载到目标文件夹下。从而,可以实现从第一电子设备的目标文件夹可以打开第二电子设备的源文件夹,第一电子设备可以直接使用第二电子设备的源文件夹中的文件,在不需要将第二电子设备中的文件下载到第一电子设备的情况下,可直接使用第二电子设备中存储的文件。
相关技术中,需要把网络上存储的文件下载到移动终端中,才能供其他应 用使用,移动终端存储不足时需要删除移动终端上的文件。而且,其他应用不能直接使用网络上的存储空间,需要通过本地存储做中转。本申请技术方案,通过将源文件夹和目标文件夹进行关联,不需要将第二电子设备中的文件下载到第一电子设备,第一电子设备中的应用即可直接使用第二电子设备中存储的文件。
本申请实施例提供的扩容方法,获取远程挂载信息,远程挂载信息包括远程文件系统所在的第二电子设备的属性信息、第二电子设备存储的源文件夹的存储路径和第一电子设备存储的目标文件夹的存储路径;获取预先生成的远程文件系统的传输协议可执行文件;基于传输协议可执行文件和远程挂载信息,将源文件夹和目标文件夹进行关联,以实现第一电子设备的扩容。本申请实施例中,基于远程文件系统,可以实现第一电子设备存储的目标文件夹和第二电子设备存储的源文件夹的关联,从第一电子设备中可以打开第二电子设备存储的文件,进而实现第一电子设备的扩容。
在一种可能的实现方式中,该方法还包括:将远程文件系统的传输协议的代码添加到第一电子设备的操作系统的源码中,生成配置文件;通过操作系统对配置文件进行编译,得到远程文件系统的传输协议可执行文件。
在实际应用中,以第一电子设备的操作系统为Android系统为例,把SSHFS的代码添加到Android系统源码中,编写配置文件,通过Android系统的编译,将配置文件编译成可执行文件,最终生成包含SSHFS的Android系统。
本申请实施例中,通过生成SSHFS可执行文件,可以使Android系统支持FUSE,实现第二电子设备中的源文件夹挂载到第一电子设备中的目标文件夹下,以实现第一电子设备的扩容。
在一种可能的实现方式中,该方法还包括:响应于针对目标文件夹的卸载请求,调用卸载接口;获取目标文件夹的存储路径;通过卸载接口将目标文件夹的存储路径传入预先生成的卸载程序,以卸载目标文件夹。
在实际应用中,将源文件夹挂载到目标文件夹下之后,还可以根据用户的卸载请求,卸载目标文件夹。预先生成卸载程序,在接收到用户的卸载请求之后,调用卸载接口,通过卸载接口将目标文件夹的存储路径传入卸载程序,卸载目标文件夹,即断开目标文件夹和源文件夹的关联。
本申请实施例中,可以通过预先生成的卸载程序卸载目标文件夹,断开目标文件夹和源文件夹的关联,满足用户的需求。
在一种可能的实现方式中,在获取预先生成的远程文件系统的传输协议可执行文件之前,方法还包括:获取传输协议可执行文件的调用接口的调用权限。
在实际应用中,在获取传输协议可执行文件之前,需要获取传输协议可执行文件调用接口的调用权限,生成获取接口的调用权限的提示信息,通过提示信息询问用户是否允许调用接口,若接收到提示信息的响应信息,则表明已获取到接口的调用权限,下一步可以进行接口调用。
本申请实施例中,通过设置接口调用权限,可以提高使用的安全性。
在一种可能的实现方式中,在获取远程挂载信息之后,方法还包括:对远程挂载信息进行合法性校验,并生成校验结果提示信息。
在实际应用中,在接收到用户输入的远程挂载信息之后,对远程挂载信息进行合法性校验,可以包括对远程挂载信息的数据格式、数据组成、账号和密码输入是否正确等进行校验,并根据校验结果生成提示信息,对用户进行提示。
下面通过一个实施例来介绍本申请中的扩容方法的实现过程。图2为本申请另一实施例中扩容方法的流程图。如图2所示,本实施例中的方法包括:
步骤S201,获取远程挂载信息,远程挂载信息包括远程文件系统所在的第二电子设备的属性信息、第二电子设备存储的源文件夹的存储路径和第一电子设备存储的目标文件夹的存储路径。
步骤S202,获取预先生成的远程文件系统的传输协议可执行文件。
步骤S203,基于传输协议可执行文件和远程挂载信息,将源文件夹和目标文件夹进行关联,以实现第一电子设备的扩容。
步骤S204,响应于针对目标文件夹的卸载请求,调用卸载接口。
步骤S205,获取目标文件夹的存储路径。
步骤S206,通过卸载接口将目标文件夹的存储路径传入预先生成的卸载程序,以卸载目标文件夹。
本申请实施例提供的扩容方法,获取远程挂载信息,远程挂载信息包括远程文件系统所在的第二电子设备的属性信息、第二电子设备存储的源文件夹的存储路径和第一电子设备存储的目标文件夹的存储路径;获取预先生成的远程文件系统的传输协议可执行文件;基于传输协议可执行文件和远程挂载信息,将源文件夹和目标文件夹进行关联,以实现第一电子设备的扩容。本申请实施例中,基于远程文件系统,可以实现第一电子设备存储的目标文件夹和第二电子设备存储的源文件夹的关联,从第一电子设备中可以打开第二电子设备存储的文件,进而实现第一电子设备的扩容。而且,还可以根据卸载请求卸载第一电子设备中的目标文件夹,满足用户的实际需要。
下面通过一个实施例来介绍本申请中的扩容方法的实现过程。图3为本申 请另一实施例中扩容方法的示意图。如图3所示,本申请实施例中,第一电子设备的操作系统为Android系统,在Android系统中配置Android应用模块、Android系统服务模块和传输协议模块。其中,Android应用模块用于进行用户交互,接收用户输入的远程挂载信息(如图中所示的“挂载”)并发送到Android系统服务模块、获取传输协议可执行文件的接口的调用权限(如图中所示的“申请权限”)以及接收卸载请求(如图中所示的“卸载”)。Android系统服务模块用于接收Android应用模块发送的远程挂载信息,并对远程挂载信息进行数据合法性校验,如果数据不合法则对用户进行错误提示,如果合法则通过传输协议模块建立源文件夹和目标文件夹的关联;Android系统服务模块还用于接收Android应用模块发送的卸载请求,通过卸载程序对目标文件夹进行卸载。传输协议模块可以通过传输协议可执行文件来实现。其中,传输协议可执行文件的传输协议可以包括SSHFS、NFS、FUSE-NFS等。
图4为本申请一实施例中扩容装置的示意图,所述装置可应用于第一电子设备。如图4所示,该装置可以包括:第一获取模块401,设置为获取远程挂载信息,远程挂载信息包括远程文件系统所在的第二电子设备的属性信息、第二电子设备存储的源文件夹的存储路径和第一电子设备存储的目标文件夹的存储路径;第二获取模块402,设置为获取预先生成的远程文件系统的传输协议可执行文件;关联模块403,设置为基于传输协议可执行文件和远程挂载信息,将源文件夹和目标文件夹进行关联,以实现第一电子设备的扩容。
本申请实施例提供的扩容装置,获取远程挂载信息,远程挂载信息包括远程文件系统所在的第二电子设备的属性信息、第二电子设备存储的源文件夹的存储路径和第一电子设备存储的目标文件夹的存储路径;获取预先生成的远程文件系统的传输协议可执行文件;基于传输协议可执行文件和远程挂载信息,将源文件夹和目标文件夹进行关联,以实现第一电子设备的扩容。本申请实施例中,基于远程文件系统,可以实现第一电子设备存储的目标文件夹和第二电子设备存储的源文件夹的关联,从第一电子设备中可以打开第二电子设备存储的文件,进而实现第一电子设备的扩容。
在一种可能的实现方式中,该装置还包括生成模块,设置为:将远程文件系统的传输协议的代码添加到第一电子设备的操作系统的源码中,生成配置文件;通过操作系统对配置文件进行编译,得到远程文件系统的传输协议可执行文件。
在一种可能的实现方式中,该装置还包括卸载模块,设置为:响应于针对目标文件夹的卸载请求,调用卸载接口;获取目标文件夹的存储路径;通过卸载接口将目标文件夹的存储路径传入预先生成的卸载程序,以卸载目标文件夹。
在一种可能的实现方式中,该装置还包括第三获取模块,设置为:在获取预先生成的远程文件系统的传输协议可执行文件之前,获取传输协议可执行文件的调用接口的调用权限。
在一种可能的实现方式中,该装置还包括校验模块,设置为:在获取远程挂载信息之后,对远程挂载信息进行合法性校验,并生成校验结果提示信息。
在一种可能的实现方式中,远程文件系统包括以下至少一项:用户空间文件系统FUSE或网络文件系统NFS。
本申请实施例多个装置中的每个单元、模块或子模块的功能可以参见上述方法实施例中的对应描述,在此不再赘述。
根据本申请的实施例,本申请还提供了一种电子设备、一种可读存储介质和一种计算机程序产品。
本申请提供了一种电子设备,包括:至少一个处理器;以及与该至少一个处理器通信连接的存储器;其中,该存储器存储有可被该至少一个处理器执行的指令,该指令被该至少一个处理器执行,以使该至少一个处理器能够执行本申请任一实施例中的方法。
本申请提供了一种存储有计算机指令的非瞬时计算机可读存储介质,该计算机指令用于使计算机执行本申请任一实施例中的方法。
根据本申请的另一方面,提供了一种计算机程序产品,包括计算机程序,该计算机程序被处理器执行时实现本申请任一实施例中的方法。
图5示出了可以用来实施本申请的实施例的示例电子设备500的示意性框图。电子设备可以是种形式的数字计算机,诸如,膝上型计算机、台式计算机、工作台、个人数字助理、服务器、刀片式服务器、大型计算机、和其它计算机。电子设备还可以是多种形式的移动装置,诸如,个人数字处理、蜂窝电话、智能电话、可穿戴设备和其它类似的计算装置。本文所示的部件、部件之间的连接和关系、以及部件的功能仅仅作为示例。
如图5所示,电子设备500包括计算单元501,其可以根据存储在只读存储器(Read-Only Memory,ROM)502中的计算机程序或者从存储单元508加载到随机访问存储器(Random Access Memory,RAM)503中的计算机程序来执行多种动作和处理。在RAM 503中,还可存储电子设备500操作所需的多种程序和数据。计算单元501、ROM 502以及RAM 503通过总线504彼此相连。输入输出(Input/Output,I/O)接口505也连接至总线504。
电子设备500中的多个部件连接至I/O接口505,多个部件包括:输入单元506,例如键盘、鼠标等;输出单元507,例如多种类型的显示器、扬声器等;存储单元508,例如磁盘、光盘等;以及通信单元509,例如网卡、调制解调器、无线通信收发机等。通信单元509允许电子设备500通过诸如因特网的计算机网络和/或多种电信网络与其他设备交换信息/数据。
计算单元501可以是多种具有处理和计算能力的通用和/或专用处理组件。计算单元501的一些示例包括但不限于中央处理单元(Central Processing Unit,CPU)、图形处理单元(Graphics Processing Unit,GPU)、多种专用的人工智能(Artificial Intelligence,AI)计算芯片、多种运行机器学习模型算法的计算单元、数字信号处理器(Digital Signal Processor,DSP)、以及处理器、控制器、微控制器等。计算单元501执行上文所描述的多个方法和处理,例如扩容方法。例如,在一些实施例中,基于远程文件系统的扩容方法可被实现为计算机软件程序,其被有形地包含于机器可读介质,例如存储单元508。在一些实施例中,计算机程序的部分或者全部可以经由ROM 502和/或通信单元509而被载入和/或安装到电子设备500上。当计算机程序加载到RAM 503并由计算单元501执行时,可以执行上文描述的基于远程文件系统的扩容方法的一个或多个步骤。备选地,在其他实施例中,计算单元501可以通过其他方式(例如,借助于固件)而被配置为执行基于远程文件系统的扩容方法。
本文中以上描述的系统和技术的多种实施方式可以在数字电子电路系统、集成电路系统、场可编程门阵列(Field Programmable Gate Array,FPGA)、专用集成电路(Application Specific Integrated Circuit,AASIC)、专用标准产品(Application Specific Standard Product,ASSP)、芯片上系统的系统(System on Chip,SOC)、负载可编程逻辑设备(Complex Programmable Logic Device,CPLD)、计算机硬件、固件、软件、和/或它们的组合中实现。这些多种实施方式可以包括:实施在一个或者多个计算机程序中,该一个或者多个计算机程序可在包括至少一个可编程处理器的可编程系统上执行和/或解释,该可编程处理器可以是专用或者通用可编程处理器,可以从存储系统、至少一个输入装置、和至少一个输出装置接收数据和指令,并且将数据和指令传输至该存储系统、该至少一个输入装置、和该至少一个输出装置。
用于实施本申请的方法的程序代码可以采用一个或多个编程语言的任何组合来编写。这些程序代码可以提供给通用计算机、专用计算机或其他可编程数据处理装置的处理器或控制器,使得程序代码由处理器或控制器执行时,流程图和/或框图中所规定的功能/操作被实施。程序代码可以完全在机器上执行或部分地在机器上执行,程序代码也可以作为独立软件包一部分地在机器上执行且另一部分在远程机器上执行或完全在远程机器或服务器上执行。
在本申请的上下文中,机器可读介质可以是有形的介质,其可以包含或存储以供指令执行系统、装置或设备使用或与指令执行系统、装置或设备结合地使用的程序。机器可读介质可以是机器可读信号介质或机器可读储存介质。机器可读介质可以包括但不限于电子的、磁性的、光学的、电磁的、红外的半导体系统、装置或设备,或者上述内容的任何组合。机器可读存储介质可以包括基于一个或多个线的电气连接、便携式计算机盘、硬盘、RAM、ROM、可擦除可编程只读存储器(Electrically Erasable Programmable read only memory,EPROM)或快闪存储器、光纤、便捷式紧凑盘只读存储器(Compact Disc Read-Only Memory,CD-ROM)、光学储存设备、磁储存设备、或上述内容的任何组合。
为了提供与用户的交互,可以在计算机上实施此处描述的系统和技术,该计算机具有:设置为向用户显示信息的显示装置(例如,阴极射线管(Cathode Ray Tube,CRT)或者液晶显示器(Liquid Crystal Display,LCD)监视器),以及键盘和指向装置(例如,鼠标或者轨迹球),用户可以通过该键盘和该指向装置来将输入提供给计算机。其它种类的装置还可以设置为提供与用户的交互,例如,提供给用户的反馈可以是任何形式的传感反馈(例如,视觉反馈、听觉反馈、或者触觉反馈),并且可以用任何形式(包括声输入、语音输入、或者触觉输入来接收来自用户的输入。
可以将此处描述的系统和技术实施在包括后台部件的计算系统(例如,作为数据服务器)、或者包括中间件部件的计算系统(例如,应用服务器)、或者包括前端部件的计算系统(例如,具有图形用户界面或者网络浏览器的用户计算机,用户可以通过该图形用户界面或者该网络浏览器来与此处描述的系统和技术的实施方式交互)、或者包括这种后台部件、中间件部件、或者前端部件的任何组合的计算系统中。可以通过任何形式或者介质的数字数据通信(例如,通信网络)来将系统的部件相互连接。通信网络的示例包括:局域网(Local Area Network,LAN)、广域网(Wide Area Network,WAN)和互联网。
计算机系统可以包括客户端和服务器。客户端和服务器一般远离彼此并且通常通过通信网络进行交互。通过在计算机上运行具有客户端-服务器关系的计算机程序来产生客户端和服务器的关系。

Claims (14)

  1. 一种扩容方法,应用于第一电子设备,所述方法包括:
    获取远程挂载信息,所述远程挂载信息包括远程文件系统所在的第二电子设备的属性信息、所述第二电子设备存储的源文件夹的存储路径和所述第一电子设备存储的目标文件夹的存储路径;
    获取预先生成的所述远程文件系统的传输协议可执行文件;
    基于所述传输协议可执行文件和所述远程挂载信息,将所述源文件夹和所述目标文件夹进行关联,以实现所述第一电子设备的扩容。
  2. 根据权利要求1所述的方法,还包括:
    将所述远程文件系统的传输协议的代码添加到所述第一电子设备的操作系统的源码中,生成配置文件;
    通过所述操作系统对所述配置文件进行编译,得到所述远程文件系统的传输协议可执行文件。
  3. 根据权利要求1或2所述的方法,还包括:
    响应于针对所述目标文件夹的卸载请求,调用卸载接口;
    获取所述目标文件夹的存储路径;
    通过所述卸载接口将所述目标文件夹的存储路径传入预先生成的卸载程序,以卸载所述目标文件夹。
  4. 根据权利要求1或2所述的方法,在获取预先生成的所述远程文件系统的传输协议可执行文件之前,还包括:
    获取所述传输协议可执行文件的调用接口的调用权限。
  5. 根据权利要求1或2所述的方法,在获取远程挂载信息之后,还包括:
    对所述远程挂载信息进行合法性校验,并生成校验结果提示信息。
  6. 根据权利要求1或2所述的方法,其中,所述远程文件系统包括以下至少 一项:
    用户空间文件系统FUSE或网络文件系统NFS。
  7. 一种扩容装置,应用于第一电子设备,所述装置包括:
    第一获取模块,设置为获取远程挂载信息,所述远程挂载信息包括远程文件系统所在的第二电子设备的属性信息所述第二电子设备存储的源文件夹的存储路径和所述第一电子设备存储的目标文件夹的存储路径;
    第二获取模块,设置为获取预先生成的所述远程文件系统的传输协议可执行文件;
    关联模块,设置为基于所述传输协议可执行文件和所述远程挂载信息,将所述源文件夹和所述目标文件夹进行关联,以实现所述第一电子设备的扩容。
  8. 根据权利要求7所述的装置,还包括生成模块,设置为:
    将所述远程文件系统的传输协议的代码添加到所述第一电子设备的操作系统的源码中,生成配置文件;
    通过所述操作系统对所述配置文件进行编译,得到所述远程文件系统的传输协议可执行文件。
  9. 根据权利要求7或8所述的装置,还包括卸载模块,设置为:
    响应于针对所述目标文件夹的卸载请求,调用卸载接口;
    获取所述目标文件夹的存储路径;
    通过所述卸载接口将所述目标文件夹的存储路径传入预先生成的卸载程序,以卸载所述目标文件夹。
  10. 根据权利要求7或8所述的装置,还包括第三获取模块,设置为:
    在获取预先生成的所述远程文件系统的传输协议可执行文件之前,获取所述传输协议可执行文件的调用接口的调用权限。
  11. 根据权利要求7或8所述的装置,还包括校验模块,设置为:
    在获取远程挂载信息之后,对所述远程挂载信息进行合法性校验,并生成校验结果提示信息。
  12. 根据权利要求7或8所述的装置,其中,所述远程文件系统包括以下至少一项:
    用户空间文件系统FUSE或网络文件系统NFS。
  13. 一种电子设备,包括:
    至少一个处理器;以及
    与所述至少一个处理器通信连接的存储器;其中,所述存储器存储有可被所述至少一个处理器执行的指令,所述指令被所述至少一个处理器执行,以使所述至少一个处理器能够执行权利要求1-6中任一项所述的方法。
  14. 一种存储有计算机指令的非瞬时计算机可读存储介质,其中,所述计算机指令用于使计算机执行权利要求1-6中任一项所述的方法。
PCT/CN2022/136022 2021-12-08 2022-12-01 扩容方法、装置及电子设备 WO2023103890A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202111489970.9A CN116303269A (zh) 2021-12-08 2021-12-08 基于远程文件系统的扩容方法、装置及电子设备
CN202111489970.9 2021-12-08

Publications (1)

Publication Number Publication Date
WO2023103890A1 true WO2023103890A1 (zh) 2023-06-15

Family

ID=86729653

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/136022 WO2023103890A1 (zh) 2021-12-08 2022-12-01 扩容方法、装置及电子设备

Country Status (2)

Country Link
CN (1) CN116303269A (zh)
WO (1) WO2023103890A1 (zh)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090132676A1 (en) * 2007-11-20 2009-05-21 Mediatek, Inc. Communication device for wireless virtual storage and method thereof
CN102541475A (zh) * 2012-03-12 2012-07-04 成都市华为赛门铁克科技有限公司 数据存储方法和数据存储装置
US20180039649A1 (en) * 2016-08-03 2018-02-08 Dell Products L.P. Method and system for implementing namespace aggregation by single redirection of folders for nfs and smb protocols
CN111506547A (zh) * 2020-04-17 2020-08-07 苏州浪潮智能科技有限公司 一种文件夹挂载方法、装置、设备、介质
CN113296714A (zh) * 2021-06-17 2021-08-24 杭州海康威视系统技术有限公司 一种基于nas协议的数据存储系统

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090132676A1 (en) * 2007-11-20 2009-05-21 Mediatek, Inc. Communication device for wireless virtual storage and method thereof
CN102541475A (zh) * 2012-03-12 2012-07-04 成都市华为赛门铁克科技有限公司 数据存储方法和数据存储装置
US20180039649A1 (en) * 2016-08-03 2018-02-08 Dell Products L.P. Method and system for implementing namespace aggregation by single redirection of folders for nfs and smb protocols
CN111506547A (zh) * 2020-04-17 2020-08-07 苏州浪潮智能科技有限公司 一种文件夹挂载方法、装置、设备、介质
CN113296714A (zh) * 2021-06-17 2021-08-24 杭州海康威视系统技术有限公司 一种基于nas协议的数据存储系统

Also Published As

Publication number Publication date
CN116303269A (zh) 2023-06-23

Similar Documents

Publication Publication Date Title
US11232405B2 (en) Computer readable storage media for dynamic service deployment and methods and systems for utilizing same
CN112039826B (zh) 应用于小程序端的登录方法和装置,电子设备,可读介质
US11042364B2 (en) One click application asset distribution
EP3797356B1 (en) Code base sharing between standalone and web-based versions of an application due to the implementing of an emulated network communication channel
CN110928571A (zh) 业务程序开发方法和装置
CN113407165B (zh) Sdk的生成和自升级方法、装置、可读介质和设备
CN113741954A (zh) 系统软件生成方法、装置、电子设备及存储介质
WO2023103890A1 (zh) 扩容方法、装置及电子设备
WO2023083071A1 (zh) 视图交互方法、装置、电子设备及计算机可读介质
CN116244682A (zh) 数据库的访问方法、装置、设备以及存储介质
CN115941766A (zh) 一种运维数据的处理方法和装置
CN114462101A (zh) 一种应用apk包的处理系统、方法和装置
WO2023159900A1 (zh) 远程开发的方法及装置
CN111209014A (zh) 一种参数校验的方法和装置
CN116186709B (zh) 基于虚拟化VirtIO技术卸载UEFI安全启动的方法、装置及介质
CN116049837B (zh) 一种可信计算系统及方法、电子设备和存储介质
CN115412611B (zh) 基于dns服务器的查询方法、装置、设备及介质
US20230004379A1 (en) Service method for head unit software, head unit software and related devices
CN117348884A (zh) 数据处理方法和装置、电子设备、计算机可读存储介质
TW201732583A (zh) 執行請求指令的方法及相關的伺服器
WO2019227702A1 (zh) 数据处理方法、装置、计算机设备以及存储介质
CN113760316A (zh) 一种应用的配置系统和方法
CN114338655A (zh) 一种远程服务器文件传输引擎、传输方法及装置
CN112134910A (zh) 网络请求调试方法、装置、设备及存储介质
CN116800439A (zh) 一种处理调用权限的方法和装置

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 22903312

Country of ref document: EP

Kind code of ref document: A1