CN115098579A - Business data publishing method and device, electronic equipment and computer readable medium - Google Patents

Business data publishing method and device, electronic equipment and computer readable medium Download PDF

Info

Publication number
CN115098579A
CN115098579A CN202211015724.4A CN202211015724A CN115098579A CN 115098579 A CN115098579 A CN 115098579A CN 202211015724 A CN202211015724 A CN 202211015724A CN 115098579 A CN115098579 A CN 115098579A
Authority
CN
China
Prior art keywords
data
plug
service data
configuration information
service
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202211015724.4A
Other languages
Chinese (zh)
Inventor
贺亮
王惠平
黄基强
王晓瑞
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhongguancun Smart City Co Ltd
Original Assignee
Zhongguancun Smart City 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 Zhongguancun Smart City Co Ltd filed Critical Zhongguancun Smart City Co Ltd
Priority to CN202211015724.4A priority Critical patent/CN115098579A/en
Publication of CN115098579A publication Critical patent/CN115098579A/en
Pending legal-status Critical Current

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/25Integrating or interfacing systems involving database management systems
    • 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/25Integrating or interfacing systems involving database management systems
    • G06F16/254Extract, transform and load [ETL] procedures, e.g. ETL data flows in data warehouses
    • 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/25Integrating or interfacing systems involving database management systems
    • G06F16/258Data format conversion from or to a database
    • 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/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons

Landscapes

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

Abstract

The embodiment of the disclosure discloses a service data publishing method, a service data publishing device, electronic equipment and a computer readable medium. One embodiment of the method comprises: acquiring a data source configuration information set; for each data source configuration information comprised by the set of data source configuration information, performing the following steps: determining a data acquisition plug-in corresponding to the data source configuration information; determining a data conversion plug-in corresponding to the data source configuration information; determining a data persistence plug-in corresponding to the data source configuration information; acquiring initial service data according to the data acquisition plug-in and the data source configuration information; performing data conversion processing on the initial service data according to the data conversion plug-in to obtain conversion service data; storing the converted service data according to the data persistence plug-in; generating fusion service data according to the stored conversion service data; and issuing the converged service data. The embodiment can improve the service data publishing efficiency, thereby improving the timeliness of the service data.

Description

Service data publishing method, device, electronic equipment and computer readable medium
Technical Field
Embodiments of the present disclosure relate to the field of computer technologies, and in particular, to a method and an apparatus for publishing business data, an electronic device, and a computer-readable medium.
Background
In the internet era, with diversification of information, people share data more frequently and conveniently, channels for acquiring information are more diversified, and how to enable people to share data through various channels quickly and efficiently is a problem to be solved at present. At present, when business data is distributed to each channel, the method generally adopted is as follows: the method is characterized in that the method is independently programmed for different business data sources and distribution channels to realize data extraction from a plurality of different data sources and distribution in various channels, and data verification is manually carried out before distribution.
However, the inventor finds that when business data is distributed to various channels in the above manner, the following technical problems often exist:
firstly, a separate programming mode is adopted for different service data sources and distribution channels, so that the time consumption is long, the service data distribution efficiency is low, and the timeliness of the service data is reduced.
Secondly, before the release, the data is audited manually, which takes a long time, and further results in low efficiency of releasing the service data.
Thirdly, when data is rechecked, the data which cannot be audited is required to be rechecked according to manually recorded data which cannot be audited, and the data which cannot be audited cannot be directly positioned, so that the rechecking time is long.
The above information disclosed in this background section is only for enhancement of understanding of the background of the inventive concept and, therefore, it may contain information that does not form the prior art that is already known to a person of ordinary skill in the art in this country.
Disclosure of Invention
This summary is provided to introduce a selection of concepts in a simplified form that are further described below in the detailed description. This summary is not intended to identify key features or essential features of the claimed subject matter, nor is it intended to be used to limit the scope of the claimed subject matter.
Some embodiments of the present disclosure propose a business data publishing method, apparatus, electronic device and computer readable medium to solve one or more of the technical problems mentioned in the background section above.
In a first aspect, some embodiments of the present disclosure provide a method for publishing service data, where the method includes: acquiring a data source configuration information set corresponding to a target service; for each data source configuration information included in the data source configuration information set, executing the following steps: determining a data acquisition plug-in corresponding to the data source configuration information; determining a data conversion plug-in corresponding to the data source configuration information; determining a data persistence plug-in corresponding to the data source configuration information; acquiring initial service data according to the data acquisition plug-in and the data source configuration information; performing data conversion processing on the initial service data according to the data conversion plug-in to obtain conversion service data; storing the converted service data according to the data persistence plug-in; generating fusion service data according to the stored conversion service data; and issuing the converged service data.
In a second aspect, some embodiments of the present disclosure provide a service data publishing device, including: an obtaining unit configured to obtain a data source configuration information set corresponding to a target service; an execution unit configured to execute, for each data source configuration information included in the data source configuration information set, the following steps: determining a data acquisition plug-in corresponding to the data source configuration information; determining a data conversion plug-in corresponding to the data source configuration information; determining a data persistence plug-in corresponding to the data source configuration information; acquiring initial service data according to the data acquisition plug-in and the data source configuration information; performing data conversion processing on the initial service data according to the data conversion plug-in to obtain conversion service data; storing the converted service data according to the data persistence plug-in; a generating unit configured to generate fusion service data from the stored respective conversion service data; and the issuing unit is configured to issue the converged service data.
In a third aspect, some embodiments of the present disclosure provide an electronic device, comprising: one or more processors; a storage device having one or more programs stored thereon, which when executed by one or more processors, cause the one or more processors to implement the method described in any of the implementations of the first aspect.
In a fourth aspect, some embodiments of the present disclosure provide a computer readable medium on which a computer program is stored, wherein the program, when executed by a processor, implements the method described in any of the implementations of the first aspect.
The above embodiments of the present disclosure have the following beneficial effects: through the service data publishing method of some embodiments of the present disclosure, the service data publishing efficiency can be improved, thereby improving the timeliness of the service data. Specifically, the reason why the service data distribution efficiency is low and the timeliness of the service data is reduced is that: the method of independently programming aiming at different service data sources and distribution channels is adopted, so that the time consumption is long, the service data distribution efficiency is low, and the timeliness of the service data is reduced. Based on this, in the service data publishing method according to some embodiments of the present disclosure, first, a data source configuration information set corresponding to a target service is obtained. Thereby, a data source configuration information set may be obtained, which may be used for obtaining initial service data. Secondly, for each data source configuration information included in the data source configuration information set, executing the following steps: determining a data acquisition plug-in corresponding to the data source configuration information; determining a data conversion plug-in corresponding to the data source configuration information; determining a data persistence plug-in corresponding to the data source configuration information; and acquiring initial service data according to the data acquisition plug-in and the data source configuration information. Therefore, each initial service data can be obtained, so that the service data of different data sources can be directly obtained by selecting a plug-in without independent programming. And then, according to the data conversion plug-in, performing data conversion processing on the initial service data to obtain conversion service data. Therefore, each conversion service data can be obtained, and for the service data of different data sources, data conversion processing can be carried out in a plug-in mode without independent programming. And then, storing the converted service data according to the data persistence plug-in. Therefore, each conversion service data can be stored in the database, so that for the service data of different data sources, each conversion service data can be stored in a plug-in mode without independent programming. Then, fusion service data is generated according to the stored conversion service data. Therefore, the converged service data can be obtained and can be used for service data distribution. And finally, issuing the converged service data. Therefore, the converged service data can be released, and a service data releasing task can be completed. And when the business data of different data sources are released, the business data can be processed in a related way by selecting the plug-in, and independent programming is not needed, so that the business data release efficiency is improved. Therefore, the service data distribution efficiency can be improved, and the timeliness of the service data is improved.
Drawings
The above and other features, advantages and aspects of various embodiments of the present disclosure will become more apparent by referring to the following detailed description when taken in conjunction with the accompanying drawings. Throughout the drawings, the same or similar reference numbers refer to the same or similar elements. It should be understood that the drawings are schematic and that elements and elements are not necessarily drawn to scale.
FIG. 1 is a flow diagram of some embodiments of a business data publishing method in accordance with the present disclosure;
FIG. 2 is a schematic block diagram of some embodiments of a business data publishing device in accordance with the present disclosure;
FIG. 3 is a schematic block diagram of an electronic device suitable for use in implementing some embodiments of the present disclosure.
Detailed Description
Embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While certain embodiments of the disclosure are shown in the drawings, it is to be understood that the disclosure may be embodied in various forms and should not be construed as limited to the embodiments set forth herein. Rather, these embodiments are provided for a more thorough and complete understanding of the present disclosure. It should be understood that the drawings and the embodiments of the disclosure are for illustration purposes only and are not intended to limit the scope of the disclosure.
It should be noted that, for convenience of description, only the portions related to the related invention are shown in the drawings. The embodiments and features of the embodiments in the present disclosure may be combined with each other without conflict.
It should be noted that the terms "first", "second", and the like in the present disclosure are only used for distinguishing different devices, modules or units, and are not used for limiting the order or interdependence of the functions performed by the devices, modules or units.
It is noted that references to "a", "an", and "the" modifications in this disclosure are intended to be illustrative rather than limiting, and that those skilled in the art will recognize that "one or more" may be used unless the context clearly dictates otherwise.
The names of messages or information exchanged between devices in the embodiments of the present disclosure are for illustrative purposes only, and are not intended to limit the scope of the messages or information.
The present disclosure will be described in detail below with reference to the accompanying drawings in conjunction with embodiments.
Fig. 1 illustrates a flow 100 of some embodiments of a business data publishing method in accordance with the present disclosure. The service data publishing method comprises the following steps:
step 101, a data source configuration information set corresponding to a target service is obtained.
In some embodiments, an executing entity (e.g., a computing device) of the service data publishing method may obtain the data source configuration information set corresponding to the target service through a wired connection manner or a wireless connection manner. The target service may be a service to be subjected to data distribution. For example, the target service may be a news service or an information service. The data source configuration information included in the data source configuration information set may be configuration information of a data source. The configuration information may include, but is not limited to, an address of a data source. For example, the configuration information may be a web page link address or a file directory. It should be noted that the wireless connection means may include, but is not limited to, a 3G/4G connection, a WiFi connection, a bluetooth connection, a WiMAX connection, a Zigbee connection, a uwb (ultra wideband) connection, and other wireless connection means now known or developed in the future. In practice, the executing body may obtain the data source configuration information set of the corresponding target service from the terminal device or the server in which the service identifier of the corresponding target service is stored.
In some optional implementation manners of some embodiments, the execution main body may obtain the data source configuration information set corresponding to the target service in a data listening manner.
Step 102, for each data source configuration information included in the data source configuration information set, executing the following steps:
step 1021, determining the data acquisition plug-in corresponding to the data source configuration information.
In some embodiments, the execution principal may determine a data acquisition plug-in corresponding to the data source configuration information. The data obtaining plug-in may be a plug-in for obtaining data corresponding to the data source configuration information. In practice, the execution main body may determine, in response to detecting a selection operation acting on any data acquisition plug-in selection control of at least one data acquisition plug-in selection control displayed in the data publishing interface, a data acquisition plug-in corresponding to the any data acquisition plug-in selection control as a data acquisition plug-in corresponding to the data source configuration information. The data publishing interface may be an interface for publishing data. The at least one data acquisition plug-in selection control may include a data acquisition plug-in selection control corresponding to a custom data acquisition plug-in. The data acquisition plug-in selection control can be a control for selecting a data acquisition plug-in. The customized data acquisition plug-in may be a locally uploaded data acquisition plug-in. The selection operation may be, but is not limited to, at least one of the following: clicking, hovering and dragging.
As an example, the data source configuration information may be configuration information corresponding to web news, a user who releases data may click a "web crawler" data acquisition plug-in selection control on a data release interface, and the determined data acquisition plug-in may be a plug-in that acquires news service data by using a web crawler method.
In some optional implementation manners of some embodiments, the execution main body may determine, in response to detecting an input operation acting on a data acquisition plug-in input control displayed in the data publishing interface, an input data acquisition plug-in corresponding to the input operation as a data acquisition plug-in corresponding to the data source configuration information. The data acquisition plug-in input control can be a control for inputting a data acquisition plug-in. The input operation may be an operation of inputting a text. The text may be a name of a predetermined plug-in. The input data acquisition plug-in may be a data acquisition plug-in input by a user through the input operation.
As an example, the data source configuration information may be configuration information corresponding to web page news, a user may input "web crawler data acquisition" in a data acquisition plug-in input control displayed on a data publishing interface, and the determined data acquisition plug-in may be a plug-in that acquires service data by using a web crawler method.
Step 1022, determine the data conversion plug-in corresponding to the data source configuration information.
In some embodiments, the execution agent may determine a data conversion plug-in corresponding to the data source configuration information. The data conversion plug-in may be a plug-in for converting a data format. In practice, the execution main body may determine, in response to detecting a selection operation acting on any data conversion plug-in selection control of at least one data conversion plug-in selection control displayed in the data publishing interface, a data conversion plug-in corresponding to the any data conversion plug-in selection control as a data conversion plug-in corresponding to the data source configuration information. The at least one data conversion plug-in selection control may include a data conversion plug-in selection control corresponding to a custom data conversion plug-in. The data conversion plug-in selection control can be a control for selecting the data conversion plug-in. The customized data conversion plug-in can be a locally uploaded data conversion plug-in.
As an example, an "XML (Extensible Markup Language)" data conversion plug-in selection control may be clicked on the data publishing interface, and the determined data conversion plug-in may be a plug-in for converting the obtained service data into an XML standard format.
In some optional implementation manners of some embodiments, the executing main body may determine, in response to detecting an input operation acting on a data conversion plug-in input control displayed in the data publishing interface, an input data conversion plug-in corresponding to the input operation as a data conversion plug-in corresponding to the data source configuration information. The data conversion plug-in input control can be a control for inputting a data conversion plug-in. The input data conversion plug-in may be a data conversion plug-in input by a user through the input operation.
And step 1023, determining the data persistent plug-in corresponding to the data source configuration information.
In some embodiments, the execution principal may determine a data persistence plug-in corresponding to the data source configuration information. The data persistence plug-in may be a plug-in for storing data or data files. In practice, the execution main body may determine, in response to detecting a selection operation acting on any data persistent plugin selection control of at least one data persistent plugin selection control displayed in the data publishing interface, a data persistent plugin corresponding to the any data persistent plugin selection control as a data persistent plugin corresponding to the data source configuration information. The at least one data persistence plug-in selection control may include a data persistence plug-in selection control corresponding to a customized data persistence plug-in. The data persistence plug-in selection control can be a control for selecting a data persistence plug-in. The customized data persistent plug-in may be a locally uploaded data persistent plug-in.
As an example, a "data file persistence" data persistence plug-in selection control may be clicked on the data publishing interface, and the determined data persistence plug-in may be a plug-in that persists a file of the acquired business data.
In some optional implementation manners of some embodiments, in response to detecting an input operation applied to a data persistent plug-in input control displayed in the data publishing interface, the execution main body may determine an input data persistent plug-in corresponding to the input operation as a data persistent plug-in corresponding to the data source configuration information. The data persistence plug-in input control can be a control for inputting a data persistence plug-in. The input data persistence plug-in may be a data persistence plug-in input by the user through the input operation.
And step 1024, acquiring initial service data according to the data acquisition plug-in and the data source configuration information.
In some embodiments, the execution subject may obtain initial service data according to the data obtaining plug-in and the data source configuration information. The initial service data may be service data corresponding to the data source configuration information. The service data may be data of the target service. For example, the initial service data may be a text or a picture. In practice, the execution main body first determines the data source configuration information as the acquisition input parameter of the data acquisition plug-in. The acquisition input parameter may be a parameter that needs to be input by the data acquisition plug-in. And then, operating the data acquisition plug-in to obtain initial service data.
Optionally, after step 1024, the executing body may execute the following steps:
firstly, determining a data encryption plug-in corresponding to the data source configuration information. The data encryption plug-in may be a plug-in for encrypting data. In practice, the execution main body may determine, in response to detecting a selection operation acting on any data encryption plug-in selection control of at least one data encryption plug-in selection control displayed in the data publishing interface, a data encryption plug-in corresponding to the any data encryption plug-in selection control as a data encryption plug-in corresponding to the data source configuration information. The at least one data encryption plug-in selection control may include a data encryption plug-in selection control corresponding to a user-defined data encryption plug-in. The data encryption plug-in selection control can be a control for selecting a data encryption plug-in. The customized data encryption plug-in can be a locally uploaded data encryption plug-in.
As an example, the SM2 data encryption plug-in selection control may be clicked on the data publishing interface, and the determined data encryption plug-in may be a plug-in that employs the SM2 data encryption method.
In some optional implementation manners of some embodiments, the execution main body may determine, in response to detecting an input operation applied to a data encryption plug-in input control displayed in the data publishing interface, an input data encryption plug-in corresponding to the input operation as a data encryption plug-in corresponding to the data source configuration information. The data encryption plug-in input control can be a control for inputting a data encryption plug-in. The input data encryption plug-in may be a data encryption plug-in input by the user through the input operation.
And secondly, encrypting the initial service data according to the data encryption plug-in to obtain encrypted initial service as initial service data so as to update the obtained initial service data. In practice, the execution main body may encrypt the initial service data by running the data encryption plug-in, so as to obtain an encrypted initial service as the initial service data.
And 1025, performing data conversion processing on the initial service data according to the data conversion plug-in to obtain conversion service data.
In some embodiments, the execution main body may perform data conversion processing on the initial service data according to the data conversion plug-in, so as to obtain converted service data. The converted service data may be service data after data format conversion. In practice, first, the execution main body may determine the initial service data as a conversion input parameter of the data conversion plug-in. The conversion input parameter may be a parameter that needs to be input by the data conversion plug-in. And then, operating the data conversion plug-in unit, and performing data conversion processing on the initial service data to obtain conversion service data.
And step 1026, storing the conversion service data according to the data persistence plug-in.
In some embodiments, the execution main body may store the conversion service data according to the data persistence plug-in. In practice, the execution main body can store the conversion service data by operating the data persistence plug-in.
And 103, generating fusion service data according to the stored conversion service data.
In some embodiments, the execution agent may generate the converged service data according to the stored respective converted service data in various ways.
In some optional implementation manners of some embodiments, the executing entity may generate the converged service data according to the stored respective conversion service data by:
firstly, determining a target data fusion plug-in. The target data fusion plug-in may be a plug-in for data fusion. In practice, the execution agent may determine the target data fusion plug-in various ways.
In some optional implementations of some embodiments, the execution agent may determine the target data fusion plug-in by:
in response to detection of a selection operation acting on any data fusion plug-in selection control in at least one data fusion plug-in selection control displayed in the data release interface, determining a data fusion plug-in corresponding to the any data fusion plug-in selection control as the target data fusion plug-in. The at least one data fusion plug-in selection control may include a data fusion plug-in selection control corresponding to a custom data fusion plug-in. The data fusion plug-in selection control can be a control for selecting a data fusion plug-in. The customized data fusion plug-in can be a locally uploaded data fusion plug-in.
As an example, a "layout document template" data fusion plug-in selection control may be clicked on the data publishing interface, and the determined data fusion plug-in may be a plug-in for fusing each conversion service data into a layout document.
In the second substep, the execution subject may determine, in response to detecting an input operation acting on a data fusion plug-in input control displayed in the data publishing interface, an input data fusion plug-in corresponding to the input operation as corresponding to the target data fusion plug-in. The data fusion plug-in input control can be a control for inputting a data fusion plug-in. The input data fusion plug-in may be a data fusion plug-in input by a user through the input operation.
And secondly, fusing the stored conversion service data according to the target data fusion plug-in to generate fused service data. In practice, first, the execution main body may determine the respective conversion service data as the fusion input parameters of the target data fusion plug-in. The fusion input parameters may be parameters that the target data fusion plug-in needs to input. And then, operating the target data fusion plug-in, and fusing the stored conversion service data to obtain fusion service data.
And 104, issuing the converged service data.
In some embodiments, the execution main body may perform the publishing process on the converged service data in various manners.
In some optional implementation manners of some embodiments, the execution main body may perform issuing processing on the converged service data through the following steps:
first, a target data push plug-in is determined. The target data pushing plug-in may be a plug-in for pushing data. In practice, the execution agent may determine the target data push plug-in various ways.
In some optional implementation manners of some embodiments, the execution main body may determine, in response to detecting a selection operation performed on any data push plug-in selection control of at least one data push plug-in selection control displayed in the data publishing interface, a data push plug-in corresponding to the any data push plug-in selection control as a target data push plug-in. The at least one data push plug-in selection control may include a data push plug-in selection control corresponding to a user-defined data push plug-in. The data push plug-in selection control can be a control for selecting a data push plug-in. The data push plug-in may be a plug-in for pushing data. The customized data push plug-in can be a locally uploaded data push plug-in.
As an example, when the converged service data needs to be published on a web page, a "SOAP service push" data push plug-in selection control may be clicked on a data publishing interface, and the determined data push plug-in may be a plug-in that pushes the converged service data by using a SOAP protocol.
In some optional implementations of some embodiments, in response to detecting an input operation acting on a data push plug-in input control displayed in the data publishing interface, the execution main body may determine, as the target data push plug-in, an input data push plug-in corresponding to the input operation. The data push plug-in input control may be a control for inputting a data push plug-in. The input data push plug-in may be a data push plug-in input by a user through the input operation.
And secondly, pushing the plug-in according to the target data, and sending the fusion service data to each preset issuing terminal device. The publishing terminal device may be a terminal device of a target user. The target user may be a user who needs the converged service data. In practice, the execution main body may send the convergence service data to each preset publishing terminal device in various manners according to the target data push plug-in.
In some optional implementation manners of some embodiments, the execution main body may send the converged service data to preset respective publishing terminal devices according to the target data push plugin through the following steps:
the method comprises the first step of responding to the detected selection operation of a data release control acting on a data release interface, and detecting whether audit result information corresponding to the fusion service data exists or not. The data publishing control may be a control for publishing the converged service data. The audit result information may represent whether the fusion service data is approved or not.
And secondly, generating data audit prompt information in response to the absence of the audit result information corresponding to the fusion service data. The data auditing prompt information can represent that data auditing is required. For example, the data audit prompt message may be "please audit data".
And thirdly, displaying the data auditing prompt information in an auditing prompt window in the data issuing interface. The data auditing method includes the steps of receiving data auditing prompt information, and displaying the data auditing prompt information.
And fourthly, in response to the detection of the selection operation of the data auditing control acting on the data publishing interface, performing image-text extraction processing on the fusion service data to obtain an image data set and a text data set. The data auditing control may be a control for auditing the fusion service data. In practice, first, the execution body may extract, from the fusion service data, each image data included in the fusion service data as an image data set. Then, each text data included in the fusion service data is extracted from the fusion service data as a text data set.
And fifthly, carrying out image identification processing on each image data included in the image data set to obtain an image auditing result set. The image review result set includes an image review result that may be one of the following: and the image verification is passed, and the image verification is not passed. The image auditing failure can represent that the image data comprises preset image data which is not allowed to be issued. For example, the image data that is not permitted to be distributed may be a confidential image or an image that is not suitable for distribution to the public. In practice, the executing subject may input each image data included in the image data set into an image recognition model, so as to obtain an image review result set. The image recognition model may be a neural network that takes image data as input and an image verification result as output. The neural network may be a convolutional neural network.
And sixthly, performing text classification processing on each text data included in the text data set to obtain a text auditing result set. The text audit result included in the text audit result set may be one of the following: and the text audit is passed and the text audit is not passed. The text audit failure can represent that the text data comprises preset text data which is not allowed to be issued. For example, the text data that is not permitted to be published may be confidential text or text that is not suitable for publication to the public. In practice, the execution subject may input each text data included in the text data set into a text classification model, so as to obtain a text review result set. The text classification model may be a neural network that takes text data as input and takes a text audit result as output. The neural network may be a recurrent neural network.
And seventhly, determining the image checking result set and the text checking result set as checking result information. In practice, the execution subject may combine each image audit result included in the image audit result set and each text audit result included in the text audit result set to obtain audit result information. The combination mode can be character splicing.
And eighthly, in response to the fact that the audit result information meets the preset audit passing condition, pushing a plug-in according to the target data, and sending the fusion service data to each release terminal device. The preset audit passing condition may represent that each image audit result and each text audit result included in the audit result information are passed. In practice, first, in response to determining that the audit result information meets a preset audit passing condition, the execution main body may determine the fusion service data as a push input parameter of the target data push plug-in. The push input parameter may be a parameter that the target data push plug-in needs to input. And then, operating the target data push plug-in, and sending the fusion service data to each release terminal device.
The technical scheme and the related content serve as an invention point of the embodiment of the disclosure, and the technical problem that the second technical problem mentioned in the background art is that data verification is performed manually before release, so that the time consumption is long, and the service data release efficiency is further low is solved. Factors that lead to low efficiency of service data distribution tend to be as follows: before the release, the data is audited manually, which takes a long time, and further results in low efficiency of the release of the service data. If the above factors are solved, the effect of improving the service data publishing efficiency can be achieved. In order to achieve this effect, in the service data publishing method according to some embodiments of the present disclosure, first, in response to detecting a selection operation of a data publishing control acting on a data publishing interface, it is detected whether audit result information corresponding to the fusion service data exists. Therefore, whether the data auditing is finished or not can be judged, and the data auditing can be ensured to be finished before the data is issued. And secondly, responding to the absence of the auditing result information corresponding to the fusion service data, and generating data auditing prompt information. Therefore, data auditing prompt information can be obtained, and the data auditing prompt information can be used for prompting a user to audit data. And then, displaying the data auditing prompt information in an auditing prompt window in the data publishing interface. Therefore, the user can be prompted to check the data, and the user can be intuitively prompted to check the data before issuing. Then, in response to the detection of the selection operation of the data auditing control acting on the data publishing interface, performing image-text extraction processing on the fusion service data to obtain an image data set and a text data set; performing image identification processing on each image data included in the image data set to obtain an image auditing result set; performing text classification processing on each text data included in the text data set to obtain a text auditing result set; and determining the image checking result set and the text checking result set as checking result information. Therefore, the auditing result information can be automatically obtained, and the method can be used for judging whether the fusion service data is approved or not. And finally, in response to the fact that the audit result information meets the preset audit passing conditions, pushing the plug-in according to the target data, and sending the fusion service data to each piece of issuing terminal equipment. Therefore, the converged service data can be pushed to a target user, and a service data issuing task can be completed. And because the data auditing information is automatically generated, manual auditing is not needed. Therefore, the data auditing time is shortened, and the service data issuing efficiency can be improved.
Optionally, the executing body may execute the following steps:
and step one, in response to the fact that the audit result information does not meet the preset audit passing condition, determining each image audit result meeting the preset image audit result condition and included in the image audit result set as a target image audit result set. The preset image audit result condition can indicate that the image audit result is not passed.
And secondly, determining image data, which correspond to each target image auditing result in the target image auditing result set and are included in the image data set, as target image data to obtain a target image data set.
And thirdly, displaying the target image data set in an image auditing window included in the data publishing interface. The image audit window may be a window for displaying image data that cannot be audited.
And fourthly, determining each text audit result which meets the preset text audit result condition and is included in the text audit result set as a target text audit result set. The preset text audit result condition can indicate that the text audit result does not pass.
And fifthly, determining the image data, corresponding to each target text auditing result in the target text auditing result set, included in the text data set as target text data to obtain a target text data set.
And sixthly, displaying the target text data set in a text auditing window included in the data publishing interface. The text auditing window can be a window used for displaying the text data which is not approved.
The technical scheme and the related content serve as an invention point of the embodiment of the disclosure, and the technical problem that the third technical problem mentioned in the background art is solved, when data rechecking is carried out, rechecking needs to be carried out according to manually recorded data which cannot be approved, and the data which cannot be approved cannot be directly positioned, so that the rechecking time is long. Factors that lead to longer recheck times tend to be as follows: when data is rechecked, the data which is recorded manually and cannot be audited is rechecked according to the data which is recorded manually and cannot be checked, and therefore the rechecking time is long. If the above factors are solved, the effect of shortening the rechecking time can be achieved. In order to achieve this effect, in the service data publishing method according to some embodiments of the present disclosure, first, in response to determining that the audit result information does not satisfy the preset audit passing condition, each image audit result that satisfies the preset image audit result condition and is included in the image audit result set is determined as a target image audit result set. Thus, a target image review result set can be obtained, and can be used for determining target image data. And secondly, determining the image data, which corresponds to each target image auditing result in the target image auditing result set and is included in the image data set, as target image data to obtain a target image data set. Therefore, the target image data set can be automatically obtained, and the time for searching the image data which is not passed through the examination can be saved. Then, the target image data set is displayed in an image auditing window included in the data publishing interface. Thereby, the target image data set may be displayed and thus may be used directly for reviewing the target image data set. And then, determining each text audit result which meets the preset text audit result condition and is included in the text audit result set as a target text audit result set. Therefore, a target text auditing result set can be obtained, and the target text auditing result set can be used for determining target text data. And then, determining the image data, which corresponds to each target text auditing result in the target text auditing result set and is included in the text data set, as target text data to obtain a target text data set. Therefore, the target text data set can be automatically obtained, and the time for searching and checking the text data which is not passed can be saved. And finally, displaying the target text data set in a text auditing window included in the data publishing interface. Thereby, the target text data set may be displayed and thus may be used directly for reviewing the target text data set. And the target text data set is automatically obtained and can be directly displayed, so that the business data which cannot be audited can be directly obtained. This can shorten the review time.
Optionally, the executing body may execute the following steps:
and step one, determining the number of each release terminal device as a release amount.
And secondly, receiving the release feedback information sent by the release terminal equipment in each release terminal equipment to obtain a release feedback information set. The release feedback information may represent that the release terminal device successfully receives the convergence service data.
And thirdly, determining the quantity of each piece of release feedback information included in the release feedback information set as a feedback quantity.
And fourthly, determining whether the issued quantity is the same as the feedback quantity.
And fifthly, generating release success information in response to the fact that the release amount is the same as the feedback amount. The information of successful release may represent that the fusion service data is successfully released. For example, the release success information may be "the present service data is successfully released".
And sixthly, controlling the related sound equipment to play the release success information. The sound equipment can be a sound player.
Optionally, the release feedback information in the release feedback information set includes a feedback terminal device identifier. The feedback terminal device identifier may be an IP address. The execution main body may execute the following steps:
and step one, in response to the fact that the distribution quantity is different from the feedback quantity, determining each distribution terminal device identifier corresponding to each distribution terminal device as a distribution terminal device identifier set. The issuing terminal device identifier included in each issuing terminal device identifier may be an IP address. The corresponding relationship between the issuing terminal device included in each issuing terminal device and the issuing terminal device identifier of each issuing terminal device identifier may be a one-to-one correspondence.
Secondly, for each issuing terminal device identifier included in the issuing terminal device identifier set, executing the following substeps:
a first substep of determining whether the issuing terminal device identifier is the same as any feedback terminal device identifier included in each of the issuing feedback information.
And a second substep, in response to determining that the issuing terminal device identifier is different from each feedback terminal device identifier included in each piece of issuing feedback information, determining the issuing terminal device identifier as a secondary issuing terminal device identifier.
And thirdly, sending the fusion service data to each release terminal device corresponding to each determined secondary release terminal device identifier.
The above embodiments of the present disclosure have the following beneficial effects: through the service data release method of some embodiments of the present disclosure, the service data release efficiency can be improved, thereby improving the timeliness of the service data. Specifically, the reason why the service data publishing efficiency is low and the timeliness of the service data is reduced is that: the method of independently programming aiming at different service data sources and distribution channels is adopted, so that the time consumption is long, the service data distribution efficiency is low, and the timeliness of the service data is reduced. Based on this, in the service data publishing method according to some embodiments of the present disclosure, first, a data source configuration information set corresponding to a target service is obtained. Thereby, a data source configuration information set may be obtained, which may be used for obtaining initial service data. Secondly, for each data source configuration information included in the data source configuration information set, executing the following steps: determining a data acquisition plug-in corresponding to the data source configuration information; determining a data conversion plug-in corresponding to the data source configuration information; determining a data persistence plug-in corresponding to the data source configuration information; and acquiring initial service data according to the data acquisition plug-in and the data source configuration information. Therefore, each initial service data can be obtained, so that the service data of different data sources can be directly obtained by selecting a plug-in without independent programming. And then, according to the data conversion plug-in, performing data conversion processing on the initial service data to obtain conversion service data. Therefore, each conversion service data can be obtained, and for the service data of different data sources, data conversion processing can be carried out in a plug-in mode without independent programming. And then, storing the converted service data according to the data persistence plug-in. Therefore, each conversion service data can be stored in the database, so that for the service data of different data sources, each conversion service data can be stored in a plug-in mode without independent programming. Then, fusion service data is generated according to the stored conversion service data. Therefore, the converged service data can be obtained and can be used for service data distribution. And finally, issuing the converged service data. Therefore, the converged service data can be released, and a service data releasing task can be completed. And when the business data of different data sources are released, the business data can be processed in a related way by selecting the plug-in, and independent programming is not needed, so that the business data release efficiency is improved. Therefore, the service data distribution efficiency can be improved, and the timeliness of the service data is improved.
With further reference to fig. 2, as an implementation of the methods shown in the above-mentioned figures, the present disclosure provides some embodiments of a service data publishing apparatus, which correspond to those of the method embodiments shown in fig. 1, and the apparatus can be specifically applied to various electronic devices.
As shown in fig. 2, the service data distribution apparatus 200 of some embodiments includes: an acquisition unit 201, an execution unit 202, a generation unit 203, and a publication unit 204. Wherein, the obtaining unit 201 is configured to obtain a data source configuration information set corresponding to the target service; the execution unit 202 is configured to, for each data source configuration information included in the data source configuration information set, perform the following steps: determining a data acquisition plug-in corresponding to the data source configuration information; determining a data conversion plug-in corresponding to the data source configuration information; determining a data persistence plug-in corresponding to the data source configuration information; acquiring initial service data according to the data acquisition plug-in and the data source configuration information; performing data conversion processing on the initial service data according to the data conversion plug-in to obtain conversion service data; storing the converted service data according to the data persistence plug-in; the generating unit 203 is configured to generate fusion service data from the stored respective conversion service data; and the issuing unit 204 is configured to perform issuing processing on the converged service data.
It will be appreciated that the units described in the apparatus 200 correspond to the various steps in the method described with reference to figure 1. Thus, the operations, features and resulting advantages described above with respect to the method are also applicable to the apparatus 200 and the units included therein, and are not described herein again.
Referring now to fig. 3, a block diagram of an electronic device 300 suitable for use in implementing some embodiments of the present disclosure is shown. The electronic device in some embodiments of the present disclosure may include, but is not limited to, a mobile terminal such as a mobile phone, a notebook computer, a digital broadcast receiver, a PDA (personal digital assistant), a PAD (tablet computer), a PMP (portable multimedia player), a vehicle-mounted terminal (e.g., a car navigation terminal), and the like, and a stationary terminal such as a digital TV, a desktop computer, and the like. The electronic device shown in fig. 3 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present disclosure.
As shown in fig. 3, the electronic device 300 may include a processing means (e.g., a central processing unit, a graphics processor, etc.) 301 that may perform various appropriate actions and processes in accordance with a program stored in a Read Only Memory (ROM) 302 or a program loaded from a storage means 308 into a Random Access Memory (RAM) 303. In the RAM 303, various programs and data necessary for the operation of the electronic apparatus 300 are also stored. The processing device 301, the ROM 302, and the RAM 303 are connected to each other via a bus 304. An input/output (I/O) interface 305 is also connected to bus 304.
Generally, the following devices may be connected to the I/O interface 305: input devices 306 including, for example, a touch screen, touch pad, keyboard, mouse, camera, microphone, accelerometer, gyroscope, or the like; an output device 307 including, for example, a Liquid Crystal Display (LCD), a speaker, a vibrator, and the like; storage devices 308 including, for example, magnetic tape, hard disk, etc.; and a communication device 309. The communication means 309 may allow the electronic device 300 to communicate with other devices, wireless or wired, to exchange data. While fig. 3 illustrates an electronic device 300 having various means, it is to be understood that not all illustrated means are required to be implemented or provided. More or fewer devices may alternatively be implemented or provided. Each block shown in fig. 3 may represent one device or may represent multiple devices, as desired.
In particular, according to some embodiments of the present disclosure, the processes described above with reference to the flow diagrams may be implemented as computer software programs. For example, some embodiments of the present disclosure include a computer program product comprising a computer program embodied on a computer readable medium, the computer program comprising program code for performing the method illustrated in the flow chart. In some such embodiments, the computer program may be downloaded and installed from a network through the communication device 309, or installed from the storage device 308, or installed from the ROM 302. The computer program, when executed by the processing apparatus 301, performs the above-described functions defined in the methods of some embodiments of the present disclosure.
It should be noted that the computer readable medium described in some embodiments of the present disclosure may be a computer readable information medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In some embodiments of the disclosure, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In some embodiments of the present disclosure, however, a computer readable information medium may include data information propagated in baseband or as part of a carrier wave, having computer readable program code embodied therein. Such propagated data information may take any of a variety of forms, including, but not limited to, electro-magnetic information, optical information, or any suitable combination of the foregoing. A computer readable information medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: electrical wires, optical cables, RF (radio frequency), etc., or any suitable combination of the foregoing.
In some embodiments, the clients, servers may communicate using any currently known or future developed network Protocol, such as HTTP (HyperText Transfer Protocol), and may be interconnected with any form or medium of digital data communication (e.g., a communication network). Examples of communication networks include a local area network ("LAN"), a wide area network ("WAN"), the Internet (e.g., the Internet), and peer-to-peer networks (e.g., ad hoc peer-to-peer networks), as well as any currently known or future developed network.
The computer readable medium may be embodied in the electronic device; or may exist separately without being assembled into the electronic device. The computer readable medium carries one or more programs which, when executed by the electronic device, cause the electronic device to: acquiring a data source configuration information set corresponding to a target service; for each data source configuration information included in the data source configuration information set, executing the following steps: determining a data acquisition plug-in corresponding to the data source configuration information; determining a data conversion plug-in corresponding to the data source configuration information; determining a data persistence plug-in corresponding to the data source configuration information; acquiring initial service data according to the data acquisition plug-in and the data source configuration information; performing data conversion processing on the initial service data according to the data conversion plug-in to obtain conversion service data; storing the converted service data according to the data persistence plug-in; generating fusion service data according to the stored conversion service data; and issuing the converged service data.
Computer program code for carrying out operations for embodiments of the present disclosure may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C + +, and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the latter scenario, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The units described in some embodiments of the present disclosure may be implemented by software, and may also be implemented by hardware. The described units may also be provided in a processor, and may be described as: a processor includes an acquisition unit, an execution unit, a generation unit, and a publication unit. The names of these units do not form a limitation to the unit itself in some cases, for example, the acquiring unit may also be described as a "unit for acquiring a data source configuration information set of a corresponding target service".
The functions described herein above may be performed, at least in part, by one or more hardware logic components. For example, without limitation, hardware logic components for exemplary types of information that may be used include: field Programmable Gate Arrays (FPGAs), Application Specific Integrated Circuits (ASICs), Application Specific Standard Products (ASSPs), systems on a chip (SOCs), Complex Programmable Logic Devices (CPLDs), and the like.
The foregoing description is only exemplary of the preferred embodiments of the disclosure and is illustrative of the principles of the technology employed. It will be appreciated by those skilled in the art that the scope of the invention in the embodiments of the present disclosure is not limited to the specific combination of the above-mentioned features, but also encompasses other embodiments in which any combination of the above-mentioned features or their equivalents is made without departing from the inventive concept as defined above. For example, the above features and (but not limited to) technical features with similar functions disclosed in the embodiments of the present disclosure are mutually replaced to form the technical solution.

Claims (10)

1. A service data publishing method comprises the following steps:
acquiring a data source configuration information set corresponding to a target service, wherein the target service is a service to be subjected to data publishing;
for each data source configuration information included in the set of data source configuration information, performing the following steps:
determining a data acquisition plug-in corresponding to the data source configuration information;
determining a data conversion plug-in corresponding to the data source configuration information;
determining a data persistence plug-in corresponding to the data source configuration information;
acquiring initial service data according to the data acquisition plug-in and the data source configuration information;
according to the data conversion plug-in, performing data conversion processing on the initial service data to obtain conversion service data;
storing the conversion service data according to the data persistence plug-in;
generating fusion service data according to the stored conversion service data;
and issuing the converged service data.
2. The method of claim 1, wherein after the obtaining initial service data according to the data obtaining plug-in and the data source configuration information, the method further comprises:
determining a data encryption plug-in corresponding to the data source configuration information;
and according to the data encryption plug-in, encrypting the initial service data to obtain an encrypted initial service as the initial service data so as to update the obtained initial service data.
3. The method of claim 1, wherein the generating converged traffic data from the stored respective converted traffic data comprises:
determining a target data fusion plug-in;
and performing fusion processing on each stored conversion service data according to the target data fusion plug-in to generate fusion service data.
4. The method of claim 3, wherein the determining a target data fusion plug-in comprises:
in response to the detection of the selection operation of any data fusion plug-in selection control in at least one data fusion plug-in selection control displayed in a data release interface, determining the data fusion plug-in corresponding to the any data fusion plug-in selection control as a target data fusion plug-in, wherein the at least one data fusion plug-in selection control comprises a data fusion plug-in selection control corresponding to a self-defined data fusion plug-in;
and in response to the detection of the input operation in the data fusion plug-in input control acting on the data release interface, determining the input data fusion plug-in corresponding to the input operation as the target data fusion plug-in.
5. The method according to one of claims 1 to 4, wherein the issuing the converged service data comprises:
determining a target data push plug-in;
and pushing the plug-in according to the target data, and sending the fusion service data to each preset issuing terminal device.
6. The method of claim 5, wherein the method further comprises:
determining the number of each release terminal device as a release amount;
receiving release feedback information sent by release terminal equipment in each release terminal equipment to obtain a release feedback information set;
determining the quantity of each piece of release feedback information included in the release feedback information set as feedback quantity;
determining whether the release amount is the same as the feedback amount;
generating release success information in response to determining that the release amount is the same as the feedback amount;
and controlling the associated sound equipment to play the release success information.
7. The method of claim 6, wherein the release feedback information in the release feedback information set comprises a feedback terminal device identifier; and
the method further comprises the following steps:
in response to the fact that the issuing amount is different from the feedback amount, determining each issuing terminal device identifier corresponding to each issuing terminal device as an issuing terminal device identifier set;
for each issuing terminal device identifier included in the issuing terminal device identifier set, executing the following steps:
determining whether the issuing terminal equipment identification is the same as any feedback terminal equipment identification included in each issuing feedback information;
in response to determining that the issuing terminal device identifier is different from each feedback terminal device identifier included in each piece of issuing feedback information, determining the issuing terminal device identifier as a secondary issuing terminal device identifier;
and sending the fusion service data to each release terminal device corresponding to each determined secondary release terminal device identifier.
8. A service data distribution apparatus, comprising:
an acquisition unit configured to acquire a data source configuration information set corresponding to a target service;
an execution unit configured to execute, for each data source configuration information included in the set of data source configuration information, the following steps:
determining a data acquisition plug-in corresponding to the data source configuration information;
determining a data conversion plug-in corresponding to the data source configuration information;
determining a data persistence plug-in corresponding to the data source configuration information;
acquiring initial service data according to the data acquisition plug-in and the data source configuration information;
according to the data conversion plug-in, performing data conversion processing on the initial service data to obtain conversion service data;
storing the conversion service data according to the data persistence plug-in;
a generating unit configured to generate fusion service data from the stored respective conversion service data;
and the issuing unit is configured to issue the converged service data.
9. An electronic device, comprising:
one or more processors;
a storage device having one or more programs stored thereon,
when executed by the one or more processors, cause the one or more processors to implement the method of any one of claims 1-7.
10. A computer-readable medium, on which a computer program is stored, wherein the program, when executed by a processor, implements the method of any one of claims 1-7.
CN202211015724.4A 2022-08-24 2022-08-24 Business data publishing method and device, electronic equipment and computer readable medium Pending CN115098579A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211015724.4A CN115098579A (en) 2022-08-24 2022-08-24 Business data publishing method and device, electronic equipment and computer readable medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211015724.4A CN115098579A (en) 2022-08-24 2022-08-24 Business data publishing method and device, electronic equipment and computer readable medium

Publications (1)

Publication Number Publication Date
CN115098579A true CN115098579A (en) 2022-09-23

Family

ID=83300518

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211015724.4A Pending CN115098579A (en) 2022-08-24 2022-08-24 Business data publishing method and device, electronic equipment and computer readable medium

Country Status (1)

Country Link
CN (1) CN115098579A (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110555072A (en) * 2019-09-10 2019-12-10 中国建设银行股份有限公司 Data access method, device, equipment and medium
CN111881901A (en) * 2020-07-28 2020-11-03 平安科技(深圳)有限公司 Screenshot content detection method and device and computer-readable storage medium
CN112491977A (en) * 2020-11-12 2021-03-12 中国建设银行股份有限公司 Target service data publishing method, system, device and medium
CN112861496A (en) * 2021-03-22 2021-05-28 平安商业保理有限公司 Report generation display method and device, computer equipment and readable storage medium
CN114398035A (en) * 2021-12-22 2022-04-26 北京沃东天骏信息技术有限公司 Method, apparatus, device and computer readable medium for providing service using component
US20220138074A1 (en) * 2020-10-30 2022-05-05 EMC IP Holding Company LLC Method, electronic device and computer program product for processing data
WO2022104612A1 (en) * 2020-11-18 2022-05-27 京东方科技集团股份有限公司 Data distribution flow configuration method and apparatus, electronic device, and storage medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110555072A (en) * 2019-09-10 2019-12-10 中国建设银行股份有限公司 Data access method, device, equipment and medium
CN111881901A (en) * 2020-07-28 2020-11-03 平安科技(深圳)有限公司 Screenshot content detection method and device and computer-readable storage medium
US20220138074A1 (en) * 2020-10-30 2022-05-05 EMC IP Holding Company LLC Method, electronic device and computer program product for processing data
CN112491977A (en) * 2020-11-12 2021-03-12 中国建设银行股份有限公司 Target service data publishing method, system, device and medium
WO2022104612A1 (en) * 2020-11-18 2022-05-27 京东方科技集团股份有限公司 Data distribution flow configuration method and apparatus, electronic device, and storage medium
CN112861496A (en) * 2021-03-22 2021-05-28 平安商业保理有限公司 Report generation display method and device, computer equipment and readable storage medium
CN114398035A (en) * 2021-12-22 2022-04-26 北京沃东天骏信息技术有限公司 Method, apparatus, device and computer readable medium for providing service using component

Similar Documents

Publication Publication Date Title
WO2022053004A1 (en) Mail processing method and apparatus, and electronic device, and computer readable medium
CN110390493B (en) Task management method and device, storage medium and electronic equipment
CN112311841A (en) Information pushing method and device, electronic equipment and computer readable medium
CN115145560B (en) Business orchestration method, apparatus, device, computer-readable medium, and program product
CN111930709A (en) Data storage method and device, electronic equipment and computer readable medium
CN115660589A (en) Business auditing method, device, equipment, computer readable medium and program product
CN107977316B (en) Method, client and system for simulating remote procedure call
CN116150249B (en) Table data export method, apparatus, electronic device and computer readable medium
CN112559898A (en) Item information sending method, item information sending device, electronic equipment and computer readable medium
CN111756953A (en) Video processing method, device, equipment and computer readable medium
CN112367241A (en) Message generation and message transmission method, device, equipment and computer readable medium
CN109413212B (en) Method and apparatus for processing requests
CN115374760A (en) Document editing method, device, equipment, computer readable medium and program product
CN115098579A (en) Business data publishing method and device, electronic equipment and computer readable medium
CN115563134A (en) Interaction method, interaction device, electronic equipment and computer readable medium
CN112507676B (en) Method and device for generating energy report, electronic equipment and computer readable medium
CN112669000A (en) Government affair item processing method and device, electronic equipment and storage medium
CN114995690A (en) Document creation method, device, equipment and storage medium
CN112667119A (en) Measuring point batch correlation method and device, electronic equipment and computer readable medium
CN111897620A (en) Interaction method and device and electronic equipment
CN111538552A (en) Gift panel configuration method and device, readable medium and electronic equipment
CN111835846B (en) Information updating method and device and electronic equipment
CN113378041B (en) Prompt message pushing method, device, electronic equipment and computer readable medium
CN109358973B (en) Information processing method, system, medium, and computing device
CN114201949A (en) Contract document automatic generation method and device, electronic 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
RJ01 Rejection of invention patent application after publication

Application publication date: 20220923

RJ01 Rejection of invention patent application after publication