CN111401018A - Method, device and system for generating email report - Google Patents

Method, device and system for generating email report Download PDF

Info

Publication number
CN111401018A
CN111401018A CN202010188351.5A CN202010188351A CN111401018A CN 111401018 A CN111401018 A CN 111401018A CN 202010188351 A CN202010188351 A CN 202010188351A CN 111401018 A CN111401018 A CN 111401018A
Authority
CN
China
Prior art keywords
report
data
mail
tagged
jsp
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
CN202010188351.5A
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.)
Postal Savings Bank of China Ltd
Original Assignee
Postal Savings Bank of China 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 Postal Savings Bank of China Ltd filed Critical Postal Savings Bank of China Ltd
Priority to CN202010188351.5A priority Critical patent/CN111401018A/en
Publication of CN111401018A publication Critical patent/CN111401018A/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/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • G06F16/9566URL specific, e.g. using aliases, detecting broken or misspelled links
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • G06F16/986Document structures and storage, e.g. HTML extensions

Landscapes

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

Abstract

The embodiment of the application discloses a method, a device and a system for generating a mail report, wherein the method comprises the steps of obtaining a preset mail data table, accessing a JSP (Java Server Page) page through UR L, obtaining tagged report data generated by using the JSP page in advance, and sending the tagged report data to a mailbox of an associated user according to the association relationship between UR L and the user contained in the mail data table.

Description

Method, device and system for generating email report
Technical Field
The invention relates to the field of electronic information, in particular to a method, a device and a system for generating a mail report.
Background
In general, users view and analyze specific business reports by using a reporting system, but for some special reports or summarized reports, the reports need to be made into mails and sent to corresponding mail user groups, so that the users can conveniently browse report data when checking and receiving mails every day, namely, the display form and application scene of the mail reports.
The simplest method for generating the email report is to directly capture the report, and then send out the captured image as an email picture, but the user experience is poor, some email systems can process the picture as an attachment, cannot directly preview the picture, and can check the picture after clicking or downloading.
The second implementation mode has the problem that because the report is mainly organized by table tags of the HTM L, table styles can be embedded into the table tags of the HTM L only in an inline manner, the handling of the table styles and the splicing of the report data in the code in a hard coding mode can complicate the logic of the code, is inconvenient for maintenance and modification, has no preview effect, and is also inconvenient for handling complex report styles.
Disclosure of Invention
The application provides a method, a device and a system for generating a mail report, which decouple the generation logic and the sending logic of the mail report and facilitate the maintenance and modification of the style of the mail report.
The application provides the following scheme:
the first aspect provides a method for generating an email report, which comprises the following steps:
acquiring a preset mail data table, wherein the mail data table comprises the association relations between UR L and UR L and users;
accessing a JSP page through UR L and acquiring tagged report data generated by using the JSP page in advance;
and sending the tagged report data to a mailbox of the associated user according to the association relation between the UR L and the user contained in the mail data table.
Further, the tagged report data generated in advance by using the JSP page includes:
tagged report data is generated by organizing report styles and fill data in JSP pages.
Further, generating tagged report data by organizing report styles and fill data in JSP pages includes:
completing a report organization style by combining a form label of the HTM L with the embedded CSS style;
and acquiring data by calling a data application program interface and filling the acquired data to generate tagged report data.
Further, the table labels of the HTM L include a table label, a th label, a td label, and a tr label.
Further, the method further comprises:
and organizing an HTM L webpage structure by using a JSP page programming technology, and realizing the preview of the email report through a WEB container deployment service.
Further, organizing the HTM L web page structure using JSP page programming techniques includes:
the HTM L webpage structure is formed by html, header and body architecture tags, wherein tagged report data are embedded in the body architecture tags.
Preferably, the method further comprises:
and sending the tagged report data to a mailbox of a user at a preset time.
A second aspect of the present application provides an email report generating apparatus, including:
the system comprises an acquisition unit, a storage unit and a processing unit, wherein the acquisition unit is used for acquiring a preset mail data table, and the mail data table comprises the association relations between UR L and UR L and users;
the http client is used for accessing the JSP page through the UR L and acquiring tagged report data generated by using the JSP page in advance;
and the sending unit is used for sending the tagged report data to the mailbox associated with the user according to the association relation between the UR L contained in the mail data table and the user.
The device further comprises:
and the preview unit is used for organizing an HTM L webpage structure by using a JSP page programming technology and realizing the preview of the email report through a WEB container deployment service.
A third aspect of the present application provides a computer system, the system comprising:
one or more processors; and
a memory associated with the one or more processors for storing program instructions that, when read and executed by the one or more processors, perform the above-described method.
According to the specific embodiments provided herein, the present application discloses the following technical effects:
the method comprises the steps of storing a mail data table in a database, wherein the mail data table contains UR L, user information and a mail name, scanning the database to obtain UR L contained in the mail data table, accessing a JSP page through UR L and obtaining tagged report data, wherein the report data is generated by organizing a report form and filling data in the JSP page in advance, sending the tagged report data to a mailbox of an associated user according to the association relation between the UR L contained in the mail data table and the user to generate a mail report, splitting the generation of the mail report from the sending of the mail report, completing the generation of the mail report in the JSP page, decoupling the organization and the data filling of the report form into the JSP page to realize, and facilitating the maintenance and modification of the mail report form.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings without creative efforts.
FIG. 1 is a flowchart of the method of this example 1;
FIG. 2 is a schematic structural diagram of this embodiment 2;
fig. 3 is a computer system configuration diagram.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments that can be derived from the embodiments given herein by a person of ordinary skill in the art are intended to be within the scope of the present disclosure.
As the report is mainly organized by table tags of HTM L such as table, th, td and tr, the table style and the spliced report data are processed in the code in a hard coding mode, so that the logic of the code becomes complicated, and the maintenance and modification are not convenient.
The mail data table is stored in a database, the mail data table contains UR L, user information and mail names, UR L contained in the mail data table is obtained by scanning the database, a JSP page is accessed through UR L, tagged report data are obtained, generation of the mail report is completed in the JSP page in advance, specifically, organization and data filling of the report forms are decoupled into the JSP page to be realized, maintenance and modification of the mail report forms are facilitated, the tagged report data are sent to a user in a mail mode to form the mail report forms, generation of the mail report forms is separated from sending of the mail report forms, and therefore maintenance and modification of the generated mail report forms are facilitated.
In order to better display the report style and data in the JSP page and achieve the effect of previewing in advance, a most basic HTM L webpage structure can be organized through a JSP page programming technology, the page only needs to contain html, a header and a body, and then the report style and data are embedded into a specific body tag, so that the report effect of previewing the JSP page can be achieved through WEB container deployment service.
The mail data table contains UR L, user information and mail names, for example, 10 mails need to be sent, the mail data table contains UR L, user information and mail names corresponding to the 10 mails to be sent, and the mails are sent to the associated user mailboxes according to the user information and mail names corresponding to UR L during sending.
Each UR L corresponds to a JSP Page, the JSP is an abbreviation of Java Servlet Page, is a Servlet-based Page programming technology, facilitates the writing of a front-end display Page, has a platform and protocol independent characteristic, and has the main functions of interactively browsing and generating data and generating dynamic WEB content.
The tagged report data is generated by organizing a report style and filling data in a JSP page, the organization of the report style is realized by combining a table tag in an HTM L with an embedded CSS style, and the filling data is obtained by calling a data application program interface to fill the data.
In summary, example 1 of the present application is as follows:
example 1
As shown in fig. 1, the method includes:
s11, acquiring a preset mail data table, wherein the mail data table comprises the association relation between UR L and UR L and a user;
the method comprises the steps of storing a mail data table into a database in advance, wherein the mail data table comprises the association relation between UR L and UR L and users, if 10 mails need to be sent, the mail data table comprises 10 corresponding URs L, the 10 URs L correspond to 10 JSP pages respectively, and UR L in the mail data table has the association relation with the users.
S12, accessing the JSP through UR L and acquiring tagged report data generated by using the JSP in advance;
the Http client is a client tool based on the Http protocol, has a function similar to that of a browser, is mainly embedded into Java code, and can access a page and obtain content of the page through an interface, in the application, the Http client accesses a JSP page through UR L and obtains tagged report data in the JSP page, for example, the JSP page is accessed through UR L associated with the captain a, tagged report data related to student achievement content is generated in the JSP page in advance, and the Http client can obtain the tagged report data in the JSP page.
And S13, sending the tagged report data to the mailbox associated with the user according to the association relation between the UR L and the user contained in the mail data table.
After the tagged report data about the student achievement content is obtained, the tagged report data is organized into the character string form and is sent to the mailbox of the associated user, and the associated user can see the mail report when the mailbox is opened.
The tagged report data generated by using the JSP page in advance comprises the following steps:
tagged report data is generated by organizing report styles and fill data in JSP pages.
The report forms are mainly organized by table, th, td and tr, table tags of the HTM L, and the table styles need to be embedded into the HTM L table tags in an inline manner, in the prior art, the table styles and the spliced report data are processed in the code in a hard coding manner, so that the logic of the code becomes complicated, the maintenance and the modification are inconvenient, and the tagged report data can be generated by directly organizing the report styles and filling the data in JSP pages.
Generating tagged report data by organizing report styles and fill data in JSP pages includes:
combining a table tag of the HTM L with an embedded CSS style in a JSP page to finish organizing a report style;
and acquiring data by calling a data application program interface and filling the acquired data to generate tagged report data.
The form label of the HTM L is combined with the embedded CSS style to finish organizing the report style, so that the report style can be maintained and modified conveniently, the data needing to be filled can be obtained by calling a data application program interface, the obtained data is filled to generate labeled report data, after the report style is organized, the student score is obtained by calling the data application program interface of the student score, and the student score is filled to form the labeled report data.
The table tags of the HTM L include a table tag, a th tag, a td tag, and a tr tag.
the table tag defines an HTM L table, a simple HTM L table is composed of a table element and one or more tr, th, or td elements, where the tr element defines a table row, the th element defines a header, and the td element defines a table cell.
The method further comprises the following steps:
and organizing an HTM L webpage structure by using a JSP page programming technology, and realizing the preview of the email report through a WEB container deployment service.
By organizing the webpage structure of the HTM L and deploying the service through the WEB container, the method realizes previewing the email report in advance and can achieve the effect of what you see is what you get.
Organizing the HTM L web page structure using JSP page programming techniques includes:
the HTM L webpage structure is formed by html, header and body architecture tags, wherein tagged report data are embedded in the body architecture tags.
The HTM L webpage structure is formed by the html, the header and the body architecture tag, and the tagged report data is embedded into the body architecture tag, so that the preview of the email report is realized.
The method further comprises the following steps:
and sending the tagged report data to a mailbox of a user at a preset time.
The timer can be set to send the mail report to the mailbox of the user at the preset time.
Example 2
Corresponding to the foregoing method, embodiment 2 of the present application provides an email report generating apparatus, as shown in fig. 2, the apparatus includes:
the acquiring unit 21 is configured to acquire a preset mail data table, where the mail data table includes association relations between URs L and UR L and a user;
the mail data table is stored in the database in advance, when the mail report needs to be sent, the obtaining unit 21 scans the database to obtain UR L preset in the mail data table, taking the generation of the report with the score as an example, the mail report with the content of the student score needs to be sent to the owner a, the parent B and the parent C, and the obtaining unit scans the database to obtain UR L associated with the owner a, the parent B and the parent C, which are contained in the mail data table.
The http client 22 is configured to access the JSP page through the UR L and obtain tagged report data generated in advance by using the JSP page;
the Http client 22 accesses the JSP page through UR L and obtains tagged report data in the JSP page, for example, the JSP page is accessed through UR L associated with the captain a, tagged report data related to student achievement content is generated in the JSP page in advance, and the Http client 22 can obtain the tagged report data in the JSP page.
And the sending unit 23 is configured to send the tagged report data to a mailbox associated with the user according to the association relationship between the UR L included in the mail data table and the user.
After the tagged report data is obtained, according to the association relationship between UR L and the user, the sending unit 23 organizes the tagged report data into a character string form and sends the string form to the mailbox of the associated user, and the associated user can see the mail report when opening the mailbox.
The device further comprises:
and the preview unit 24 is used for organizing an HTM L webpage structure by using a JSP (Java Server pages) page programming technology and realizing the preview of the email report through a WEB container deployment service.
The preview unit 24 realizes previewing the email report in advance through organizing the webpage structure of the HTM L and through the WEB container deployment service, and can achieve the effect of what you see is what you get.
Example 3
Corresponding to the above method and apparatus, as shown in fig. 3, embodiment 3 of the present application provides a computer system, including:
one or more processors; and
a memory associated with the one or more processors for storing program instructions that, when read and executed by the one or more processors, perform method steps of embodiment one, such as performing the following:
acquiring a preset mail data table, wherein the mail data table comprises the association relations between UR L and UR L and users;
accessing a JSP page through UR L and acquiring tagged report data generated by using the JSP page in advance;
and sending the tagged report data to a mailbox of the associated user according to the association relation between the UR L and the user contained in the mail data table.
Fig. 3 illustrates an architecture of a computer system, which may include, in particular, a processor 1510, a video display adapter 1511, a disk drive 1512, an input/output interface 1513, a network interface 1514, and a memory 1520. The processor 1510, video display adapter 1511, disk drive 1512, input/output interface 1513, network interface 1514, and memory 1520 may be communicatively coupled via a communication bus 1530.
The processor 1510 may be implemented by a general-purpose CPU (Central Processing Unit), a microprocessor, an Application Specific Integrated Circuit (ASIC), or one or more Integrated circuits, and is configured to execute related programs to implement the technical solution provided by the present Application.
The Memory 1520 may be implemented in the form of a ROM (Read Only Memory), a RAM (Random access Memory), a static storage device, a dynamic storage device, or the like. The memory 1520 may store an operating system 1521 for controlling the operation of the computer system 1500, a Basic Input Output System (BIOS) for controlling low-level operations of the computer system 1500.
In addition, a web browser 1523, a data storage management system 1524, an icon font processing system 1525, and the like can also be stored. The icon font processing system 1525 may be an application program that implements the operations of the foregoing steps in this embodiment of the application.
In summary, when the technical solution provided by the present application is implemented by software or firmware, the relevant program codes are stored in the memory 1520 and called for execution by the processor 1510.
The input/output interface 1513 is used for connecting an input/output module to realize information input and output. The i/o module may be configured as a component in a device (not shown) or may be external to the device to provide a corresponding function. The input devices may include a keyboard, a mouse, a touch screen, a microphone, various sensors, etc., and the output devices may include a display, a speaker, a vibrator, an indicator light, etc.
The network interface 1514 is used to connect a communication module (not shown) to enable the device to communicatively interact with other devices. The communication module can realize communication in a wired mode (such as USB, network cable and the like) and also can realize communication in a wireless mode (such as mobile network, WIFI, Bluetooth and the like).
The bus 1530 includes a path to transfer information between the various components of the device, such as the processor 1510, the video display adapter 1511, the disk drive 1512, the input/output interface 1513, the network interface 1514, and the memory 1520.
In addition, the computer system 1500 may also obtain information of specific extraction conditions from the virtual resource object extraction condition information database 1541 for performing condition judgment, and the like.
It should be noted that although the above devices only show the processor 1510, the video display adapter 1511, the disk drive 1512, the input/output interface 1513, the network interface 1514, the memory 1520, the bus 1530, etc., in a specific implementation, the devices may also include other components necessary for proper operation. Furthermore, it will be understood by those skilled in the art that the apparatus described above may also include only the components necessary to implement the solution of the present application, and not necessarily all of the components shown in the figures.
From the above description of the embodiments, it is clear to those skilled in the art that the present application can be implemented by software plus necessary general hardware platform. Based on such understanding, the technical solutions of the present application may be embodied in the form of a software product, which may be stored in a storage medium, such as a ROM/RAM, a magnetic disk, an optical disk, or the like, and includes several instructions for enabling a computer device (which may be a personal computer, a cloud server, or a network device) to execute the method according to the embodiments or some parts of the embodiments of the present application.
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, the system or system embodiments are substantially similar to the method embodiments and therefore are described in a relatively simple manner, and reference may be made to some of the descriptions of the method embodiments for related points.
The above-described system and system embodiments are only illustrative, wherein the units described as separate parts may or may not be physically separate, and the parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
The cache updating method, the cache updating device and the cache updating equipment provided by the application are introduced in detail, a specific example is applied in the text to explain the principle and the implementation of the application, and the description of the embodiment is only used for helping to understand the method and the core idea of the application; meanwhile, for a person skilled in the art, according to the idea of the present application, the specific embodiments and the application range may be changed. In view of the above, the description should not be taken as limiting the application.

Claims (10)

1. A method for generating a mail report is characterized by comprising the following steps:
acquiring a preset mail data table, wherein the mail data table comprises the association relations between UR L and UR L and users;
accessing a JSP page through UR L and acquiring tagged report data generated by using the JSP page in advance;
and sending the tagged report data to a mailbox of the associated user according to the association relation between the UR L and the user contained in the mail data table.
2. The email report generating method according to claim 1, wherein the tagged report data generated in advance using the JSP page includes:
tagged report data is generated by organizing report styles and fill data in JSP pages.
3. The email report generating method of claim 2, wherein generating tagged report data by organizing report styles and fill data in JSP pages comprises:
combining a table tag of the HTM L with an embedded CSS style in a JSP page to finish organizing a report style;
and acquiring data by calling a data application program interface and filling the acquired data to generate tagged report data.
4. The email report generating method of claim 3, wherein the form tags of the HTM L include a table tag, a th tag, a td tag and a tr tag.
5. The mail report generation method of claim 1, said method further comprising:
and organizing an HTM L webpage structure by using a JSP page programming technology, and realizing the preview of the email report through a WEB container deployment service.
6. The email report generation method of claim 5 wherein organizing the HTM L web page structure using JSP page programming techniques comprises:
the HTM L webpage structure is formed by html, header and body architecture tags, wherein tagged report data are embedded in the body architecture tags.
7. The mail report generation method of claim 1, said method further comprising:
and sending the tagged report data to a mailbox of a user at a preset time.
8. An apparatus for generating a mail report, the apparatus comprising:
the system comprises an acquisition unit, a storage unit and a processing unit, wherein the acquisition unit is used for acquiring a preset mail data table, and the mail data table comprises the association relations between UR L and UR L and users;
the http client is used for accessing the JSP page through the UR L and acquiring tagged report data generated by using the JSP page in advance;
and the sending unit is used for sending the tagged report data to the mailbox associated with the user according to the association relation between the UR L contained in the mail data table and the user.
9. The mail report generating apparatus according to claim 8, said apparatus further comprising:
and the preview unit is used for organizing an HTM L webpage structure by using a JSP page programming technology and realizing the preview of the email report through a WEB container deployment service.
10. A computer system, the system comprising:
one or more processors; and
a memory associated with the one or more processors for storing program instructions that, when read and executed by the one or more processors, perform the method of any of claims 1-7.
CN202010188351.5A 2020-03-17 2020-03-17 Method, device and system for generating email report Pending CN111401018A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010188351.5A CN111401018A (en) 2020-03-17 2020-03-17 Method, device and system for generating email report

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010188351.5A CN111401018A (en) 2020-03-17 2020-03-17 Method, device and system for generating email report

Publications (1)

Publication Number Publication Date
CN111401018A true CN111401018A (en) 2020-07-10

Family

ID=71430970

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010188351.5A Pending CN111401018A (en) 2020-03-17 2020-03-17 Method, device and system for generating email report

Country Status (1)

Country Link
CN (1) CN111401018A (en)

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007066398A1 (en) * 2005-12-08 2007-06-14 Hewlett-Packard Development Company, L.P. Data distributing system and method
CN102737106A (en) * 2011-03-31 2012-10-17 埃森哲环球服务有限公司 Form layout method and system
CN102750381A (en) * 2012-06-28 2012-10-24 浙江吉利汽车研究院有限公司杭州分公司 Method for realizing report function in Windchill system and report generation method
CN103324731A (en) * 2013-06-28 2013-09-25 中国农业银行股份有限公司 Method and device for converting spreadsheet file into web format file
US20140258346A1 (en) * 2013-03-08 2014-09-11 Go Daddy Operating Company, LLC Associating an Online File Folder with a Uniform Resource Locator
CN104391897A (en) * 2014-11-13 2015-03-04 中国建设银行股份有限公司 Method and device for previewing JSP (Java Server Page) based on label
CN104471551A (en) * 2012-05-08 2015-03-25 Kpi解决方案股份有限公司 Information processing system and information processing method
JP2015108934A (en) * 2013-12-04 2015-06-11 株式会社日立ソリューションズ Advertisement distribution system and advertisement distribution method
CN108667721A (en) * 2018-05-16 2018-10-16 平安科技(深圳)有限公司 Subscribe to report form generation method, device, computer equipment and storage medium
CN109039870A (en) * 2018-08-20 2018-12-18 平安科技(深圳)有限公司 E-mail sending method, system, computer equipment and storage medium
CN110555200A (en) * 2019-09-05 2019-12-10 北京思维造物信息科技股份有限公司 report publishing method, device and equipment

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007066398A1 (en) * 2005-12-08 2007-06-14 Hewlett-Packard Development Company, L.P. Data distributing system and method
CN102737106A (en) * 2011-03-31 2012-10-17 埃森哲环球服务有限公司 Form layout method and system
CN104471551A (en) * 2012-05-08 2015-03-25 Kpi解决方案股份有限公司 Information processing system and information processing method
CN102750381A (en) * 2012-06-28 2012-10-24 浙江吉利汽车研究院有限公司杭州分公司 Method for realizing report function in Windchill system and report generation method
US20140258346A1 (en) * 2013-03-08 2014-09-11 Go Daddy Operating Company, LLC Associating an Online File Folder with a Uniform Resource Locator
CN103324731A (en) * 2013-06-28 2013-09-25 中国农业银行股份有限公司 Method and device for converting spreadsheet file into web format file
JP2015108934A (en) * 2013-12-04 2015-06-11 株式会社日立ソリューションズ Advertisement distribution system and advertisement distribution method
CN104391897A (en) * 2014-11-13 2015-03-04 中国建设银行股份有限公司 Method and device for previewing JSP (Java Server Page) based on label
CN108667721A (en) * 2018-05-16 2018-10-16 平安科技(深圳)有限公司 Subscribe to report form generation method, device, computer equipment and storage medium
CN109039870A (en) * 2018-08-20 2018-12-18 平安科技(深圳)有限公司 E-mail sending method, system, computer equipment and storage medium
CN110555200A (en) * 2019-09-05 2019-12-10 北京思维造物信息科技股份有限公司 report publishing method, device and equipment

Similar Documents

Publication Publication Date Title
CN106991154B (en) Webpage rendering method and device, terminal and server
CN110096660B (en) Method and device for loading page pictures and electronic equipment
CN107070870A (en) A kind of data capture method and device
CN110855555B (en) Mail sending method, device, equipment and computer readable storage medium
CN102122281A (en) Method, device and system for generating page form
CN103051652A (en) Mobile terminal cloud commuting delivery platform
JP2023537767A (en) Image processing method and apparatus, and computer-readable storage medium
CN105516333A (en) Interactive method and system based on webpage
CN112328564A (en) Special resource sharing method and device and electronic equipment
CN110515514B (en) Data processing method, device and storage medium
CN103617043B (en) A kind of method and system uploaded with picture web data
CN113900650A (en) Data processing method and device, electronic equipment and readable storage medium
CN112581568B (en) Dynamic poster generation method, device, server and storage medium
CN111913922A (en) Binary structured log generation method, device, equipment and storage medium
CN109460227A (en) A kind of development approach of Website front-end, device, equipment and medium
CN111367521A (en) Message sending method and device and message receiving method and device
CN101772196A (en) Method and system for processing message sent by mobile terminal and acting server
CN111401018A (en) Method, device and system for generating email report
CN115421693A (en) Method and device for realizing micro front-end architecture, computer equipment and storage medium
CN114048048A (en) Information sharing method and device, electronic equipment and storage medium
CN113626392A (en) Method and device for updating document data, electronic equipment and storage medium
CN108011964A (en) Picture upload method, device, electric terminal and readable storage medium storing program for executing
CN115705465A (en) Data analysis result presentation method, device, equipment and storage medium
CN113553123A (en) Data processing method and device, electronic equipment and storage medium
CN115114280A (en) Report generation processing method, device and equipment

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