Movatterモバイル変換


[0]ホーム

URL:


CN106874163B - Method and system for displaying software error code information - Google Patents

Method and system for displaying software error code information
Download PDF

Info

Publication number
CN106874163B
CN106874163BCN201611246204.9ACN201611246204ACN106874163BCN 106874163 BCN106874163 BCN 106874163BCN 201611246204 ACN201611246204 ACN 201611246204ACN 106874163 BCN106874163 BCN 106874163B
Authority
CN
China
Prior art keywords
error
file
software
code
software program
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201611246204.9A
Other languages
Chinese (zh)
Other versions
CN106874163A (en
Inventor
陈仕明
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangzhou Huaduo Network Technology Co Ltd
Original Assignee
Guangzhou Huaduo Network 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 Huaduo Network Technology Co LtdfiledCriticalGuangzhou Huaduo Network Technology Co Ltd
Priority to CN201611246204.9ApriorityCriticalpatent/CN106874163B/en
Publication of CN106874163ApublicationCriticalpatent/CN106874163A/en
Application grantedgrantedCritical
Publication of CN106874163BpublicationCriticalpatent/CN106874163B/en
Activelegal-statusCriticalCurrent
Anticipated expirationlegal-statusCritical

Links

Images

Classifications

Landscapes

Abstract

The invention discloses a method for displaying software error code information, which comprises the following steps: generating a configuration file for defining error codes and error information corresponding to the error codes; automatically generating a localized language file according to the configuration file; automatically generating an error code prompt file corresponding to a development tool of the software according to the localized language file; compiling a software development tool to obtain a software program containing an error code prompt file; and running the software program, and when the software program has a running error, displaying the error code and the error information corresponding to the error code according to the error code prompt file of the software program, wherein the error information corresponding to the displayed error code is matched with the running place and the running environment of the software. Through the mode, the error codes and the error information corresponding to the error codes can be displayed under different environments of different software running, and the working efficiency is improved.

Description

Method and system for displaying software error code information
Technical Field
The invention relates to the technical field of computers, in particular to a method and a system for displaying software error code information.
Background
With the rapid development of computers, computer software programs are also widely used. When a functional error occurs during running a certain software program, the software program gives a numerical value and a simple error type, and the numerical value is used as a unique identifier of an error code and can be used for distinguishing different error types.
However, the error value is identified for the computer program, and the service layer determines the type and reason of the error of the software program by identifying different values and executes different logic operations according to different error types. However, simple error values and error types are not easy to understand for operators, so that the reasons of errors are not convenient to find, and different files need to be written to store the error values and the error types for different software operating environments and different operating places, so that the working time of developers is increased, and the working efficiency is influenced.
Disclosure of Invention
The invention mainly solves the technical problem of providing a method and a system for displaying software error code information, which can display detailed error codes and error information corresponding to the error codes under different environments of software operation, thereby improving the working efficiency of developers.
In order to solve the technical problems, the invention adopts a technical scheme that: there is provided a method of displaying software error code information, the method comprising: generating a configuration file for defining error codes and error information corresponding to the error codes; automatically generating a localized language file according to the configuration file; automatically generating an error code prompt file corresponding to a development tool of the software according to the localized language file; compiling a software development tool to obtain a software program containing an error code prompt file; and running the software program, and when the software program has a running error, displaying the error code and the error information corresponding to the error code according to the error code prompt file of the software program, wherein the error information corresponding to the displayed error code is matched with the running place and the running environment of the software.
The generating of the configuration file for defining the error code and the error information corresponding to the error code includes: grouping and managing the error codes according to different types, wherein each error code corresponds to a unique identifier; the error codes correspond to the error information one by one.
The method for automatically generating the localized language file according to the configuration file comprises the following steps: translating the configuration file into a language of an operating environment corresponding to the software, and naming the configuration file by using an international standard code and a country code of the language of the operating environment; a default localized language file is generated that can run in all language contexts.
Wherein the method further comprises: automatically generating a description document of the error code according to the configuration file; compiling a software development tool to obtain a software program of a description document containing error codes; and operating the software program, and checking the description document of the error code in the description document of the software program.
Wherein, the configuration file is an XML file.
In order to solve the technical problem, the invention adopts another technical scheme that: there is provided a system for displaying software error code information, the system comprising: a configuration module: the configuration file is used for generating a configuration file used for defining error codes and error information corresponding to the error codes; a translation module: the system is used for automatically generating a localization language file according to the configuration file; the coding module: the system comprises a localization language file, a code generation module and a code generation module, wherein the localization language file is used for automatically generating an error code prompt file corresponding to a development tool of software according to the localization language file; a first compiling module: and compiling a software development tool to obtain a software program containing the error code prompt file. A first operation module: the software program display method is used for operating the software program, when the software program has an operation error, the error code and the error information corresponding to the error code are displayed according to the error code prompt file of the software program, and the displayed error information corresponding to the error code is matched with the operation place and the operation environment of the software.
Wherein the configuration module is specifically configured to: grouping and managing the error codes according to different types, wherein each error code corresponds to a unique identifier; the error codes correspond to the error information one by one.
Wherein, the translation module is specifically configured to: translating the configuration file into a language of an operating environment corresponding to the software, and naming the configuration file by using an international standard code and a country code of the language of the operating environment; a default localized language file is generated that can run in all language contexts.
Wherein, the system still includes: a generation module: the description document is used for automatically generating error codes according to the configuration file; a second compiling module: a software program for compiling a development tool for the software to obtain a specification document containing error codes; a second operation module: and operating the software program, and checking the description document of the error code in the description document of the software program.
Wherein, the configuration file is an XML file.
The invention has the beneficial effects that: according to the generated configuration file for defining the error codes and the error information corresponding to the error codes, the localization language file and the error code prompt file corresponding to the software development tool can be automatically generated, and then the software program containing the error code prompt file is obtained.
Drawings
FIG. 1 is a flowchart illustrating a first embodiment of a method for displaying software error code information according to the present invention;
FIG. 2 is a flowchart illustrating a second embodiment of a method for displaying software error code information according to the present invention;
FIG. 3 is a flowchart illustrating a third embodiment of a method for displaying software error code information according to the present invention;
FIG. 4 is a flowchart illustrating a fourth embodiment of a method for displaying software error code information according to the present invention;
FIG. 5 is a flowchart illustrating a first embodiment of a software error code information system according to the present invention;
FIG. 6 is a flowchart illustrating a second embodiment of a software error code information system according to the present invention.
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.
Referring to fig. 1, fig. 1 is a flowchart illustrating a method for displaying software error code information according to a first embodiment of the present invention. It should be noted that the method of the present invention is not limited to the flow sequence shown in fig. 1 if the results are substantially the same. As shown in fig. 1, the method comprises the steps of:
s10: a configuration file is generated for defining the error codes and the error information corresponding to the error codes.
The error code comprises a numerical value and an error type corresponding to the numerical value, and the numerical value is used for distinguishing different error types. When a software program runs and a functional error occurs in the software program, the software gives a numerical value and an error type corresponding to the numerical value. In general, the value in the error code is identified to the computer program, for example, the service layer may execute different logic applications according to different values, and thus the value must be unique. The error type can be used by an operator, and the operator can judge or analyze the reason of the error of the software program according to different error types. For example:
111SQLSTATE:HY000(SERVER_STORE_NOT_PERMISSION),
//111 is the error value and SERVER _ STORE _ NOT _ PERMISSION is the type of error.
Since the values and the error types included in the error codes are not easy to understand for the operator, in the configuration file of the embodiment, in addition to defining the error codes, error information corresponding to the error codes is further defined. The error information may include a short description and a detailed description, among others. The short description corresponds to the type of error provided by the system, while the detailed description is provided to specify possible causes of error occurrence. For example: the error code "111" corresponds to a short description of "file cannot be created", and a detailed description of "file cannot be created due to authority". Developers can manually write or automatically generate corresponding configuration files by tools, further define all error codes and error information corresponding to the error codes, and can manage and maintain all the error codes by modifying or adding the content of the configuration files. In this embodiment, the configuration file may be stored and used in an Extensible Markup Language (XML) file, or in other application scenarios, another file format in which the error codes and the error information corresponding to the error codes may be classified and stored may be used as the configuration file.
S11: and automatically generating a localization language file according to the configuration file.
Since the operators are from different countries and may only use one of the languages when writing the configuration file, in order to enable people of different languages to understand the description content in the error information, the corresponding error description information needs to be displayed in different language environments, such as simplified chinese error description information, and french error description information, in french environments, the localized language file needs to be automatically generated according to the configuration file.
S12: and automatically generating an error code prompt file corresponding to the development tool of the software according to the localized language file.
Because different software development tools correspond to different generated codes and different codes correspond to different grammar rules, in the present invention, in order to enable the localized language file generated in step S11 to be used in all development environments corresponding to software, a code scheme needs to be designed, that is, different error code prompt files are automatically generated for different development languages, so that when a program runs, error information corresponding to an error code can be displayed by reading the error code prompt files. For example, in the C/C + + programming environment, the error code presentation file corresponding to the C language is automatically generated using the syntax and the rule corresponding to the C language, and in the Java programming environment, the error code presentation file corresponding to the Java language is automatically generated using the syntax and the rule corresponding to the Java language.
Taking a Java program as an example, a method for generating a corresponding error code hint file in the Java program is illustrated as follows:
Figure BDA0001197170280000051
Figure BDA0001197170280000061
s13: and compiling a software development tool to obtain a software program containing the error code prompt file.
S14: and running the software program, and when the software program has a running error, displaying the error code and the error information corresponding to the error code according to the error code prompt file of the software program, wherein the error information corresponding to the displayed error code is matched with the running place and the running environment of the software.
In the software running process, when the running program has errors, the system accesses an error code prompt file in the software program, finds error information corresponding to the error code by searching the corresponding error code in the file, and displays the error code and the error information corresponding to the error code on a terminal interface for running the program so as to provide reference for an operator. And displaying error information of different languages according to the running positions and running environments of different software. Such as: on the chinese operating system, "111 _ unable to create file" may result in inability to create file due to authority "is displayed," 111_ NOT _ policy _ NOT PERMISSION "is displayed on the english operating system.
By the method, the detailed error codes of different languages and the error information corresponding to the error codes can be displayed under different environments of software operation, and the working efficiency is improved.
Referring to fig. 2, fig. 2 is a flowchart illustrating a second embodiment of the method for displaying software error code information according to the present invention, wherein step S10 further includes the following steps:
s201: and grouping and managing the error codes according to different types, wherein each error code corresponds to a unique identifier.
S202: the error codes correspond to the error information one by one.
In order to facilitate management and maintenance of all error codes and error information corresponding to the error codes by developers, all error codes need to be grouped and managed according to different types. For example, the value of an error code belongs to class a, and may be further divided into class a1, class a2, class A3 … …, and the like on the basis of class a1, class a11, class a12 … …, and the like, and so on, and may be divided multiple times, but in the value divided by each level, it is necessary to ensure that all values are unique and cannot be the same as other values, such as: a _ A1_ A11_1, A _ A1_ A11_2 or A _ A1_ A12_1, A _ A1_ A12_2, etc. The values in the error code must correspond one-to-one to the error type.
In one application scenario, an XML file is taken as an example to generate a configuration file for defining an error code and error information corresponding to the error code.
Figure BDA0001197170280000071
Top level nodes error: for describing the start of the configuration;
module node: all error codes for describing a type for which all error values and error type definitions must be stored under the module;
the attribute id of the module node is a numerical value corresponding to the error code, and the id needs to be unique under the father node of the module node;
the attribute code of the module node is the error type corresponding to the error code, and the code needs to be unique under the father node of the module node;
error: describing a specific error message;
attribute id of error node: the numerical value corresponding to the error code must be a globally unique numerical value;
attribute code of error node: the error type corresponding to the error code must be globally unique;
content of error child node msg: short default error description information;
content of error child node desc: possible causes of detailed error occurrence;
the module node and the error node may have a plurality of sub-nodes, that is, the module node may include a plurality of module sub-nodes and error sub-nodes, and the error node may include a plurality of error sub-nodes and module sub-nodes, so as to classify, store and manage all error codes.
The following error codes and error information corresponding to the error codes can be obtained through the application scenario, so that the error codes correspond to the error information one by one:
111_ SERVER _ STORE _ NOT _ permaission: "file cannot be created", "file cannot be created due to authority";
112_ SERVER _ STORE _ NOT _ FOUND: "No file found", "file cannot be found" either because there is no read permission or because there is no file.
By the method, all error codes can be classified and stored, so that operators can conveniently search and maintain all error code information in the configuration file, and the working efficiency is improved.
Referring to fig. 3, fig. 3 is a flowchart illustrating a method for displaying software error code information according to a third embodiment of the present invention. Step S11 further includes the steps of:
s301: and translating the configuration file into the language of the running environment corresponding to the software, and naming the configuration file by using the international standard code and the country code of the language of the running environment.
S302: a default localized language file is generated that can run in all language contexts.
In this embodiment, in order to enable people of different languages to understand the error description information corresponding to the error code in the configuration file, the configuration file needs to be translated into languages of different countries, for example, in a simplified chinese environment, the error information described in simplified chinese is displayed; in the english environment, error information of english description is displayed. In the implementation process, the original configuration files are translated into languages of different countries through translation software, and the configuration files are named by international standard codes and country codes, so that other programs can conveniently search the corresponding configuration files. For example: simplified Chinese is named as: properties, english file named: properties, en _ us.
In one application scenario, in order to facilitate the development program to read the error code and the error description corresponding to the error code, the error description in the storage file may be displayed in a type of a character string, for example:
property file, show one certain error description:
SERVER _ STORE _ NOT _ policy ═ s no authority% s
SERVER STORE NOT FOUND file% s
In the en _ us. properties document, a certain error description is displayed:
SERVER_STORE_NOT_PERMISSION=%snot permission%s
SERVER_STORE_NOT_FOUND=not found%s
in another embodiment, a default common configuration file may be generated as the localization language file, and when the software runs and no localization file corresponding to the language of the software is found, the default common configuration file may be used as the configuration file, and the error description information may be obtained from the default common configuration file. This file is named "default. For example: the program runs under a French system, the local file does not have a localization file corresponding to French, a default file can be used when the program runs, if the localization file corresponding to French is newly added to a subsequent program, the program automatically selects the localization file corresponding to French when the program runs next time, corresponding description information is read from the file, and the software program does not need to be modified. In order to facilitate the software program to accurately identify the error codes in the configuration file and the error information corresponding to the error codes in the software development process, when the localization file is generated, a row of codes may be generated for each error description information, and in the row of codes, the identifier corresponding to the error description information is unique.
For example: SERVER _ STORE _ NOT _ PERMISSION%
By the method, the corresponding localized language file can be generated in any software development environment, and the corresponding error code prompt file can be further generated. When the localization language file required to be used does not exist, the default file can be used for operation.
Fig. 4 is a schematic flowchart of a fourth embodiment of the method for displaying software error code information according to the present invention, as shown in fig. 4, the method further includes the following steps:
s40: and automatically generating a description document of the error code according to the configuration file.
S41: and compiling a software development tool to obtain a software program containing the description document of the error codes.
S42: and operating the software program, and checking the description document of the error code in the description document of the software program.
In order to enable a user to inquire error values and error information of all error codes in the using process of a program, an error code description document can be added in a software description document for describing various generated errors in detail, so that the user can refer to and view the errors conveniently. In the compiling process, reading the configuration file to generate a corresponding description document, wherein the document comprises: error code number, error code type, error information, and detailed error interpretation. As shown in table 1:
TABLE 1
Figure BDA0001197170280000101
In this embodiment, the error information may be generated by using an extended stylesheet language transformation (XSLT), or may be generated by using other generation methods, which is not limited herein.
By the method, an operator can conveniently check the description document in the software program, so that the error information and the detailed explanation corresponding to the error code can be quickly inquired, and the working efficiency is improved.
Referring to fig. 5, fig. 5 is a flowchart illustrating a software error code information system according to a first embodiment of the present invention. In this embodiment, the system includes: a configuration module 51, a translation module 52, an encoding module 53, a first compiling module 54 and a first running module 55.
The configuration module 51: the configuration file is used for generating a configuration file used for defining error codes and error information corresponding to the error codes;
the translation module 52: the system is used for automatically generating a localization language file according to the configuration file;
the encoding module 53: the system comprises a localization language file, a code generation module and a code generation module, wherein the localization language file is used for automatically generating an error code prompt file corresponding to a development tool of software according to the localization language file;
the first compiling module 54: and compiling a software development tool to obtain a software program containing the error code prompt file.
The first operation module 55: the software program display method is used for operating the software program, when the software program has an operation error, the error code and the error information corresponding to the error code are displayed according to the error code prompt file of the software program, and the displayed error information corresponding to the error code is matched with the operation place and the operation environment of the software.
The configuration module 51 is specifically configured to perform grouping management on error codes according to different types, where each error code corresponds to a unique identifier; the error codes correspond to the error information one by one.
The translation module 52 is specifically configured to translate the configuration file into a language of an operating environment corresponding to the software, and name the configuration file by using an international standard code and a country code of the language of the operating environment; a default localized language file is generated that can run in all language contexts.
Wherein, the configuration file is an XML file.
FIG. 6 is a flowchart illustrating a second embodiment of the software error code information displaying system according to the present invention, further comprising: a generating module 61, a second compiling module 62 and a second running module 63.
The generation module 61: the description document is used for automatically generating error codes according to the configuration file;
the second compiling module 62: a software program for compiling a development tool for the software to obtain a specification document containing error codes;
the second operation module 63: and operating the software program, and checking the description document of the error code in the description document of the software program.
Each module and unit in this embodiment can respectively execute the corresponding steps in the above method embodiments, so that the description of each module is omitted here, and please refer to the description of the corresponding steps above in detail.
In the several embodiments provided in the present invention, it should be understood that the disclosed system, and method, may be implemented in other ways. For example, the division of the modules or units is only one logical division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The above description is only an embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes performed by the present specification and drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (8)

1. A method for displaying software error code information, comprising:
generating a configuration file for defining error codes and error information corresponding to the error codes;
automatically generating a localized language file according to the configuration file;
automatically generating an error code prompt file corresponding to the development tool of the software according to the localized language file;
compiling a development tool of the software to obtain a software program containing the error code prompt file;
the software program is operated, when the software program has operation errors, the error codes and the error information corresponding to the error codes are displayed according to the error code prompt file of the software program, and the displayed error information corresponding to the error codes is matched with the operation place and the operation environment of the software;
wherein the error information includes a short description and a detailed description, the short description corresponds to a type of error provided by the system, the detailed description is used for detailing a possible reason for the error occurrence, the method further includes:
automatically generating an explanation document of an error code according to the configuration file;
compiling a development tool of the software to obtain a software program of a description document containing the error codes;
and running the software program, and checking the description document of the error code in the description document of the software program.
2. The method of claim 1, wherein generating the configuration file defining the error codes and the error information corresponding to the error codes comprises:
grouping and managing the error codes according to different types, wherein each error code corresponds to a unique identifier;
the error codes correspond to the error information one by one.
3. The method of claim 1, wherein automatically generating a localized language file from the configuration file comprises:
translating the configuration file into a language of an operating environment corresponding to the software, and naming the configuration file by using an international standard code and a country code of the language of the operating environment;
a default localized language file is generated that can run in all language contexts.
4. The method of claim 1, wherein the configuration file is an XML file.
5. A system for displaying software error code information, comprising:
a configuration module: the configuration file is used for generating a configuration file used for defining error codes and error information corresponding to the error codes;
a translation module: the system is used for automatically generating a localization language file according to the configuration file;
the coding module: the system comprises a localization language file, a code error prompt file and a code error prompt file, wherein the localization language file is used for automatically generating an error code prompt file corresponding to a development tool of the software according to the localization language file;
a first compiling module: a development tool for compiling the software to obtain a software program containing the error code prompt file;
a first operation module: the software program is used for running the software program, when the software program has a running error, the error code and the error information corresponding to the error code are displayed according to the error code prompt file of the software program, and the displayed error information corresponding to the error code is matched with the running place and the running environment of the software;
wherein the error information includes a short description and a detailed description, the short description corresponds to the type of error provided by the system, the detailed description is used for detailing the possible reason of the error occurrence, the system further includes:
a generation module: the description document is used for automatically generating error codes according to the configuration file;
a second compiling module: a software program for compiling the software to obtain a specification document containing the error code;
a second operation module: and running the software program, and checking the description document of the error code in the description document of the software program.
6. The system of claim 5, wherein the configuration module is specifically configured to:
grouping and managing the error codes according to different types, wherein each error code corresponds to a unique identifier;
the error codes correspond to the error information one by one.
7. The system of claim 5, wherein the translation module is specifically configured to:
translating the configuration file into a language of an operating environment corresponding to the software, and naming the configuration file by using an international standard code and a country code of the language of the operating environment;
a default localized language file is generated that can run in all language contexts.
8. The system of claim 5, wherein the configuration file is an XML file.
CN201611246204.9A2016-12-292016-12-29Method and system for displaying software error code informationActiveCN106874163B (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN201611246204.9ACN106874163B (en)2016-12-292016-12-29Method and system for displaying software error code information

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN201611246204.9ACN106874163B (en)2016-12-292016-12-29Method and system for displaying software error code information

Publications (2)

Publication NumberPublication Date
CN106874163A CN106874163A (en)2017-06-20
CN106874163Btrue CN106874163B (en)2020-09-11

Family

ID=59164287

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN201611246204.9AActiveCN106874163B (en)2016-12-292016-12-29Method and system for displaying software error code information

Country Status (1)

CountryLink
CN (1)CN106874163B (en)

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN107515798A (en)*2017-09-062017-12-26郑州云海信息技术有限公司 Error handling method and device for storage management software
CN109120450A (en)*2018-08-292019-01-01郑州云海信息技术有限公司The method and device of neutron Network Abnormal processing in a kind of virtual management platform
CN109818777A (en)*2018-12-182019-05-28深圳市潮流网络技术有限公司A kind of method of calibration of software error code
CN112861529A (en)*2019-11-272021-05-28北京沃东天骏信息技术有限公司Method and device for managing error codes
CN111552513B (en)*2020-04-302024-04-16中国银行股份有限公司Character set replacement method and device
CN112446011B (en)*2020-12-022023-06-02视若飞信息科技(上海)有限公司Watermark identification and error code copyright judgment method
CN113760720B (en)*2021-01-072024-10-18北京沃东天骏信息技术有限公司Method and device for displaying abnormal information of codes
CN112698868B (en)*2021-01-082022-08-12瑞芯微电子股份有限公司Unified error code method applied to multiple systems and storage device
CN114201175A (en)*2021-12-142022-03-18平安壹钱包电子商务有限公司 Error code management method, device, computer-readable storage medium, and server
CN114780274A (en)*2022-04-202022-07-22中国农业银行股份有限公司Error code generation method and related equipment
CN115237654A (en)*2022-07-292022-10-25中国银行股份有限公司 Error message processing method and device

Citations (9)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN101197722A (en)*2007-12-292008-06-11中国建设银行股份有限公司Multi-system error code management method, device and system
CN101459925A (en)*2007-12-112009-06-17中国移动通信集团公司Complaint management system and method for telecommunication network
CN101588347A (en)*2008-05-232009-11-25中兴通讯股份有限公司Method for automatically generating network service client terminal
CN102821223A (en)*2011-06-102012-12-12夏普株式会社Information display system and information display method
CN104199819A (en)*2014-07-032014-12-10北京思特奇信息技术股份有限公司WEB system error processing method and device
CN104424084A (en)*2013-08-272015-03-18鸿富锦精密电子(天津)有限公司System error information detection system and method for server
CN104539458A (en)*2014-12-302015-04-22深圳市兰丁科技有限公司Operating environment self-adapting method and device
CN105204916A (en)*2015-10-302015-12-30北京奇虎科技有限公司Environment variable-based project process operation method and device
CN105868037A (en)*2016-03-232016-08-17乐视云计算有限公司Processing method and system of error information in program operation process

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN101459925A (en)*2007-12-112009-06-17中国移动通信集团公司Complaint management system and method for telecommunication network
CN101197722A (en)*2007-12-292008-06-11中国建设银行股份有限公司Multi-system error code management method, device and system
CN101588347A (en)*2008-05-232009-11-25中兴通讯股份有限公司Method for automatically generating network service client terminal
CN102821223A (en)*2011-06-102012-12-12夏普株式会社Information display system and information display method
CN104424084A (en)*2013-08-272015-03-18鸿富锦精密电子(天津)有限公司System error information detection system and method for server
CN104199819A (en)*2014-07-032014-12-10北京思特奇信息技术股份有限公司WEB system error processing method and device
CN104539458A (en)*2014-12-302015-04-22深圳市兰丁科技有限公司Operating environment self-adapting method and device
CN105204916A (en)*2015-10-302015-12-30北京奇虎科技有限公司Environment variable-based project process operation method and device
CN105868037A (en)*2016-03-232016-08-17乐视云计算有限公司Processing method and system of error information in program operation process

Also Published As

Publication numberPublication date
CN106874163A (en)2017-06-20

Similar Documents

PublicationPublication DateTitle
CN106874163B (en)Method and system for displaying software error code information
CN109062952B (en)Data query method and device and electronic equipment
CN109840256B (en)Query realization method based on business entity
US8028276B1 (en)Method and system for generating a test file
CN104992083B (en)Code obfuscation method and system for application program
CN102541521B (en)Automatic operating instruction generating device based on structured query language and method
CN100550020C (en)A kind of method and apparatus that is used to solve the Chinese software issue of supporting multilanguage
CN110968601A (en)Data query processing method and device
CN112015430A (en)JavaScript code translation method and device, computer equipment and storage medium
CN111736840A (en)Compiling method and running method of applet, storage medium and electronic equipment
US20160306736A1 (en)Translation verification testing
CN103020301A (en)Multidimensional data query and storage method and system
CN111026670B (en) Test case generation method, test case generation device and storage medium
CN105404692B (en) Web page generating method and generating device
CN112667563A (en)Document management and operation method and system
CN111078205A (en)Modular programming method and device, storage medium and electronic equipment
CN113901083A (en)Heterogeneous data source operation resource analysis positioning method and equipment based on multiple analyzers
CN115599386A (en)Code generation method, device, equipment and storage medium
CN113961192A (en)Code data processing method and device and electronic equipment
CN101770388A (en)Method and device for obtaining chip code information
CN112799760A (en)Form rendering method and device
CN108008947B (en)Intelligent prompting method and device for programming statement, server and storage medium
CN112000690B (en)Method and device for analyzing structured operation statement
US8521762B2 (en)Automated business process modeling
CN114764558A (en)SQL dialect conversion method, device, system and storage medium

Legal Events

DateCodeTitleDescription
PB01Publication
PB01Publication
SE01Entry into force of request for substantive examination
SE01Entry into force of request for substantive examination
GR01Patent grant
GR01Patent grant

[8]ページ先頭

©2009-2025 Movatter.jp