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

搜索资源列表

  1. EasyIDE_ASP_Framework

    0下载:
  2. 简单地说,在EasyIDE Framework的支持下,你可以很方便地做字符串操作、磁盘文件操作、数组操作、XML解析操作、数据库操作以及其他很多常用的、已被其他语言作为内置函数的操作。值得一提的是,此次发布的版本强化了对ASP表现层和逻辑层分离的支持:include函数为你实现了稳定的动态包含文件方案,而ob_get_contents函数可以返回ASP页面执行后输出的HTML内容,基于这两个函数和其它辅助函数,你可以开发自己的ASP模板引擎。此外str_encode和str_decode也为你
  3. 所属分类:Web Server

    • 发布日期:2017-03-25
    • 文件大小:50397
    • 提供者:张生
  1. mod_my_filter

    0下载:
  2. 对http的输出内容进行过滤,检查输出内容是否有不合适的字符串。如果有,不输出该http请求的结果,而重定向到一预先指定的页面;如果没有不合适的字符串,输出该http请求的结果。不合适的字符串,可以随时修改。-The output of the http content filtering, check whether there is inappropriate output string. If so, do not output the results of the http reques
  3. 所属分类:Web Server

    • 发布日期:2017-04-02
    • 文件大小:2246
    • 提供者:doushuai
  1. TCP

    0下载:
  2. 开发TCP套接字应用程序,由客户端和服务器组成,实现功能是客户端向服务器发送字符串,调用Windows Sockets API-Development TCP socket applications, by the client and server, achieving function is to send a string to the client to the server, call the Windows Sockets API
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:6238
    • 提供者:rae
  1. lighttpd-1.4.25.tar

    0下载:
  2. * mod_magnet:修复对()正常表和字符串(修复#1307) * mod_magnet:添加打印lua错误回溯 * mod_rewrite:如果不编译pcre,修正编译错误, *禁用警告“CLOSE-read”(修复#2091) * mod_rrdtool:如果不存在则创建文件的修复(#1788) *在connection_reset重置tlsext_server_name - 修正了随机主机名$HTTP["host"]条件 *输出一些SSL_CLI
  3. 所属分类:Web Server

    • 发布日期:2017-03-22
    • 文件大小:780629
    • 提供者:yarx
  1. CNBETA

    0下载:
  2. 能连接CNBETA网站,获取他的主页代码,并做字符串的处理,获取他的所有新闻-Can connect CNBETA site, access code of his home, and do string treatment, access to all the news of his
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-07
    • 文件大小:617
    • 提供者:mamiaokui
  1. search_for_substring

    0下载:
  2. 此程序用于搜索从ES:1000开始的长度为100H的区域,是否存在给定的子字符串,其中,子字符串存放在以DS:1100开始的区域中,分别用DI,SI,指向它们。如果搜索到,在DS:1111处填写44(“是”的谐音),找不到,则填写55(“无”的谐音)。在本程序中,DS与ES相同。在本程序中,我们假设要搜索的子字符串的长度为3,字符可以自行设定。当然,可以改变BX来改变搜索的子字符串的长度-This program used to search from ES: 1000 100H length
  3. 所属分类:Search Engine

    • 发布日期:2017-03-29
    • 文件大小:59056
    • 提供者:yangxiao
  1. MyProtocol

    0下载:
  2. 主要实现了 自定义协议的功能 例如 使用该程序注册协议后可以在浏览器地址栏中输入 qyzx://任意字符串参数/ 可以运行源码中指定的本地应用程序-Main achieved a custom protocol features such as the use of the program agreement can be registered in the browser address bar qyzx:// any string parameter/can run the source
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:601062
    • 提供者:cwg
  1. socket

    0下载:
  2. 服务器通过socket连接向客户端发送字符串"Hello, you are connected!"。只要在服务器上运行该服务器软件,在客户端运行客户软件,客户端就会收到该字符串。 -Server through the socket connection to the client sends the string " Hello, you are connected!" . As long as the server running the server software, c
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:3668
    • 提供者:王红艳
  1. aoma

    0下载:
  2. 本程序采用 三层架构 + 抽象工厂设计模式 + Linq 实现,目前只做了Access 和 SQL Server ,默认数据库为Access,要更换数据库只需修改web.config 即可。在SQL Server 部分 采用Linq 技术进行对数据库的操作 ,用xml编辑器打开XmxCms.dbml 文件就可看到 SQL Server 的数据库连接字符串 ,请根据实际情况修改。-This procedure uses the three-tier architecture+ abstract f
  3. 所属分类:Web Server

    • 发布日期:2017-06-14
    • 文件大小:21349772
    • 提供者:sanmao
  1. clientserver

    0下载:
  2. 客户端程序向服务器提出TCP连接的请求,当连接建立后,从服务器的端口5050接收数据并进行显示,然后断开与服务器的连接 服务器端的程序当有客户提出连接请求时,在端口5050与客户端进行TCP连接, 连接成功后,显示客户IP地址和端口号,并给客户端发送" Hello! I am a server." 字符串。如果发送正确则显示所发送的字节数 命令格式:server -Client TCP connection to the server made the request
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-17
    • 文件大小:4614357
    • 提供者:苏叶
  1. processer-communication

    0下载:
  2. 两个进程,进行通信。一个进程实现字符串发送,另一个进程实现字符串接收并显示到窗口。-Two processes to communicate. A process to achieve the string to send, to achieve another process to receive and display a string to the window.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-01
    • 文件大小:74715
    • 提供者:
  1. Scramble_List

    0下载:
  2. 字符串 匹配搜索工具 匹配给定的 scamble-list文件中的词语 在某个给定文件中出现的形式和次数 用法为 ./scrable.exe file.txt scrable.txt file.txt 和 scrable.txt 请自行提供,英文,任意大小-Match the search string matches a given scamble-list word document In a given document occurs in the fo
  3. 所属分类:Search Engine

    • 发布日期:2017-03-29
    • 文件大小:6361
    • 提供者:刘峰六
  1. UNICODEXML

    0下载:
  2. 用unicode码打开文档,使其支持多国语言;动态的添加菜单;给一段字符串添加XML元素。-Open the document with unicode code so that it supports multiple languages dynamically add menu to add a string to XML elements.
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-04-06
    • 文件大小:54704
    • 提供者:zhl
  1. shellcode

    0下载:
  2. shellcode资料及代码 突破防火墙 构造字符串 复用端口 分段传送 动态复用端口-shellcode information and code reuse string break firewall port sub-structure dynamic multiplexing transmission port
  3. 所属分类:Firewall-Security

    • 发布日期:2017-03-28
    • 文件大小:250831
    • 提供者:hyutu
  1. TCPIP

    0下载:
  2. tcpip通信的主从端,比较完善,从数组发送到字符串发送都有-tcpip communications major from the side, more perfect, send a string from the array are sent to the
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:18845
    • 提供者:letian
  1. TCPIP1.0

    0下载:
  2. 使用WInsock控件实现网络发送字符串,服务器端IP默认为本机地址,客户端名称(IP)在同一台PC机上使用请不要输入-Use WInsock control for network send a string, the default server IP address-based machine, the client name (IP) on the same PC, using, please do not enter
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-15
    • 文件大小:3954542
    • 提供者:yuan
  1. network

    0下载:
  2. winsocket 编程,通过TCP 连接指定服务器,获取一个随机分配的字符串。然后通过UDP 提交获取到的字符串,以完成作业
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:1495
    • 提供者:刘容
  1. test

    0下载:
  2. 一个小的爬虫程序,可以利用正则表达式匹配字符串,提取有用信息-spider program
  3. 所属分类:Search Engine

    • 发布日期:2017-03-31
    • 文件大小:39663
    • 提供者:刘进方
  1. if_ip

    0下载:
  2. 检查一个字符串是否是ip地址,纯C语言编写。-Check whether the ip address of a string of pure C language.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:580
    • 提供者:raintiger
  1. think

    0下载:
  2. 基于TCP-IP的客服端与服务器端字符串传输程序-TCP-IP-based customer service side and server-side string transfer program
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:2360
    • 提供者:丁宇
« 1 2 3 4 5 67 8 9 10 11 ... 16 »
搜珍网 www.dssz.com