登录
首页 » Windows核心 » java的原文件可以在vc下编译 其高级功能包括:管道技术、程序分块、身份验证、事先身份验证、加密、代理支持、 服务器证书验证、连接管理和HTTP 扩展...

java的原文件可以在vc下编译 其高级功能包括:管道技术、程序分块、身份验证、事先身份验证、加密、代理支持、 服务器证书验证、连接管理和HTTP 扩展...

于 2022-09-25 发布 文件大小:50.05 kB
0 173
下载积分: 2 下载次数: 1

代码说明:

java的原文件可以在vc下编译 其高级功能包括:管道技术、程序分块、身份验证、事先身份验证、加密、代理支持、 服务器证书验证、连接管理和HTTP 扩展。 ... 例如,使用Net classes 编写的应用程序 可以从任何正确执行了HTTP 1.1 协议的Web 服务器上下载数据。-the original documents can be compiled under the vc its advanced features include : pipeline technical, procedural block, identity verification, prior authentication, encryption, proxy support, server certificate validation, management and HTTP connectivity expansion. ... For example, the use of the Net classes to prepare applications from any correct implementation of HTTP 1.1 protocol to the Web server and download data.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Java实现deadlock detection algorithm
    Java实现deadlock detection algorithm-Java deadlock detection algorithm
    2022-07-07 18:54:12下载
    积分:1
  • 网络通信编程,ycpip应用层简单应用。使用C++编写
    网络通信编程,ycpip应用层简单应用。使用C++编写-Network Communication Programming, ycpip application layer simple application. Prepared using the C++
    2023-07-21 19:30:04下载
    积分:1
  • 网络编程 (1)系统用户由三类组成:学生、企业和管理员; (2)管理员负责的主要功能:  招聘信息审,应聘信息统计; ɨ...
    网络编程 (1)系统用户由三类组成:学生、企业和管理员; (2)管理员负责的主要功能:  招聘信息审核,应聘信息统计;  用户管理(删除和修改)  系统管理(实现注册功能开放和禁止、招聘应聘输入开放和禁止) (3)学生注册账号,通过验证后可以登录。然后可以修改个人信息、修改密码、浏览招聘信息,以及相关企业的信息,并可以发出求职信息和应聘信息。 (4)企业注册账号,通过验证后可以登录,然后可以修改企业信息、修改密码、浏览学生信息、发布招聘信息、接受学生的应聘信息,并发送邮件。 -javaweb
    2022-01-28 11:11:15下载
    积分:1
  • SSDT HOOK隐藏/保护过程
    应用背景HOOK SSDT发展进程隐藏和保护过程中的驱动程序。进程隐藏保证遍历程序API的过程,包括任务管理器查看是不是过程,维护过程是被杀。关键技术zwquerysysteminformation SSDT HOOK  ; ;  zwterminateprocess功能;
    2022-09-26 13:40:03下载
    积分:1
  • 这是操作系统中内存分配的编程实验,是内存管理的编程。
    这是操作系统中内存分配的编程实验,是内存管理的编程。-This is the Operating System memery distribution programme
    2022-03-29 04:25:51下载
    积分:1
  • 上面管理程序用到的一个DLL的源码
    上面管理程序用到的一个DLL的源码 -The DLLs source used by above manage a
    2022-05-23 07:41:56下载
    积分:1
  • 模拟键盘击键,很生动的,很有意思,而且配有声音,呵呵.
    模拟键盘击键,很生动的,很有意思,而且配有声音,呵呵.-simulated keyboard keystrokes, very lively, very interesting, but equipped with a voice-huh.
    2022-06-11 23:30:00下载
    积分:1
  • 详细的介绍了用windows API 函数编写串口通信的过程
    详细的介绍了用windows API 函数编写串口通信的过程-Detailed introduction of the use of windows API function to prepare the process of serial communication
    2022-10-17 06:35:03下载
    积分:1
  • 基于VC开发的光驱控制程序,希望对您的开发有所帮助。
    基于VC开发的光驱控制程序,希望对您的开发有所帮助。-CD-ROM-based VC control procedures developed in the hope that the development of your help.
    2023-02-02 02:55:03下载
    积分:1
  • 这篇文档是在Windows NT操作系统下隐藏对象、文件、服务、进程等的技术。这种方法是基于Windows API函数的挂钩。 这篇文章中所描述的技术都是从我写...
    这篇文档是在Windows NT操作系统下隐藏对象、文件、服务、进程等的技术。这种方法是基于Windows API函数的挂钩。 这篇文章中所描述的技术都是从我写rootkit的研究成果,所以它能写rootkit更有效果并且更简单。这里也同样包括了我的实践。 在这篇文档中隐藏对象意味着改变某些用来命名这些对象的系统函数,使它们将忽略这些对象的名字。这样一来我们改动的那些函数的返回值表示这些对象根本就不存在。 最基本的方法(除去少数不同的)是我们用原始的参数调用原始的函数,然后我们改变它们的输出。 在这篇文章里将描述隐藏文件、进程、注册表键和键值、系统服务和驱动、分配的内存还有句柄。-This document is in the Windows NT operating system hidden objects, documents, services, process technology. This method is based on the Windows API function link. This article describes techniques are, I wrote rootkit from the results of research, so it was rootkit more effective and more simple. Here, too, including my practice. In this document hidden object means certain changes to these objects naming system functions so that they will ignore these objects by name. So we change those functions return values, said these objects simply do not exist. The most basic method (excluding a few different) is that we should call the original parameters of the original function, and then we change their
    2022-03-07 17:00:50下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载