CN110704394A - Report configuration modification method and device - Google Patents

Report configuration modification method and device Download PDF

Info

Publication number
CN110704394A
CN110704394A CN201910829066.4A CN201910829066A CN110704394A CN 110704394 A CN110704394 A CN 110704394A CN 201910829066 A CN201910829066 A CN 201910829066A CN 110704394 A CN110704394 A CN 110704394A
Authority
CN
China
Prior art keywords
configuration information
report
standard format
tree
format data
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.)
Granted
Application number
CN201910829066.4A
Other languages
Chinese (zh)
Other versions
CN110704394B (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.)
Jiangsu Suning Cloud Computing Co ltd
SuningCom Co ltd
Original Assignee
Suning Cloud Computing 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 Suning Cloud Computing Co Ltd filed Critical Suning Cloud Computing Co Ltd
Priority to CN201910829066.4A priority Critical patent/CN110704394B/en
Publication of CN110704394A publication Critical patent/CN110704394A/en
Application granted granted Critical
Publication of CN110704394B publication Critical patent/CN110704394B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

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/22Indexing; Data structures therefor; Storage structures
    • G06F16/2282Tablespace storage structures; Management thereof
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Human Computer Interaction (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The embodiment of the invention discloses a report configuration modification method and a report configuration modification device, which solve the technical problems of complex and tedious configuration modification process and long consumed time. In the embodiment of the invention, firstly, the configuration information of the report is obtained; then generating an operable tree-shaped visual interface according to the configuration information; and finally, modifying and storing the configuration information according to the operation type acted on the tree-shaped visual interface. The configuration information is visualized by acquiring the configuration information of the report, visual operation is provided, when the configuration is required to be modified, operation is carried out on a visual interface, modification and storage of the configuration information are achieved, the modification process is simple and convenient, and the consumed time is short.

Description

Report configuration modification method and device
Technical Field
The invention relates to the technical field of data processing, in particular to a report configuration modification method and device.
Background
A Business Intelligence (BI) report for a complex application may relate to a large amount of report configuration information. When a report is formed and finished being on-line, if basic information or even complex configuration information needs to be modified, the currently adopted method flow is to take the report off-line, modify the configuration, store the configuration and then go on-line again. The modification process is complex and tedious in flow and long in time consumption.
Disclosure of Invention
The embodiment of the invention provides a report configuration modification method and a report configuration modification device, and aims to solve the technical problems of complex configuration modification process and long consumed time.
In order to achieve the above purpose, the embodiment of the invention adopts the following technical scheme:
in a first aspect, an embodiment of the present invention provides a report configuration modification method, including:
acquiring configuration information of a report;
generating an operable tree-shaped visual interface according to the configuration information;
and modifying and storing the configuration information according to the operation type acted on the tree-shaped visual interface.
With reference to the first aspect, in a first possible implementation manner of the first aspect, the generating an operable tree visualization interface according to the configuration message includes:
analyzing the configuration information to generate standard format data;
and generating an operable tree-shaped visual interface according to the standard format data.
With reference to the first possible implementation manner of the first aspect, in a second possible implementation manner of the first aspect, the modifying and storing the configuration information according to the operation type applied to the tree-shaped visualization interface includes:
acquiring an operation type acting on the tree-shaped visual interface;
modifying standard format data according to the operation type;
the modified standard format data is reversely analyzed into modified configuration information;
the modified configuration information is saved.
With reference to the first possible implementation manner of the first aspect or the second possible implementation manner of the first aspect, in a third possible implementation manner of the first aspect, the standard format data includes an array structure, the array structure includes a plurality of standard format fields, and the standard format fields include a type, a name, a value, and an encoding.
With reference to the first aspect, in a fourth possible implementation manner of the first aspect, the step of obtaining the configuration information of the report includes:
receiving a link of a report;
analyzing the link to obtain coding information, wherein the coding information comprises a system code, a report code and a version code;
and acquiring the configuration information of the report according to the coding information.
In a second aspect, an embodiment of the present invention provides a report configuration modification apparatus, including:
the acquisition module is used for acquiring the configuration information of the report;
the processing module is used for generating an operable tree-shaped visual interface according to the configuration information;
and the updating module is used for modifying and storing the configuration information according to the operation type acted on the tree-shaped visual interface.
With reference to the second aspect, in a first possible implementation manner of the second aspect, the processing module includes:
the format analysis unit is used for analyzing the configuration information to generate standard format data;
and the visualization unit is used for generating an operable tree visualization interface according to the standard format data.
With reference to the first possible implementation manner of the second aspect, in a second possible implementation manner of the second aspect, the updating module includes:
the operation unit is used for acquiring operation types acting on the tree-shaped visual interface;
the modifying unit is used for modifying the standard format data according to the operation type;
the format inverse analysis unit is used for inversely analyzing the modified standard format data into modified configuration information;
and the storage unit is used for storing the modified configuration information.
With reference to the first possible implementation manner of the second aspect or the second possible implementation manner of the second aspect, in a third possible implementation manner of the second aspect, the standard format data generated by the format parsing unit includes an array structure, and the array structure includes a plurality of standard format fields, and the standard format fields include a type, a name, a value, and an encoding.
With reference to the second aspect, in a fourth possible implementation manner of the second aspect, the obtaining module includes:
the receiving unit is used for receiving the link of the report;
the analysis unit is used for analyzing the link to obtain coding information, and the coding information comprises a system code, a report code and a version code;
and the query unit is used for acquiring the configuration information of the report according to the coding information.
The report configuration modification method and the report configuration modification device provided by the embodiment of the invention solve the technical problems of complex and tedious configuration modification process and long consumed time. Compared with the prior art, in the embodiment of the invention, the configuration information of the report is acquired and visualized to generate the operable tree-shaped visualization interface, when the configuration is required to be modified, the operation is performed on the tree-shaped visualization interface to modify and store the configuration information, the modification process is simple and convenient, and the consumed time is short.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the embodiments of the present invention will be briefly described below, and it is obvious that the drawings described below are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
FIG. 1 is a schematic diagram of a server architecture for executing a method provided by an embodiment of the present invention;
FIG. 2 is a flow chart of a method provided by an embodiment of the present invention;
FIG. 3 is a schematic diagram of an embodiment of the present invention;
fig. 4 is a block diagram of an apparatus according to an embodiment of the present invention.
Detailed Description
In order to make the technical solutions of the present invention better understood, the present invention will be described in further detail with reference to the accompanying drawings and specific embodiments. It is to be understood that the embodiments described are only a few embodiments of the present invention, and not all embodiments. Based on the embodiments of the present invention, those skilled in the art can obtain the embodiments without any inventive step in advance, and the embodiments are within the protection scope of the present invention.
As used herein, the singular forms "a", "an", "the" and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will be further understood that the terms "comprises" and/or "comprising," when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof. In the embodiments of the present invention, words such as "exemplary" or "for example" are used to mean serving as examples, illustrations or descriptions. Any embodiment or design described as "exemplary" or "e.g.," an embodiment of the present invention is not necessarily to be construed as preferred or advantageous over other embodiments or designs. Rather, use of the word "exemplary" or "such as" is intended to present concepts related in a concrete fashion.
It will be understood by those skilled in the art that, unless otherwise defined, all terms (including technical and scientific terms) used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs. It will be further understood that terms, such as those defined in commonly used dictionaries, should be interpreted as having a meaning that is consistent with their meaning in the context of the prior art and will not be interpreted in an idealized or overly formal sense unless expressly so defined herein.
In the embodiment of the invention, the configuration information of the report is firstly acquired, then the operable tree-shaped visual interface is generated according to the configuration information, and finally the configuration information is modified and stored according to the operation type acted on the tree-shaped visual interface. According to the embodiment of the invention, the configuration information is visualized and visualized operation is provided, when configuration modification is required, operation is carried out on the visualized interface, modification and storage of the configuration information are realized, the modification process is simple and convenient, and the consumed time is short.
The method flow provided by the embodiment of the invention can be specifically operated on a server shown in fig. 1. The server comprises an input unit, a processor unit, an output unit, a communication unit, a storage unit, a peripheral unit and the like. These components communicate over one or more buses. It will be appreciated by those skilled in the art that the configuration of the servers shown in the figures is not intended to limit the invention, and may be a bus architecture, a star architecture, a combination of more or fewer components than those shown, or a different arrangement of components. In the embodiment of the present invention, the server may be a server for managing report configuration in a report system, or may be a working device of a report development tool used by a technician. Specifically, the method comprises the following steps:
the input unit is used for realizing the interaction between a user and the server and/or inputting information into the server. For example, the input unit may receive numeric or character information input by a user to generate a signal input related to user setting or function control. In the embodiment of the present invention, the input unit may be a touch panel, or may be other human-computer interaction interfaces, such as a physical keyboard or a mouse.
The processor unit is a control center of the server, connects various parts of the entire server using various interfaces and lines, and executes various functions of the server and/or processes data by operating or executing software programs and/or modules stored in the storage unit and calling data stored in the storage unit. The processor unit may be composed of an Integrated Circuit (IC), for example, a single packaged IC, or a plurality of packaged ICs connected with the same or different functions. For example, the processor Unit may include only a Central Processing Unit (CPU), or may be a combination of a GPU, a Digital Signal Processor (DSP), and a control chip (e.g., a baseband chip) in the communication Unit. In the embodiment of the present invention, the CPU may be a single operation core, or may include multiple operation cores.
The communication unit is used for establishing a communication channel, enabling the server to be connected to a remote device, such as a terminal device of a technician, through the communication channel, and performing data interaction with the remote device.
The output unit includes, but is not limited to, an image output unit and a sound output unit. The image output unit is used for outputting characters, pictures and/or videos. The image output unit may include a display panel, such as a display panel configured in the form of an LCD (Liquid crystal display), an OLED (Organic Light-Emitting Diode), a Field Emission Display (FED), and the like.
The storage unit may be used to store software programs and modules, and the processing unit executes various functional applications of the server and implements data processing by running the software programs and modules stored in the storage unit. The storage unit mainly includes a program storage area and a data storage area, where the program storage area may store an operating system, an application program required by at least one function, such as a report development program, a configuration modification program written based on the report configuration modification apparatus provided in this embodiment, and the like. In an embodiment of the invention, the Memory unit may include a volatile Memory, such as a Nonvolatile dynamic Random Access Memory (NVRAM), a phase change Random Access Memory (PRAM), a Magnetoresistive Random Access Memory (MRAM), and a non-volatile Memory, such as at least one magnetic disk Memory device, an Electrically Erasable Programmable Read-Only Memory (EEPROM), a flash Memory device, such as a flash Memory (NOR) or a flash Memory (NAND) or a flash Memory. The nonvolatile memory stores an operating system and an application program executed by the processing unit. The processing unit loads the operating program and data from the non-volatile memory into the memory and stores the digital content in the mass storage device.
The power supply is used to power the various components of the server to maintain their operation, including an external power supply that directly powers the server, such as an AC adapter or the like. In some embodiments of the invention, the power supply may be more broadly defined and may include, for example, a power management system, a charging system, a power failure detection circuit, a power converter or inverter, a power status indicator (e.g., a light emitting diode), and any other components associated with power generation, management, and distribution of the server.
An embodiment of the present invention provides a report configuration modification method, as shown in fig. 2, including:
and S10, acquiring the configuration information of the report.
According to an embodiment of the present invention, step S10 specifically includes the following steps:
and S110, receiving the link of the report.
In some embodiments, each report in the report development system has a link, and the link contains information such as the system code, the report code, and the version code of the report. The form of the link is as follows, http: html? The system id xx & reportId xx is not limited to the representation of the link in the embodiments of the present invention.
And positioning the report needing to be modified and configured through the link of the report. In some embodiments, by providing a visual interface including an input field and a query button, a report developer inputs a link of a report of a configuration to be modified in the input field, and receives the link of the report in the input field under the trigger of clicking the query button.
And S120, analyzing the link to obtain coding information, wherein the coding information comprises a system code, a report code and a version code.
And after the link of the report is received, analyzing the system code, the report code and the version code in the link by adopting a regular mode.
S130, obtaining the configuration information of the report according to the coding information.
The configuration information of the report is stored in a database in the form of JSON character strings, the system code, the report code and the version code are assembled into a query condition, and the configuration information of the corresponding report is searched and obtained.
In some embodiments, the query process is encapsulated into a query interface, the query interface is referred to as system code, report code and version code, and the interface return value is configuration information. And after the link is analyzed to obtain the system code, the report code and the version code of the report to be configured, the inquiry interface is called to obtain the configuration information of the report to be configured.
The embodiment of the invention obtains the system code, the report code and the version code by receiving the link of the report to be modified and configured, and obtains the configuration information of the report to be modified and configured according to the system code, the report code and the version code inquiry. Compared with the conventional method for obtaining the configuration information of the report by directly copying and pasting, the embodiment of the invention realizes the automatic acquisition of the configuration information of the report, and in the subsequent modification process of the method, the data after format conversion is displayed to the user, and the configuration information source data of the report is not directly exposed to the user, thereby facilitating other security management such as authority.
And S20, generating an operable tree-shaped visual interface according to the configuration information.
According to an embodiment of the present invention, step S20 specifically includes the following steps:
s210, analyzing the configuration information to obtain a JavaScript object.
The JavaScript object is parsed from the configuration information in the JSON string form obtained in step S10. In some embodiments, the JavaScript object is parsed from the string using json.
S220, analyzing the JavaScript object to generate standard format data.
According to one embodiment of the invention, the standard format data includes an array structure including a plurality of standard format fields including a type, a name, a value, and an encoding, in the form of: { id: xxx, type: xxx, name: xxx, value: xxx }.
After the JavaScript objects are obtained, each JavaScript object is sequentially analyzed, the character type, the character key value and the value of the character are obtained, a random number code id is generated, a corresponding standard format field is generated according to the form, and the standard format field is put into an array. If the value corresponding to the key is a reference type, such as an object or an array, then the child elements are recursively resolved. Finally, an array structure is obtained, which comprises a plurality of standard format fields.
And S230, generating a tree-shaped visual interface according to the standard format data.
In some embodiments, according to the standard format data obtained in step S220, the front end framework vue packages the tree control vue-tree autonomously, so as to generate a tree visualization interface, where the tree visualization interface includes buttons for modification, deletion, sorting, and the like. As shown in FIG. 3, a tree visualization interface instance is generated, each tree node corresponds to a field and displays its type, and the field type may be string, number, bootean, object, array, null, or the like. The field with the type of object and array comprises a plurality of child nodes. Each node corresponds to an expansion and retraction button, a deletion button, a modification button and the like, the nodes can be expanded, retracted, deleted, modified and the like through the buttons, and the character types of string, number, coolean and null type nodes can be modified.
The embodiment of the invention analyzes the configuration information in the form of the JSON character string into the JavaScript object, then analyzes the JavaScript object to generate the defined standard format data, and generates the tree-shaped visual interface according to the standard format data. The tree-shaped visual interface displays the configuration information of the report to be configured, report developers can click buttons of deleting, modifying and the like to modify the configuration information on the tree-shaped visual interface, and the operation is simple and convenient.
And S30, modifying and saving the configuration information according to the operation type acted on the tree-shaped visual interface.
According to an embodiment of the present invention, step S30 specifically includes the following steps: the method comprises the steps of obtaining an operation type acting on a tree-shaped visual interface, modifying standard format data according to the operation type, reversely analyzing the modified standard format data into modified configuration information, and storing the modified configuration information.
And when the tree-shaped visual interface is modified, modifying the standard format data through the corresponding operation type. For example, a report developer clicks a delete button of a certain node on a tree-shaped visual interface, and deletes standard format data corresponding to an ID according to the ID of the node. And if the modification button of a certain node is clicked for modification, modifying the value of the vlue of the standard format data corresponding to the ID according to the ID of the node. And performing inverse analysis on the modified standard format data, namely converting the modified standard format data into JSON format data, and analyzing the JSON format data into character strings. String () is used to convert JSON format to a string in some embodiments. And finally, storing the character string in a database. In some embodiments, the modified permission check is performed before the character string is saved, and if the check is passed, the saving interface is called to save the modified character string in the database. The security of the configuration information in the database is ensured by the permission verification mode, and the malicious tampering is prevented.
The report configuration modification method provided by the embodiment of the invention solves the technical problems of complicated configuration modification process and long consumed time. Compared with the prior art, in the embodiment of the invention, the configuration information of the report is acquired and visualized to generate the operable tree-shaped visualization interface, when the configuration is required to be modified, the operation is performed on the tree-shaped visualization interface to modify and store the configuration information, the modification process is simple and convenient, and the consumed time is short.
An embodiment of the present invention further provides a report configuration modification apparatus, as shown in fig. 4, including:
the acquisition module is used for acquiring the configuration information of the report;
the processing module is used for generating an operable tree-shaped visual interface according to the configuration information;
and the updating module is used for modifying and storing the configuration information according to the operation type acted on the tree-shaped visual interface.
According to one embodiment of the invention, the processing module comprises:
the format analysis unit is used for analyzing the configuration information to generate standard format data;
and the visualization unit is used for generating an operable tree visualization interface according to the standard format data.
According to one embodiment of the invention, the update module comprises:
the operation unit is used for acquiring operation types acting on the tree-shaped visual interface;
the modifying unit is used for modifying the standard format data according to the operation type;
the format inverse analysis unit is used for inversely analyzing the modified standard format data into modified configuration information;
and the storage unit is used for storing the modified configuration information.
According to one embodiment of the present invention, the standard format data generated by the format parsing unit includes an array structure including a plurality of standard format fields including a type, a name, a value, and an encoding.
According to one embodiment of the invention, the obtaining module comprises:
the receiving unit is used for receiving the link of the report;
the analysis unit is used for analyzing the link to obtain a system code, a report code and a version code;
and the query unit is used for acquiring the configuration information of the report according to the system code, the report code and the version code.
The report configuration modification device provided by the embodiment of the invention solves the technical problems of complicated configuration modification process and long consumed time. Compared with the prior art, in the embodiment of the invention, the configuration information is visualized and visualized operation is provided by acquiring the configuration information of the report, when the configuration is required to be modified, the operation is carried out on the visualized interface, the modification and the storage of the configuration information are realized, the modification process is simple and convenient, and the consumed time is short.
The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the apparatus embodiment, since it is substantially similar to the method embodiment, it is relatively simple to describe, and reference may be made to some descriptions of the method embodiment for relevant points. Those skilled in the art will appreciate that the modules in the devices in the embodiments may be adaptively changed and arranged in one or more devices different from the embodiments. The modules or units or components of the embodiments may be combined into one module or unit or component, and furthermore they may be divided into a plurality of sub-modules or sub-units or sub-components. All of the features disclosed in this specification (including any accompanying claims, abstract and drawings), and all of the processes or elements of any method or apparatus so disclosed, may be combined in any combination, except combinations where at least some of such features and/or processes or elements are mutually exclusive. Each feature disclosed in this specification (including any accompanying claims, abstract and drawings) may be replaced by alternative features serving the same, equivalent or similar purpose, unless expressly stated otherwise.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program, which can be stored in a computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. The storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), or the like.
The above description is only for the specific embodiment of the present invention, but the scope of the present invention is not limited thereto, and any changes or substitutions that can be easily conceived by those skilled in the art within the technical scope of the present invention are included in the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. A report configuration modification method is characterized by comprising the following steps:
acquiring configuration information of a report;
generating an operable tree-shaped visual interface according to the configuration information;
and modifying and storing configuration information according to the operation type acted on the tree-shaped visual interface.
2. The method of claim 1, wherein generating an operable tree visualization interface according to the configuration message comprises:
analyzing the configuration information to generate standard format data;
and generating an operable tree-shaped visual interface according to the standard format data.
3. The method according to claim 2, wherein the modifying and saving configuration information according to the operation type acting on the tree visualization interface comprises:
acquiring an operation type acting on the tree-shaped visual interface;
modifying the standard format data according to the operation type;
the modified standard format data is reversely analyzed into modified configuration information;
the modified configuration information is saved.
4. The method of claim 2 or 3, wherein the standard format data comprises an array structure comprising a plurality of standard format fields, the standard format fields comprising a type, a name, a value, and an encoding.
5. The method according to claim 1, wherein the obtaining the configuration information of the report comprises:
receiving a link of a report;
analyzing the link to obtain coding information, wherein the coding information comprises a system code, a report code and a version code;
and acquiring the configuration information of the report according to the coding information.
6. A report configuration modification apparatus, comprising:
the acquisition module is used for acquiring the configuration information of the report;
the processing module is used for generating an operable tree-shaped visual interface according to the configuration information;
and the updating module is used for modifying and storing the configuration information according to the operation type acted on the tree-shaped visual interface.
7. The apparatus of claim 6, wherein the processing module comprises:
the format analysis unit is used for analyzing the configuration information to generate standard format data;
and the visualization unit is used for generating an operable tree visualization interface according to the standard format data.
8. The apparatus of claim 7, wherein the update module comprises:
the operation unit is used for acquiring operation types acting on the tree-shaped visual interface;
the modifying unit is used for modifying the standard format data according to the operation type;
the format inverse analysis unit is used for inversely analyzing the modified standard format data into modified configuration information;
and the storage unit is used for storing the modified configuration information.
9. The apparatus according to claim 7 or 8, wherein the standard format data generated by the format parsing unit comprises an array structure comprising a plurality of standard format fields, the standard format fields comprising a type, a name, a value and an encoding.
10. The apparatus of claim 6, wherein the obtaining module comprises:
the receiving unit is used for receiving the link of the report;
the analysis unit is used for analyzing the link to obtain coding information, and the coding information comprises a system code, a report code and a version code;
and the query unit is used for acquiring the configuration information of the report according to the coding information.
CN201910829066.4A 2019-09-03 2019-09-03 Report configuration modification method and device Active CN110704394B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910829066.4A CN110704394B (en) 2019-09-03 2019-09-03 Report configuration modification method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910829066.4A CN110704394B (en) 2019-09-03 2019-09-03 Report configuration modification method and device

Publications (2)

Publication Number Publication Date
CN110704394A true CN110704394A (en) 2020-01-17
CN110704394B CN110704394B (en) 2023-06-30

Family

ID=69193716

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910829066.4A Active CN110704394B (en) 2019-09-03 2019-09-03 Report configuration modification method and device

Country Status (1)

Country Link
CN (1) CN110704394B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112000687A (en) * 2020-07-14 2020-11-27 金蝶医疗软件科技有限公司 Business account table generation method and device, computer equipment and storage medium
CN112558959A (en) * 2020-12-23 2021-03-26 绿瘦健康产业集团有限公司 Visual configuration table linkage modification method and system
CN113158115A (en) * 2021-04-09 2021-07-23 北京房江湖科技有限公司 Configuration page display method and device, electronic equipment and storage medium

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103106244A (en) * 2012-12-31 2013-05-15 华为技术有限公司 Information exhibiting method, terminal device, server and system
US20130185624A1 (en) * 2012-01-12 2013-07-18 International Business Machines Corporation Providing direct manipulation of an analytics data visualization within an analytics report
CN104158692A (en) * 2014-08-25 2014-11-19 烽火通信科技股份有限公司 Method of implementing configuration and management of data of home gateway based on XML (Extensible Markup Language)
US20150074561A1 (en) * 2010-05-07 2015-03-12 Google Inc. Customizable themes for browsers and web content
CN104598570A (en) * 2015-01-12 2015-05-06 百度在线网络技术(北京)有限公司 Resource fetching method and device
CN106294409A (en) * 2015-05-22 2017-01-04 阿里巴巴集团控股有限公司 Data processing method and device
US20170134224A1 (en) * 2015-11-08 2017-05-11 RRC Networks Oy Methods and systems for configuring communication networks
CN106775725A (en) * 2016-12-19 2017-05-31 网易(杭州)网络有限公司 A kind of visual configuration edit methods and device
CN106874247A (en) * 2017-01-03 2017-06-20 北京神州绿盟信息安全科技股份有限公司 A kind of report form generation method and device
CN107908659A (en) * 2017-10-17 2018-04-13 深圳前海微众银行股份有限公司 Data sheet collocation method, report platform and computer-readable recording medium
CN108170425A (en) * 2017-12-29 2018-06-15 东莞市高标软件科技有限公司 A kind of amending method of program code, modification device and terminal device
CN109328335A (en) * 2016-06-22 2019-02-12 亚马逊科技公司 Intelligence configuration discovery technique
CN109683953A (en) * 2018-12-26 2019-04-26 苏州思必驰信息科技有限公司 A kind of method and device carrying out configuration file processing based on visualization interface
CN110083814A (en) * 2019-04-09 2019-08-02 大唐微电子技术有限公司 A kind of report form generation method and device, computer readable storage medium

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150074561A1 (en) * 2010-05-07 2015-03-12 Google Inc. Customizable themes for browsers and web content
US20130185624A1 (en) * 2012-01-12 2013-07-18 International Business Machines Corporation Providing direct manipulation of an analytics data visualization within an analytics report
CN103106244A (en) * 2012-12-31 2013-05-15 华为技术有限公司 Information exhibiting method, terminal device, server and system
CN104158692A (en) * 2014-08-25 2014-11-19 烽火通信科技股份有限公司 Method of implementing configuration and management of data of home gateway based on XML (Extensible Markup Language)
CN104598570A (en) * 2015-01-12 2015-05-06 百度在线网络技术(北京)有限公司 Resource fetching method and device
CN106294409A (en) * 2015-05-22 2017-01-04 阿里巴巴集团控股有限公司 Data processing method and device
US20170134224A1 (en) * 2015-11-08 2017-05-11 RRC Networks Oy Methods and systems for configuring communication networks
CN109328335A (en) * 2016-06-22 2019-02-12 亚马逊科技公司 Intelligence configuration discovery technique
CN106775725A (en) * 2016-12-19 2017-05-31 网易(杭州)网络有限公司 A kind of visual configuration edit methods and device
CN106874247A (en) * 2017-01-03 2017-06-20 北京神州绿盟信息安全科技股份有限公司 A kind of report form generation method and device
CN107908659A (en) * 2017-10-17 2018-04-13 深圳前海微众银行股份有限公司 Data sheet collocation method, report platform and computer-readable recording medium
CN108170425A (en) * 2017-12-29 2018-06-15 东莞市高标软件科技有限公司 A kind of amending method of program code, modification device and terminal device
CN109683953A (en) * 2018-12-26 2019-04-26 苏州思必驰信息科技有限公司 A kind of method and device carrying out configuration file processing based on visualization interface
CN110083814A (en) * 2019-04-09 2019-08-02 大唐微电子技术有限公司 A kind of report form generation method and device, computer readable storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
王若龙: "可配置化表单引擎系统的设计与实现", 《中国优秀硕士学位论文全文数据库 信息科技辑》 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112000687A (en) * 2020-07-14 2020-11-27 金蝶医疗软件科技有限公司 Business account table generation method and device, computer equipment and storage medium
CN112558959A (en) * 2020-12-23 2021-03-26 绿瘦健康产业集团有限公司 Visual configuration table linkage modification method and system
CN113158115A (en) * 2021-04-09 2021-07-23 北京房江湖科技有限公司 Configuration page display method and device, electronic equipment and storage medium
CN113158115B (en) * 2021-04-09 2024-07-12 贝壳找房(北京)科技有限公司 Configuration page display method, device, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN110704394B (en) 2023-06-30

Similar Documents

Publication Publication Date Title
US9021440B1 (en) System and method for automated test script generation
US11657612B2 (en) Method and apparatus for identifying video
US20050268280A1 (en) Encapsulating changes to a software application
CN104679500B (en) Method and device for realizing automatic generation of entity class
CN110704394B (en) Report configuration modification method and device
CN113238740B (en) Code generation method, code generation device, storage medium and electronic device
US20240069876A1 (en) Front-end code generation method and apparatus
CN107562459B (en) Management system, interface generating/displaying/operating method, medium, and terminal
US11107028B2 (en) Numerical graphical flow diagram conversion and comparison
US10133766B2 (en) Accessing and editing virtually-indexed message flows using structured query langauge (SQL)
CN110661665A (en) Alarm method based on Internet of things cloud platform, computer storage medium and equipment
CN115469941A (en) Automatic configuration processing method and system for wind control index calculation development based on FlinkSQL
US11557047B2 (en) Method and apparatus for image processing and computer storage medium
CN114594927A (en) Low code development method, device, system, server and storage medium
CN111338626B (en) Interface rendering method and device, electronic equipment and medium
CN116360735A (en) Form generation method, device, equipment and medium
CN113687827B (en) Data list generation method, device and equipment based on widget and storage medium
CN112667795B (en) Dialogue tree construction method and device, dialogue tree operation method, device and system
US8607201B2 (en) Augmenting visualization of a call stack
CN112685023A (en) Front-end development processing method, device, equipment and storage medium based on basic library
CN111104436A (en) Label dimension value self-adjusting method and system
CN113779117A (en) Data monitoring method and device, storage medium and electronic equipment
US10896161B2 (en) Integrated computing environment for managing and presenting design iterations
CN114371848A (en) Page joint debugging method, device, equipment and storage medium
CN114385155A (en) vue project visualization tool generation method, device, equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CP03 Change of name, title or address
CP03 Change of name, title or address

Address after: No.1-1 Suning Avenue, Xuzhuang Software Park, Xuanwu District, Nanjing, Jiangsu Province, 210042

Patentee after: Jiangsu Suning cloud computing Co.,Ltd.

Country or region after: China

Address before: No.1-1 Suning Avenue, Xuzhuang Software Park, Xuanwu District, Nanjing, Jiangsu Province, 210042

Patentee before: Suning Cloud Computing Co.,Ltd.

Country or region before: China

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20240318

Address after: 210000, 1-5 story, Jinshan building, 8 Shanxi Road, Nanjing, Jiangsu.

Patentee after: SUNING.COM Co.,Ltd.

Country or region after: China

Address before: No.1-1 Suning Avenue, Xuzhuang Software Park, Xuanwu District, Nanjing, Jiangsu Province, 210042

Patentee before: Jiangsu Suning cloud computing Co.,Ltd.

Country or region before: China