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