-
tcp 远程桌面实例源码
tcp 远程桌面实例源码
- 2014-06-19下载
- 积分:1
-
TCPPORTSCAN
TCP端口扫描,可以获得指定IP段内的主机名,mac地址,存活端口,并将这些信息保存在SQLITE数据库,下次可以直接读取数据库信息,移值性好!(CP port scan, you can get within the segment specified IP host name, mac address, survival ports, and the information stored in the SQLITE database, the next can be read directly, transfer value is good!)
- 2013-09-03 19:37:00下载
- 积分: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
-
asp.net人事管理系统
功能模块的详细说明如下: 1)用户信息管理模块。本模块用于管理用户相关信息。 本系统用户按不同的角色分为三组:普通用户、操作员用户和管理员用户。系统按不同的角色提供不同的功能界面。每个用户均可维护个人信息和密码,使用系统前须登录。普通用户仅能进入系统查询、维护个人信息;操作员用户能进行所有人事信息的管理操作;管理员用户能对其他用户进行授权管理。 2)系统配置管理模块是管理系统的各项配置信息,如添加修改用户。用户通过登录并且为操作员用户或管理员用户身份方可进入本功能界面。 3)组织机构管理模块能管理单位的组织架构。如:教育局下属科室、学校。 应包含:单位的描述信息,部门职能设置和部门间的关系。考虑到将来的扩展,应能将本单位的组织机构信息导出为XML文件。 4)人事信息管理功能是本系统的核心。它能提供对在职员工、解聘员工、离退员工等的档案管理功能。本系统人事异动管理包含以下功能:提供对员工岗位调配、晋升、辞职等业务处理 5)考虑到各单位现有操作人员的实际情况,结合手工处理流程,形成的统计数据能形成Excel文档。
- 2014-06-08下载
- 积分:1
-
tf-idf一种计算方法
tf-idf一种计算方法
- 2014-07-02下载
- 积分:1
-
cPPhttp_Part5_upAndDown
http通信包,提供上传和下载的处理接口(http communications package that provides the processing interface to upload and download)
- 2013-10-14 14:31:25下载
- 积分:1
-
Chat
程序利用多线程技术和socket技术实现网上聊天程序。服务器程序和客户端程序在同一程序里。(This program realizes the chatting fuction using the multithread technique and socket programming.)
- 2016-07-24 11:49:37下载
- 积分:1
-
dde-server-mfc-application
一个小型的DDE服务器,可以拿来练手和学习(A small DDE server that can be used for hands-on training and learning)
- 2020-06-19 02:40:01下载
- 积分:1
-
Phrack-Magazine
phrack有什么nb的地方:有人问我成为nb黑客(不是骇客)的捷径是什么?我发现这里面可以细分为:1.谁是nb的黑客? 我的答案是phrack杂志上每个领域发表开拓性文章的人; 2.如何成为nb的黑客? 我的答案是把phrack杂志大部分文章用几年时间全部真正弄懂 --不看文章,不查资料能把例子实现一遍,还能改--xscan作者(What place phrack nb: nb what I was asked to become a hacker (not a hacker) is a shortcut? I found that there can be subdivided into: (1) Who is nb hackers? My answer is to explore every area of published journal articles on phrack people 2 nb how to become a hacker? My answer is that most of the phrack magazine article a few years time all truly understand- do not look at the article, the example does not check the information can achieve it again, but also to change- xscan author)
- 2014-01-13 18:06:16下载
- 积分:1
-
SMTP_POP3
INternet网络协议,邮件通用协议。使用过还可以(Internet network protocol, the message universal agreement. Can also be used)
- 2012-05-23 17:56:02下载
- 积分:1