登录
首页 » Windows开发 » Tomcat与其他Http的集成测试程序,与windows,linux,iss的集成

Tomcat与其他Http的集成测试程序,与windows,linux,iss的集成

于 2022-07-10 发布 文件大小:142.35 kB
0 157
下载积分: 2 下载次数: 1

代码说明:

Tomcat与其他Http的集成测试程序,与windows,linux,iss的集成-Tomcat and the other Http integration testing procedures, and the windows, linux, iss Integration

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

发表评论

0 个回复

  • 实现一个立方的C代码中的样条插值,希望有用的朋友…
    一个实现三次样条插值的C代码,希望对朋友们有用。-Realize a cubic spline interpolation of the C code, in the hope that useful friends.
    2022-05-20 00:47:26下载
    积分:1
  • udp通信客户端程序
    应用背景 AppWizard has created this udpClient application for you.  This file contains a summary of what you will find in each of the files that make up your udpClient application. udpClient.dsp     This file (the project file) contains information at the project level and     is used to build a single project or subproject. Other users can share the     project (.dsp) file, but they should export the makefiles locally. udpClient.cpp     This is the main application source file. 关键技术 ///////////////////////////////////////////////////////////////////////////// Other standard files: StdAfx.h, StdAfx.cpp     These files are used to build a precompiled header (PCH) file     named udpClient.pch and a precompiled types file named StdAfx.o
    2022-02-13 21:01:13下载
    积分:1
  • 个人通讯录(数据库、界面、控件的入门操作)适合数据库初学者...
    个人通讯录(数据库、界面、控件的入门操作)适合数据库初学者-Personal Address Book (database, interface, controls operation of the entry) for database beginners
    2022-01-26 05:01:09下载
    积分:1
  • the book is certain to have Visual C based on the application prepared by the re...
    本书主要是为具有一定Visual C++应用基础的读者编写的,全书通过150个实例,全面、深入地介绍了利用Visual C++ 6.0开发应用程序的常用方法和技巧。全书共分为6章,主要讲解了Visual C++.net中界面效果、图形图像处理、文件与系统功能控制、控件应用与MFC编程、数据库开发等内容。这些实例简单实用、典型性强、功能突出,很多实例使用的技术可以解决一类问题,读者在掌握实例中的技术或技巧后,使用这些技术可以试着实现更复杂的功能、应用到更多方面。-the book is certain to have Visual C based on the application prepared by the reader, the book by 150 examples, comprehensive, in-depth introduced to the use of Visual C 6.0 application procedures commonly used methods and techniques. The book is divided into six chapters, mainly on the Visual C. Net interface effects, graphics and image processing, document control and system functions, applications and controls MFC programming, database development and other content. These simple and practical examples, the typical strong, prominent features, many examples of the use of technology to solve a problem category, readers grasp examples of technology or skills, the use of these techniques may try to achieve more complex functions, applications to a wider range
    2023-01-11 16:55:04下载
    积分:1
  • The use of characters to deal with the volume of compressed HTML examples, inclu...
    利用字符处理把HTML的体积压缩事例,包含VB中各种字符处理的用法和事例,初学VB者可以-The use of characters to deal with the volume of compressed HTML examples, including the various characters deal with VB usage and examples, VB beginner will be able to
    2022-12-19 08:35:03下载
    积分:1
  • 软件说明:功能主要是从网上收集的一些各种源代码,供编程爱好者使用。 内容十分丰富,包括有网络、文件操作、API、数据库、多媒体、控件、系 统等等,每条技巧都有文...
    软件说明:功能主要是从网上收集的一些各种源代码,供编程爱好者使用。 内容十分丰富,包括有网络、文件操作、API、数据库、多媒体、控件、系 统等等,每条技巧都有文字叙述,并且有相关的解决源代码,有些技巧还有 多种解决方法,是编程爱好不可多得的编程必备工具之一。而且软件的数据 会不断更新,请大家关注我们的网站。-instruction: it is used for collecting kinds of source code on line for programming fan s use .This file is rich in contents,including internet,file operating ,API,database,multimedia,component,system and so on.Each of them is described particularly and
    2022-02-14 22:55:35下载
    积分:1
  • 能够判断输入的两个逻辑表达式是否等价(&代表and,|代表or,字母代表布尔变量...
    能够判断输入的两个逻辑表达式是否等价(&代表and,|代表or,字母代表布尔变量-Able to judge whether the input of the two logical expressions equivalent to (& on behalf of and, | on behalf of or, the letter on behalf of Boolean variables
    2023-05-19 16:10:03下载
    积分:1
  • 参考文章 遗传算法是基于达尔文进化论的一种智能优化算法,一种可用于复杂系统优化的具有鲁棒性的搜索算法,适用于解决传统方法难以解决的复杂的、非线性问题,可广泛...
    参考文章 遗传算法是基于达尔文进化论的一种智能优化算法,一种可用于复杂系统优化的具有鲁棒性的搜索算法,适用于解决传统方法难以解决的复杂的、非线性问题,可广泛应用于组合优化、离散优化、工程优化等领域。旅行商问题是一种NP难的组合优化问题,具有重要的理论研究价值和实际应用背景。然而,传统遗传算法中存在有不足,需要提出新的改进的遗传算法,并应用于旅行商问题的求解。-Genetic Algorithm article reference Darwin" s theory of evolution is based on an intelligent optimization algorithm, a complex system can be used to optimize the robustness of the search algorithm, the application of traditional methods to solve difficult and complex, nonlinear problems, can be widely applied in combinatorial optimization, discrete optimization, engineering, optimization and other fields. Traveling Salesman Problem is a NP hard combinatorial optimization problem, has important theoretical value and practical application of research background. However, the traditional genetic algorithm, there is less than the need to introduce new improved genetic algorithm, and applied for solving the traveling salesman problem.
    2023-06-10 12:55:03下载
    积分:1
  • PB on the development of the ORACLE system management procedures (good)
    在PB上开发的ORACLE系统管理程序(好)-PB on the development of the ORACLE system management procedures (good)
    2023-06-28 09:15:04下载
    积分:1
  • simulation tests mouse and keyboard input software description : The simulated t...
    模拟测试鼠标及键盘的输入 软件简介:本例模拟测试鼠标及键盘的输入,适合于初级vc编程者阅读. -simulation tests mouse and keyboard input software description : The simulated test cases mouse and keyboard input, suitable for junior programmers vc reading.
    2022-01-26 05:54:45下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载