CN113709019A - Cross-platform bridging method, device and storage medium - Google Patents

Cross-platform bridging method, device and storage medium Download PDF

Info

Publication number
CN113709019A
CN113709019A CN202110996016.2A CN202110996016A CN113709019A CN 113709019 A CN113709019 A CN 113709019A CN 202110996016 A CN202110996016 A CN 202110996016A CN 113709019 A CN113709019 A CN 113709019A
Authority
CN
China
Prior art keywords
platform
file
bridging
bridge
cross
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202110996016.2A
Other languages
Chinese (zh)
Inventor
杨诗昊
白剑
黄海亮
梁瑛玮
张海林
鲁和平
李长杰
陈焕然
李乐
王浩
洪行健
冷冬
丁一
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangzhou Easefun Information Technology Co ltd
Original Assignee
Guangzhou Easefun 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 Guangzhou Easefun Information Technology Co ltd filed Critical Guangzhou Easefun Information Technology Co ltd
Priority to CN202110996016.2A priority Critical patent/CN113709019A/en
Publication of CN113709019A publication Critical patent/CN113709019A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/46Interconnection of networks
    • H04L12/4604LAN interconnection over a backbone network, e.g. Internet, Frame Relay
    • H04L12/462LAN interconnection over a bridge based backbone
    • 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/178Techniques for file synchronisation in file systems
    • G06F16/1794Details of file format conversion

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention provides a cross-platform bridging method, a cross-platform bridging device and a storage medium, wherein the method comprises the following steps: the method comprises the steps of receiving a bridging instruction which is uploaded by a first platform and is connected with a second platform, obtaining a first bridging file of the first platform and obtaining a second bridging file of the second platform, and bridging the first platform and the second platform based on the second bridging file and the first bridging file. Therefore, developers do not need to develop corresponding bridging codes again, manpower resources are saved, the developers do not need to develop, and bridging of the first platform and the second platform can be achieved through the first bridging file and the second bridging file.

Description

Cross-platform bridging method, device and storage medium
Technical Field
The present invention relates to the field of communications, and in particular, to a cross-platform bridging method, apparatus, and storage medium.
Background
The use of cross-platform technology is more and more extensive, at present, when cross-platform connection is established each time, system information of both sides needs to be obtained, and corresponding bridging codes are set by developers based on the system information, so that the cross-platform connection can be realized, but the developers set the bridging codes by themselves need to consume manpower resources, and extra time needs to be consumed, so that the steps for realizing the cross-platform are complicated.
Disclosure of Invention
The invention mainly aims to provide a cross-platform bridging method, a cross-platform bridging device and a storage medium, and aims to solve the problem that a developer needs to set a corresponding bridging code to realize cross-platform connection each time cross-platform connection is established.
The invention provides a cross-platform bridging method, which comprises the following steps:
receiving a bridging instruction which is uploaded by a first platform and is connected with a second platform;
acquiring a first bridging file of the first platform and acquiring a second bridging file of the second platform; the first bridge file at least comprises system information of the first platform, and the second bridge file at least comprises system information of the second platform;
bridging the first platform and the second platform based on the second bridge file and the first bridge file.
Further, the step of bridging the first platform and the second platform based on the second bridge file and the first bridge file includes:
analyzing the system information of the first platform in the first bridging file to obtain first file format information required by the first platform, and analyzing the system information of the second platform in the second bridging file to obtain second file format information required by the second platform;
setting a conversion rule according to a preset corresponding rule based on the first file format information and the second file format information;
bridging the first platform and the second platform based on the conversion rule.
Further, after the step of receiving the bridging instruction uploaded by the first platform and connecting to the second platform, the method further includes:
acquiring authority information of the first platform;
judging whether the first platform has the authority for connecting the second platform or not based on the authority information;
and if so, executing the steps of acquiring the first bridge file of the first platform and acquiring the second bridge file of the second platform.
Further, the step of obtaining the first bridge file of the first platform includes:
acquiring a designated element of the first platform through a crawler technology; wherein the specified element is an element in the system information of the first platform;
and filling the elements into a preset template to obtain the first bridging file.
Further, after the steps of obtaining the first bridge file of the first platform and obtaining the second bridge file of the second platform, the method further includes:
judging whether the system of the first platform and the system of the second platform belong to the same system or not based on the system information in the first bridging file and the system information in the second bridging file;
and if so, directly bridging the first platform and the second platform.
Further, after the step of bridging the first platform and the second platform based on the second bridge file and the first bridge file, the method further includes:
receiving an appointed file acquisition instruction uploaded by the first platform;
forwarding the specified file acquisition instruction to the second platform;
receiving an uploaded designated file of the second platform;
converting the format of the specified file into a file format required by the first platform based on the first bridging file and the second bridging file to obtain a target file;
and forwarding the target file to the first platform.
Further, before the step of bridging the first platform and the second platform based on the second bridge file and the first bridge file, the method further includes:
sending an intermediate connection instruction based on the first platform to the second platform;
detecting whether positive feedback information of the second platform based on the intermediate connection instruction exists or not;
and if so, executing the step of bridging the first platform and the second platform based on the second bridging file and the first bridging file.
The invention provides a cross-platform bridging device, which comprises:
the receiving module is used for receiving a bridging instruction which is uploaded by the first platform and is connected with the second platform;
the acquisition module is used for acquiring a first bridge file of the first platform and acquiring a second bridge file of the second platform; the first bridge file at least comprises system information of the first platform, and the second bridge file at least comprises system information of the second platform;
a bridge module to bridge the first platform and the second platform based on the second bridge file and the first bridge file.
The invention also provides a computer device comprising a memory storing a computer program and a processor implementing the steps of any of the above methods when the processor executes the computer program.
The invention also provides a computer-readable storage medium, on which a computer program is stored, which computer program, when being executed by a processor, carries out the steps of the method of any of the above.
The invention has the beneficial effects that: the method comprises the steps of receiving a bridging instruction which is uploaded by a first platform and is connected with a second platform, obtaining a first bridging file of the first platform and obtaining a second bridging file of the second platform, and bridging the first platform and the second platform based on the second bridging file and the first bridging file. Therefore, developers do not need to develop corresponding bridging codes again, manpower resources are saved, the developers do not need to develop, and bridging of the first platform and the second platform can be achieved through the first bridging file and the second bridging file.
Drawings
Fig. 1 is a flowchart illustrating a cross-platform bridging method according to an embodiment of the present invention;
FIG. 2 is a block diagram of a cross-platform bridge device according to an embodiment of the present invention;
fig. 3 is a block diagram illustrating a structure of a computer device according to an embodiment of the present application.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
It should be noted that all directional indicators (such as up, down, left, right, front, back, etc.) in the embodiments of the present invention are only used to explain the relative position relationship between the components, the motion situation, etc. in a specific posture (as shown in the drawings), and if the specific posture is changed, the directional indicator is changed accordingly, and the connection may be a direct connection or an indirect connection.
The term "and/or" herein is merely an association describing an associated object, meaning that three relationships may exist, e.g., a and B, may mean: a exists alone, A and B exist simultaneously, and B exists alone.
In addition, the descriptions related to "first", "second", etc. in the present invention are only for descriptive purposes and are not to be construed as indicating or implying relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defined as "first" or "second" may explicitly or implicitly include at least one such feature. In addition, technical solutions between various embodiments may be combined with each other, but must be realized by a person skilled in the art, and when the technical solutions are contradictory or cannot be realized, such a combination should not be considered to exist, and is not within the protection scope of the present invention.
Referring to fig. 1, the present invention provides a cross-platform bridging method, including:
s1: receiving a bridging instruction which is uploaded by a first platform and is connected with a second platform;
s2: acquiring a first bridging file of the first platform and acquiring a second bridging file of the second platform; the first bridge file at least comprises system information of the first platform, and the second bridge file at least comprises system information of the second platform;
s3: bridging the first platform and the second platform based on the second bridge file and the first bridge file.
As described in step S1, the cross-platform framework receives the bridging command uploaded by the first platform and connecting to the second platform. In some embodiments, the bridge instruction is uploaded by the first platform, and the bridge instruction includes information of the second platform to be connected.
As described in the above step S2, a first bridge file of the first platform is obtained, and a second bridge file of the second platform is obtained. The first bridge file at least comprises system information of the first platform, and the second bridge file at least comprises system information of the second platform. The first bridge file/the second bridge file each contain system information of a corresponding platform, and specifically, the system information is in a file format that the corresponding platform can run, for example, if the platform is an IOS platform, the platform can run a js file and a class file corresponding to the system information, and a Dex file capable of being run by Android, or the like, that is, a corresponding conversion rule can be set for the first bridge file and the second bridge file according to the file formats that the first bridge file and the second bridge file respectively correspond to and can run. In an embodiment, the first bridge file/the second platform may be obtained from the first platform/the second platform by using a crawler technology, or the first platform may actively upload corresponding information, and then input the corresponding information into a preset template to obtain respective corresponding bridge files. In another embodiment, the system may also store bridge files of each platform in advance, and after receiving a bridge instruction that is uploaded by the first platform and connected to the second platform, extract the corresponding first bridge file and second bridge file from the corresponding database.
As described in the above step S3, the first platform and the second platform are bridged based on the second bridge file and the first bridge file. The first bridge file and the second bridge file have system information corresponding to respective platforms, so that file formats which can be operated by the respective platforms can be known, and therefore, when the files are transmitted, corresponding rules can be set according to the corresponding file formats, specifically, a package template for converting the formats is obtained, a converted code language is in the package template, namely, the format conversion of the files can be realized based on the converted code language, and the connection between the first platform and the second platform is established. Therefore, developers do not need to develop corresponding bridging codes again, manpower resources are saved, the developers do not need to develop, and bridging of the first platform and the second platform can be achieved through the first bridging file and the second bridging file.
In one embodiment, the step S3 of bridging the first platform and the second platform based on the second bridge file and the first bridge file includes:
s301: analyzing the system information of the first platform in the first bridging file to obtain first file format information required by the first platform, and analyzing the system information of the second platform in the second bridging file to obtain second file format information required by the second platform;
s302: setting a conversion rule according to a preset corresponding rule based on the first file format information and the second file format information;
s303: bridging the first platform and the second platform based on the conversion rule.
As described in step S301, the system information of the first platform in the first bridge file is analyzed to obtain the first file format information required by the first platform, and the system information of the second platform in the second bridge file is analyzed to obtain the second file format information required by the second platform. In another embodiment, all the bridge files are formed by a uniform template, and only specific parameters are different, so that the bridge files only need to be acquired from corresponding positions in the files.
As described in the above steps S302 to S303, a conversion rule is set according to a preset corresponding rule based on the first file format information and the second file format information. Specifically, the system information is a file format (i.e., a parameter) that the corresponding platform can run, for example, if the system information is an IOS platform, the system information can run a corresponding js file and a class file, and an Android can run a Dex file, and the like, that is, a corresponding format conversion rule is set for the first bridge file and the second bridge file according to the file formats that the first bridge file and the second bridge file respectively can run, that is, a corresponding encapsulation template is obtained for conversion, so that the conversion rule is set, and bridging between the first platform and the second platform is achieved.
In one embodiment, after the step S1 of receiving the bridging instruction uploaded by the first platform and connecting to the second platform, the method further includes:
s201: acquiring authority information of the first platform;
s202: judging whether the first platform has the authority for connecting the second platform or not based on the authority information;
s203: and if so, executing the steps of acquiring the first bridge file of the first platform and acquiring the second bridge file of the second platform.
As described in the above steps S201 to S203, the detection of the authority information is realized, so as to ensure the security of the bridging process. That is, the authority information of the first platform is obtained, and the authority information may be pre-stored in the cross-platform frame, or the authority information may be uploaded by the first platform when the first platform uploads the bridge instruction, so that after the cross-platform frame obtains the authority information, it may be determined whether the first platform has the authority to connect the second platform, and if yes, the step S2 of obtaining the first bridge file of the first platform and obtaining the second bridge file of the second platform is executed.
In one embodiment, the step S2 of obtaining the first bridge file of the first platform includes:
s211: acquiring a designated element of the first platform through a crawler technology; wherein the specified element is an element in the system information of the first platform;
s212: and filling the elements into a preset template to obtain the first bridging file.
As described in the foregoing steps S211-S212, the first bridge file is obtained by obtaining a specified element from the first platform through a crawler technology, where the specified element is an element in the system information of the first platform and at least includes corresponding format information, that is, obtaining a corresponding element in the template, and then filling the corresponding element in the template, so as to obtain the first bridge file. It should be noted that the second bridge file may also be obtained in the same manner, which is not described herein any more, and in addition, any platform that is not connected with the cross-platform framework in advance may be bridged through this embodiment, so that the expansibility of the cross-platform framework is improved.
In one embodiment, after the step S2 of acquiring the first bridge file of the first platform and acquiring the second bridge file of the second platform, the method further includes:
s311: judging whether the system of the first platform and the system of the second platform belong to the same system or not based on the system information in the first bridging file and the system information in the second bridging file;
s312: and if so, directly bridging the first platform and the second platform.
As described in the foregoing steps S311 to S312, the system detection is implemented, and if the system belongs to the same system, it is not necessary to establish a connection relationship through a cross-platform framework, and it is only necessary to directly establish a bridge connection between the first platform and the second platform.
In one embodiment, after the step S3 of bridging the first platform and the second platform based on the second bridge file and the first bridge file, the method further includes:
s401: receiving an appointed file acquisition instruction uploaded by the first platform;
s402: forwarding the specified file acquisition instruction to the second platform;
s403: receiving an uploaded designated file of the second platform;
s404: converting the format of the specified file into a file format required by the first platform based on the first bridging file and the second bridging file to obtain a target file;
s405: and forwarding the target file to the first platform.
As described in the above steps S401 to S405, the first platform acquires the specified file. After the bridge connection between the first platform and the second platform is established, if an instruction for acquiring the designated file by the first platform is received, it should be noted that the designated file is stored in the second platform. The method comprises the steps of requiring the agreement of a second platform before obtaining, sending an appointed file obtaining instruction to the second platform, marking the instruction from a first platform if necessary, sending the appointed file to the first platform after the agreement of the second platform, converting the format of the appointed file into the file format required by the first platform to obtain a target file, and then forwarding the target file to the first platform. Thereby completing the acquisition of the specified file by the first platform.
In one embodiment, before the step S3 of bridging the first platform and the second platform based on the second bridge file and the first bridge file, the method further includes:
s211: sending an intermediate connection instruction based on the first platform to the second platform;
s212: detecting whether positive feedback information of the second platform based on the intermediate connection instruction exists or not;
s213: and if so, executing the step of bridging the first platform and the second platform based on the second bridging file and the first bridging file.
As described in the foregoing steps S211-S213, the verification of the first platform by the second platform is implemented, that is, the second platform is supposed to send an intermediate connection instruction based on the first platform, where the intermediate connection instruction includes information of a bridge instruction, so as to send a bridge application to the second platform, after receiving the intermediate connection instruction, the second platform may feed back positive feedback information, that is, connection agreement information, or negative feedback information, that is, connection disagreement information, and if the intermediate connection instruction is negative feedback information, the information that the connection disagreement is fed back to the first platform, and if the intermediate connection instruction is positive feedback information, the first platform and the second platform are bridged based on the second bridge file and the first bridge file. The specific bridging manner is described in detail above, and is not described herein again. Therefore, the verification of the second platform on the first platform is realized, and the safety of data transmission is improved.
Referring to fig. 2, the present invention also provides a cross-platform bridge device, including:
the system comprises a receiving module 10, a first platform and a second platform, wherein the receiving module is used for receiving a bridging instruction which is uploaded by the first platform and is connected with the second platform;
an obtaining module 20, configured to obtain a first bridge file of the first platform and obtain a second bridge file of the second platform; the first bridge file at least comprises system information of the first platform, and the second bridge file at least comprises system information of the second platform;
a bridging module 30, configured to bridge the first platform and the second platform based on the second bridging file and the first bridging file.
The invention has the beneficial effects that: the method comprises the steps of receiving a bridging instruction which is uploaded by a first platform and is connected with a second platform, obtaining a first bridging file of the first platform and obtaining a second bridging file of the second platform, and bridging the first platform and the second platform based on the second bridging file and the first bridging file. Therefore, developers do not need to develop corresponding bridging codes again, manpower resources are saved, the developers do not need to develop, and bridging of the first platform and the second platform can be achieved through the first bridging file and the second bridging file.
Referring to fig. 3, a computer device, which may be a server and whose internal structure may be as shown in fig. 3, is also provided in the embodiment of the present application. The computer device includes a processor, a memory, a network interface, and a database connected by a system bus. Wherein the computer designed processor is used to provide computational and control capabilities. The memory of the computer device comprises a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system, a computer program, and a database. The memory provides an environment for the operation of the operating system and the computer program in the non-volatile storage medium. The database of the computer device is used for storing various bridge files and the like. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer program, when executed by a processor, may implement the cross-platform bridging method according to any of the embodiments described above.
Those skilled in the art will appreciate that the architecture shown in fig. 3 is only a block diagram of some of the structures associated with the disclosed aspects and is not intended to limit the computing devices to which the disclosed aspects may be applied.
The embodiments of the present application further provide a computer-readable storage medium, on which a computer program is stored, and when the computer program is executed by a processor, the cross-platform bridging method according to any of the embodiments above may be implemented.
It will be understood by those skilled in the art that all or part of the processes of the methods of the above embodiments may be implemented by hardware associated with instructions of a computer program, which may be stored on a non-volatile computer-readable storage medium, and when executed, may include processes of the above embodiments of the methods. Any reference to memory, storage, database, or other medium provided herein and used in the examples may include non-volatile and/or volatile memory. Non-volatile memory can include read-only memory (ROM), Programmable ROM (PROM), Electrically Programmable ROM (EPROM), Electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms, such as Static RAM (SRAM), Dynamic RAM (DRAM), Synchronous DRAM (SDRAM), double-rate SDRAM (SSRSDRAM), Enhanced SDRAM (ESDRAM), Synchronous Link DRAM (SLDRAM), Rambus Direct RAM (RDRAM), direct bus dynamic RAM (DRDRAM), and bus dynamic RAM (RDRAM).
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, apparatus, article, or method that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, apparatus, article, or method. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, apparatus, article, or method that includes the element.
The above description is only a preferred embodiment of the present invention and is not intended to limit the present invention, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the scope of the claims of the present invention.

Claims (10)

1. A cross-platform bridging method, comprising:
receiving a bridging instruction which is uploaded by a first platform and is connected with a second platform;
acquiring a first bridging file of the first platform and acquiring a second bridging file of the second platform; the first bridge file at least comprises system information of the first platform, and the second bridge file at least comprises system information of the second platform;
bridging the first platform and the second platform based on the second bridge file and the first bridge file.
2. The cross-platform bridging method of claim 1, wherein the step of bridging the first platform and the second platform based on the second bridge file and the first bridge file comprises:
analyzing the system information of the first platform in the first bridging file to obtain first file format information required by the first platform, and analyzing the system information of the second platform in the second bridging file to obtain second file format information required by the second platform;
setting a conversion rule according to a preset corresponding rule based on the first file format information and the second file format information;
bridging the first platform and the second platform based on the conversion rule.
3. The cross-platform bridging method according to claim 1, wherein after the step of receiving the bridging instruction uploaded by the first platform and connecting to the second platform, the method further comprises:
acquiring authority information of the first platform;
judging whether the first platform has the authority for connecting the second platform or not based on the authority information;
and if so, executing the steps of acquiring the first bridge file of the first platform and acquiring the second bridge file of the second platform.
4. The cross-platform bridging method of claim 1, wherein the step of obtaining the first bridge file for the first platform comprises:
acquiring a designated element of the first platform through a crawler technology; wherein the specified element is an element in the system information of the first platform;
and filling the elements into a preset template to obtain the first bridging file.
5. The cross-platform bridging method of claim 1, wherein after the steps of obtaining the first bridge file of the first platform and obtaining the second bridge file of the second platform, further comprising:
judging whether the system of the first platform and the system of the second platform belong to the same system or not based on the system information in the first bridging file and the system information in the second bridging file;
and if so, directly bridging the first platform and the second platform.
6. The cross-platform bridging method of claim 1, wherein after the step of bridging the first platform and the second platform based on the second bridge file and the first bridge file, further comprising:
receiving an appointed file acquisition instruction uploaded by the first platform;
forwarding the specified file acquisition instruction to the second platform;
receiving an uploaded designated file of the second platform;
converting the format of the specified file into a file format required by the first platform based on the first bridging file and the second bridging file to obtain a target file;
and forwarding the target file to the first platform.
7. The cross-platform bridging method of claim 1, wherein the step of bridging the first platform and the second platform based on the second bridge file and the first bridge file is preceded by further comprising:
sending an intermediate connection instruction based on the first platform to the second platform;
detecting whether positive feedback information of the second platform based on the intermediate connection instruction exists or not;
and if so, executing the step of bridging the first platform and the second platform based on the second bridging file and the first bridging file.
8. A cross-platform bridge device, comprising:
the receiving module is used for receiving a bridging instruction which is uploaded by the first platform and is connected with the second platform;
the acquisition module is used for acquiring a first bridge file of the first platform and acquiring a second bridge file of the second platform; the first bridge file at least comprises system information of the first platform, and the second bridge file at least comprises system information of the second platform;
a bridge module to bridge the first platform and the second platform based on the second bridge file and the first bridge file.
9. A computer device comprising a memory and a processor, the memory storing a computer program, wherein the processor implements the steps of the method of any one of claims 1 to 7 when executing the computer program.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method of any one of claims 1 to 7.
CN202110996016.2A 2021-08-27 2021-08-27 Cross-platform bridging method, device and storage medium Pending CN113709019A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110996016.2A CN113709019A (en) 2021-08-27 2021-08-27 Cross-platform bridging method, device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110996016.2A CN113709019A (en) 2021-08-27 2021-08-27 Cross-platform bridging method, device and storage medium

Publications (1)

Publication Number Publication Date
CN113709019A true CN113709019A (en) 2021-11-26

Family

ID=78655996

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110996016.2A Pending CN113709019A (en) 2021-08-27 2021-08-27 Cross-platform bridging method, device and storage medium

Country Status (1)

Country Link
CN (1) CN113709019A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101594592A (en) * 2009-06-30 2009-12-02 中兴通讯股份有限公司 Message method and device based on different software platforms
CN103177043A (en) * 2011-12-26 2013-06-26 联想(北京)有限公司 Method and electronic system used for transferring file across system platform
CN104346146A (en) * 2013-07-29 2015-02-11 腾讯科技(深圳)有限公司 Method and device for cross-platform conversion of application codes
CN112448933A (en) * 2019-09-02 2021-03-05 浙江宇视科技有限公司 Method and system for self-adapting compatible platform inter-domain protocol

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101594592A (en) * 2009-06-30 2009-12-02 中兴通讯股份有限公司 Message method and device based on different software platforms
CN103177043A (en) * 2011-12-26 2013-06-26 联想(北京)有限公司 Method and electronic system used for transferring file across system platform
CN104346146A (en) * 2013-07-29 2015-02-11 腾讯科技(深圳)有限公司 Method and device for cross-platform conversion of application codes
CN112448933A (en) * 2019-09-02 2021-03-05 浙江宇视科技有限公司 Method and system for self-adapting compatible platform inter-domain protocol

Similar Documents

Publication Publication Date Title
CN107976986B (en) Method for programming an electronic control module of a vehicle
CN110445636B (en) Management platform-based micro-service early warning method and device and computer equipment
CN110601874B (en) Block chain deployment method, device, computer equipment and storage medium
CN109614101B (en) Page generation method, system, device, computer equipment and storage medium
CN109936624B (en) Adaptation method and device for HTTP request message header and computer equipment
CN103383681B (en) A kind of file type identification method and system
CN111614579B (en) Access method, access device and access system of edge device
CN111736811A (en) Form data verification method, system, server and user terminal
CN110704312A (en) Pressure testing method and device, computer equipment and storage medium
CN110958024A (en) Serial port data encoding method and device, embedded device and communication system
CN108804315B (en) Test method and device applied to dynamic development, electronic equipment and storage medium
CN111369237B (en) Data processing method and device and computer storage medium
CN109819014B (en) Project deployment method and device, computer equipment and storage medium
CN110808950A (en) Message processing method and device, computer equipment and storage medium
CN113709019A (en) Cross-platform bridging method, device and storage medium
CN108595274B (en) Program synchronization control method, device, system, computer device and storage medium
CN111124417B (en) Industrial control program compiling method and device, computer equipment and storage medium
CN111399732B (en) Webpage screenshot method and device, computer equipment and storage medium
CN108984319B (en) Method, device, computer equipment and storage medium for solving operation instruction conflict
CN111381786B (en) Text printing method and device, computer equipment and storage medium
CN114429408A (en) Method, device, equipment and system for checking configuration file of intelligent substation
CN113918193A (en) Gray level calling method, device, equipment and storage medium suitable for micro-service
CN113986255A (en) Method and device for deploying service and computer-readable storage medium
CN114237931A (en) Configuration method and device for interface call, computer equipment and storage medium
CN114003486A (en) Plug-in debugging method, client, server and 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
CB02 Change of applicant information

Address after: Room 402, No. 66, North Street, University Town Center, Panyu District, Guangzhou City, Guangdong Province, 510006

Applicant after: Yifang Information Technology Co.,Ltd.

Address before: 510006 Room 601, 603, 605, science museum, Guangdong University of technology, 100 Waihuan West Road, Xiaoguwei street, Panyu District, Guangzhou City, Guangdong Province

Applicant before: GUANGZHOU EASEFUN INFORMATION TECHNOLOGY Co.,Ltd.

CB02 Change of applicant information