搜索结果

找到约 601 项符合 private-key 的查询结果

软件工程 The authors show to identify, design, implement, test, and refactor use-case modules, as well as ext

The authors show to identify, design, implement, test, and refactor use-case modules, as well as extend them. They also demonstrate how to design use-case modules with the Unified Modeling Language (UML)emphasizing enhancements made in UML 2.0and how to achieve use-case modularity using aspect techn ...
https://www.eeworm.com/dl/540/350751.html
下载: 87
查看: 1032

数据库系统 1.把"Web"文件夹内的文件拷贝到某个文件夹 2.在IIS中新建站点

1.把"Web"文件夹内的文件拷贝到某个文件夹 2.在IIS中新建站点,指向该文件夹,如果新建虚拟路径,会导致一些图片的不正常显示. 3."Database"文件夹内有数据库文件hyb2bTest_Data.MDF,在Sql Server企业管理器中选择"附加数据库" 4.需要修改根目录web.config文件 <add key="DBServer" value="."/>,改成当前数据库地址 <add key ...
https://www.eeworm.com/dl/523/352129.html
下载: 135
查看: 1067

Java编程 JSP无组件实现WEB上传 CREATE TABLE sz_shouye( id int(11) not null auto_increment, title varchar(255), su

JSP无组件实现WEB上传 CREATE TABLE sz_shouye( id int(11) not null auto_increment, title varchar(255), sub_title varchar(255), keyword varchar(255), author varchar(255), source varchar(255), operator varchar(255), addition varchar(255), belong varchar(255), senddate date, content text, primary key(id) ...
https://www.eeworm.com/dl/633/355970.html
下载: 99
查看: 1074

网络 最受欢迎的Joomla社区用户管理收费插件 - Commnity Builder 1.2 RC2。 Community Builder suite (CB) extends the Joomla!

最受欢迎的Joomla社区用户管理收费插件 - Commnity Builder 1.2 RC2。 Community Builder suite (CB) extends the Joomla! user management system. Key features: extra fields in profile, enhanced registration workflows, user lists, connection paths between users, admin defined tabs and user profiles, image u ...
https://www.eeworm.com/dl/635/356570.html
下载: 27
查看: 1046

软件设计/软件工程 最受欢迎的Joomla 社区用户管理收费插件 Community Builder 1.2 RC2 的电子书

最受欢迎的Joomla 社区用户管理收费插件 Community Builder 1.2 RC2 的电子书,仅提供给付费会员 Community Builder suite (CB) extends the Joomla! user management system. Key features: extra fields in profile, enhanced registration workflows, user lists, connection paths between users, admin defined tabs a ...
https://www.eeworm.com/dl/684/356572.html
下载: 158
查看: 1061

其他书籍 Recent advances in experimental methods have resulted in the generation of enormous volumes of data

Recent advances in experimental methods have resulted in the generation of enormous volumes of data across the life sciences. Hence clustering and classification techniques that were once predominantly the domain of ecologists are now being used more widely. This book provides an overview of these i ...
https://www.eeworm.com/dl/542/357867.html
下载: 44
查看: 1046

加密解密 一个C++的DES算法源码.引入工程中即可使用

一个C++的DES算法源码.引入工程中即可使用,加解密的函数分别是DES(char *key,char *s_text,char *d_text)和_DES(char *key,char *s_text,char *d_text) 使用上也比较方便
https://www.eeworm.com/dl/519/361648.html
下载: 146
查看: 1034

网络 AODV-UU is an AODV (Ad hoc On-demand Distance Vector) routing protocol implementation from Uppsala U

AODV-UU is an AODV (Ad hoc On-demand Distance Vector) routing protocol implementation from Uppsala University. Key features are recent draft compliance, stability, and the ability to use it in both real-world (Linux) and ns-2 simulations
https://www.eeworm.com/dl/635/363236.html
下载: 165
查看: 1278

技术管理 一篇关于TCP-Vegas的文献:Vegas is an implementation of TCP that achieves between 37 and 71% better throughpu

一篇关于TCP-Vegas的文献:Vegas is an implementation of TCP that achieves between 37 and 71% better throughput on the Internet, with onefifth to one-half the losses, as compared to the implementation of TCP in the Reno distribution of BSD Unix. This paper motivates and describes the three key techniq ...
https://www.eeworm.com/dl/642/364493.html
下载: 167
查看: 1056

Java编程 实现基本的购物车功能。 eclipse+sqlserver2005 1.主要强调了购物车的业务逻辑。 2

实现基本的购物车功能。 eclipse+sqlserver2005 1.主要强调了购物车的业务逻辑。 2,利用javabean封装。比较适合jsp初学者。 3.简洁实用。可以在此基础上开发更加复杂功能的购物网站。 数据库建立 create database shop_db go use shop_db go create table t_sp ( s_id int identity(1,1) primary key, s_name varchar(2 ...
https://www.eeworm.com/dl/633/367055.html
下载: 108
查看: 1199