TWI816036B - Web page file generation system that can be modified by the client - Google Patents

Web page file generation system that can be modified by the client Download PDF

Info

Publication number
TWI816036B
TWI816036B TW109116410A TW109116410A TWI816036B TW I816036 B TWI816036 B TW I816036B TW 109116410 A TW109116410 A TW 109116410A TW 109116410 A TW109116410 A TW 109116410A TW I816036 B TWI816036 B TW I816036B
Authority
TW
Taiwan
Prior art keywords
macro
file
web page
unencrypted
encrypted
Prior art date
Application number
TW109116410A
Other languages
Chinese (zh)
Other versions
TW202145056A (en
Inventor
張淳智
Original Assignee
百丞門顧問有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 百丞門顧問有限公司 filed Critical 百丞門顧問有限公司
Priority to TW109116410A priority Critical patent/TWI816036B/en
Publication of TW202145056A publication Critical patent/TW202145056A/en
Application granted granted Critical
Publication of TWI816036B publication Critical patent/TWI816036B/en

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Storage Device Security (AREA)

Abstract

一種可供用戶端自行修改的網頁文件產生系統,包含有:至少一網頁文件產生模組;一巨集庫,具有一加密巨集檔以及一未加密巨集檔;一資料庫,至少儲存有除了該巨集庫所具有的加密或未加密巨集檔之外的資料,而用以供該至少一網頁文件產生模組產生網頁文件;以及一處理模組,邏輯連接於該至少一網頁文件產生模組、該巨集庫以及該資料庫,該處理模組具有接收及索取資料訊息的功能,以及具有向該巨集庫索取該加密巨集檔及該未加密巨集檔之功能,以及具有將該加密巨集檔解密的功能;其中,使用者可藉由雲端提供該未加密巨集檔至該巨集庫中,也可以藉由雲端來對該未加密巨集檔進行修改。A web page file generation system that can be modified by the client, including: at least one web page file generation module; a macro library with an encrypted macro file and an unencrypted macro file; a database that stores at least Data other than the encrypted or unencrypted macro files in the macro library are used for the at least one web page file generation module to generate web page files; and a processing module logically connected to the at least one web page file. Generate the module, the macro library and the database, the processing module has the function of receiving and retrieving data messages, and has the function of obtaining the encrypted macro file and the unencrypted macro file from the macro library, and It has the function of decrypting the encrypted macro file; the user can provide the unencrypted macro file to the macro library through the cloud, and can also modify the unencrypted macro file through the cloud.

Description

可供用戶端自行修改的網頁文件產生系統Web page file generation system that can be modified by the client

本發明係與網頁文件產生的技術有關,特別是指一種可供用戶端自行修改的網頁文件產生系統。The present invention relates to the technology of generating web page files, and in particular, refers to a web page file generating system that can be modified by the user terminal.

以網頁為基礎(web base)的系統,由於它不需要在使用者端的電腦上安裝,只要連接上網址,在任何地方、任何設備均可使用,因此,這樣的系統是目前除了手機應用程式(APP)之外相當受到使用者喜愛的系統。不過,它也和一般軟體系統一樣,需要請開發商來撰寫系統,而當使用者的需求有所變更時,使用者便需再花費成本請開發商改寫系統,開發商在接到使用者的要求時,也需要投入人力及時間來完成改寫。這樣的改寫需求,一般又會被視為系統維護的一部分,然而,這種改寫需求常常會成為開發商與使用者雙方之間的爭執與困擾的來源,有時使用者方覺得開發商所報的價格太貴,有時開發商也會覺得投入人力及時間來改寫的收益太低,不足以支撐其所付出的人力及時間成本。A system based on a web page (web base) does not need to be installed on the user's computer. As long as it is connected to the website, it can be used anywhere and on any device. Therefore, such a system is currently available except for mobile applications ( APP) is a system that is quite popular among users. However, like a general software system, it requires developers to write the system. When the user's needs change, the user will have to spend more money to ask the developer to rewrite the system. After receiving the user's request, the developer will When required, manpower and time will also need to be invested to complete the rewriting. Such rewriting requirements are generally regarded as part of system maintenance. However, such rewriting requirements often become the source of disputes and troubles between developers and users. Sometimes users feel that the developers have complained about The price is too expensive, and sometimes developers feel that the return from investing manpower and time in rewriting is too low to support the cost of manpower and time.

目前以網頁為基礎的系統屬於一種網頁文件產生器,大多透過.NET Framework/.NET Core, PHP, Python/Django等架構或直接使用CGI架構來產生網頁文件(.htm, .html),然後傳送到用戶端(Client)執行。然而,當使用者的需求有所改變時,即使僅僅是報表的微調,往往都需要開發商重新修改程式來產生新的網頁文件,因而產生上述的改寫需求的問題。因此,這個問題有待克服。The current web-based system is a web page file generator. Most of them use .NET Framework/.NET Core, PHP, Python/Django and other architectures or directly use CGI architecture to generate web page files (.htm, .html) and then send them. Go to the client (Client) to execute. However, when the user's needs change, even if it is just a slight adjustment of the report, the developer often needs to re-modify the program to generate a new web page document, thus causing the above-mentioned problem of rewriting requirements. Therefore, this problem remains to be overcome.

前述習知技術的問題主要在於開發商將使用者所需要的網頁寫好之後,會有修改上的不方便,往往需要原開發商來執行修改才能順利完成的問題。The problem with the above-mentioned conventional technology is that after the developer has written the web page required by the user, it is inconvenient to modify it, and it often requires the original developer to perform the modification to successfully complete it.

對此,本發明提出一種可供用戶端自行修改的網頁文件產生系統,其可提供讓使用者直接對未加密巨集檔來進行修改的選擇,而讓使用者可以自行修改其所欲修改的部分,但本系統仍保留加密巨集檔不能供使用者修改,以保留網頁基本架構的正確性。In this regard, the present invention proposes a web page file generation system that can be modified by the user. It can provide users with the option of directly modifying unencrypted macro files, allowing users to modify what they want to modify. However, this system still retains encrypted macro files that cannot be modified by users to preserve the correctness of the basic structure of the web page.

基於上述,本發明提出的一種可供用戶端自行修改的網頁文件產生系統,係供在雲端執行並在連線的電腦上顯示出網頁內容,該可供用戶端自行修改的網頁文件產生系統包含有:至少一網頁文件產生模組,係為以網頁為基礎(web base)的文件產生模組,具有向外發出索取資料訊息之功能,以及產生網頁文件並顯示於外部連線的電腦的螢幕上的功能;一巨集庫,具有一加密巨集檔以及一未加密巨集檔;一資料庫,至少儲存有除了該巨集庫所具有的加密或未加密巨集檔之外的資料,而用以供該至少一網頁文件產生模組產生網頁文件;以及一處理模組,邏輯連接於該至少一網頁文件產生模組、該巨集庫以及該資料庫,該處理模組具有接收該至少一網頁文件產生模組所傳來的索取資料訊息的功能,以及具有向該巨集庫索取該加密巨集檔及該未加密巨集檔之功能,以及具有將該加密巨集檔解密的功能,以及具有向該資料庫索取資料的功能,以及具有提供該至少一網頁文件產生模組所索取的資料訊息的功能,該資料訊息至少包含該資料庫的資料、該未加密巨集檔、以及該加密巨集檔解密後的內容;其中,使用者可藉由雲端提供該未加密巨集檔至該巨集庫中,也可以藉由雲端來對該未加密巨集檔進行修改。Based on the above, the present invention proposes a web page file generation system that can be modified by the user side, which is executed in the cloud and displays web page content on a connected computer. The web page file generation system that can be modified by the user side includes There is: at least one web page document generation module, which is a web page-based document generation module and has the function of sending out information request messages, and generating web page documents and displaying them on the screen of an externally connected computer. The function on; a macro library having an encrypted macro file and an unencrypted macro file; a database storing at least data other than the encrypted or unencrypted macro files owned by the macro library, and used for the at least one web page document generation module to generate web page documents; and a processing module logically connected to the at least one web page document generation module, the macro library and the database, and the processing module has the ability to receive the The function of requesting a data message from at least one web page document generation module, and the function of requesting the encrypted macro file and the unencrypted macro file from the macro library, and the function of decrypting the encrypted macro file. function, and the function of retrieving data from the database, and the function of providing the data information requested by the at least one web page document generation module, the data information at least includes the data of the database, the unencrypted macro file, And the decrypted content of the encrypted macro file; wherein, the user can provide the unencrypted macro file to the macro library through the cloud, and can also modify the unencrypted macro file through the cloud.

藉此,本發明可提供讓使用者直接對未加密巨集檔來進行修改的選擇,而讓使用者可以自行修改其所欲修改的部分,但本系統仍保留加密巨集檔不能供使用者修改,以保留網頁基本架構的正確性。In this way, the present invention can provide users with the option of directly modifying unencrypted macro files, allowing users to modify the parts they want to modify. However, the system still retains encrypted macro files that are not available to users. Modify to retain the correctness of the basic structure of the web page.

為了詳細說明本發明之技術特點所在,茲舉以下之較佳實施例並配合圖式說明如後,其中:In order to explain in detail the technical characteristics of the present invention, the following preferred embodiments are cited and described with reference to the drawings, wherein:

如圖1至圖2所示,本發明一較佳實施例所提出之一種可供用戶端自行修改的網頁文件產生系統10,係在雲端執行並在連線的電腦上顯示出網頁內容,在圖1中,該可供用戶端自行修改的網頁文件產生系統10主要由至少一網頁文件產生模組11、一巨集庫21、一資料庫31以及一處理模組41所組成,其中:As shown in Figures 1 to 2, a preferred embodiment of the present invention proposes a web page file generation system 10 that can be modified by the user. It is executed in the cloud and displays web page content on a connected computer. In Figure 1, the web page file generation system 10 that can be modified by the client mainly consists of at least one web page file generation module 11, a macro library 21, a database 31 and a processing module 41, wherein:

該至少一網頁文件產生模組11,係為以網頁為基礎(web base)的文件產生模組,具有向外發出索取資料訊息的功能,以及產生網頁文件並顯示於外部連線的電腦的螢幕上的功能,於本實施例中係以一個網頁文件產生模組11為例。該網頁文件產生模組11係為利用.NET Framework/.NET Core, PHP, Python/Django等架構或遵循CGI架構以C/C++等任意程式語言來撰寫的網頁程式系統,並不限定是何種程式語言。由於網頁文件產生模組本身乃是屬於已知技術,因此其詳細構成乃是所屬技術領域中具有通常知識者所熟知者,容不贅述。The at least one web page document generation module 11 is a web page-based document generation module, which has the function of sending out information requesting messages, and generating web page documents and displaying them on the screen of an externally connected computer. In this embodiment, a web page document generating module 11 is used as an example for the above functions. The web page document generation module 11 is a web page program system written in any programming language such as C/C++ using .NET Framework/.NET Core, PHP, Python/Django, etc. or following the CGI architecture. It is not limited to what kind of system it is. programming language. Since the web page file generation module itself is a known technology, its detailed structure is well known to those with ordinary knowledge in the technical field and will not be described in detail.

該巨集庫21,具有一加密巨集檔22以及一未加密巨集檔24。在實際實施時,該加密巨集檔22以及該未加密巨集檔24可能不只一個,亦即可能會有複數個。在該加密巨集檔22及該未加密巨集檔24中,可以使用內建的系統物件_DB或_Table物件或_TableRow物件,在被該處理模組41執行時取得該資料庫31內的資料。The macro library 21 has an encrypted macro file 22 and an unencrypted macro file 24. In actual implementation, there may be more than one encrypted macro file 22 and unencrypted macro file 24, that is, there may be a plurality of them. In the encrypted macro file 22 and the unencrypted macro file 24, the built-in system object _DB or _Table object or _TableRow object can be used to obtain the contents of the database 31 when executed by the processing module 41 information.

該資料庫31至少儲存有除了該巨集庫21所具有的加密或未加密的巨集檔22,24之外的資料,而用以供該網頁文件產生模組11產生網頁文件。在實務上也有可能是該巨集庫21儲存於該資料庫31中,這種情況來說,該巨集庫21的內容仍然是該加密巨集檔22以及該未加密巨集檔24,而該資料庫31中的資料則仍然是指除了該巨集庫21的內容以外的資料。The database 31 at least stores data other than the encrypted or unencrypted macro files 22, 24 of the macro library 21, and is used for the web page file generation module 11 to generate web page files. In practice, it is also possible that the macro library 21 is stored in the database 31. In this case, the contents of the macro library 21 are still the encrypted macro file 22 and the unencrypted macro file 24, and The data in the database 31 still refers to data other than the content of the macro library 21 .

該處理模組41,邏輯連接於該網頁文件產生模組11、該巨集庫21以及該資料庫31,該處理模組41具有接收該網頁文件產生模組11所傳來的索取資料訊息的功能,以及具有向該巨集庫21索取該加密巨集檔22及該未加密巨集檔24的功能,以及具有將該加密巨集檔22解密的功能,以及具有向該資料庫31索取資料的功能,以及具有提供該網頁文件產生模組11所索取的資料訊息的功能。在本實施例中,加密及解密的技術係採用現有已知的檔案加/解密技術,而為習知技術,由於非本案之技術重點,因此容不贅述。The processing module 41 is logically connected to the web page document generation module 11, the macro library 21 and the database 31. The processing module 41 has the function of receiving the data request message from the web page document generation module 11. function, and has the function of retrieving the encrypted macro file 22 and the unencrypted macro file 24 from the macro library 21, and has the function of decrypting the encrypted macro file 22, and has the function of retrieving data from the database 31 The function, and the function of providing the data information requested by the web page document generation module 11. In this embodiment, the encryption and decryption technology adopts the existing known file encryption/decryption technology, which is a common technology. Since it is not the technical focus of this case, it will not be described in detail.

該未加密巨集檔24的內容舉例如下:An example of the content of the unencrypted macro file 24 is as follows:

Shell.fcnShell.fcn

------------------------------------------------------------------------------------------------------------------------------------- ----------------------------------

$到職日=_DB(‘testDB’).View(0)[0][‘Inauguration’];$arrival date=_DB(‘testDB’).View(0)[0][‘Inauguration’];

------------------------------------------------------------------------------------------------------------------------------------- ----------------------------------

該未加密巨集檔24的內容也可以是另外的內容如下:The content of the unencrypted macro file 24 may also be other content as follows:

------------------------------------------------------------------------------------------------------------------------------------- ----------------------------------

$到職日=_DB(‘testDB’).Table(‘Staff’)[StaffId->@{StaffId}][‘Inauguration’];$arrival date=_DB(‘testDB’).Table(‘Staff’)[StaffId->@{StaffId}][‘Inauguration’];

------------------------------------------------------------------------------------------------------------------------------------- ----------------------------------

其中,使用者可藉由雲端提供該未加密巨集檔24至該巨集庫21中,也可以藉由雲端來對該未加密巨集檔24依其需求進行修改。The user can provide the unencrypted macro file 24 to the macro library 21 through the cloud, or modify the unencrypted macro file 24 according to his or her needs through the cloud.

如圖2所示,在實際實施時,在該巨集庫21中可以更包含有一外加超文本標記語言(HTML)文件26,在該處理模組41向該巨集庫21索取該加密巨集檔22及該未加密巨集檔24時,係同時索取該外加超文本標記語言文件26。這個外加超文本標記語言文件26,主要是用來讓使用者可以使用外部的資源(例如其他開發商)所開發出來的超文本標記語言文件,來以外加的方式供該處理模組41索取。這個外加超文本標記語言文件26乃是一種可選擇性加入的文件,在沒有該文件的狀況下,也不會影響本案的主要功效。As shown in Figure 2, during actual implementation, the macro library 21 may further include an additional hypertext markup language (HTML) file 26, and the processing module 41 obtains the encrypted macro from the macro library 21. When accessing the file 22 and the unencrypted macro file 24, the additional hypertext markup language file 26 is simultaneously requested. This additional hypertext markup language file 26 is mainly used to allow users to use hypertext markup language files developed by external resources (such as other developers) to provide the processing module 41 with additional access. This additional hypertext markup language file 26 is an optional file, and the absence of this file will not affect the main functions of this case.

此外,如圖2所示,在實際實施時,可以再增設一知識庫42以及邏輯連接於該知識庫42的一選擇模組44,該選擇模組44係邏輯連接於該處理模組41,該知識庫42中具有複數條規則421,該選擇模組44係依一預定條件來選擇該複數條規則421中的至少一條規則421,並將被選擇的該至少一條規則421傳送至該處理模組41。前述的預定條件,可以是亂數,或是該複數條規則421中的最後三條,或是該複數條規則421中符合特定條件者等,可依使用者的需求來設定。而這個知識庫42及選擇模組44,是開放讓使用者可以進行編輯,以利其自訂規則421以及設定選擇的預定條件。這個知識庫42及選擇模組44乃是一種可選擇性加入的元件,在沒有該知識庫42及選擇模組44的狀況下,也不會影響本案的主要功效。In addition, as shown in Figure 2, during actual implementation, a knowledge base 42 and a selection module 44 logically connected to the knowledge base 42 can be added. The selection module 44 is logically connected to the processing module 41. The knowledge base 42 has a plurality of rules 421. The selection module 44 selects at least one rule 421 from the plurality of rules 421 according to a predetermined condition, and transmits the selected at least one rule 421 to the processing module. Group 41. The aforementioned predetermined conditions can be random numbers, or the last three of the plurality of rules 421, or those that meet specific conditions among the plurality of rules 421, etc., and can be set according to the user's needs. The knowledge base 42 and the selection module 44 are open to the user for editing to facilitate customizing the rules 421 and setting predetermined conditions for selection. The knowledge base 42 and the selection module 44 are components that can be optionally added. Without the knowledge base 42 and the selection module 44, the main functions of this project will not be affected.

該知識庫42中的複數條規則421係舉例如下:Examples of the plurality of rules 421 in the knowledge base 42 are as follows:

Shell.rbShell.rb

------------------------------------------------------------------------------------------------------------------------------------- ----------------------------------

$年資_月= SeniorityMons(@{wStaffId});$Seniority_Months= SeniorityMons(@{wStaffId});

$年資= SeniorityYears(@{wStaffId});$Seniority= SeniorityYears(@{wStaffId});

//特休//Special holiday

If $年資_月 > 3 Then $特休=0;If $Seniority_months > 3 Then $Special leave=0;

If $年資_月 >= 3 && $年資_月 > 6 Then $特休=1;If $Seniority_months >= 3 && $Seniority_months > 6 Then $Special leave=1;

If $年資_月 >=6 && $年資_月 > 12 Then $特休=3;If $Seniority_months >=6 && $Seniority_months > 12 Then $Special leave=3;

If $年資 >=1 && $年資> 2 Then $特休=7;If $Seniority >=1 && $Seniority > 2 Then $Special holiday=7;

If $年資 >=2 && $年資> 3 Then $特休=10;If $Seniority >=2 && $Seniority > 3 Then $Special leave=10;

If $年資 >=3 && $年資> 5 Then $特休=14;If $Seniority >=3 && $Seniority > 5 Then $Special holiday=14;

If $年資 >=5 && $年資> 10 Then $特休=15;If $Seniority >=5 && $Seniority > 10 Then $Special holiday=15;

If $年資 >=10 Then $特休=Min(15+$年資-10,30);If $Seniority >=10 Then $Special holiday=Min(15+$Seniority-10,30);

------------------------------------------------------------------------------------------------------------------------------------- ----------------------------------

上述的複數條規則421中,若年資為四年,則該選擇模組44的預定條件即選擇” If $年資 >=3 && $年資> 5 Then $特休=14”的規則421,而屬於符合特定條件的狀況。Among the above plural rules 421, if the seniority is four years, the predetermined condition of the selection module 44 is to select the rule 421 of "If $Seniority>=3 && $Seniority> 5 Then $Special Leave=14", which belongs to A condition that meets certain conditions.

以上說明了本實施例的主要架構,接下來說明本實施例的操作狀態。The main structure of this embodiment has been described above. Next, the operating status of this embodiment will be described.

如圖1及圖2所示,在本發明之可供用戶端自行修改的網頁文件產生系統10於雲端執行時,該網頁文件產生模組11係向該處理模組41索取資料,該處理模組41即向該巨集庫21索取該加密巨集檔22以及該未加密巨集檔24,並且也向該資料庫31索取資料,在對該加密巨集檔22進行解密後,即由該加密巨集檔22及該未加密巨集檔24得到完整的巨集內容,並再將由該資料庫31所索取到的資料連同前述的完整巨集內容傳送至該網頁文件產生模組11,該網頁文件產生模組11即可輸出網頁文件至連線的用戶端,而讓用戶端看到網頁內容。As shown in Figures 1 and 2, when the web page file generation system 10 of the present invention that can be modified by the client is executed in the cloud, the web page file generation module 11 obtains data from the processing module 41. The processing module The group 41 obtains the encrypted macro file 22 and the unencrypted macro file 24 from the macro library 21, and also obtains information from the database 31. After decrypting the encrypted macro file 22, the group 41 The encrypted macro file 22 and the unencrypted macro file 24 obtain the complete macro content, and then transmit the data obtained from the database 31 together with the aforementioned complete macro content to the web page document generation module 11. The web page file generating module 11 can output the web page file to the connected client, so that the client can see the web page content.

而由於該未加密巨集檔24可供使用者進行修改,因此,使用者可以依照其自己的意願來修改該未加密巨集檔24,修改時可以直接在雲端以文字編輯軟體來進行修改,進而達到自行修改網頁文件的結果。由此可知,本發明可提供讓使用者直接對未加密巨集檔24來進行修改的選擇,而讓使用者可以自行修改其所欲修改的部分,但本系統仍保留加密巨集檔22不能供使用者修改,以保留網頁基本架構的正確性。這對於開發商及使用者而言,是一種雙贏的局面,藉由本系統,開發商可以在開發網頁時開放可修改的選項讓使用者自行調整,而又可以保留其基本架構在加密巨集檔22中來保持網頁的完整性而不被破壞。Since the unencrypted macro file 24 can be modified by the user, the user can modify the unencrypted macro file 24 according to his or her own wishes. When modifying, the user can modify the unencrypted macro file 24 directly in the cloud using text editing software. And then achieve the result of modifying the web page files by yourself. It can be seen from this that the present invention can provide the user with the option of directly modifying the unencrypted macro file 24, allowing the user to modify the parts he or she wants to modify, but the system still retains the inability to modify the encrypted macro file 22. For users to modify to retain the correctness of the basic structure of the web page. This is a win-win situation for developers and users. Through this system, developers can open up modifiable options for users to adjust when developing web pages, while retaining their basic structure in an encrypted macro file. 22 to maintain the integrity of the web page without being destroyed.

另外,如圖2所示,該外加超文本標記語言文件26以及該知識庫42及選擇模組44,則是可以依使用者的需求來增加,該外加超文本標記語言文件26可以讓使用者取用額外的網頁文件,而該知識庫42及選擇模組44則可以讓使用者更細微的調整網頁文件的內容。In addition, as shown in Figure 2, the additional hypertext markup language file 26, the knowledge base 42 and the selection module 44 can be added according to the user's needs. The additional hypertext markup language file 26 can allow the user to Additional web page files are accessed, and the knowledge base 42 and selection module 44 allow the user to adjust the content of the web page files in more detail.

10:可供用戶端自行修改的網頁文件產生系統 11:網頁文件產生模組 21:巨集庫 22:加密巨集檔 24:未加密巨集檔 26:外加超文本標記語言文件 31:資料庫 41:處理模組 42:知識庫 421:規則 44:選擇模組10: Web page file generation system that can be modified by the client 11: Web page file generation module 21: Macro library 22: Encrypt macro file 24:Unencrypted macro file 26:Additional hypertext markup language file 31:Database 41: Processing module 42:Knowledge base 421:Rules 44:Choose a module

圖1係本發明第一較佳實施例之方塊示意圖。 圖2係本發明第一較佳實施例之另一方塊示意圖。Figure 1 is a block diagram of the first preferred embodiment of the present invention. Figure 2 is another block diagram of the first preferred embodiment of the present invention.

10:可供用戶端自行修改的網頁文件產生系統10: Web page file generation system that can be modified by the client

11:網頁文件產生模組11: Web page file generation module

21:巨集庫21: Macro library

22:加密巨集檔22: Encrypt macro file

24:未加密巨集檔24:Unencrypted macro file

31:資料庫31:Database

41:處理模組41: Processing module

Claims (3)

一種可供用戶端自行修改的網頁文件產生系統,係供在雲端執行並在連線的電腦上顯示出網頁內容,該可供用戶端自行修改的網頁文件產生系統包含有: 至少一網頁文件產生模組,係為以網頁為基礎(web base)的文件產生模組,具有向外發出索取資料訊息之功能,以及產生網頁文件並顯示於外部連線的電腦的螢幕上的功能; 一巨集庫,具有一加密巨集檔以及一未加密巨集檔; 一資料庫,至少儲存有除了該巨集庫所具有的加密或未加密巨集檔之外的資料,而用以供該至少一網頁文件產生模組產生網頁文件;以及 一處理模組,邏輯連接於該至少一網頁文件產生模組、該巨集庫以及該資料庫,該處理模組具有接收該至少一網頁文件產生模組所傳來的索取資料訊息的功能,以及具有向該巨集庫索取該加密巨集檔及該未加密巨集檔之功能,以及具有將該加密巨集檔解密的功能,以及具有向該資料庫索取資料的功能,以及具有提供該至少一網頁文件產生模組所索取的資料訊息的功能,該資料訊息至少包含該資料庫的資料、該未加密巨集檔、以及該加密巨集檔解密後的內容; 其中,使用者可藉由雲端提供該未加密巨集檔至該巨集庫中,也可以藉由雲端來對該未加密巨集檔進行修改。A web page file generation system that can be modified by the client, which is executed in the cloud and displays web content on a connected computer. The web page file generation system that can be modified by the client includes: At least one web page document generation module is a web page-based document generation module, which has the function of sending out information requesting messages, and generating web page documents and displaying them on the screen of an externally connected computer. Function; A macro library having an encrypted macro file and an unencrypted macro file; A database that stores at least data other than the encrypted or unencrypted macro files owned by the macro library, and is used for the at least one web page document generation module to generate web page documents; and A processing module logically connected to the at least one web page document generation module, the macro library and the database. The processing module has the function of receiving a data request message from the at least one web page document generation module, and have the function of retrieving the encrypted macro file and the unencrypted macro file from the macro library, the function of decrypting the encrypted macro file, the function of retrieving data from the database, and the function of providing the The function of at least one web document generating module to request data information, which data information at least includes the data of the database, the unencrypted macro file, and the decrypted content of the encrypted macro file; The user can provide the unencrypted macro file to the macro library through the cloud, and can also modify the unencrypted macro file through the cloud. 依據請求項1所述之可供用戶端自行修改的網頁文件產生系統,其中:該巨集庫更包含有一外加超文本標記語言(HTML)文件,在該處理模組向該巨集庫索取該加密巨集檔及該未加密巨集檔時,係同時索取該外加超文本標記語言文件。According to the web page file generation system that can be modified by the client according to claim 1, the macro library further includes an additional hypertext markup language (HTML) file, and the processing module obtains the macro library from the macro library. When the macro file is encrypted and the unencrypted macro file is encrypted, the additional hypertext markup language file is requested at the same time. 依據請求項1所述之可供用戶端自行修改的網頁文件產生系統,其中:更包含有一知識庫以及邏輯連接於該知識庫的一選擇模組,該選擇模組係邏輯連接於該處理模組,該知識庫中具有複數條規則,該選擇模組係依一預定條件來選擇該複數條規則中的至少一條規則,並將被選擇的該至少一條規則傳送至該處理模組。The system for generating web page files that can be modified by the client according to claim 1, which further includes a knowledge base and a selection module logically connected to the knowledge base. The selection module is logically connected to the processing module. There are a plurality of rules in the knowledge base, and the selection module selects at least one rule among the plurality of rules according to a predetermined condition, and transmits the selected at least one rule to the processing module.
TW109116410A 2020-05-18 2020-05-18 Web page file generation system that can be modified by the client TWI816036B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
TW109116410A TWI816036B (en) 2020-05-18 2020-05-18 Web page file generation system that can be modified by the client

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
TW109116410A TWI816036B (en) 2020-05-18 2020-05-18 Web page file generation system that can be modified by the client

Publications (2)

Publication Number Publication Date
TW202145056A TW202145056A (en) 2021-12-01
TWI816036B true TWI816036B (en) 2023-09-21

Family

ID=80783863

Family Applications (1)

Application Number Title Priority Date Filing Date
TW109116410A TWI816036B (en) 2020-05-18 2020-05-18 Web page file generation system that can be modified by the client

Country Status (1)

Country Link
TW (1) TWI816036B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103425747A (en) * 2013-07-19 2013-12-04 百度在线网络技术(北京)有限公司 Method, device and system for editing webpages in real time
CN104657451B (en) * 2015-02-05 2019-01-15 百度在线网络技术(北京)有限公司 The processing method and processing device of the page
TW202113617A (en) * 2019-09-25 2021-04-01 來享享網路科技股份有限公司 Method, system and non-transitory computer readable storage medium for data sharing

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103425747A (en) * 2013-07-19 2013-12-04 百度在线网络技术(北京)有限公司 Method, device and system for editing webpages in real time
CN104657451B (en) * 2015-02-05 2019-01-15 百度在线网络技术(北京)有限公司 The processing method and processing device of the page
TW202113617A (en) * 2019-09-25 2021-04-01 來享享網路科技股份有限公司 Method, system and non-transitory computer readable storage medium for data sharing

Also Published As

Publication number Publication date
TW202145056A (en) 2021-12-01

Similar Documents

Publication Publication Date Title
US11669503B2 (en) Building and managing data-processing attributes for modeled data sources
US9519526B2 (en) File management system and collaboration service and integration capabilities with third party applications
US7424543B2 (en) System and method of permissive data flow and application transfer
CN114020378B (en) Method and system for processing digital components
CN111767095A (en) Micro-service generation method and device, terminal equipment and storage medium
TW200945096A (en) Secure browser-based applications
JP2009042856A (en) Document management device, document management system, and program
TW200816766A (en) Method and system for synchronized access control in a web services environment
US10699355B2 (en) System and method for generating an aggregate document comprised of at least one sub-document
TWI552015B (en) Method,computer system and non-transitory computer readable storage medium for composite document
US11775474B2 (en) Systems and methods for implementing content aware file management labeling
JP7040800B2 (en) Architecture, methods and equipment for collecting and displaying computer file metadata
JP2010522399A (en) Defined application assistant
US8997082B1 (en) Differential patch of content
US20080163168A1 (en) Javascript pre-processing framework
TWI816036B (en) Web page file generation system that can be modified by the client
JP2005321953A (en) Storage controller, operation program therefor and access control method
CN113452613B (en) Method, device, electronic equipment and storage medium for acquiring page routing address
TWI680411B (en) Electronic form building system and method
KR102087268B1 (en) Apparatus for providing web control interface and operating method thereof
TW487879B (en) Internet document creation system and document-format generator therefor
Bailey et al. uassign: Scalable interactive activities for teaching the unix terminal
KR20060046311A (en) Automated system for content acquisition using a web portal
JP2007280126A (en) Electronic declaration data download system
JP2020087197A (en) Information processing system, information processing program and information processing method