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

搜索资源列表

  1. remotecontrolserver

    0下载:
  2. /*****远程控制服务器端源代码 本代码的作用和他的那段代码有些类似之处。 不过主要作用是接受并执行客户端的指令 实现起来比他的繁琐一些。 实现功能如下: 从配置文件中读取配置端口和用户名和密码 限制登录ip和登录连接数 可选择采用SSL通讯或者明文通信 接受客户端之类指令。 执行系统命令或者传送文件。-/***** remote control server source code of the role and his code during some similarities. Howe
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:7724
    • 提供者:李欣
  1. readini

    0下载:
  2. 在网上搜集了读取ini文件的例子,自己加工做成一个图片浏览器.其中包括如何得到应用程序所在路径的代码(很有用的,呵呵)功能不多.只是为了演示如何使用ini配置文件来读取文件,方便初学者.
  3. 所属分类:浏览器

    • 发布日期:2008-10-13
    • 文件大小:2070707
    • 提供者:张元
  1. XMLread

    0下载:
  2. XML文件时可以自定义标签的文件,现在一般应用程序都用它来保存配置,本应用程序可以读取XML文件中的数据。
  3. 所属分类:xml/soap/webservice

    • 发布日期:2008-10-13
    • 文件大小:16766
    • 提供者:于勇
  1. xmltest

    0下载:
  2. 对xml格式配置文件读取,并生成xml格式的log文件很不错哦!-right xml format configuration file read, and generate the xml log file format is very good oh!
  3. 所属分类:xml/soap/webservice

    • 发布日期:2008-10-13
    • 文件大小:661261
    • 提供者:理由
  1. bcxy

    0下载:
  2. 一个通用些连接数据库的包,其中有三个类: 1.DBConn.java:主要用来连接和关闭数据库.连接数据库的URL,USER,PASSWORD通过配置文件完成com/bcxy/util/systemconfig.properties 2.SqlQuery.java:主要用来执行查询的SQL语句.构造方法: SqlQuery(Connection con, String sql) 将结果存在容器中. 3.SqlUpdate.java:主要用来执行更新的SQL语句.构造方法: SqlUpdate(C
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:46599
    • 提供者:工程师
  1. iniparser.rar

    0下载:
  2. c语言实现的ini文件解析程序,提供快速的ini配置文件读取,可以支持写操作。,c language parser of the ini file to provide rapid ini configuration file read, write operation can support.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-31
    • 文件大小:101404
    • 提供者:谢天雷
  1. video.tar.bz2

    0下载:
  2. 一个流媒体服务器,客户端的设计。包括用户验证,读取配置文件,我是一个初学者,虽然源码简单了些,但功能比较全面,适合初学者阅读。解压是去掉.rar(为了可以上传)-A streaming media server, the client design. Including user authentication, read the configuration file, I am a beginner, although the source code simple, but features a
  3. 所属分类:Web Server

    • 发布日期:2017-03-31
    • 文件大小:5499
    • 提供者:paul
  1. FtpMager

    0下载:
  2. ftp服务器管理源码,使用了INDY组件,采组XML方式读取配置文件,同时连接FTP服务器成功后自动转到指定的目录上面-ftp server source code management, the use of the INDY components, mining group the way to read XML configuration file, at the same time to connect FTP server automatically go after the succ
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-25
    • 文件大小:359532
    • 提供者:软件工作
  1. ConnectionPool

    0下载:
  2. 编写一关于Microsoft Access数据库连接池及其管理的相关类,要求能从XML配置文件中读取该数据库驱动程序,数据库名,连接池最大连接数,最多等待用户数,查询数据库超时时间及用户最长等待时间等信息;并编写一测试程序,用于模拟多客户对于数据库的访问。-The preparation of about one Microsoft Access database connection pool and its management related request from the XML co
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-04-25
    • 文件大小:18251
    • 提供者:LiuArea
  1. src

    0下载:
  2. Socket接收例子,包的xml解析,配置文件读取等各方面的代码-Socket Receive example
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:20028
    • 提供者:吴旭俊
  1. xml_config_file

    0下载:
  2. 对xml配置文件进行的解析、读取、写入、删除节点信息,必须有boost库的支持,编译才通过-Xml configuration file on the resolution, read, write, delete the node information, you must have the support of boost libraries, compile it by
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:135538
    • 提供者:zhenzhen
  1. telnet

    0下载:
  2. 采用C/S架构, 服务器端采用I/O复用,实现多客户端连接。通过读取配置文件,初始化服务端设置和建立用户信息。实现服务器和客户端的会话。-By C/S architecture, server-side use of I/O multiplexing, multi client connection. By reading the configuration file, initialize the server settings and the establishment of user in
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-03
    • 文件大小:263173
    • 提供者:suihansong
  1. 20072241039848

    0下载:
  2. 1。可支持远程配置文件 (中心服务器,客户端自动获取中心服务器配置文件。节省资源,仅程序运行时读取一次。) 2。可支持多种图片格式 (GIF/JPG/BMP/TIFF) 3。远程配置文件、图片远程路径 可支持多种读取方法或协议 (HTTP/FTP/共享路径/本地路径) 4。后台运行,占用系统资源小。(物理内存约 600KB,虚拟内存约 1400KB) -' 1. To support remote configuration file (the central se
  3. 所属分类:Ftp Client

    • 发布日期:2017-03-30
    • 文件大小:12703
    • 提供者:kyocsss
  1. Cxml

    0下载:
  2. 封装了Cxml内,从xml配置文件中读取xml数据元,并将其迭代的插入到list控件-a Cxml class, read xml meta data from a xml file, and insert those data into a list
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-03-31
    • 文件大小:1595
    • 提供者:
  1. prom

    0下载:
  2. liunx 下电信优惠模块代码:包括测试程序 读取配置文件调用资费引擎实现 可以学习liunx makefile编译-liunx telecommunications concessions module code: including test procedures Read configuration files call tariff engines to achieve To learning liunx the makefile to compile
  3. 所属分类:Linux Network

    • 发布日期:2017-05-09
    • 文件大小:2446144
    • 提供者:wang_cyi
  1. zjhftp

    0下载:
  2. 自己写的FTP服务器,包括完整的makefile,上传下载,断点续传,限速,更改目录等等功能。自定义哈希表读写,读取配置文件等,linux多文档多进程编程,多进程之间通讯。-Write your own FTP server, including the complete makefile, upload and download, HTTP, speed limits, change directories and more. For learning to use custom hash t
  3. 所属分类:Ftp Server

    • 发布日期:2017-03-26
    • 文件大小:20549
    • 提供者:
  1. testini

    0下载:
  2. linux下对ini读写API,纯c开发,接口和windows读取配置文件的形式差不多,可以提供学习-API of ini Conifig File Read And Write.The interface of this API is like The API For windows.We can study with this API.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-13
    • 文件大小:2442
    • 提供者:binggou
  1. IniExample

    0下载:
  2. VB读取INI文件,用于读取配置文件,存储重要参数。-VB to read INI file, for read configuration files, storage of key parameters.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-30
    • 文件大小:8346
    • 提供者:zhang755084
  1. net

    0下载:
  2. 读取配置文件,使用端口和IP,基于tcp/ip的自动重连,定时查询-Read the configuration file, use the port and IP, based on tcp/ip automatic reconnection, regular query
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-18
    • 文件大小:5038272
    • 提供者:zhangliang
  1. zabbix批量添加主机脚本

    0下载:
  2. 可以通过python脚本读取配置文件批量添加zabbix主机。(The ZABBIX host can be added to the configuration file by Python scr ipt read configuration file.)
  3. 所属分类:网络编程

    • 发布日期:2018-04-22
    • 文件大小:2048
    • 提供者:幻心梦梦
« 12 »
搜珍网 www.dssz.com