CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 Web服务器 搜索资源 - 方法

搜索资源列表

  1. HTTPSERVER

    0下载:
  2. HTTP服务程序 实现get post方法 并有加密与签名-HTTP service program to achieve get post and have encryption and signatures
  3. 所属分类:Web Server

    • 发布日期:2017-03-29
    • 文件大小:80236
    • 提供者:crystal
  1. QYC6

    0下载:
  2. 2. 编写多线程Web服务器; (1) 实践内容 (2) 实现过程 注意: ① 具体体现出多线程的设计方法,体现出多线程在设计类的时候与单线程的不同; ② 最好利用UML的类图或结构化的程序流程图来描述程序的实现过程; (3) 关键技术 关键写出在完成各个功能时所使用的具体函数,但不要将全部程序代码粘贴; (4) 遇到的问题及解决方案 -2. Write multi-threaded Web server (1) of practice conten
  3. 所属分类:Web Server

    • 发布日期:2017-03-24
    • 文件大小:81439
    • 提供者:qinyuchun
  1. Apache_Camel

    0下载:
  2. apache camel 是一个基于规则的路由和媒介引擎,该文档详细描述了camel的使用方法,供大家学习参考。-apache camel is a rules-based routing and media engine, the document describes in detail the use of camel, for them to learn information.
  3. 所属分类:Web Server

    • 发布日期:2017-03-30
    • 文件大小:139672
    • 提供者:sdx
  1. ActiveMQ_in_Action

    0下载:
  2. 该文档详细介绍了Apache ActiveMQ的使用方法,供大家学习参考。-This document details the use of Apache ActiveMQ, for them to learn information.
  3. 所属分类:Web Server

    • 发布日期:2017-04-03
    • 文件大小:326858
    • 提供者:sdx
  1. LinuxPWebPCGI

    0下载:
  2. 本书详细的讲解了有关Web服务器的开发方法,不仅详细讲解了Web服务器本身,更是对CGI开发进行了深入的剖析-This book gives a detailed explanation of the method of developing the Web server, not only explains itself, but also more Web server to CGI development in the deep analysis
  3. 所属分类:Web Server

    • 发布日期:2017-05-15
    • 文件大小:3798122
    • 提供者:帅哥
  1. TOMCAT_6_0_12

    0下载:
  2. 包括tomcat源码,以及webapp下的所有实现方法,值得一看-include tomcat source and how to control webapps deme
  3. 所属分类:Web Server

    • 发布日期:2017-06-12
    • 文件大小:19441789
    • 提供者:张竟
  1. WEB_SERVICE

    0下载:
  2. 介绍websercice的一种查找方法的文章,介绍的很详细很全,很值得一看!-Introduction websercice a way to find the article, it is all presented in detail, it is worth a visit!
  3. 所属分类:Web Server

    • 发布日期:2017-04-01
    • 文件大小:263970
    • 提供者:christopherzhao
  1. web-sever

    0下载:
  2. 用Java实现Web服务器 实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接的s
  3. 所属分类:Web Server

    • 发布日期:2017-04-01
    • 文件大小:361589
    • 提供者:fannie
  1. Apache_application

    0下载:
  2. 本书详细讲解了Apache服务器应用的具体方法与实践,内容丰富。-Book explains in detail the specific methods and practice of the Apache server application of rich content.
  3. 所属分类:Web Server

    • 发布日期:2017-05-15
    • 文件大小:3850103
    • 提供者:chenyuhui7
  1. asp

    0下载:
  2. asp技巧大全,为asp编程人员提供更多编程技巧方法,非常实用-Asp skills daqo, for asp programming staff provide more programming method of skill, very practical
  3. 所属分类:Web Server

    • 发布日期:2017-05-12
    • 文件大小:2676764
    • 提供者:阿珊
  1. weibo4j-oauth2-beta2.0

    0下载:
  2. sina微博api,包括新浪接口的各个方法的示例~-sina micro-Bo api
  3. 所属分类:Web Server

    • 发布日期:2017-04-09
    • 文件大小:1882280
    • 提供者:罗吉
  1. memcache

    0下载:
  2. memcache调用方法,具体例子,包括设置,获取,删除-memcache call method, specific examples, including the set, get, delete
  3. 所属分类:Web Server

    • 发布日期:2017-11-09
    • 文件大小:7761
    • 提供者:zhang
  1. IPUtils

    0下载:
  2. IP工具,提供了IP各种操作方法,比如格式验证,网段可用主机IP等-IP Tool,IP provides various operating methods, such as format verification, segment usable host IP, etc
  3. 所属分类:Web Server

    • 发布日期:2017-11-12
    • 文件大小:2532
    • 提供者:228380312
  1. aspExamble1

    0下载:
  2. 本例主要是通过用onClick捕获用户在按钮上的单击事件,然后调用location对象的href方法或window对象的open方法来打开链接。另外一个技巧是通过提交表单来实现链接功能,按钮必须是type=submit类型的按钮,表单的action值就是链接目标,target值就是链接打开的目标方式。-In this case mainly onClick capture users on the button click event, and then call the location ob
  3. 所属分类:Web Server

    • 发布日期:2017-11-20
    • 文件大小:992
    • 提供者:苑海燕
  1. phpLuanma

    0下载:
  2. 中文乱码问题 方法一: 如果运行时,应该出现汉字的地方出现乱码,则应修改下面的charset属性 <meta http-equiv="Content-Type" content="text/html charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html charset=gb2312" /> 方法二: 在$result=mysql_query($exec) 语句前面加
  3. 所属分类:Web Server

    • 发布日期:2017-11-13
    • 文件大小:808
    • 提供者:苑海燕
  1. QRCode_PHP

    0下载:
  2. 通过PHP直接生成QRCode的方法,非常好。 其中 包含测试类 拿来就可以用的。-QRCode generated by PHP directly, very good. Containing test class brought on use.
  3. 所属分类:Web Server

    • 发布日期:2017-11-07
    • 文件大小:39869
    • 提供者:Tufei
  1. 2090GridView

    0下载:
  2. GridView无代码分页排序 GridView选中,编辑,取消,删除 GridView正反双向排序 GridView和下拉菜单DropDownList结合 GridView和CheckBox结合 鼠标移到GridView某一行时改变该行的背景色方法一 鼠标移到GridView某一行时改变该行的背景色方法二 GridView实现删除时弹出确认对话框 GridView实现自动编号 -No the code paging Sort GridView GridVie
  3. 所属分类:Web Server

    • 发布日期:2017-11-21
    • 文件大小:290051
    • 提供者:szzzzn
  1. session

    0下载:
  2. 通过java配置文件来处理session超时问题的三种方法-Three methods of treatment session timeout configuration file through java
  3. 所属分类:Web Server

    • 发布日期:2017-11-13
    • 文件大小:590
    • 提供者:pudn
  1. yx

    1下载:
  2. 程序介绍:该程序采用PHP+MYSQL架构,内核使用帝国CMS二次开发,可生成HTML,网站程序功能有,游戏发号、领号、预订,激活码、新手卡方法等,支持QQ登录。 程序演示:www.fahaocn.com-The program introduced: the the program using PHP+MYSQL architecture, kernel use Empire CMS secondary development can generate HTML website progr
  3. 所属分类:Web Server

    • 发布日期:2017-10-31
    • 文件大小:4925566
    • 提供者:佳佳
  1. excel_class

    0下载:
  2. 读取excel的类,使用方法超简单 require_once excel_class.php Read_Excel_File( 3.xls ,$res) -Read excel class require_once excel_class.php Read_Excel_File( 3.xls ,$res)
  3. 所属分类:Web Server

    • 发布日期:2017-12-05
    • 文件大小:10562
    • 提供者:411942355
« 1 2 3 4 56 7 8 9 10 ... 17 »
搜珍网 www.dssz.com