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

搜索资源列表

  1. VBJSON

    9下载:
  2. VB6.0用的最好的JSON解析工具。支持JSON消息的解析和处理。源代码值得一看,非常不错。官方网站:http://www.ediy.co.nz/vbjson-json-parser-library-in-vb6-xidc55680.html-VB-JSON is a Visual Basic 6 class library for parsing and emitting JSON (Javascr ipt Object Notation) and can handle nested arr
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2016-01-26
    • 文件大小:38096
    • 提供者:JasonQ
  1. FastDFS_v1.18.tar

    0下载:
  2. FastDFS是一个开源的高性能分布式的文件系统, 它的主要功能包括: 文件存储,文件同步,文件存取,还有负载均衡-FastDFS is an open source high performance distributed file system (DFS). It s major functions include: file storing, file syncing and file accessing, and design for high capacity and load bal
  3. 所属分类:Web Server

    • 发布日期:2017-11-30
    • 文件大小:145390
    • 提供者:杜建
  1. network

    0下载:
  2. 网格是把整个互联网整合成一台巨大的超级计算机,实现计算资源、存储资源、数据资源、信息资源、知识资源、专家资源的全面共享…… 下一代的网络必将是网格主宰的时代。网格计算的普及将把我们带入信息技术的“后技术时代”。-The Grid is to integrate entire Internet becoming gigantic one super computer. All-round realizing calculation resource , storing resource ,
  3. 所属分类:Grid Computing

    • 发布日期:2017-04-01
    • 文件大小:31705
    • 提供者:ray
  1. network-storing

    0下载:
  2. 这是收集的有关网络存储方面的优秀资料。具有极高的参考学习价值。-This is collected on an excellent network data storage. Reference has a very high learning value.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-20
    • 文件大小:6080651
    • 提供者:iP
  1. FitSDK

    0下载:
  2. The Flexible and Interoperable Data Transfer (FIT) protocol is a format designed specifically for the storing and sharing of data that originates from sport, fitness and health devices. It is specifically designed to be compact, interoperable and
  3. 所属分类:Linux Network

    • 发布日期:2017-04-16
    • 文件大小:42595
    • 提供者:hbzx
  1. update

    0下载:
  2. 组件模块更新简单结构,通过架设iis建立一个web服务端存放需要更新的文件信息,pc端起开下载web上的更新新,然后比对本地文件过滤是否进行更见更新.-Update the simple structure of component modules to build a web server storing the file information needs to be updated through the erection of iis, pc porting open on the do
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-11-16
    • 文件大小:5413634
    • 提供者:杨斌
  1. Linux_yonghu_shuju_fasong

    0下载:
  2. Linux网络编程用户数据报发送,sockfd,buf,len的意义和read,write一样,分别表示套接字描述符,发送或接收的缓冲区及大小. recvfrom负责从 sockfd接收数据,如果from不是NULL,那么在from里面存储了信息来源的情况,如果对信息的来源不感兴趣, 可以将from和fromlen 设置为NULL.sendto负责向to发送信息.此时在to里面存储了收信息方的详细资料. -Linux network programming user datagra
  3. 所属分类:Linux Network

    • 发布日期:2017-11-10
    • 文件大小:1967
    • 提供者:lwj
  1. TreeView

    0下载:
  2. C# winform TreeView的练习与使用,编辑,收藏,包含异步加载树,带拖动,多选 -C# winform TreeView exercises and use, editing, storing, containing asynchronous loading tree with drag, multiple choice
  3. 所属分类:Linux Network

    • 发布日期:2017-11-19
    • 文件大小:439221
    • 提供者:CIU
  1. database

    0下载:
  2. 有的文件这里无法上传,完整代码我已经上传到github服务器,可以用 git clone git://github.com/zwdnet/Money.git 命令下载 自己写的给自己用的记帐程序,命令行下的,用于记录日常收入支出,以及自己的资产和负债情况,并进行一些数据分析。 开发环境:Unbutu10.04 gcc4.4.3 sqlite3.6.22 vim7.2 gdb7.1 因为程序中用了一些linux的shell命令(用system()调用),所以移植到其
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:1656
    • 提供者:LEO
  1. ad2rich100share

    0下载:
  2. 注意:在使用之前,请先编辑config.php和ads.php更改您的设置。 1.采用PHP+MYSQL系统,数据不易丢失 2.精简的数据结构,无须存储大量数据,特别适合小型广告网或个人广告网。 3.采用cookie技术防止作弊。 4.用户可按显示、点击、点击比任意排序,超常点击比用红色显示,一目了然。 5.同样适合商业网站建立自己的广告投放系统-Note: Before using, please ads.php edit config.php and change your settings
  3. 所属分类:Web Server

    • 发布日期:2017-04-28
    • 文件大小:35086
    • 提供者:mcujc385
  1. xmlcache

    0下载:
  2. 此类包含两种缓存方式:一种是基于列表方式的,如按照某个类别显示信息、搜索某个关键词进行显示;另外一种是详细页面的缓存,如显示具体的某篇文章。 此类与具体的业务逻辑无关,只负责xml数据的读取和存储,判断是否缓存过期决定是否需要更新缓存。按照三层构架模式的话,它处于数据访问层。-Such cache includes two ways: one is based on a list of methods, such as the display information in accordanc
  3. 所属分类:Web Server

    • 发布日期:2017-05-01
    • 文件大小:118328
    • 提供者:李振勇
  1. AMP1.5

    0下载:
  2. SeedDMS是一个强大易用的文档管理系统,从LetoDMS发展而来,并完全兼容。经过多年的开发已经非常成熟,适合企业文档的存储和分享。 -SeedDMS is a powerful and easy to use document management system, LetoDMS evolved, and is fully compatible. After years of development we have been very mature, for storing and sh
  3. 所属分类:Web Server

    • 发布日期:2017-04-30
    • 文件大小:21301
    • 提供者:luocan
  1. chatroom

    0下载:
  2. 此项目采用客户端、服务器C/S架构,客户端开辟了两个线程, 一个负责往服务器发送信息,一个负责从服务器接收信息; 采用网络编程让客户端与服务器通信,复习了TCP、三次握手协议等相关知识,同时采用了sqlite3数据库存放账号等个人信息,用文件存放聊天记录,用curses库做界面,全面复习了所学的Liunxc相关API,锻炼了我的编程能力, 最终实现了注册、登陆、私聊、群聊、发文件、超级用户禁言踢人等功能。-This project uses the client, server, C/S s
  3. 所属分类:Linux Network

    • 发布日期:2017-04-30
    • 文件大小:88920
    • 提供者:高俊秋
  1. phpsql

    0下载:
  2. PHPSQL就是用PHP编写的基本文本储存数据的使用SQL语言控制的数据库系统。-Control using SQL language PHP SQL system written in PHP is a basic text for storing data.
  3. 所属分类:Web Server

    • 发布日期:2017-05-04
    • 文件大小:18131
    • 提供者:jwv
  1. 存储器

    0下载:
  2. 用于保存信息的记忆设备,可以保存二进制数据(Memory equipment for storing information)
  3. 所属分类:网络编程

    • 发布日期:2018-05-04
    • 文件大小:9216
    • 提供者:MATLAB难啊
搜珍网 www.dssz.com