B/S版ERP安裝方法 1、安裝IIS5.0、Microsoft .NET Framework 1.1及SQL Server2000 2、將目錄Copy_of_ERP和webctrl_client復制到C:/Inetpub/wwwroot下,并將Copy_of_ERP目錄設置成IIS虛擬目錄 3、在SQL Server2000中新建一個Storage用戶和LXTXERP數據庫,然后將Data目錄中的LXTXERP.BAK數據庫備份文件還原 4、修改Copy_of_ERP目錄下的Web.config文件的連接屬性sa用戶的密碼: <add Key="mydns" value="data source=(local) initial catalog=LXTXERP persist security info=False user id=sa pwd=123 workstation id=jl packet size=4096" /> 5、在Windows管理工具中打開Internet 服務管理器,運行Copy_of_ERP中的Login.aspx打開ERP登錄頁面,默認用戶:admin 密碼:123 6、OK
標簽: webctrl_clie Copy_of_ERP Framework Microsoft
上傳時間: 2015-12-09
上傳用戶:zhuimenghuadie
AES Core Modules In this document I describe components designated to encoding and decoding using AES. aes enc — parametrizable component which can encrypt input data, using 128, 192 and 256 bit Key, • aes dec — parametrizable component which can decrypt input data, using 128, 192 and 256 bit Key, • Key expansion — parametrizable component which can produce Key expansion, using 128, 192 and 256 bit Key,
標簽: components designated document describe
上傳時間: 2015-12-22
上傳用戶:Late_Li
The Stanford IBE library is a C implementation of the Boneh-Franklin identity-based encryption scheme. (See Boneh and Franklin, "Identity-Based Encryption from the Weil Pairing", CRYPTO 2001.) There are a few modifications and additions. The Boneh-Franklin scheme is used as a Key Encapsulation Mechanism, and off-the-shelf ciphers and HMACs are used for the actual encryption. (See Lynn, "Authenticated Identity-Based Encryption", available on eprint.
標簽: Boneh-Franklin implementation identity-based encryption
上傳時間: 2013-12-20
上傳用戶:yan2267246
VC6.0核心編程。主要涉及到windows消息,框架,mfc庫以及相關編程,com,activex技術,數據庫技術,網絡編程技術。為英文版本。 The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet technologies and COM, which are Key components of the new Windows Distributed interNet Application Architecture (DNA). In addition to supporting these platform initiatives, Visual C++ 6.0 also adds an amazing number of productivity-boosting features such as Edit And Continue, IntelliSense, AutoComplete, and code tips. These features take Visual C++ to a new level. We have tried to make sure that this book keeps you up to speed on the latest technologies being introduced into Visual C++.
上傳時間: 2016-01-02
上傳用戶:lmeeworm
2407C文件夾包括第8~16章的C語言代碼及使用說明。有如下子文件夾: 第8章數字輸入輸出8路開關量輸入輸出(8IOIN+8IOOUT); 第8章數字輸入輸出模塊(led); 第8章數字輸入輸出模塊(LED+Key); 第9章事件管理器模塊(PWM); 第9章事件管理器模塊_編碼(QEP); 第9章事件管理器模塊_捕捉(cap); 第10章事件管理器模塊_定時器中斷(Timer_INT); 第10章模數轉換模塊(ADC); 第11章串行外設接口模塊(SPI +DA); 第11章串行外設接口模塊(led8py); 第12章串行通信接口模塊(SCI); 第13章局部控制器模塊(CAN); 第14章圖形液晶顯示模塊接口及應用(LCD); 第15章串行EEPROM的接口編程(eeprom); 第16章在TMS320LF2407上實現快速傅立葉變換(fft)。
上傳時間: 2016-01-04
上傳用戶:wlcaption
雜湊法(Hashing)的搜尋與一般的搜尋法(searching)是不一樣的。在雜湊法中,鍵值(Key value)或識別字(identifier)在記憶體的位址是經由函數(function)轉換而得的。此種函數,一般稱之為雜湊函數(Hashing function)或鍵值對應位址轉換(Key to address transformation)。對於有限的儲存空間,能夠有效使用且在加入或刪除時也能快的完成,利用雜湊法是最適當不過了。因為雜湊表搜尋在沒有碰撞(collision)及溢位(overflow)的情況下,只要一次就可擷取到。
上傳時間: 2016-01-14
上傳用戶:dancnc
矩陣鍵盤驅動程序, unsigned char Key(void) 只要調用這個函數即可實現
上傳時間: 2014-08-04
上傳用戶:GavinNeko
This code implements the shortest path algorithm via the simple scheme and fibonacci heap data structure. It has 3 kinds of testing data input method : random input by computer, reading from the file, reading from the Key board.
標簽: implements algorithm fibonacci the
上傳時間: 2013-12-23
上傳用戶:ynzfm
blowfish加密算法的編碼類,用VC6開發,使用時 先要用BlowfishKeyInit()對blowfish所使用的Key初始化。
上傳時間: 2016-02-10
上傳用戶:asdkin
280行的高效代碼,通過命令行實現了仿射算法的加密解密,隨即或自定義Key等功能
上傳時間: 2013-12-21
上傳用戶:athjac