產(chǎn)權(quán)交易中心綜合管理網(wǎng)絡(luò)系統(tǒng)的實現(xiàn)
本文關(guān)鍵詞: 產(chǎn)權(quán)交易 WEB頁面軟鍵盤 驗證碼 加密狗 出處:《吉林大學(xué)》2014年碩士論文 論文類型:學(xué)位論文
【摘要】:按照國家的有關(guān)文件精神,各地市都成立了相應(yīng)的產(chǎn)權(quán)交易中心機構(gòu)負責對企業(yè)國有產(chǎn)權(quán)轉(zhuǎn)讓的各種受理,監(jiān)督和管理,產(chǎn)權(quán)交易分交易申請,交易受理,信息掛牌,查詢洽談,進行交易,簽訂合同,結(jié)算交割,產(chǎn)權(quán)過戶等工作流程,而在這些工作流程中需要企業(yè)提交許多相關(guān)材料和證件的復(fù)印件,要通過到固定場所進行洽談交易,這些工作給企業(yè)和受讓方都帶來了許多不便,往往雙方都需要跑很多部門上交許多材料進行各種審批,這種傳統(tǒng)的模式效率十分低,因此專門設(shè)計了《產(chǎn)權(quán)交易中心綜合管理網(wǎng)絡(luò)系統(tǒng)》,這套系統(tǒng)實現(xiàn)了產(chǎn)權(quán)轉(zhuǎn)讓企業(yè)的網(wǎng)上用戶名申請,產(chǎn)權(quán)交易中心交易部對用戶進行注冊授權(quán),產(chǎn)權(quán)轉(zhuǎn)讓企業(yè)對將提出申請的各種材料進行網(wǎng)上電子提交和各種證件的網(wǎng)上在線拍照,產(chǎn)權(quán)交易中心對提出產(chǎn)權(quán)轉(zhuǎn)讓申請的企業(yè)進行掛牌授權(quán),對企業(yè)的各種資料進行網(wǎng)上發(fā)布,通過網(wǎng)絡(luò)進行洽談和競拍,產(chǎn)權(quán)交易中心財務(wù)部對交易進行各種結(jié)算,同時還設(shè)計了各種統(tǒng)計和打印功能,實現(xiàn)了產(chǎn)權(quán)交易中心的各種業(yè)務(wù)的網(wǎng)絡(luò)信息化管理,提高了交易和管理效率。 系統(tǒng)中的關(guān)鍵技術(shù) 1、WEB頁面利用網(wǎng)絡(luò)攝像頭拍照技術(shù)解決證件副本傳輸問題 本系統(tǒng)中設(shè)計有企業(yè)國有產(chǎn)權(quán)轉(zhuǎn)讓時,通過網(wǎng)絡(luò)提交各種審核材料,這些審核材料都是電子稿提交,提交時可以是WORD文檔,在需要提交某些證件的復(fù)印件時提供了兩種方式,一種是可以用掃描儀進行掃描,然后提交掃描圖片文檔的方式,另一種方式則是采用了利用用戶端的攝像頭對證件進行拍照并生成圖片電子文件然后通過系統(tǒng)進行上傳的辦法,這種辦法更加方便用戶的使用,但這種方式如果是在C/S結(jié)構(gòu)中是比較容易實現(xiàn)的,但在B/S結(jié)構(gòu)中,則在WEB頁面中操作攝像頭就比較困難,在WEB頁面中操作攝像頭有幾種方式,常見的有采用WEB插件的方式來進行操作,但這種方式需要軟件插件的第三方公司支持,可能還需要支付一定的費用,另一種方式是采用最新的HTML5代碼來編寫網(wǎng)頁文件,這種方式比較容易,但是需要用戶端的瀏覽器支持,因為目前支持HTML5的瀏覽器太少,因此本系統(tǒng)不適用這種方式,而還有一種方式就是采用在WEB頁面中嵌入FLASH的辦法,然后利用FLASH的可編程機制在FLASH中進行動作編程來實現(xiàn)對攝像頭的各種控制,這種方式既不需要第三方支持也不需要使用特殊的瀏覽器,因此這是非常適合本系統(tǒng)使用的方式,目前系統(tǒng)中使用的就是這種FLASH的解決方案。 2、密碼輸入WEB頁面軟鍵盤輸入技術(shù) 目前有許多病毒和木馬程序它們侵入用戶計算機后通過監(jiān)控用戶鍵盤的輸入信息來盜取用戶的輸入的各種密碼,因此在本系統(tǒng)中的各種用戶的輸入密碼登錄系統(tǒng)的操作中采用WEB軟鍵盤的技術(shù)來防止這些程序?qū)τ脩翩I盤輸入密碼的監(jiān)控和盜取,保證了用戶使用的安全性,在C/S結(jié)構(gòu)中設(shè)計軟鍵盤是比較容易的,但在B/S結(jié)構(gòu)中設(shè)計軟件盤是比較復(fù)雜的,在設(shè)計的時候通過編寫HTML和JS代碼來進行實現(xiàn)。 3、網(wǎng)頁頁面在線洽談技術(shù) 本系統(tǒng)中為了方便企業(yè)國有產(chǎn)權(quán)轉(zhuǎn)讓方和受讓方能夠不受時間地點的限制,因此考慮到了充分利用網(wǎng)絡(luò)環(huán)境的辦法,設(shè)計了一個WEB在線洽談功能,企業(yè)國有產(chǎn)權(quán)轉(zhuǎn)讓方和受讓方可以同時登錄到這界面進行WEB在線洽談,洽談時支持文字,圖片的傳輸,同時支持文本樣式修改,屏幕抖動和語音傳輸?shù)裙δ堋?4、WEB頁面報表打印技術(shù) 對于一套管理系統(tǒng)報表的打印是非常重要的,而在C/S結(jié)構(gòu)下設(shè)計報表比較容易,但在B/S結(jié)構(gòu)中設(shè)計報表就比較困難,如果選用VS2008.NET自帶的水晶報表進行設(shè)計雖然功能強大,設(shè)計起來也容易,但需要付費注冊,因此本系統(tǒng)采用的是專門的報表控件來進行設(shè)計,尤其是在產(chǎn)權(quán)交易中心財務(wù)部打印結(jié)算發(fā)票時設(shè)計出了精美的發(fā)票進行WEB打印輸出。 5、WEB頁面CSS和DIV技術(shù) CSS和DIV技術(shù)是近年來興起并應(yīng)用較多的一種網(wǎng)頁頁面布局排版的兩種技術(shù),而本系統(tǒng)中許多地方將這兩種技術(shù)進行結(jié)合使用,CSS是網(wǎng)頁設(shè)計中的一種樣式表技術(shù),它可以設(shè)計單獨的樣式表文件也可以直接放入到當前的WEB頁面中,,但設(shè)計單獨的CSS樣式表文件可以使許多WEB頁面都能夠進行調(diào)用,因此采用這種方式的設(shè)計效率會更高,它是將WEB頁面中的許多元素的排版樣式進行定義,然后在WEB頁面中的相應(yīng)元素的位置進行調(diào)用就實現(xiàn)了元素的排版,這樣做既合理又高效,DIV是WEB頁面中的一種層技術(shù),它可以獨立定義某些元素為一個整體然后可以設(shè)定隱藏和顯示,用這種技術(shù)更有利于WEB頁面元素的復(fù)雜排版,本系統(tǒng)的許多WEB頁面就是采用這兩種技術(shù)相結(jié)合的辦法實現(xiàn)的復(fù)雜排版。 6、WEB頁面登錄驗證碼技術(shù) 目前有許多黑客程序具有利用數(shù)據(jù)字典采用窮舉法對WEB登錄頁面進行注入式攻擊,因此系統(tǒng)中采用了圖片顯示的數(shù)字驗證碼的方式來防止這種攻擊,同時為了防止黑客程序的OCR識別技術(shù),每次刷新之后顯示的驗證碼都是隨機改變的,這樣有效的保證了用戶登錄的安全性。 7、WEB服務(wù)器USB加密狗技術(shù) 為了保護系統(tǒng)的設(shè)計版權(quán),如果采用注冊碼的方式往往可以被破解,因此采用了當今比較流行的USB加密狗技術(shù),這種加密狗安裝在服務(wù)器上,整個系統(tǒng)由于也安裝在服務(wù)器上,所以有效的保證了系統(tǒng)的知識產(chǎn)權(quán),如果系統(tǒng)安裝在沒有USB軟件狗的服務(wù)器上就不能運行,USB加密狗采用了廠商提供的API驅(qū)動接口程序,然后在本系統(tǒng)的相應(yīng)模塊中進行調(diào)用從而實現(xiàn)了加密過程。
[Abstract]:According to the national spirit of the relevant documents, around the city have set up all kinds of property rights trading center the institutions responsible for the transfer of state-owned property right to accept the supervision and management of property transactions, transaction application transactions handled, listing information, query transactions, negotiation, contract, settlement, transfer of property rights in the work process, and this process needs to copy many companies to submit related materials and documents, to negotiate transactions through to a fixed place, the work for the enterprise and the transferee has brought a lot of inconvenience, often on both sides need to run many departments on many materials for a variety of approval, the traditional mode of efficiency is very low, so special the design of "integrated network management system of property rights trading center", this system has realized the enterprise property rights transfer online name for transactions of property transactions in the heart of the user The registration authority, the enterprise property rights transfer online electronic submission and various documents online for various materials will apply the pictures, property rights trading center of the enterprises listed on the transfer of property rights to apply for authorization, a variety of enterprise information online publishing, negotiate and auction through the network, financial department property trading center for settlement the deal, while a variety of statistics and print function design, implementation of network information management business of property rights trading center, trading and improve management efficiency.
Key technologies in the system
1, WEB page uses the camera technology of webcam to solve the problem of document copy transmission
This system is designed with the transfer of state-owned property rights of enterprises, submit various audit materials through the network, the audit materials are submitted to submit the electronic version, is the WORD document, submit copies of some documents to provide two ways, one is can be scanned using a scanner, and then submit the document scanning pictures by the way, another way is used to take pictures of documents and pictures generated electronic documents using a client to the camera and then through the system to upload, use this method more convenient for users, but this way if it is in the C/S structure is relatively easy to implement, but in B/S, then the operation of the camera in the WEB page is more difficult, in the WEB page camera operation in several ways, there is a common way to use WEB plug-in operation, but this approach requires software plug-in The third party company support, may also need to pay a fee, the other way is using the latest HTML5 code to write web documents, this way is relatively easy, but requires the user browser support, because the current browser support for HTML5 is too small, so the system does not apply to this way, and there is a the way is used in the WEB page into the FLASH, and then use the programmable FLASH mechanism to achieve a variety of camera motion control programming in FLASH in this way does not require third party support also do not need to use special browser, so it is very suitable for the use of this system, the current system this is the use of FLASH solutions.
2, password input WEB page soft keyboard input technology
The password input information to steal users there are many viruses and Trojans invade their users computer by monitoring user keyboard input, so the password system of various users in the system in the operation of using WEB soft keyboard technique to prevent and monitor these programs to steal user keyboard input password and to ensure the safety of users, in the C/S structure design of soft keyboard is relatively easy, but in the B/S structure design software disk is more complicated, when the design by using HTML and JS code to implement.
3, web page online negotiation technology
In this system, in order to facilitate the enterprise state-owned property rights transfer and the transferee can not limited by time and place, thus taking into account the full use of the network environment, the design of a WEB online discussion, party the state-owned property rights transfer and the transferee can login to the WEB interface of the online discussion, support text talks image transmission, text style, modify and support, screen jitter and voice transmission and other functions.
4, report printing technology of WEB page
It is very important for a management system of report, and the report is easier to design in the C/S structure, but the design statements in the B/S structure is more difficult, if the choice of VS2008.NET comes with the crystal report design is powerful, it is also easy to design, but need to pay the registration, so this system is used in special the report controls to the design, especially in the financial department printing property trading center invoice when designing exquisite invoice print WEB output.
5, WEB pages CSS and DIV Technology
CSS and DIV are two kinds of technology of a web page layout in recent years and widely used, and many places in the system of these two technologies combined with CSS is a stylesheet technology in web design, it can design a separate style sheet file can also be directly into the current the WEB page, but the design of separate CSS style sheet file can make many WEB pages can be invoked, so the design efficiency of this way will be higher, it is the definition of many elements in the WEB page layout style, then the corresponding elements in the WEB page in the location of the call is realized elements of the layout, it is both reasonable and efficient, DIV is the WEB page in a layer of technology, it can be defined independently of certain elements as a whole can then be set to hide and display, this technology is more advantageous to WEB The complex typesetting of page elements, many WEB pages of this system are complex typesetting implemented with the combination of these two techniques.
6, WEB page login verification code technology
There are many hackers program is using the data dictionary of WEB login page injection attacks using exhaustive method, the system adopts the image display digital verification code to prevent such attacks, at the same time in order to prevent hackers OCR recognition program, each new brush displayed after verification code is randomly changed, so to effectively guarantee the security of user login.
7, WEB server USB encrypted dog technology
In order to design a copyright protection system, if the registration code often can be cracked, so the use of today's popular USB dongle, the dongle installed on the server, because the whole system is also installed in the server, so the effective guarantee system of intellectual property rights, if not installed in the USB software system the dog can not run on the server, the USB dongle manufacturers to provide the API driver interface program, and then call to realize the encryption process in the corresponding module of this system.
【學(xué)位授予單位】:吉林大學(xué)
【學(xué)位級別】:碩士
【學(xué)位授予年份】:2014
【分類號】:TP393.07
【相似文獻】
相關(guān)期刊論文 前10條
1 熊焰;產(chǎn)權(quán)交易與高新技術(shù)企業(yè)發(fā)展[J];中國科技獎勵;2004年09期
2 ;中國產(chǎn)權(quán)交易、經(jīng)紀與拍賣實務(wù)簡明讀本[J];經(jīng)濟研究參考;2004年58期
3 ;反商業(yè)賄賂又出重拳[J];中國計算機用戶;2006年18期
4 ;要聞簡報[J];中國橡膠;1995年17期
5 崔礪金 ,劉偉;企盼社會“陽光”——粵浙渝產(chǎn)權(quán)交易市場調(diào)查[J];記者觀察;2003年05期
6 陳偉;關(guān)注產(chǎn)權(quán)交易 發(fā)展軟件產(chǎn)業(yè)[J];軟件世界;2004年04期
7 王新莊,朱濤;房地產(chǎn)交易及產(chǎn)權(quán)管理信息系統(tǒng)的設(shè)計及實現(xiàn)[J];現(xiàn)代計算機;2001年08期
8 斯洪標;關(guān)于建立高新技術(shù)企業(yè)產(chǎn)權(quán)交易市場的建議[J];科技進步與對策;2001年02期
9 陳衍泰;復(fù)旦大學(xué)創(chuàng)業(yè)與創(chuàng)業(yè)投資中心首屆“技術(shù)及聯(lián)合產(chǎn)權(quán)交易問題研討會”舉行[J];研究與發(fā)展管理;2005年01期
10 ;能達產(chǎn)權(quán)信息網(wǎng) 本刊“能達產(chǎn)權(quán)信息”專欄啟事[J];經(jīng)濟前沿;1996年04期
相關(guān)會議論文 前10條
1 顧強;;發(fā)展非國有產(chǎn)權(quán)交易及市場的若干思考[A];中國民營經(jīng)濟發(fā)展報告 No.2(2004)[C];2005年
2 張暉明;;產(chǎn)權(quán)交易市場的建立和運作管理[A];當今中國經(jīng)濟學(xué)八大理論熱點[C];1994年
3 林漢川;;發(fā)展和完善我國產(chǎn)權(quán)市場的對策[A];理論·改革·發(fā)展[C];1998年
4 文啟湘;趙杰;;加快發(fā)展產(chǎn)權(quán)交易市場,促進我省資本有序流轉(zhuǎn)[A];陜西省體制改革研究會2004年優(yōu)秀論文集[C];2004年
5 王冀寧;;產(chǎn)權(quán)交易的動態(tài)演化格局及信號博弈學(xué)習(xí)機制研究[A];2006年度(第四屆)中國法經(jīng)濟學(xué)論壇會議論文集[C];2006年
6 孫世光;;論科斯定理在自然資源保護中的應(yīng)用[A];2007中國環(huán)境科學(xué)學(xué)會學(xué)術(shù)年會優(yōu)秀論文集(上卷)[C];2007年
7 何維達;謝媛;;培育產(chǎn)權(quán)交易市場[A];當今中國經(jīng)濟學(xué)八大理論熱點[C];1994年
8 孫薇;;加強企業(yè)管理 防止國有資產(chǎn)流失[A];江蘇省現(xiàn)場統(tǒng)計研究會第九次學(xué)術(shù)年會論文集[C];2004年
9 張文駒;;與企業(yè)產(chǎn)權(quán)制度有關(guān)的若干基本概念[A];全國地勘行業(yè)產(chǎn)權(quán)制度改革研討交流文集[C];2004年
10 ;企業(yè)國有產(chǎn)權(quán)轉(zhuǎn)讓管理暫行辦法[A];交通建設(shè)國有監(jiān)理企業(yè)改制座談會材料匯編[C];2004年
相關(guān)重要報紙文章 前10條
1 本報記者 劉麗靚;國資委發(fā)布細則嚴格規(guī)范國有產(chǎn)權(quán)交易[N];證券日報;2009年
2 何紅衛(wèi) 彭祖法;武漢涉農(nóng)產(chǎn)權(quán)交易火爆[N];農(nóng)民日報;2009年
3 楊兆敏 張敏;產(chǎn)權(quán)交易:在陽 光下進行[N];工人日報;2004年
4 本報記者 陳惟;產(chǎn)權(quán)交易再度活躍[N];文匯報;2000年
5 李榮;上海產(chǎn)權(quán)市場:非國有產(chǎn)權(quán)交易首次過半[N];經(jīng)理日報;2007年
6 高禮晨;陽光交易構(gòu)建“重慶模式”[N];中國企業(yè)報;2009年
7 本報記者 李靜瑕;發(fā)力礦產(chǎn)權(quán)交易[N];中國企業(yè)報;2009年
8 本報記者 李靜瑕;四家交易所擬聯(lián)合發(fā)布配套細則[N];中國企業(yè)報;2009年
9 ;重交所:長江上游經(jīng)濟中心“助推器”[N];重慶日報;2009年
10 本報記者 林剛;建中小企業(yè)直接融資平臺[N];青島日報;2010年
相關(guān)博士學(xué)位論文 前10條
1 晉入勤;企業(yè)國有產(chǎn)權(quán)交易法律制度創(chuàng)新論[D];華東政法大學(xué);2010年
2 李宏;中國城市化進程中土地產(chǎn)權(quán)交易研究[D];武漢理工大學(xué);2005年
3 劉文燕;國有森林資源產(chǎn)權(quán)制度改革研究[D];東北林業(yè)大學(xué);2007年
4 汪海;拍賣理論在國企產(chǎn)權(quán)交易中的應(yīng)用研究[D];華中科技大學(xué);2008年
5 李慧娟;中國水資源資產(chǎn)化管理研究[D];河海大學(xué);2006年
6 孫海兵;農(nóng)地外部效益研究[D];華中農(nóng)業(yè)大學(xué);2006年
7 李國榮;大型國有企業(yè)產(chǎn)權(quán)多元化改革問題研究[D];華中科技大學(xué);2007年
8 肖鋼;產(chǎn)權(quán)交易過程中的定價與博弈分析[D];天津大學(xué);2008年
9 張哲;面向競爭的規(guī)制[D];東南大學(xué);2006年
10 程默;中國林業(yè)生態(tài)工程建設(shè)引動機制研究[D];西北農(nóng)林科技大學(xué);2007年
相關(guān)碩士學(xué)位論文 前10條
1 王嘉驪;中國產(chǎn)權(quán)交易市場研究[D];清華大學(xué);2004年
2 張偉;企業(yè)國有產(chǎn)權(quán)交易法律問題研究[D];貴州民族學(xué)院;2011年
3 姜宏濤;海南省農(nóng)村產(chǎn)權(quán)交易模式構(gòu)建研究[D];天津大學(xué);2012年
4 王晨超;國企改制視野下的產(chǎn)權(quán)交易法律問題研究[D];華南理工大學(xué);2012年
5 李曉文;我國國有產(chǎn)權(quán)交易問題研究[D];云南大學(xué);2012年
6 王s闃
本文編號:1542517
本文鏈接:http://sikaile.net/falvlunwen/zhishichanquanfa/1542517.html