CN110704042A - Program code processing method and device, server and storage medium - Google Patents

Program code processing method and device, server and storage medium Download PDF

Info

Publication number
CN110704042A
CN110704042A CN201910977603.XA CN201910977603A CN110704042A CN 110704042 A CN110704042 A CN 110704042A CN 201910977603 A CN201910977603 A CN 201910977603A CN 110704042 A CN110704042 A CN 110704042A
Authority
CN
China
Prior art keywords
program code
code
terminal
translation
information
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
CN201910977603.XA
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.)
Enyike (beijing) Data Technology Co Ltd
Original Assignee
Enyike (beijing) Data 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 Enyike (beijing) Data Technology Co Ltd filed Critical Enyike (beijing) Data Technology Co Ltd
Priority to CN201910977603.XA priority Critical patent/CN110704042A/en
Publication of CN110704042A publication Critical patent/CN110704042A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The application provides a program code processing method and device, a server and a storage medium, and relates to the technical field of program code development. In the application, first, whether a target code exists in a program code sent by a first terminal may be determined, where the program code is generated based on an operation of the first terminal in response to a first user, and the target code is a program code to which translation information needs to be added; secondly, if the target code exists, generating translation request information based on the target code, and sending the translation request information to a second terminal, wherein the second terminal is used for responding to the translation operation of a second user on the target code based on the translation request information and generating translation information; then, a new program code is obtained based on the program code and the translation information transmitted by the second terminal. By the method, the problem of low development efficiency of the program codes in the prior art can be solved.

Description

Program code processing method and device, server and storage medium
Technical Field
The present application relates to the field of program code development technologies, and in particular, to a program code processing method and apparatus, a server, and a storage medium.
Background
Program code translation techniques are generally used for users with different language requirements to implement switching between different languages, for example, a currently browsed web page needs to be switched from a chinese mode to an english mode. Therefore, in order to realize the switching of languages, in the prior art, a developer writes all translation information into a code during the development of a program code, and thus, the development efficiency is low.
Disclosure of Invention
In view of the above, an object of the present application is to provide a program code processing method and apparatus, a server, and a storage medium, so as to solve the problem of low development efficiency of program codes in the prior art.
In order to achieve the above purpose, the embodiment of the present application adopts the following technical solutions:
a program code processing method, comprising:
judging whether a target code exists in a program code sent by a first terminal, wherein the program code is generated based on the operation of the first terminal responding to a first user, and the target code is the program code needing to be added with translation information;
if the target code exists, generating translation request information based on the target code, and sending the translation request information to a second terminal, wherein the second terminal is used for responding to the translation operation of a second user on the target code based on the translation request information and generating translation information;
and obtaining a new program code based on the program code and the translation information sent by the second terminal.
In a preferred option of the embodiment of the present application, in the program code processing method, the step of determining whether an object code exists in the program code transmitted by the first terminal includes:
receiving a program code sent by the first terminal, and judging whether the program code meets a preset condition or not;
and if the program code meeting the preset condition exists, determining the program code as the target code, and judging that the target code exists.
In a preferred option of the embodiment of the present application, in the above program code processing method, the step of receiving the program code sent by the first terminal and determining whether there is a program code satisfying a preset condition in the program code includes;
receiving a program code sent by the first terminal, and judging whether the program code has a program code of which the data structure is a key value pair;
and if the program code of which the data structure is the key value pair exists, the key in the key value pair is the program code, and the value is null, determining the program code as the program code meeting the preset condition.
In a preferred option of the embodiment of the present application, in the program code processing method, the step of generating translation request information based on the target code includes:
acquiring identification information of the target code in the received program code;
and generating translation request information based on the target code and the identification information so that the second terminal responds to the translation operation of the second user on the target code based on the identification information to generate translation information.
In a preferred option of the embodiment of the present application, in the above program code processing method, the program code includes at least one code module, and different code modules correspond to different functions, and the step of obtaining the identification information of the object code in the received program code includes:
and acquiring module information of the target code in the received program code to generate translation request information based on the target code and the module information, wherein the module information is used as identification information of the target code.
In a preferred option of the embodiment of the present application, in the program code processing method, the method further includes:
and sending the new program code to a third terminal for storage.
In a preferred option of the embodiment of the present application, in the program code processing method, the step of sending the new program code to a third terminal for storage includes:
judging whether request information of a third terminal is received or not, wherein the third terminal sends the request information when performing language switching every time or every preset time interval;
and if the request information is received, sending the new program code to the third terminal for storage.
An embodiment of the present application further provides a program code processing apparatus, including:
the system comprises a target code judging module, a translation information judging module and a translation information judging module, wherein the target code judging module is used for judging whether a target code exists in a program code sent by a first terminal, the program code is generated based on the operation of the first terminal responding to a first user, and the target code is the program code needing to add translation information;
the request information processing module is used for generating translation request information based on the target code and sending the translation request information to a second terminal when the target code exists, wherein the second terminal is used for responding to the translation operation of a second user on the target code based on the translation request information and generating translation information;
and the program code processing module is used for obtaining a new program code based on the program code and the translation information sent by the second terminal.
On the basis of the foregoing, embodiments of the present application further provide a server, which includes a memory, a processor, and a computer program stored in the memory and capable of running on the processor, and when the computer program runs on the processor, the computer program implements the program code processing method described above.
On the basis of the above, the present application also provides a computer-readable storage medium, on which a computer program is stored, and when the computer program is executed, the computer program implements the program code processing method described above.
The program code processing method and device, the server and the storage medium enable a second user to translate the program code by sending the program code needing to be added with translation information to the second terminal. Therefore, by introducing the translation operation of the second user, the development workload of the first user can be reduced, and the shunting of at least part of the translation operation in the development process is realized, so that the problem of lower development efficiency of the program code in the prior art is solved, and the method has higher practical value. Moreover, because the translation capability of the developer is limited, the difficulty of development of the developer can be reduced by translating the information by a second user (such as a special translator).
In order to make the aforementioned objects, features and advantages of the present application more comprehensible, preferred embodiments accompanied with figures are described in detail below.
Drawings
Fig. 1 is a schematic structural diagram of a server according to an embodiment of the present application.
Fig. 2 is a schematic view of an application scenario of a server according to an embodiment of the present application.
Fig. 3 is a flowchart illustrating a program code processing method according to an embodiment of the present application.
Fig. 4 is a flowchart illustrating sub-steps included in step S110 in fig. 3.
Fig. 5 is a flowchart illustrating the sub-steps included in step S120 in fig. 3.
Fig. 6 is a block diagram illustrating functional modules included in a program code processing apparatus according to an embodiment of the present application.
Icon: 10-a server; 12-a memory; 14-a processor; 100-program code processing means; 110-object code judging module; 120-request information processing module; 130-program code processing module.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all the embodiments. The components of the embodiments of the present application, generally described and illustrated in the figures herein, can be arranged and designed in a wide variety of different configurations.
Thus, the following detailed description of the embodiments of the present application, presented in the accompanying drawings, is not intended to limit the scope of the claimed application, but is merely representative of selected embodiments of the application. 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 application.
As shown in fig. 1, the present embodiment provides a server 10, which may include a memory 12, a processor 14, and a program code processing apparatus 100.
In detail, the memory 12 and the processor 14 are electrically connected directly or indirectly to enable data transmission or interaction. For example, they may be electrically connected to each other via one or more communication buses or signal lines. The program code processing device 100 includes at least one software functional module which can be stored in the memory 12 in the form of software or firmware (firmware). The processor 14 is configured to execute executable computer programs stored in the memory 12, for example, software functional modules and computer programs included in the program code processing apparatus 100, so as to implement the program code processing method provided by the embodiment of the present application.
The Memory 12 may be, but is not limited to, a Random Access Memory (RAM), a Read Only Memory (ROM), a Programmable Read-Only Memory (PROM), an Erasable Read-Only Memory (EPROM), an electrically Erasable Read-Only Memory (EEPROM), and the like.
The Processor 14 may be a general-purpose Processor, including a Central Processing Unit (CPU), a Network Processor (NP), a System on Chip (SoC), and the like; but may also be a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other programmable logic device, discrete gate or transistor logic device, discrete hardware components.
It will be appreciated that the configuration shown in fig. 1 is merely illustrative, and that the server 10 may also include more or fewer components than shown in fig. 1, or have a different configuration than shown in fig. 1, and may also include a communication unit for information interaction with other devices, for example.
For example, in an alternative example, in combination with fig. 2, the server 10 may further be connected to at least two terminal devices (such as the first terminal, the second terminal, and the third terminal shown in fig. 2) through the communication unit to perform information interaction, so as to complete the program code processing method provided in the embodiment of the present application.
The at least two terminal devices may include, but are not limited to, an electronic device with data processing capability, such as a mobile phone, a computer, a tablet computer, and the like.
With reference to fig. 3, an embodiment of the present application further provides a program code processing method applicable to the server 10. Wherein the method steps defined by the program code processing method related flows may be implemented by the server 10. The specific flow shown in fig. 3 will be described in detail below.
Step S110, determining whether the program code sent by the first terminal has an object code.
In this embodiment, the program code is generated based on the first terminal responding to the operation of the first user, and the target code is the program code that needs to add translation information. That is, during the development process, the first user (e.g., a developer) may first perform no translation process on the program code that does not know the translation information, so as to form the program code that needs to add the translation information, i.e., the target code. The entire developed program code is then sent to the server 10.
In this way, after receiving the program code, the server 10 may first determine whether the target code exists in the program code; secondly, if the target code is judged not to exist, the first user (such as a developer) is indicated to finish all the translation work, so that all the sent program codes can be used by users with different language requirements; if it is determined that the object code exists, step S120 may be executed.
Step S120, generating translation request information based on the target code, and transmitting the translation request information to the second terminal.
In this embodiment, the second terminal is configured to generate translation information in response to a translation operation performed by a second user on the target code based on the translation request information.
That is, when it is determined that the target code exists in the received program code based on step S120, it indicates that the program code cannot be used by users having different language requirements, and therefore, necessary translation information needs to be added to the program code, and therefore, translation request information may be generated based on the target code and transmitted to the second terminal, so that a second user (e.g., a translator) may translate the target code based on the translation request information, and translation information may be generated by the second terminal and transmitted to the server 10.
Step S130, obtaining a new program code based on the program code and the translation information sent by the second terminal.
In this embodiment, the second user may be caused to generate translation information through the second terminal and transmit the translation information to the server 10 based on step S120. In this way, after receiving the translation information, the server 10 may supplement the translation information to the program code, so as to obtain a new program code, so that the new program code can be used by users with different language requirements.
By the method, the translation operation of the second user (such as a translator) is introduced, so that the development workload of the first user (developer) can be reduced, and the shunting of at least part of the translation operation in the development process is realized, so that the problem of low development efficiency of program codes in the prior art is solved, and the method has high practical value. Moreover, because the translation capability of the developer is limited, the difficulty of development of the developer can be reduced by translating by the second user.
Alternatively, the specific manner of determining the target code based on step S110 is not limited, and may be selected according to the actual application requirement.
For example, in an alternative example, in conjunction with fig. 4, step S110 may include step S111 and step S113, the details of which are described below.
Step S111, receiving the program code sent by the first terminal, and determining whether there is a program code meeting a preset condition in the program code.
In this embodiment, considering that the target code that needs to add translation information is necessarily different from other program codes that do not need to add translation information, some judgment conditions may be preconfigured based on the difference.
Therefore, all the program codes sent by the first terminal can be received first, and then whether the program codes meet the preset conditions or not can be judged. If all the received program codes have program codes satisfying the preset condition, step S113 may be executed.
In step S113, the program code is determined as an object code, and it is determined that the object code exists.
In the present embodiment, when it is determined that there is a program code satisfying the preset condition among all the received program codes based on step S111, the program code may be determined as an object code, that is, it is determined that the object code exists among all the received program codes.
It should be noted that, in step S111, specific contents of the preset condition are not limited, and may be configured according to actual application requirements.
For example, in an alternative example, the preset condition may be configured based on a data structure of the program code, and thus, step S111 may include the following sub-steps:
firstly, a program code sent by the first terminal can be received, and whether the program code has a data structure of a key value pair or not is judged; secondly, if a program code with a key value pair as a data structure exists, and the key in the key value pair is the program code and the value is null, determining the program code as the program code meeting the preset condition.
That is, in the present embodiment, the program code and the corresponding translation information are stored in the form of a data structure of key-value pairs. In one key value pair, the key may be a program code, and the value may be translation information, so that as long as there is a key value pair with an empty value, the program code of the corresponding key may be determined as the target code.
For example, in a key value pair, if the key is "me", the value may be "I", and if the key is "expose", the value may be "exposure".
Optionally, the specific manner of generating the translation request information based on step S120 is not limited, and may be selected according to the actual application requirement.
For example, in an alternative example, the translation request information may be generated directly based on the target code, such that the second user translates directly based on the target code.
For another example, in another alternative example, the second user may also be prompted in order to make the translation of the second user more accurate. Therefore, in conjunction with fig. 5, step S120 may include step S121 and step S123, the details of which are described below.
Step S121, acquiring the identification information of the object code in the received program code.
In the present embodiment, after the object code is determined based on step S110, the identification information of the object code in the received program code may be acquired. If two identical target codes have different identification information in the received program code, the two identical target codes may need to obtain different translation information.
Step S123, generating translation request information based on the target code and the identification information.
In this embodiment, after the identification information of the target code is acquired based on step S121, translation request information may be generated based on the target code and the identification information, so that the second terminal generates translation information in response to a translation operation performed by the second user on the target code based on the identification information, so that the generated translation information has higher accuracy.
It should be noted that, in step S121, specific content of the identification information is not limited, and may be selected according to actual application requirements, as long as the second user can obtain more accurate translation information when translating.
Through research of the inventor of the application, the complete program code may be divided into a plurality of parts, and each part is divided into different code modules, such as a login verification module and the like, because each part has different functions.
For example, for the object code "method", the translation information needed in one code module may be "method", and the translation information needed in another code module may be "aprrosch". Thus, the identification information may be module information of the object code in the received program code.
As such, in an alternative example, step S121 may include the following sub-steps:
and acquiring module information of the target code in the received program code to generate translation request information based on the target code and the module information, wherein the module information is used as identification information of the target code.
That is, when the second terminal displays the translation request information, not only the target code but also module information corresponding to the target code is displayed, so that the second user can translate the target code based on the module information.
Further, when another terminal (e.g., a third terminal shown in fig. 2) needs to use the new program code generated in step S130, the new program code may be directly called from the server 10 when needed, or may be stored locally, so as to avoid the problem that the server 10 is under excessive pressure due to frequent network requests with the server 10.
Therefore, after generating the new program code, the program code processing method may further include the steps of: and sending the new program code to a third terminal for storage.
In some examples, if the program code is a web browser, after receiving the new program code, the third terminal may store the new program code in a front-end browser database, for example, cached in indexDB.
Further, in consideration that there are a plurality of terminal devices using the new program code and the terminal devices are not specified, the server 10 may retransmit the new program based on a request from the third terminal after receiving the request.
Thus, in an alternative example, the step of sending the new program code to the third terminal may comprise the sub-steps of:
firstly, whether request information of a third terminal is received or not can be judged, wherein the third terminal sends the request information when performing language switching every time or every preset time interval; and secondly, if the request information is received, sending the new program code to the third terminal for storage.
That is to say, when the third terminal needs to perform language switching, request information may be sent to the server 10 first, so that the server 10 sends a currently obtained new program code to the third terminal for storage, so that the new program code may be run on the third terminal. Or, after a preset time interval, the third terminal may send request information to the server 10, so that the server 10 sends a currently obtained new program code to the third terminal for storage, so that the new program code may be run on the third terminal.
With reference to fig. 6, an embodiment of the present application further provides a program code processing apparatus 100 applicable to the server 10. The program code processing apparatus 100 may include an object code determination module 110, a request information processing module 120, and a program code processing module 130.
The object code determining module 110 is configured to determine whether an object code exists in a program code sent by a first terminal, where the program code is generated based on an operation of the first terminal in response to a first user, and the object code is a program code to which translation information needs to be added. In this embodiment, the object code determination module 110 may be configured to execute step S110 shown in fig. 3, and reference may be made to the foregoing description of step S110 for relevant contents of the object code determination module 110.
The request information processing module 120 is configured to, when the target code exists, generate translation request information based on the target code, and send the translation request information to a second terminal, where the second terminal is configured to generate translation information in response to a translation operation performed on the target code by a second user based on the translation request information. In this embodiment, the request information processing module 120 may be configured to execute step S120 shown in fig. 3, and reference may be made to the foregoing description of step S120 for relevant contents of the request information processing module 120.
The program code processing module 130 is configured to obtain a new program code based on the program code and the translation information sent by the second terminal. In this embodiment, the program code processing module 130 can be used to execute step S130 shown in fig. 3, and reference may be made to the foregoing description of step S130 for relevant contents of the program code processing module 130.
In an embodiment of the present application, there is also provided a computer-readable storage medium, in which a computer program is stored, and the computer program executes the steps of the program code processing method when running.
The steps executed when the computer program runs are not described in detail herein, and reference may be made to the foregoing explanation of the program code processing method.
In summary, the program code processing method and apparatus, the server, and the storage medium provided by the present application enable the second user to translate the program code by sending the program code to which translation information needs to be added to the second terminal. Therefore, by introducing the translation operation of the second user, the development workload of the first user can be reduced, and the shunting of at least part of the translation operation in the development process is realized, so that the problem of lower development efficiency of the program code in the prior art is solved, and the method has higher practical value. Moreover, because the translation capability of the developer is limited, the difficulty of development of the developer can be reduced by translating the information by a second user (such as a special translator).
In the embodiments provided in the present application, it should be understood that the disclosed apparatus and method can be implemented in other ways. The apparatus and method embodiments described above are illustrative only, as the flowcharts and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of apparatus, methods and computer program products according to various embodiments of the present application. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
In addition, functional modules in the embodiments of the present application may be integrated together to form an independent part, or each module may exist separately, or two or more modules may be integrated to form an independent part.
The functions, if implemented in the form of software functional modules and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present application or portions thereof that substantially contribute to the prior art may be embodied in the form of a software product stored in a storage medium and including instructions for causing a computer device (which may be a personal computer, an electronic device, or a network device) to perform all or part of the steps of the method according to the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes. 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, method, article, or apparatus 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, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The above description is only a preferred embodiment of the present application and is not intended to limit the present application, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, improvement and the like made within the spirit and principle of the present application shall be included in the protection scope of the present application.

Claims (10)

1. A program code processing method, comprising:
judging whether a target code exists in a program code sent by a first terminal, wherein the program code is generated based on the operation of the first terminal responding to a first user, and the target code is the program code needing to be added with translation information;
if the target code exists, generating translation request information based on the target code, and sending the translation request information to a second terminal, wherein the second terminal is used for responding to the translation operation of a second user on the target code based on the translation request information and generating translation information;
and obtaining a new program code based on the program code and the translation information sent by the second terminal.
2. The program code processing method according to claim 1, wherein the step of determining whether the object code exists in the program code transmitted by the first terminal comprises:
receiving a program code sent by the first terminal, and judging whether the program code meets a preset condition or not;
and if the program code meeting the preset condition exists, determining the program code as the target code, and judging that the target code exists.
3. The program code processing method according to claim 2, wherein the step of receiving the program code sent by the first terminal and determining whether there is a program code satisfying a preset condition in the program code comprises;
receiving a program code sent by the first terminal, and judging whether the program code has a program code of which the data structure is a key value pair;
and if the program code of which the data structure is the key value pair exists, the key in the key value pair is the program code, and the value is null, determining the program code as the program code meeting the preset condition.
4. The program code processing method according to claim 1, wherein the step of generating translation request information based on the target code includes:
acquiring identification information of the target code in the received program code;
and generating translation request information based on the target code and the identification information so that the second terminal responds to the translation operation of the second user on the target code based on the identification information to generate translation information.
5. The program code processing method according to claim 4, wherein the program code includes at least one code module, and different code modules correspond to different functions, and the step of obtaining the identification information of the object code in the received program code includes:
and acquiring module information of the target code in the received program code to generate translation request information based on the target code and the module information, wherein the module information is used as identification information of the target code.
6. The program code processing method according to any one of claims 1 to 5, further comprising:
and sending the new program code to a third terminal for storage.
7. The program code processing method according to claim 6, wherein the step of sending the new program code to a third terminal for storage comprises:
judging whether request information of a third terminal is received or not, wherein the third terminal sends the request information when performing language switching every time or every preset time interval;
and if the request information is received, sending the new program code to the third terminal for storage.
8. A program code processing apparatus, comprising:
the system comprises a target code judging module, a translation information judging module and a translation information judging module, wherein the target code judging module is used for judging whether a target code exists in a program code sent by a first terminal, the program code is generated based on the operation of the first terminal responding to a first user, and the target code is the program code needing to add translation information;
the request information processing module is used for generating translation request information based on the target code and sending the translation request information to a second terminal when the target code exists, wherein the second terminal is used for responding to the translation operation of a second user on the target code based on the translation request information and generating translation information;
and the program code processing module is used for obtaining a new program code based on the program code and the translation information sent by the second terminal.
9. A server, characterized by comprising a memory, a processor and a computer program stored in the memory and capable of running on the processor, the computer program implementing the program code processing method of any one of claims 1 to 7 when running on the processor.
10. A computer-readable storage medium, characterized in that a computer program is stored thereon, characterized in that the program, when executed, implements the program code processing method of any one of claims 1-7.
CN201910977603.XA 2019-10-15 2019-10-15 Program code processing method and device, server and storage medium Pending CN110704042A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910977603.XA CN110704042A (en) 2019-10-15 2019-10-15 Program code processing method and device, server and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910977603.XA CN110704042A (en) 2019-10-15 2019-10-15 Program code processing method and device, server and storage medium

Publications (1)

Publication Number Publication Date
CN110704042A true CN110704042A (en) 2020-01-17

Family

ID=69198377

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910977603.XA Pending CN110704042A (en) 2019-10-15 2019-10-15 Program code processing method and device, server and storage medium

Country Status (1)

Country Link
CN (1) CN110704042A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112115175A (en) * 2020-09-21 2020-12-22 成都知道创宇信息技术有限公司 Cloud service product processing method and device, electronic equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120204160A1 (en) * 2011-02-09 2012-08-09 Particle Code, Inc. Managing Non-Common Features for Program Code Translation
US20180373516A1 (en) * 2017-06-27 2018-12-27 Intel Corporation Techniques for distributing code to components of a computing system
CN109542443A (en) * 2017-07-27 2019-03-29 阿里巴巴集团控股有限公司 Compilation Method and device, terminal, the data processing method of application program
CN110134404A (en) * 2019-04-12 2019-08-16 深圳壹账通智能科技有限公司 Code translation method, apparatus, computer equipment and storage medium
CN110134397A (en) * 2019-04-12 2019-08-16 深圳壹账通智能科技有限公司 Code snippet interpretation method, device, computer equipment and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120204160A1 (en) * 2011-02-09 2012-08-09 Particle Code, Inc. Managing Non-Common Features for Program Code Translation
US20180373516A1 (en) * 2017-06-27 2018-12-27 Intel Corporation Techniques for distributing code to components of a computing system
CN109542443A (en) * 2017-07-27 2019-03-29 阿里巴巴集团控股有限公司 Compilation Method and device, terminal, the data processing method of application program
CN110134404A (en) * 2019-04-12 2019-08-16 深圳壹账通智能科技有限公司 Code translation method, apparatus, computer equipment and storage medium
CN110134397A (en) * 2019-04-12 2019-08-16 深圳壹账通智能科技有限公司 Code snippet interpretation method, device, computer equipment and storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112115175A (en) * 2020-09-21 2020-12-22 成都知道创宇信息技术有限公司 Cloud service product processing method and device, electronic equipment and storage medium
CN112115175B (en) * 2020-09-21 2023-04-28 成都知道创宇信息技术有限公司 Cloud service product processing method and device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN109325009B (en) Log analysis method and device
WO2016101635A1 (en) Method, apparatus and device for synchronizing login status, and computer storage medium
CN110708212B (en) Method and device for tracking call link in distributed system
CN105740330B (en) Method and device for displaying data in paging mode
CN109857577B (en) Access control method, device, medium, and electronic apparatus
CN110851818B (en) Verification code display method and device, computer equipment and readable storage medium
EP2992665A1 (en) Phone number format suggestion
CN110362630B (en) Data management method, device, equipment and computer readable storage medium
CN111200649B (en) Scheduling method and device and scheduling model generation method and device
WO2017071121A1 (en) Method and device for establishing wireless connection
CN113472700B (en) Message processing method, device, storage medium and network card
CN110704042A (en) Program code processing method and device, server and storage medium
GB2521637A (en) Messaging digest
CN112954056A (en) Monitoring data processing method and device, electronic equipment and storage medium
CN112968927A (en) Log extraction method, log extraction device, storage medium and electronic equipment
CN109697166B (en) Test data preparation method and related device
CN110933070A (en) User identification method, system, equipment and computer readable storage medium
CN109960552B (en) Webpage interface differential rendering method and device
CN112084445B (en) Information processing system, method, apparatus, and storage medium
CN109803017B (en) File intercommunication method and device, computing equipment and computer readable storage medium
CN114546370A (en) Data docking method and related device
CN112230891A (en) Interface document integration method and device, server and computer storage medium
CN113760274A (en) Front-end component logic injection method and device
CN108288135B (en) System compatibility method and device, computer readable storage medium and electronic equipment
CN111124907A (en) Mobile phone game testing method and device and server

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20200117