参考:ASP四个小技巧,抓取网页:GetBody,字节转字符BytesToBstr,正则表达式测试方法,生成静态页 Function GetBody(weburl) '创建对象 Dim ObjXMLHTTP Set ObjXMLHTTP=Server.CreateObject("MSXML2.serverXMLHTTP") '请求文件,以异步形式 ObjXMLHTTP.Open "GET",weburl,False '此信息必须在send前一个设置否则将出错&quo
Error: msxml3.dll '80072f05' The date in the certificate is invalid or has expired Dim xmlhttp Set xmlhttp = Server.CreateObject("MSXML2.ServerXMLHTTP") xmlhttp.setOption() = '解决因证书错误(证书过期): xmlhttp.send (data) '有可能抛出: The date in the certifica
准备在windows下学习nodejs. 下载了nvmw . 但没法安装node的任何版本. 都是报错如下: C:\Users\WXG>nvmw install v0.12.0 x86 Start installing node/v0.12.0 (x32) to E:\wxg\Git\nvmw\v0.12.0-x32 Download from http://npm.taobao.org/mirrors/node/v0.12.0/node.exe, and save it as E:\wxg\G
一:由于在上一个随笔的基础之上拓展的所以直接上代码,客户端: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Net.Sockets; using Sys
xmpp 文件传输协议: XEP-0096: SI File Transfer:文件传输流初始化协议 XEP-0065: SOCKS5 Bytestreams:带外socks5代理字节流传输协议 XEP-0047: In-Band Bytestreams:带内字节流传输协议 XEP-0066: Out of Band Data:带外数据传输协议 XEP-0030: Service Discovery:服务发现协议 XEP-0096:文件传输流初始化协议.支持断点续传.当file元素包含range
最近接触了C#Socket网络编程,试着做了试试(*^__^*) 实现多个客户端和服务端互相发送消息 发送文件抖动窗口功能 服务端: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.IO; using System.Linq; using System.Net; using Syste
转载请注明出处:http://blog.csdn.net/steelychen/article/details/37958839 发送文件须要提供准确的接收放username称(例:user2@192.168.1.100).本地文件全路径(例:E:\\xxx\\xxx.zip) 接收文件必须声明一个文件监听器用于监听有可能发送过来的文件. client发送文件代码片断 public void sendFire(XMPPConnection conn,String toUser,String fi