WO2019024543A1 - Procédé et appareil de production de code, générateur de code et support de stockage lisible - Google Patents

Procédé et appareil de production de code, générateur de code et support de stockage lisible Download PDF

Info

Publication number
WO2019024543A1
WO2019024543A1 PCT/CN2018/083942 CN2018083942W WO2019024543A1 WO 2019024543 A1 WO2019024543 A1 WO 2019024543A1 CN 2018083942 W CN2018083942 W CN 2018083942W WO 2019024543 A1 WO2019024543 A1 WO 2019024543A1
Authority
WO
WIPO (PCT)
Prior art keywords
code
template
user
preset value
repetitions
Prior art date
Application number
PCT/CN2018/083942
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 WO2019024543A1 publication Critical patent/WO2019024543A1/fr

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3684Test management for test design, e.g. generating new test cases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3692Test management for test results analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/36Software reuse

Definitions

  • the present application relates to the field of code generation, and in particular, to a code generation method, apparatus, code generator, and computer readable storage medium.
  • programmers have a lot of repetitive program code to write during the process of developing a software project.
  • it is generally written by a programmer, or generated by an existing code generator.
  • the main purpose of the present application is to provide a code generation method, a code generation device, a code generator, and a computer readable storage medium, which are intended to solve the technical problem of long development cycle, complicated operation of generating code, and inflexible operation.
  • the present application provides a code generating method, where the method includes:
  • the code in the crawl code development system that repeats the number of times greater than or equal to the preset value, and the code whose repetition number is greater than or equal to the preset value is entered into the system, and the step of forming the code template further includes :
  • Code that avoids the code vulnerabilities and system vulnerabilities is automatically generated according to the code specification.
  • the method further includes:
  • the number of times the code template is used is counted according to a preset period, a usage report is generated, and the usage report is used as a reference for generating the code template.
  • the code in the crawl code development system that repeats the number of times greater than or equal to the preset value, and the code whose repetition number is greater than or equal to the preset value is entered into the system, and the step of forming the code template further includes :
  • the user is monitored by the sequence of the pushed code templates, and the relationship between the code templates is analyzed according to the order in which the user uses the code templates, and the associated code templates are pushed to the user.
  • the step of copying the code whose number of repetitions is less than a preset value into the generated code template includes:
  • the present application further provides a code generating apparatus, where the apparatus includes:
  • a capture module configured to capture a code whose number of repetitions is greater than or equal to a preset value in the code development system, and enter the code whose repetition number is greater than or equal to a preset value into the template system to form a code template;
  • a receiving module configured to receive a code template path input by the user, extract a corresponding code template according to the code template path, and receive a code that the number of repetitions in the development system input by the user is less than a preset value
  • a copy module configured to copy the code whose number of repetitions is less than a preset value into the code generated in the extracted code template.
  • the present application further provides a code generator, the code generator comprising a processor and a memory, wherein the memory stores a code generation program; the processor is configured to execute the code generation program, To achieve the following steps:
  • the processor is further configured to execute the code generating program to implement the following steps:
  • Code that avoids the code vulnerabilities and system vulnerabilities is automatically generated according to the code specification.
  • the processor is further configured to execute the code generating program to implement the following steps:
  • the number of times the code template is used is counted according to a preset period, a usage report is generated, and the usage report is used as a reference for generating the code template.
  • the processor is further configured to execute the code generating program to implement the following steps:
  • the user is monitored by the sequence of the pushed code templates, and the relationship between the code templates is analyzed according to the order in which the user uses the code templates, and the associated code templates are pushed to the user.
  • the processor is further configured to execute the code generating program to implement the following steps:
  • the code generation method, the code generation method, the code generator and the computer readable storage medium provided by the application by capturing code in the code development system whose repetition times are greater than or equal to a preset value, and the number of repetitions is greater than or equal to
  • the set value code is entered into the template system to form a code template to form a code template; then, the code template path input by the user is received, and the corresponding code template is extracted according to the code template path, and the number of repetitions in the development system receiving the user input is less than The code of the preset value; the code that repeats the number of repetitions less than the preset value is copied into the extracted code template to generate the code, and the user can generate the code without performing complicated operation steps, thereby saving the programmer's human input.
  • Improve code generation efficiency and shorten software project development cycle by capturing code in the code development system whose repetition times are greater than or equal to a preset value, and the number of repetitions is greater than or equal to
  • the set value code is entered into the template system to
  • FIG. 1 is a schematic flow chart of a first embodiment of a code generating method according to the present application.
  • FIG. 2 is a schematic flowchart of a second embodiment of a code generating method according to the present application.
  • FIG. 3 is a schematic flowchart of a third embodiment of a code generating method according to the present application.
  • FIG. 4 is a schematic flowchart of a fourth embodiment of a code generating method according to the present application.
  • FIG. 5 is a schematic flowchart of the steps of copying the basic information of the generated required code to the generated code in the extracted code template in the fifth embodiment of the code generating method of the present application;
  • FIG. 6 is a schematic structural diagram of a device in a hardware operating environment according to an embodiment of the present application.
  • the main solution of the embodiment of the present application is: by crawling the code development system, the code whose repetition number is greater than or equal to the preset value, and the code whose repetition number is greater than or equal to the preset value is entered into the template system to form a code. Forming a code template; then receiving a code template path input by the user, extracting a corresponding code template according to the code template path, and receiving a code in the development system input by the user that is less than a preset value; and the repetition number is less than The code of the preset value is copied into the extracted code template to generate the code, and the user can generate the code without performing complicated operation steps, thereby saving the programmer's manpower investment, improving the code generation efficiency, and shortening the software project development cycle.
  • the embodiment of the present application considers that in the prior art, it is generally written by a programmer, or generated by an existing code generator. Repeated writing by the programmer will lead to a longer software project development cycle, which will increase the programmer's programming burden, and the code generation through the existing code generator can only generate simple code and need to generate relatively complex code. The operation of generating code is complicated, and the operation is not flexible, which is not conducive to user operation.
  • the embodiment of the present application provides a code generation method, by capturing a code whose number of repetitions is greater than or equal to a preset value in a code development system, and inputting the code whose repetition number is greater than or equal to a preset value into a template system.
  • Forming a code template to form a code template then receiving a code template path input by the user, extracting a corresponding code template according to the code template path, and receiving a code whose number of repetitions in the development system input by the user is less than a preset value;
  • the code that repeats the number of times less than the preset value is copied into the extracted code template to generate the code, and the user can generate the code without performing complicated operation steps, thereby saving the programmer's manpower investment, improving the code generation efficiency, and shortening the software. Project development cycle.
  • FIG. 1 is a schematic flowchart of a first embodiment of a code generating method according to the present application.
  • the method includes:
  • Step S10 capturing a code whose number of repetitions is greater than or equal to a preset value in the code development system, and inputting the code whose repetition number is greater than or equal to the preset value into the template system to form a code template;
  • the number of occurrences of each code may be counted in the software project development system, and then the code in the code development system whose repetition number is greater than or equal to the preset value may be captured, and the repetition number is greater than or equal to
  • the preset value code is entered into the template system to form a code template; specifically, the generated code template can be a template for converting a string into a certain format, or a code template having a connection database function;
  • the preset value can be determined according to the total number of program codes developed by each software project. When the total number of program codes developed by the software project is large, more programs need to be written, and the preset value can be set to a smaller value at this time.
  • the process of extracting the code and forming the code template can be completed by the local development device, or can be completed on the external device, and then imported into the local development device.
  • Step S20 receiving a code template path input by the user, extracting a corresponding code template according to the code template path, and receiving a code that the number of repetitions in the development system input by the user is less than a preset value;
  • the user can directly input the code template path, and the system can extract the corresponding code template according to the code template path.
  • the user can perform the function according to the functions required by the developed software project.
  • the code that is not in the code template can be input into the system, and will be developed in the system.
  • a code input system that repeats less than the preset value. Therefore, after the code template is extracted, it is also required to receive a code in which the number of repetitions in the development system input by the user is less than a preset value.
  • the code template before extracting the code template, the code template can also be extracted by inputting the function to be realized by the developed project.
  • Step S30 copying the code whose number of repetitions is less than a preset value to the code generated in the extracted code template.
  • copying the code in the development system that is less than the preset value to the extracted code template may generate the code.
  • the code generating method in this embodiment captures a code whose number of repetitions is greater than or equal to a preset value in a code development system, and records the code whose repetition number is greater than or equal to a preset value into a template system to form a code template.
  • Forming a code template then receiving a code template path input by the user, extracting a corresponding code template according to the code template path, and receiving a code whose number of repetitions in the development system input by the user is less than a preset value;
  • the code of the value is copied into the extracted code template to generate the code, and the user can generate the code without performing complicated operation steps, thereby saving the programmer's manpower investment, improving the code generation efficiency, and shortening the software project development cycle.
  • a second embodiment of the code generating method of the present application is proposed based on the first embodiment of the code generating method of the present application.
  • step after the step S10 further includes:
  • Step S40 Receive a code specification input by a user in a formed code template, where the code specification includes a code vulnerability and a system vulnerability;
  • Step S50 automatically generating code to avoid the code vulnerability and system vulnerability according to the code specification.
  • the user may further input a code specification into the generated code template, where the code specification includes a code vulnerability and a system vulnerability, and the code vulnerability is a common code vulnerability that has been discovered,
  • the latest discovered code vulnerabilities, etc., code vulnerabilities can be manifested in many aspects, the algorithm itself or the code itself may cause code loopholes.
  • the specific manifestations of code vulnerabilities mainly include: (1) The validity of the input data is not checked or checked poorly, or the improper handling of buffer vulnerabilities is caused by this problem. For example, when entering a password, the user may enter a long password. If the program is not restricted, it may cause other problems to be overwritten when the password is stored. (2) Code logic design defects or errors are caused by programmers' care or inconsistency.
  • the algorithm's own vulnerability algorithm is the premise of security.
  • the loophole of the algorithm itself may lead to various problems. For example, using a simpler encryption algorithm may easily lead to information leakage, so it is necessary to prevent code vulnerabilities.
  • a common code template for avoiding code vulnerabilities and system vulnerabilities may be extracted in the system, and then the developer needs to perform functions according to the current development project.
  • Write personalized code to avoid code vulnerabilities and system vulnerabilities, and then upload them to the system.
  • the system receives the personalized code to avoid code vulnerabilities and system vulnerabilities uploaded by users, and copies them to corresponding code vulnerabilities and system vulnerabilities.
  • the code for avoiding the code vulnerabilities and system vulnerabilities for the current development project can be automatically generated, thereby preventing potential harm to the program itself, the system or the data due to the inconsistency of the programming itself.
  • the code generation method of the embodiment by receiving a code specification input by a user in a generated code template, wherein the code specification includes a code vulnerability and a system vulnerability; and then automatically generating a code vulnerability and system according to the code specification Vulnerability code to prevent potential harm to the program itself, system or data due to poorly designed programming itself.
  • a third embodiment of the code generating method of the present application is proposed based on the first embodiment of the code generating method of the present application.
  • step after the step S30 further includes:
  • Step S60 performing automatic testing on the generated code, and generating a test report
  • Step S70 adjusting the code template according to the test report, and updating the adjusted code template
  • Step S80 Perform statistics on the number of times the code template is used according to a preset period, generate a usage report, and use the usage report as a reference for generating the code template.
  • the generated code may be further tested automatically, whether the test code has a problem, and then a test report is generated, so that the user knows whether the generated code has a problem, and if the generated code has a problem, There is a problem with the code for the user, so that the user can change it.
  • the code template can be further adjusted according to the test report, and the adjusted code template is updated to make the code template more precise. Further, the number of times of using each code template may be counted according to a preset period, a usage report is generated, and the usage report is used as a reference for generating the code template.
  • the code generation method proposed in this embodiment automatically tests the generated code and generates a test report, so that the user knows whether the generated code has a problem and the specific location where the problem occurs; and then performs the code template according to the test report. Adjust, and update the adjusted code template to make the code template more accurate; finally, the number of times the code template is used can be counted according to a preset period, and a usage report is generated to generate the usage report as a code template. reference.
  • a fourth embodiment of the code generating method of the present application is proposed based on the first embodiment of the code generating method of the present application.
  • step after the step S10 further includes:
  • Step S90 receiving a keyword input by the user, and pushing the code template to the user according to the keyword;
  • Step S100 monitoring the order in which the user uses the pushed code template, analyzing the relationship between the code templates according to the order in which the user uses the code template, and pushing the associated code template to the user.
  • the user in addition to obtaining the code template by directly inputting the code template path, the user can also obtain the code template by inputting the function to be implemented by the developed software project. Therefore, after receiving the keyword input by the user, the received keyword can be matched with the retained code template, and the matched code template is pushed to the user. At the same time, in the process of using the pushed code template, the user can further monitor the order of the user using the pushed code template, and then analyze the relationship between the code templates according to the order of the user using the code template, and push the associated code template to the user to improve The experience of users using code templates.
  • the code generating method provided in this embodiment can push the code template to the user according to the keyword by receiving the keyword input by the user; and then monitor the order of the user using the pushed code template, according to the order of the user using the code template. Analyze the relationship between each code template, push the associated code template to the user, and improve the user experience of using the code template.
  • a fifth embodiment of the code generating method of the present application is proposed based on any one of the first to fourth embodiments of the code generating method of the present application.
  • step S30 includes:
  • Step S31 acquiring a corresponding location of the basic information of the generated required code in the code template
  • Step S32 copying the basic information for generating the required code to the corresponding location generation code in the code template.
  • the embodiment of the present application further provides a code generating apparatus, where the apparatus includes:
  • a capture module configured to capture a code whose number of repetitions is greater than or equal to a preset value in the code development system, and enter the code whose repetition number is greater than or equal to a preset value into the template system to form a code template;
  • a receiving module configured to receive a code template path input by the user, extract a corresponding code template according to the code template path, and receive a code that the number of repetitions in the development system input by the user is less than a preset value
  • a copy module configured to copy the code whose number of repetitions is less than a preset value into the code generated in the extracted code template.
  • the embodiment of the present application further provides a code generator.
  • the code generator can 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 can include a display, an input unit such as a keyboard, and the optional user interface 1003 can also include a standard wired interface (eg, for connecting a wired keyboard, a wired mouse, etc.) and/or a wireless interface (eg, Used to 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.
  • code generator structure shown in FIG. 6 does not constitute a limitation to the code generator, and may include more or less components than those illustrated, or combine some components or different components. Arrangement.
  • an operating system and a code generator program may be included in the memory 1002 as a computer storage medium.
  • the operating system is a program that manages the hardware and software resources of the code generator, and supports the running of the code generator program and other software or programs.
  • the processor 1001 can be used to execute a code generation program stored in the memory 1002 to implement the following steps:
  • processor 1001 can also execute a code generation program stored in the memory 1002 to implement the following steps:
  • Code that avoids the code vulnerabilities and system vulnerabilities is automatically generated according to the code specification.
  • processor 1001 can also execute a code generation program stored in the memory 1002 to implement the following steps:
  • the number of times the code template is used is counted according to a preset period, a usage report is generated, and the usage report is used as a reference for generating the code template.
  • processor 1001 can also execute a code generation program stored in the memory 1002 to implement the following steps:
  • the user is monitored by the sequence of the pushed code templates, and the relationship between the code templates is analyzed according to the order in which the user uses the code templates, and the associated code templates are pushed to the user.
  • processor 1001 can also execute a code generation program stored in the memory 1002 to implement the following steps:
  • the application provides a computer readable storage medium storing one or more programs, the one or more programs being executable by one or more processors to implement the following steps:
  • the one or more programs may be executed by the one or more processors, and the following steps are also implemented:
  • Code that avoids the code vulnerabilities and system vulnerabilities is automatically generated according to the code specification.
  • the one or more programs may be executed by the one or more processors, and the following steps are also implemented:
  • the number of times the code template is used is counted according to a preset period, a usage report is generated, and the usage report is used as a reference for generating the code template.
  • the one or more programs may be executed by the one or more processors, and the following steps are also implemented:
  • the user is monitored by the sequence of the pushed code templates, and the relationship between the code templates is analyzed according to the order in which the user uses the code templates, and the associated code templates are pushed to the user.
  • the one or more programs may be executed by the one or more processors, and the following steps are also implemented:
  • 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 cell phone, a computer, a server, an air conditioner, or a network device, etc.) to perform the methods of various embodiments of the present application.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Stored Programmes (AREA)

Abstract

L'invention concerne un procédé de production de code, le procédé comprenant les étapes suivantes : capturer un code, le nombre de répétitions de celui-ci étant supérieur ou égal à une valeur prédéfinie, dans un système de développement de code, et entrer le code, le nombre de répétitions de celui-ci étant supérieur ou égal à la valeur prédéfinie, dans un système de modèles pour former un modèle de code ; recevoir une entrée de trajet de modèle de code par un utilisateur, extraire un modèle de code correspondant selon le trajet de modèle de code, et recevoir un code entré par l'utilisateur, le nombre de répétitions de celui-ci étant inférieur à la valeur prédéfinie, dans le système de développement ; et copier le code, le nombre de répétitions de celui-ci étant inférieur à la valeur prédéfinie, sur le modèle de code extrait pour produire un code. L'invention concerne aussi un appareil de production de code, un générateur de code et un support de stockage lisible par ordinateur. Cette application peut économiser de l'investissement pour le travail d'écriture de code et améliorer l'efficacité de production de code.
PCT/CN2018/083942 2017-08-01 2018-04-20 Procédé et appareil de production de code, générateur de code et support de stockage lisible WO2019024543A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201710656395.4 2017-08-01
CN201710656395.4A CN108345453A (zh) 2017-08-01 2017-08-01 代码生成方法、代码生成器及可读存储介质

Publications (1)

Publication Number Publication Date
WO2019024543A1 true WO2019024543A1 (fr) 2019-02-07

Family

ID=62963215

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/083942 WO2019024543A1 (fr) 2017-08-01 2018-04-20 Procédé et appareil de production de code, générateur de code et support de stockage lisible

Country Status (2)

Country Link
CN (1) CN108345453A (fr)
WO (1) WO2019024543A1 (fr)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109254774A (zh) * 2018-08-30 2019-01-22 郑州云海信息技术有限公司 软件开发系统中代码的管理方法和装置
CN109255059A (zh) * 2018-08-31 2019-01-22 平安科技(深圳)有限公司 产品基础算法确定方法、装置、计算机设备及存储介质
CN109375943A (zh) * 2018-10-18 2019-02-22 中国银行股份有限公司 一种程序文件生成方法及装置
CN110688103B (zh) * 2019-10-10 2023-07-04 望海康信(北京)科技股份公司 代码编写方法、装置、电子设备及计算机可读存储介质

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080313605A1 (en) * 2007-06-14 2008-12-18 Motorola, Inc. Development framework for automated data throughput optimization
CN103150165A (zh) * 2013-03-07 2013-06-12 中国农业大学 用于构建户外数据采集程序的框架以及程序构建方法
CN104267966A (zh) * 2014-10-15 2015-01-07 北京国双科技有限公司 软件的程序代码的生成方法及装置
CN106354492A (zh) * 2016-08-23 2017-01-25 深圳Tcl智能家庭科技有限公司 一种快速调整交易流程对接的自动化代码生成方法及系统
CN106469064A (zh) * 2016-09-04 2017-03-01 深圳市云智易联科技有限公司 代码生成方法及代码生成装置

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7392504B2 (en) * 2002-06-06 2008-06-24 International Business Machines Corporation System and method for automated source code generation

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080313605A1 (en) * 2007-06-14 2008-12-18 Motorola, Inc. Development framework for automated data throughput optimization
CN103150165A (zh) * 2013-03-07 2013-06-12 中国农业大学 用于构建户外数据采集程序的框架以及程序构建方法
CN104267966A (zh) * 2014-10-15 2015-01-07 北京国双科技有限公司 软件的程序代码的生成方法及装置
CN106354492A (zh) * 2016-08-23 2017-01-25 深圳Tcl智能家庭科技有限公司 一种快速调整交易流程对接的自动化代码生成方法及系统
CN106469064A (zh) * 2016-09-04 2017-03-01 深圳市云智易联科技有限公司 代码生成方法及代码生成装置

Also Published As

Publication number Publication date
CN108345453A (zh) 2018-07-31

Similar Documents

Publication Publication Date Title
WO2019024543A1 (fr) Procédé et appareil de production de code, générateur de code et support de stockage lisible
WO2019024219A1 (fr) Procédé et appareil de génération automatique de document, générateur automatique de document et support
WO2018188342A1 (fr) Procédé, appareil et dispositif permettant de générer un fichier de script, et support d'informations lisible par ordinateur
WO2019100638A1 (fr) Procédé, dispositif et équipement de synchronisation de données, et support d'informations
WO2018107610A1 (fr) Procédé, système et dispositif de traitement de données de service, et support d'informations lisible par ordinateur
WO2018120429A1 (fr) Procédé de mise à jour de ressources, terminal, support de stockage lisible par ordinateur et dispositif de mise à jour de ressources
WO2017143692A1 (fr) Téléviseur intelligent et son procédé de commande vocale
WO2018120457A1 (fr) Procédé de traitement de données, appareil, dispositif et support de stockage lisible par ordinateur
WO2018149299A1 (fr) Procédé d'identification d'une fraude à l'assurance sociale, dispositif, appareil et support de stockage informatique
WO2019037396A1 (fr) Procédé, dispositif et équipement de suppression de compte et support d'informations
WO2018149190A1 (fr) Procédé, dispositif et appareil de débogage de composant et support de stockage lisible par ordinateur
WO2015158297A1 (fr) Procédé, appareil et système de commande de tâche de distribution dans une plate-forme de réseautage social
WO2019000800A1 (fr) Procédé, appareil et dispositif de préparation de justificatifs d'identité, et support de stockage lisible par ordinateur
WO2015158219A1 (fr) Appareil et procédé de débogage à distance pour terminal mobile
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
WO2019104876A1 (fr) Procédé et système de poussée de produit d'assurance, terminal, terminal client et support d'informations
WO2018076569A1 (fr) Procédé et appareil de flashage de programme basé sur une unité de commande électronique
WO2018149300A1 (fr) Procédé, appareil et dispositif de détection de probabilité de maladie, et support de stockage lisible par ordinateur
WO2019169814A1 (fr) Procédé, appareil et dispositif de génération automatique d'annotation en chinois, et support d'informations
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
WO2019041851A1 (fr) Procédé de conseil après-vente d'appareil ménager, dispositif électronique 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
WO2023153818A1 (fr) Procédé de fourniture d'un modèle de réseau neuronal et appareil électronique pour sa mise en œuvre
WO2019000466A1 (fr) Procédé et appareil de reconnaissance faciale, support de stockage et dispositif électronique
WO2017032122A1 (fr) Procédé et appareil de détection d'un téléviseur numérique

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: 18842394

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 18842394

Country of ref document: EP

Kind code of ref document: A1

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 04.08.2020)

122 Ep: pct application non-entry in european phase

Ref document number: 18842394

Country of ref document: EP

Kind code of ref document: A1