-
AHP1
说明: 层次分析法程序,可用于多目标优化问题,改变评价矩阵即可(The analytic hierarchy process can be used in multi-objective optimization problems, and the evaluation matrix can be changed)
- 2019-11-06 17:07:42下载
- 积分:1
-
Rootkits_Windows.tar
讲解root kit最经典的书籍,学习网络安全一定知道的一本书。也是黑客修炼必看的书籍之一。(Explain the root kit and classic books, learning network security must be aware of a book. Books is one of the must-see hackers cultivation.)
- 2010-06-22 20:48:57下载
- 积分:1
-
XMAIL相关工具,通过WEB页面对XMAIL进行管理
XMAIL相关工具,通过WEB页面对XMAIL进行管理-XMAIL correlation tool, carries on through the WEB page to
XMAIL manages
- 2022-02-22 05:50:14下载
- 积分:1
-
E_commerce
我用asp开发的一个电子商务网站。适合初学都学习!!(Asp I used an e-commerce website development. Learn beginner fit all! !)
- 2009-03-04 21:29:25下载
- 积分:1
-
wcf 实现大文件上传(有进度条)实例源码
部分win7/win8用户 运行时报错 可能是 权限问题,所以运行项目的时候 要右键>>以管理员身份运行 部分用户 运行该项目的时候 可能提示:协定需要双工 但是绑定 NetTcpBinding 不支持 这是只需要将host项目app.config中协议部分 改为wsDualHttpBinding 即可,如下代码: 另外使用wcf时,最好不要使用 using 因为使用using会屏蔽掉很多错误,误导用户,参考链接:http://www.codeproject.com/Tips/197531/Do-not-use-using-for-WCF-Clients 相关代码改为:using System;using System.Collections.Generic;using System.Linq;using System.Windows.Forms;using System.ServiceModel;namespace WcfUploadServiceHost{ static class Program { /// /// The main entry point for the application. /// [STAThread] static void Main() { try { var host = new ServiceHost(typeof (WcfUploadServiceLib.UpLoadService)); host.Open(); Console.WriteLine("Server is opened..."); Console.Read(); //using (var host = new ServiceHost(typeof(WcfUploadServiceLib.UpLoadService))) //{ // host.Open(); // Console.WriteLine("Server is opened..."); // Console.Read(); //} } catch (Exception ex) { Console.WriteLine(ex.ToString()); Console.Read(); } } }}
- 2015-01-07下载
- 积分:1
-
通用的jsp分页组件,实例化后只需设置好各种属性,然后调用API即可得到已封装好“首页” “上一页”,“下一页”等分页操作的html表格String,直接在js...
通用的jsp分页组件,实例化后只需设置好各种属性,然后调用API即可得到已封装好“首页” “上一页”,“下一页”等分页操作的html表格String,直接在jsp页面中即可, 支持跳转到jsp和跳转到Action(struts架构)两种类型,支持单选或者多选列,支持传Vector 或者sql语句,支持数据库后端分页.... 具体参见源码包中“使用说明.txt”,里面有详细的设置步骤,使用示例源码
-common jsp Pagination components, examples of installed only after the various attributes, Then API can be called Packaging has been good, "Home" and "Previous" "Next" Pages operation html forms String directly in jsp pages can be. Jump to support jsp and Jump to Action (struts framework) two types, support electoral constituency or more out in support of Vector- or sql statement. Pagination backend database support .... see, in particular source package "for use. txt " There are detailed steps to set up, use examples FOSS
- 2023-02-02 03:50:04下载
- 积分:1
-
fileProtect
说明: 网络安全与密码学技术,用qt作为界面,利用md5算法实现的文件防篡改程序。(Network security and cryptography, using qt as an interface, use the file md5 algorithm tamper program.)
- 2021-03-29 16:59:10下载
- 积分:1
-
mqtt_client
基于FREERTOS系统的MQTT客户端。(MQTT client based on FREERTOS system)
- 2017-09-11 09:21:35下载
- 积分:1
-
本人写的用于自动升级的东东,有兴趣的朋友可以下来看看。...
本人写的用于自动升级的东东,有兴趣的朋友可以下来看看。-I write for the automatic upgrade of the Eastern. . .
- 2022-12-14 18:35:03下载
- 积分:1
-
基本套接字基本上是聊天,“使用中的教学实践。
“基本套接字实现基本聊天功能”,教学示例使用。-"basic socket basically chat," teaching practices in use.
- 2023-07-22 01:05:04下载
- 积分:1