CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - https

搜索资源列表

  1. utt

    0下载:
  2. DOS下串口测试工具, 可以选择中断模式和查询模式. 请使用TC2.0编译. 更新请到我的github: https://github.com/shinewave/utils/blob/master/SerialPort/utt.c-UART Test utility for DOS, works in interrupt mode or poll mode. Please compile with TC2.0. view https://github.com/shinewave/utils
  3. 所属分类:source in ebook

    • 发布日期:2017-03-31
    • 文件大小:1821
    • 提供者:shinewave
  1. springside4-4.1.0.GA

    0下载:
  2. SpringSide is a Spring Framework based JavaEE application reference architecture. It shows the mainstream technologies and pragmatic practice in JavaEE world. It has 2 major examples: 1. Quickstart -- a minimal CRUD Todo-List w
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:822939
    • 提供者:yuyang
  1. simpleproxy

    0下载:
  2. 一个支持http,ftp,https代理的代理服务器例程-a support http, ftp, https proxy agent routines
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:3905
    • 提供者:hecoun
  1. YYpost

    0下载:
  2. YYpost注册机 需要https代理-YYpost RI requires https proxy
  3. 所属分类:ELanguage

    • 发布日期:2017-04-24
    • 文件大小:162736
    • 提供者:小强
  1. client-yale

    0下载:
  2. 耶鲁大学开发的单点登录(Single Sign On)系统称为CAS(Central Authentication Service)被设计成一个独立的Web应用程序(cas.war)。它目前用几个Java Servlet作为实现并且通过一个Https服务器来运行。-Yale development of Single sign-on (use On) system is called the CAS (Central Authentication Service) is designed to
  3. 所属分类:Web Server

    • 发布日期:2017-04-01
    • 文件大小:7705
    • 提供者:lophic
  1. Scheme

    0下载:
  2. Encapsulates specifics of a protocol scheme such as "http" or "https". Schemes are identified by lowercase names.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-13
    • 文件大小:1743
    • 提供者:souvaojan
  1. curl

    1下载:
  2. curl 和libcurl7.34.0源码,带有windows 下的VS工程, curl是利用URL语法在命令行方式下工作的开源文件传输工具。它被广泛应用在Unix、多种Linux发行版中,并且有DOS和Win32、Win64下的移植版本 -curl is a command line tool for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP,
  3. 所属分类:Linux Network

    • 发布日期:2015-05-04
    • 文件大小:26582016
    • 提供者:dawson
  1. sliding

    0下载:
  2. 实现仿易信左右滑动的特效,需要配合https://github.com/jfeinstein10/SlidingMenu里面的library库-Realization of imitation easecredit sliding around special effects, need to meet https://github.com/jfeinstein10/SlidingMenu inside the library database
  3. 所属分类:Other systems

    • 发布日期:2017-05-10
    • 文件大小:2308049
    • 提供者:Yes
  1. MySSLProtocolSocketFactory

    0下载:
  2. 关于httpclient爬网站遇到https中SSL验证的处理,需要用到httpclient-About httpclient climb website has encountered in https SSL authentication, you need to use httpclient
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-08
    • 文件大小:1097
    • 提供者:康雕
  1. HttpMultipart

    0下载:
  2. WCF 是微软力推的通讯框架,它能够以 ASP.NET WebService 的方式实现 RESTful 方式的服务。但是缺陷是目前的版本不支持对 HTTP multipart 格式的自动解析。而不像传统的 ASP.NET WebService 可以自动解析 multipart 中的多媒体数据,并通过访问 Context.Request.Form["name"] 和 Context.Request.Files["name"] 方便地访问。 这份代码在 HttpMultipartForm
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:18876
    • 提供者:
  1. gpio_jtag_stas_ps2

    0下载:
  2. TI Tiva-C ( TM4C123GLX ) initial code for working with GPIO, UART, 3-Color-LED. Program for PS/2 mouse scanning data. Last version in https://github.com/prst/TI_TivaC/
  3. 所属分类:DSP program

    • 发布日期:2017-04-05
    • 文件大小:889991
    • 提供者:prst
  1. download

    0下载:
  2. VC 多线程下载工具(支持Http、Ftp、Https),精选学习源码,很好的参考资料。-VC multi-threaded download tools (Http, Ftp, Https), select learning source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1245184
    • 提供者:维斯摩尔
  1. webtorrent-master

    0下载:
  2. web做的torrent程序,从https://raw.github.com/feross/webtorrent上面弄来的-torrent on web
  3. 所属分类:P2P

    • 发布日期:2017-03-31
    • 文件大小:548232
    • 提供者:byhe
  1. download

    0下载:
  2. 多线程下载工具(支持Http、Ftp、Https),精选学习源码,很好的参考资料。-Multi-threaded downloading tool (Support Http, Ftp, Https), selection of learning source, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1714407
    • 提供者:周仁
  1. https

    0下载:
  2. 利用C++的SOCKET实现HTTP代理服务器的功能。是学习代理以及网络包转发的不错的例子,推荐下载-Implementation of HTTP proxy server by using the C++ function of SOCKET. Learning agents as well as the example of network packet forwarding is good, recommended download
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:11094
    • 提供者:taozi
  1. bpcs_uploader-master

    0下载:
  2. 百度pcs上传脚本。用于Linux系统。 使用说明见https://github.com/oott123/bpcs_uploader-Baidu pcs upload scr ipt. For Linux systems. Instructions See https://github.com/oott123/bpcs_uploader
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:11386
    • 提供者:白宦成
  1. linux-dash-master

    0下载:
  2. LinuxDash是一款基于bootstrap和PHP的服务器信息监控程序。 Demo:http://afaq.dreamhosters.com/linux-dash/ 项目地址:https://github.com/afaqurk/linux-dash -LinuxDash bootstrap and PHP is a server-based information monitoring program. Demo: http://afaq.dreamhosters.com/li
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-31
    • 文件大小:373192
    • 提供者:白宦成
  1. ngx-fancyindex-master

    0下载:
  2. ngx-fancyindex,是一款美观的nginx Autoindex插件。 Demo:master.ixiqin.com 官方链接:https://github.com/aperezdc/ngx-fancyindex-ngx-fancyindex, is a beautiful nginx Autoindex plugins. Demo: master.ixiqin.com official link: https://github.com/aperezdc/ngx-fancyind
  3. 所属分类:Web Server

    • 发布日期:2017-03-27
    • 文件大小:17056
    • 提供者:白宦成
  1. asmttpd

    0下载:
  2. asmttpd 是一个完全使用 amd64 汇编开发的 Linux 下的 Web 服务器。 特性: 通过线程池支持多线程 无需第三方库支持,只需 64 位的 Linux 速度快 GitHub:https://github.com/nemasu/asmttpd-asmttpd is a completely developed using amd64 compile under Linux Web servers. Features: supports multit
  3. 所属分类:Web Server

    • 发布日期:2017-04-02
    • 文件大小:25467
    • 提供者:白宦成
  1. CxVision--V0.11

    0下载:
  2. cxvision 0.15 智能进化网络见 https://sourceforge.net/projects/cxvisionai/-CxVision 智能视觉 改良 变异 进化从未停止,智能网络自我进化繁衍---进化是创造原因,改变源起基因,思考的力量源至于进化
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-11
    • 文件大小:11335447
    • 提供者:蔡先生
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 29 »
搜珍网 www.dssz.com