WO2018188342A1 - Procédé, appareil et dispositif permettant de générer un fichier de script, et support d'informations lisible par ordinateur - Google Patents

Procédé, appareil et dispositif permettant de générer un fichier de script, et support d'informations lisible par ordinateur Download PDF

Info

Publication number
WO2018188342A1
WO2018188342A1 PCT/CN2017/111881 CN2017111881W WO2018188342A1 WO 2018188342 A1 WO2018188342 A1 WO 2018188342A1 CN 2017111881 W CN2017111881 W CN 2017111881W WO 2018188342 A1 WO2018188342 A1 WO 2018188342A1
Authority
WO
WIPO (PCT)
Prior art keywords
script file
script
configuration information
file
generating
Prior art date
Application number
PCT/CN2017/111881
Other languages
English (en)
Chinese (zh)
Inventor
张义德
Original Assignee
平安科技(深圳)有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 平安科技(深圳)有限公司 filed Critical 平安科技(深圳)有限公司
Publication of WO2018188342A1 publication Critical patent/WO2018188342A1/fr

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/21Design, administration or maintenance of databases

Definitions

  • the present application relates to the field of computer application technologies, and in particular, to a script file generation method, apparatus, device, and computer readable storage medium.
  • the database design is basically designed by the developer, manually written, and then submitted to the appropriate test personnel for inspection.
  • the main purpose of the present application is to provide a script file generation method, apparatus, device, and computer readable storage medium, which aim to solve the technical problem of the existing script file generation method, low efficiency, and poor intelligence.
  • the present application provides a script file generating method, where the script file generating method includes:
  • the preset script generation tool When receiving the generation instruction of the script file, the preset script generation tool creates a form on the preset interface;
  • a script file is generated according to the configuration information defined in the table and the script template corresponding to the table.
  • the present application further provides a script file generating apparatus, where the script file generating apparatus includes:
  • Establishing a module configured to create a table in a preset interface by using a preset script generation tool when receiving a script file generation instruction;
  • a definition module for defining configuration information in the created table
  • a generating module configured to generate a script file according to the configuration information defined in the table, and the script program template corresponding to the table.
  • the present application further provides a script file generating device, the script file generating device including a processor, and a memory storing a program generated by the script file; the processor is configured to execute the script file generation Program to implement the steps of the script file generation method as described above.
  • the present application further provides a computer readable storage medium storing a script file generating program, the script file generating program being executed by a processor to implement as described above The steps of the script file generation method.
  • the script file generating method proposed by the present application firstly establishes a form in a preset interface by using a preset script generating tool when receiving a script file generating instruction, and then defines configuration information in the created table, and then according to the definition in the table.
  • the configuration information, and the script template corresponding to the table generate a script file.
  • the script file is generated by the configuration information in the table and the script template corresponding to the table, and the generated script file conforms to the specification. Even if the script file is to be modified later, the configuration information in the table can be modified, and the code in the script template is Fragments do not need to be written again, improving the efficiency and intelligence of script file generation.
  • FIG. 1 is a schematic flowchart of a first embodiment of a method for generating a script file according to the present application
  • FIG. 2 is a schematic diagram of a refinement process of step S20 in FIG. 1;
  • step S30 in FIG. 1 is a schematic diagram of a refinement process of step S30 in FIG. 1;
  • FIG. 4 is a schematic flowchart of a second embodiment of a method for generating a script file according to the present application
  • FIG. 5 is a schematic diagram of functional modules of a first embodiment of a script file generating apparatus of the present application
  • FIG. 6 is a schematic diagram of a refinement function module of the module 20 defined in FIG. 5;
  • FIG. 7 is a schematic diagram of a refinement function module of the generation module 30 in FIG. 5;
  • FIG. 8 is a schematic diagram of functional modules of a second embodiment of a script file generating apparatus of the present application.
  • FIG. 9 is a schematic structural diagram of a device in a hardware operating environment according to an embodiment of the present application.
  • the solution of the embodiment of the present application is mainly: when receiving the generation instruction of the script file, first establishing a table in the preset interface by using a preset script generation tool, and then defining configuration information in the established table, and then defining according to the table
  • the configuration information, and the script template corresponding to the table generate a script file.
  • the generation of the script file is implemented by the configuration information in the table and the script template corresponding to the table, and the generated script file conforms to the specification. Even if the script file is to be modified later, the configuration information in the table can be modified, and the script template is The code snippet does not need to be written again, and solves the problem of the existing script file generation method, low efficiency, and poor intelligence.
  • the application provides a script file generation method.
  • FIG. 1 is a schematic flowchart of a preferred embodiment of a script file generating method according to the present application.
  • the script file generating method includes:
  • the preset script generation tool When receiving the generation instruction of the script file, the preset script generation tool creates a table in the preset interface; defines the configuration information in the established table; according to the configuration information defined in the table, and the script template corresponding to the table , generate a script file.
  • the script file generating method is preferably implemented by the terminal by using a preset script generating tool, and the script generating tool may be a DB (Database) tool, and the script file generating tool of the present application is completed by the script generating tool. process.
  • the script generating tool may be a DB (Database) tool, and the script file generating tool of the present application is completed by the script generating tool. process.
  • Step S10 when receiving the generation instruction of the script file, creating a form on the preset interface by using a preset script generation tool;
  • the preset application when receiving the generation instruction of the script file, the preset application is invoked by the preset script generation tool to create a table in the preset interface of the preset application.
  • the preset The interface is preferably an interface of an Excel application, and correspondingly, the created form is an Excel spreadsheet.
  • Step S20 defining configuration information in the established table
  • the configuration information is defined in the established table.
  • the configuration information may be configuration information defined by the terminal system, or may be input by the terminal system and the user in the table.
  • the configuration information is defined together, and the specific configuration information needs to be defined, depending on the actual situation.
  • the configuration information defined by the terminal system is defined by the system by default, and the configuration information input by the user is input according to the actual needs of the user.
  • the configuration information input by the user is received, the configuration information input by the user and the configuration information of the terminal system can be defined into the table. If the configuration information input by the user is not received, The configuration information defined by the terminal system is directly adopted.
  • the information defined by the terminal system includes: a database associated with the table, and a standard authorization file associated with the table; wherein the database is used to determine the specific type of the script template corresponding to the form, and the standard authorization file is used to determine the generation rules of the script file, and the script file
  • the generation rules mainly include: the length of the field in the script file and the access permission of the script file.
  • the script file can only be viewed, cannot be added or deleted, or can only be viewed and added, and cannot be deleted.
  • the configuration information input by the user includes: user information, synonym user information, triggers, and the like; wherein the user information and the synonym user information are used to distinguish different users, to grant different access rights to different users, and the trigger is used to record the script. Traces of modifications to the file.
  • the database and standard authorization file associated with the above mentioned table can also be modified by the user according to actual needs.
  • the step S20 includes:
  • Step S21 associating a database in the established table
  • Step S22 establishing user information and synonym user information for the associated database in the table, so that different users have different access rights;
  • step S23 a trigger is created in the table to record the modification trace of the script file based on the created trigger.
  • the table is associated with the preset database.
  • the system may be associated with the default database at the beginning, and may be added according to actual needs to be associated with other databases.
  • the addition mode can be implemented by the user adding a database identification information in the preset area of the table to associate the table to the new database.
  • the database initially associated with the table is LBS and ELIS, and the display form is:
  • the table in this embodiment is a normalized table, which can be mapped to a script template by using the script generation tool mentioned above, but since the script template to which the table is mapped is the same, The generated script files are different. Therefore, the script template corresponding to the table can be further determined by the database associated with the table, that is, the table is associated with different databases, and the attribute information generated in each database is different, and finally generated. The script template will also be different. In this embodiment, a table can be associated with multiple databases, and finally multiple script templates can be obtained.
  • user information and synonym user information are established in the associated database in the table, and different users are authorized to have different access rights for different users.
  • the user information set under a certain database is “Zhang Sheng”, and then a synonym user information is set to “Zhang San”, and the “Zhang Sheng” permission is Viewing the specific data in this form, adding, deleting, and modifying, and "Zhang San” is information that tells other users to visit, such as the user information that informs the tester to view, "Zhang San” has the right to view information, and cannot add or delete the table. data.
  • Zhang Sheng and “Zhang San” are the same object, setting user information and synonym information for the same object, and setting unused rights for user information and synonym information, so that developers and other personnel such as testers There are two different access rights for this object, which realizes the protection of the data in the table, prevents other people from changing the data in the table, and causes the script file generated subsequently to be incorrect, thus ensuring the security of the information.
  • a trigger can be created in the created table to subsequently record the modified trace of the script file based on the created trigger.
  • a trigger is created in the created table, so that the modification trace of the script file is recorded based on the created trigger, and the trace of each modification, as well as the specific modified content and the modification time, can be triggered. Record, easy to know the modification of the data in the table, better analysis.
  • the script template corresponding to the table may be determined according to the associated database in the table, and the configuration of the related information of the subsequently generated script file is completed.
  • Step S30 generating a script file according to the configuration information defined in the table and the script program template corresponding to the table.
  • the script template has been obtained, and combined with the configuration information defined by the terminal system in the table and the configuration information input by the user, the configuration information is specifically added to the script template to generate a script file.
  • the step S30 includes:
  • Step S31 extracting a script file generation rule from a standard authorization file stored in a preset directory
  • Step S32 generating a script file according to the extracted script file generation rule, the configuration information defined in the table, and the script program template corresponding to the table.
  • the generation rule of the script file may be further extracted from the standard authorization file stored in the preset directory, for example, the script file is only viewed.
  • the certain fields are inherently invariant, cannot be modified, and the like, and then generate a script file according to the generated rules of the generated script file, the configuration information defined in the table, and the corresponding script template of the skin label.
  • script file generating method further includes:
  • the script file generating method in the embodiment when receiving the script file generating instruction, first establishes a table in a preset interface by using a preset script generating tool, and then defines configuration information in the created table, and then defines according to the table.
  • the configuration information, and the script template corresponding to the table generate a script file.
  • the script file is generated by the configuration information in the table and the script template corresponding to the table, and the generated script file conforms to the specification. Even if the script file is to be modified later, the configuration information in the table can be modified, and the code in the script template is Fragments do not need to be written again, improving the efficiency and intelligence of script file generation.
  • the method further includes:
  • Step S40 when receiving the running instruction of the script file, calling the database associated with the table to run the script file to implement testing of the script file;
  • step S50 when it is detected that the script file is incorrect, the prompt information is output, wherein the manner of outputting the prompt information includes outputting in a position with an error in the table, or popping up the prompt window to output an error information.
  • the script file when receiving the running instruction of the script file, first calling the database associated with the table to run the script file, that is, by calling the database, traversing the database to run the script file, and detecting If no error is reported during the running of the script file, the generated script file is considered to be accurate. If the script file is detected to be incorrect, the prompt information is output to prompt the script file to be incorrect, and the manner of outputting the prompt information may be The position of the table is incorrectly output, and the prompt window may output a message with an error.
  • the method includes:
  • the generated script file is handed over to the preset storage path for subsequent execution of the script file;
  • the script file is first handed over to the preset storage path, so that the script file is tested in the storage path, and the test is not performed on the interface for generating the script file, thereby affecting the test of the script file, thereby improving the script.
  • the accuracy of the document test is first handed over to the preset storage path, so that the script file is tested in the storage path, and the test is not performed on the interface for generating the script file, thereby affecting the test of the script file, thereby improving the script.
  • the above-mentioned storage medium may be a read only memory, a magnetic disk or an optical disk or the like.
  • the application further provides a script file generating apparatus.
  • FIG. 5 is a schematic diagram of functional modules of a preferred embodiment of the script file generating apparatus 100 of the present application.
  • the functional block diagram shown in FIG. 5 is merely an exemplary diagram of a preferred embodiment, and those skilled in the art surround the functional modules of the script file generating apparatus 100 shown in FIG. 5.
  • the function modules of the present invention can be easily supplemented by the new function modules.
  • the names of the function modules are used to assist in understanding the various program function blocks of the script file generating apparatus 100, and are not used to limit the technical solutions of the present application.
  • At the heart of the solution is the functionality to be achieved by the functional modules that each define the name.
  • the script file generating apparatus 100 includes:
  • Establishing a module configured to: when the script generation instruction is received, create a table in the preset interface by using a preset script generation tool; define a module, configured to define configuration information in the established table; and generate a module, according to the table
  • the script file generating apparatus is preferably implemented by the terminal by using a preset script generating tool, and the script generating tool may be a DB (Database) tool, and the script file generating tool of the present application is completed by the script generating tool. process.
  • the script generating tool may be a DB (Database) tool, and the script file generating tool of the present application is completed by the script generating tool. process.
  • the establishing module 10 is configured to: when receiving the generating instruction of the script file, create a table in the preset interface by using a preset script generating tool;
  • the establishing module 10 calls the preset application by using the preset script generating tool to create a table in the preset interface of the preset application.
  • the The preset interface is preferably an interface of an Excel application, and correspondingly, the created form is an Excel spreadsheet.
  • the definition module 20 is configured to define configuration information in the established table
  • the definition module 20 defines the configuration information in the established table.
  • the configuration information may be configuration information defined by the terminal system, or may be the terminal system and the user.
  • the configuration information entered in the table is defined together, and the specific configuration information needs to be defined, depending on the actual situation.
  • the configuration information defined by the terminal system is defined by the system by default, and the configuration information input by the user is input according to the actual needs of the user.
  • the configuration information input by the user is received, the configuration information input by the user and the configuration information of the terminal system can be defined into the table. If the configuration information input by the user is not received, The configuration information defined by the terminal system is directly adopted.
  • the information defined by the terminal system includes: a database associated with the table, and a standard authorization file associated with the table; wherein the database is used to determine the specific type of the script template corresponding to the form, and the standard authorization file is used to determine the generation rules of the script file, and the script file
  • the generation rules mainly include: the length of the field in the script file and the access permission of the script file.
  • the script file can only be viewed, cannot be added or deleted, or can only be viewed and added, and cannot be deleted.
  • the configuration information input by the user includes: user information, synonym user information, triggers, and the like; wherein the user information and the synonym user information are used to distinguish different users, to grant different access rights to different users, and the trigger is used to record the script. Traces of modifications to the file.
  • the database and standard authorization file associated with the above mentioned table can also be modified by the user according to actual needs.
  • the definition module 20 includes:
  • An association unit 21 configured to associate a database in the established table
  • the establishing unit 22 is configured to establish user information and synonym user information in the table for the associated database, so that different users have different access rights;
  • a creating unit 23 is configured to create a trigger in the table to record a modification trace of the script file based on the created trigger.
  • the association unit 21 associates the table to the preset database.
  • the system may be associated with the default database at the beginning, and may be added according to actual needs to be associated with other databases.
  • the specific addition method can be implemented by the user adding a database identification information in the preset area of the table, so that the table is associated with the new database.
  • the database initially associated with the table is LBS and ELIS, and the display form is:
  • the table in this embodiment is a normalized table, which can be mapped to a script template by using the script generation tool mentioned above, but since the script template to which the table is mapped is the same, The generated script files are different. Therefore, the script template corresponding to the table can be further determined by the database associated with the table, that is, the table is associated with different databases, and the attribute information generated in each database is different, and finally generated. The script template will also be different. In this embodiment, a table can be associated with multiple databases, and finally multiple script templates can be obtained.
  • the establishing unit 22 establishes user information and synonym user information for the associated database in the table, and authorizes different users so that different users have different access rights. For example, when a developer develops a script file through a form, the user information set under a certain database is “Zhang Sheng”, and then a synonym user information is set to “Zhang San”, and the “Zhang Sheng” permission is Viewing the specific data in this form, adding, deleting, and modifying, and "Zhang San” is information that tells other users to visit, such as the user information that informs the tester to view, "Zhang San" has the right to view information, and cannot add or delete the table. data.
  • Zhang Sheng and “Zhang San” are the same object, setting user information and synonym information for the same object, and setting unused rights for user information and synonym information, so that developers and other personnel such as testers There are two different access rights for this object, which realizes the protection of the data in the table, prevents other people from changing the data in the table, and causes the script file generated subsequently to be incorrect, thus ensuring the security of the information.
  • the creation unit 23 can also create a trigger in the created table to subsequently record the modification trace of the script file based on the created trigger.
  • a trigger is created in the created table, so that the modification trace of the script file is recorded based on the created trigger, and the trace of each modification, as well as the specific modified content and the modification time, can be triggered. Record, easy to know the modification of the data in the table, better analysis.
  • the script template corresponding to the table may be determined according to the associated database in the table, and the configuration of the related information of the subsequently generated script file is completed.
  • the generating module 30 is configured to generate a script file according to the configuration information defined in the table and the script program template corresponding to the table.
  • the script template is obtained according to the database associated with the table.
  • the generating module 30 further adds the configuration information to the script template in combination with the configuration information defined by the terminal system in the table and the configuration information input by the user to generate a script. file.
  • the generating module 30 includes:
  • the extracting unit 31 is configured to extract a script file generating rule from a standard authorization file stored in a preset directory;
  • the generating unit 32 is configured to generate a script file according to the extracted script file generation rule, the configuration information defined in the table, and the script program template corresponding to the table.
  • the extracting unit 31 may further extract the script file generation rule, such as a script file, from the standard authorization file stored in the preset directory. Is only view, some fields are inherently unchanged, can not be modified, and so on, and then the generating unit 32 according to the generated rules of the generated script file, and the configuration information defined in the table and the corresponding script template of the skin label , generate a script file.
  • the script file generation rule such as a script file
  • script file generating apparatus further includes:
  • a determining module configured to determine, in the preset directory, a location where the standard authorization file is to be modified when the modification instruction of the standard authorization file is detected;
  • a processing module that replaces the determined location with a placeholder and adds a new script file generation rule to the determined location.
  • the script file generating apparatus 100 of the present embodiment firstly establishes a form in a preset interface by using a preset script generating tool when receiving a script file generating instruction, and then defines configuration information in the created form, and then according to the table.
  • the defined configuration information, and the script template corresponding to the table generates a script file.
  • the script file is generated by the configuration information in the table and the script template corresponding to the table, and the generated script file conforms to the specification. Even if the script file is to be modified later, the configuration information in the table can be modified, and the code in the script template is Fragments do not need to be written again, improving the efficiency and intelligence of script file generation.
  • the script file generating apparatus 100 further includes:
  • the calling module 40 is configured to, when receiving the running instruction of the script file, invoke the database associated with the table to run the script file to implement testing of the script file;
  • the output module 50 is configured to output prompt information when detecting that the script file is incorrect, wherein the manner of outputting the prompt information includes outputting in a position with an error in the table, or popping up the prompt window to output incorrect information.
  • the calling module 40 upon receiving the running instruction of the script file, the calling module 40 first invokes the database associated with the table to run the script file, that is, by calling the database, traversing the database to run the script file, If no error is reported during the running of the script file, the generated script file is considered to be accurate. If the script file is detected to be incorrect, the output module 50 outputs the prompt information to prompt the script file to be incorrect, and output the prompt information. The way can be output in the wrong position in the table, and the prompt window can be displayed to output incorrect information.
  • the device in order to ensure the accuracy of the data test, the device includes:
  • a handover module configured to: when the handover instruction of the script file is received, hand over the generated script file to a preset storage path, so as to subsequently run the script file;
  • the handover module first transfers the script file to the preset storage path, so as to test the script file in the storage path, avoiding testing on the interface for generating the script file, thereby affecting the test of the script file, thereby improving The accuracy of the script file test.
  • the above establishing module 10, defining module 20, generating module 30, and the like may be embedded in or independent of the script file generating device in hardware form, or may be stored in the script file generating device in software form.
  • the processor can be a central processing unit (CPU), a microprocessor, a microcontroller, or the like.
  • FIG. 9 is a schematic structural diagram of a device in a hardware operating environment according to an embodiment of the present application.
  • the script file generating device in the embodiment of the present application may be a PC, or may be a terminal device having a display function, such as a smart phone, a tablet computer, or a portable computer.
  • the script file generating device may include a processor 1001, such as a CPU, a network interface 1002, a user interface 1003, and a memory 1004. Connection communication between these components can be achieved via a communication bus.
  • the network interface 1002 may optionally include a standard wired interface (for connecting to a wired network), a wireless interface (such as a WI-FI interface, a Bluetooth interface, an infrared interface, etc. for connecting to a wireless network).
  • the user interface 1003 may include a display, an input unit such as a keyboard, and the optional user interface 1003 may also include a standard wired interface (eg, for connecting a wired keyboard, a wired mouse, etc.), a wireless interface (eg, for Connect a wireless keyboard, wireless mouse).
  • the memory 1004 may be a high speed RAM memory or a stable memory (non-volatile) Memory), such as disk storage.
  • the memory 1004 can also optionally be a storage device independent of the aforementioned processor 1001.
  • the script file generating device may further include a camera, RF (Radio) Frequency, RF) circuits, sensors, audio circuits, WiFi modules, and more.
  • RF Radio
  • RF Radio
  • script file generating device structure shown in FIG. 9 does not constitute a limitation of the script file generating device, and may include more or less components than those illustrated, or combine some components, or different. Parts layout.
  • an operating system a network communication module, a user interface module, and a script file generation program may be included in the memory 1004 as a computer storage medium.
  • the operating system is a program for managing and controlling the script file generation device hardware and software resources, and supports the operation of the network communication module, the user interface module, the script file generation program, and other programs or software; the network communication module is used to manage and control the network interface. 1002; a user interface module is used to manage and control the user interface 1003.
  • the processor 1001 can be used to execute a script file generating program stored in the memory 1004 to implement the steps of the script file generating method as described above.
  • the present application provides a computer readable storage medium storing a script file generating program, the script file generating program being executed by a processor to implement the steps of the script file generating method as described above .
  • the foregoing embodiment method can be implemented by means of software plus a necessary general hardware platform, and of course, can also be through hardware, but in many cases, the former is better.
  • Implementation Based on such understanding, the technical solution of the present application, which is essential or contributes to the prior art, may be embodied in the form of a software product stored in a storage medium (such as ROM/RAM, disk,
  • the optical disc includes a number of instructions for causing a terminal device (which may be a mobile phone, a computer, a server, an air conditioner, or a network device, etc.) to perform the methods described in various embodiments of the present application.

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

La présente invention concerne un procédé de génération d'un fichier de script. Le procédé consiste : à créer, lorsqu'une instruction permettant de générer un fichier de script est reçue, une table sur une interface prédéfinie au moyen d'un outil de génération de script prédéfini ; à définir des informations de configuration dans la table créée ; et à générer un fichier de script en fonction des informations de configuration définies dans la table et d'un modèle de programme de script correspondant à la table. L'invention concerne également un appareil et un dispositif permettant de générer un fichier de script, et un support d'informations lisible par ordinateur. Un fichier de script généré selon la présente invention est conforme aux normes. Même si le fichier de script doit être ultérieurement modifié, seules les informations de configuration dans une table doivent être modifiées, améliorant ainsi l'efficacité et l'intelligence de la génération du fichier de script.
PCT/CN2017/111881 2017-04-13 2017-11-20 Procédé, appareil et dispositif permettant de générer un fichier de script, et support d'informations lisible par ordinateur WO2018188342A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201710243035.1 2017-04-13
CN201710243035.1A CN107688593A (zh) 2017-04-13 2017-04-13 脚本文件生成方法和装置

Publications (1)

Publication Number Publication Date
WO2018188342A1 true WO2018188342A1 (fr) 2018-10-18

Family

ID=61152434

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/111881 WO2018188342A1 (fr) 2017-04-13 2017-11-20 Procédé, appareil et dispositif permettant de générer un fichier de script, et support d'informations lisible par ordinateur

Country Status (2)

Country Link
CN (1) CN107688593A (fr)
WO (1) WO2018188342A1 (fr)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112351104A (zh) * 2020-11-11 2021-02-09 光大兴陇信托有限责任公司 一种基于脚本引擎的代理服务器功能扩展方法和系统
CN112433705A (zh) * 2020-11-25 2021-03-02 平安普惠企业管理有限公司 脚本生成方法、装置、电子设备及存储介质

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109032582A (zh) * 2018-07-19 2018-12-18 郑州云海信息技术有限公司 一种生成服务器运维脚本的方法及装置
CN110347985B (zh) * 2019-05-30 2023-07-28 平安科技(深圳)有限公司 表格生成的方法、装置、计算机设备和存储介质
CN110505088B (zh) * 2019-08-20 2021-07-27 北京市燃气集团有限责任公司 存储授权变更方法和装置
CN111008346A (zh) * 2019-11-13 2020-04-14 苏宁云计算有限公司 一种数据采集方法及装置

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040254914A1 (en) * 2003-06-10 2004-12-16 Polizzi Nicholas P. Script generator for automating system administration operations
CN102135990A (zh) * 2011-03-11 2011-07-27 北京神舟航天软件技术有限公司 基于jsp模板的可自由定义的智能表单系统及生成方法
CN102541730A (zh) * 2011-12-08 2012-07-04 北京空间飞行器总体设计部 一种航天器测试脚本语义识别与自动生成方法
CN105740368A (zh) * 2016-01-27 2016-07-06 浪潮通信信息系统有限公司 一种生成报表的方法及装置

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100361127C (zh) * 2004-11-01 2008-01-09 华为技术有限公司 一种脚本文件自动生成系统及自动生成方法
CN102446090B (zh) * 2010-10-09 2014-01-29 金蝶软件(中国)有限公司 一种测试脚本的自动生成方法和装置
US10417314B2 (en) * 2012-06-14 2019-09-17 Open Text Sa Ulc Systems and methods of a script generation engine
CN105279090B (zh) * 2015-11-17 2018-07-03 中国建设银行股份有限公司 应用于金融领域的测试脚本生成方法和装置
CN106126215B (zh) * 2016-06-17 2019-06-21 深圳市麦斯杰网络有限公司 业务规则脚本生成方法及装置

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040254914A1 (en) * 2003-06-10 2004-12-16 Polizzi Nicholas P. Script generator for automating system administration operations
CN102135990A (zh) * 2011-03-11 2011-07-27 北京神舟航天软件技术有限公司 基于jsp模板的可自由定义的智能表单系统及生成方法
CN102541730A (zh) * 2011-12-08 2012-07-04 北京空间飞行器总体设计部 一种航天器测试脚本语义识别与自动生成方法
CN105740368A (zh) * 2016-01-27 2016-07-06 浪潮通信信息系统有限公司 一种生成报表的方法及装置

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112351104A (zh) * 2020-11-11 2021-02-09 光大兴陇信托有限责任公司 一种基于脚本引擎的代理服务器功能扩展方法和系统
CN112351104B (zh) * 2020-11-11 2021-09-10 光大兴陇信托有限责任公司 一种基于脚本引擎的代理服务器功能扩展方法和系统
CN112433705A (zh) * 2020-11-25 2021-03-02 平安普惠企业管理有限公司 脚本生成方法、装置、电子设备及存储介质

Also Published As

Publication number Publication date
CN107688593A (zh) 2018-02-13

Similar Documents

Publication Publication Date Title
WO2018188342A1 (fr) Procédé, appareil et dispositif permettant de générer un fichier de script, et support d'informations lisible par ordinateur
WO2018107610A1 (fr) Procédé, système et dispositif de traitement de données de service, et support d'informations lisible par ordinateur
WO2017143692A1 (fr) Téléviseur intelligent et son procédé de commande vocale
WO2018120429A1 (fr) Procédé de mise à jour de ressources, terminal, support de stockage lisible par ordinateur et dispositif de mise à jour de ressources
WO2018120457A1 (fr) Procédé de traitement de données, appareil, dispositif et support de stockage lisible par ordinateur
WO2019104876A1 (fr) Procédé et système de poussée de produit d'assurance, terminal, terminal client et support d'informations
WO2014011000A1 (fr) Procédé et appareil de commande d'application par reconnaissance d'image d'écriture manuscrite
WO2018082482A1 (fr) Procédé de partage de réseau et procédé et système d'accès à un réseau
WO2017148112A1 (fr) Procédé de saisie d'empreintes digitales et terminal
WO2018205545A1 (fr) Procédé de génération de données, appareil, terminal, et support d'informations lisible par ordinateur
WO2019037396A1 (fr) Procédé, dispositif et équipement de suppression de compte et support d'informations
WO2019000800A1 (fr) Procédé, appareil et dispositif de préparation de justificatifs d'identité, et support de stockage lisible par ordinateur
WO2018149190A1 (fr) Procédé, dispositif et appareil de débogage de composant et support de stockage lisible par ordinateur
WO2019196213A1 (fr) Procédé, appareil et dispositif de test d'interface, et support d'informations lisible par ordinateur
WO2019024219A1 (fr) Procédé et appareil de génération automatique de document, générateur automatique de document et support
WO2017054592A1 (fr) Terminal et procédé d'affichage d'interface
WO2013127233A1 (fr) Procédé de déverrouillage de touche basée sur un téléphone cellulaire et téléphone cellulaire
WO2018188196A1 (fr) Procédé de commande de version de données, contrôleur de version de données, dispositif et support de stockage lisible par ordinateur
WO2019114262A1 (fr) Procédé de chargement d'interface utilisateur, téléviseur intelligent, et support de stockage lisible par ordinateur
WO2019000801A1 (fr) Procédé, appareil et dispositif de synchronisation de données, et support d'informations lisible par ordinateur
WO2019100531A1 (fr) Procédé de génération de signature numérique et dispositif associé, procédé de vérification et dispositif associé, et support d'informations
WO2016108407A1 (fr) Procédé et dispositif de fourniture d'annotation
WO2019024543A1 (fr) Procédé et appareil de production de code, générateur de code et support de stockage lisible
WO2019041851A1 (fr) Procédé de conseil après-vente d'appareil ménager, dispositif électronique et support de stockage lisible par ordinateur
WO2019001087A1 (fr) Serveur, dispositif, procédé de demande d'indemnisation, et support d'informations lisible par ordinateur

Legal Events

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

Ref document number: 17905055

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 15/01/2020)

122 Ep: pct application non-entry in european phase

Ref document number: 17905055

Country of ref document: EP

Kind code of ref document: A1