secureCRT上传和下载命令分别为rz、sz
我的理解是rz,就是服务器接收(received),sz,就是服务器发送(send)。
secureCRT上的命令就是:
下载
sz filename(filename是你要下载的文件名,前提要进入那个文件所在的目录)
下载下来的文件存放的目录设置下图可见:
上传
rz再选择你要上传的文件。...
分类:
其他好文 时间:
2014-06-05 10:15:24
阅读次数:
209
解决方法:
点击一下工程,工程-->"Build Settings"-->找到Objective-C Automatic Reference Counting项-->将它的值设置为NO。ok
找到Objective-C Automatic Reference Counting项...
分类:
其他好文 时间:
2014-06-05 07:43:00
阅读次数:
303
版本:2.6.33.4
发送端 tcp_write_xmit 函数
/* This routine writes packets to the network. It advances the
* send_head. This happens as incoming acks open up the remote
* window for us.
*
* LARGESEND no...
分类:
其他好文 时间:
2014-06-05 04:15:28
阅读次数:
236
??
IntentService is a base class for Services
that handle asynchronous requests (expressed as Intents)
on demand. Clients send requests through startService(Intent) calls;
the service is starte...
分类:
其他好文 时间:
2014-06-05 03:03:46
阅读次数:
262
IMP-00041:Warning:objectcreatedwithcompilationwarnings
昨天导入数据的时候,最后报错
IMP-00041:Warning:objectcreatedwithcompilationwarnings
"CREATETRIGGER"KFPT2".SYN_khgl_qyjbxx_Dafterdeleteonkhgl_qyjbxxfore"
"achrowdeclarenumint;p_idsyn_control_send_sql...
分类:
其他好文 时间:
2014-06-02 03:16:28
阅读次数:
346
SELECT * FROM msg_personchat_t WHERE send_userid='28' AND critime>'2014-03-30' AND critime...
分类:
数据库 时间:
2014-06-01 13:56:29
阅读次数:
210
post请求 url后面加参数 接收不到的,必须 放到send("use"=user)形式还要加上
xhr.setRequestHeader("Content-Type","application/x-www-form-urlencoded");servlet
1 package cn.itcast...
分类:
Web程序 时间:
2014-05-31 05:51:04
阅读次数:
418
一、数据收发:服务器端:netcat, nc -l -p
port客户端:telnet二、基于HTTP协议:客户端:curl(可查看http header)、wget(完整的HTTP
header和body)在wget一些网页时,会遇到http request send, response: no ...
分类:
其他好文 时间:
2014-05-30 00:56:47
阅读次数:
219
《windows核心编程》第26章详细的分析了窗口消息,让人豁然开朗。学习小结:1、消息队列分为Post消息队列、Send消息队列、虚拟输入消息队列和应答消息队列。2、PostMessage是将消息发送到消息的线程队列然后返回。3、SendMessage表面看是发送消息,等消息处理完毕后返回。实际上...
分类:
其他好文 时间:
2014-05-29 12:14:59
阅读次数:
243
cmb_State_Send.ItemsSource = null; XmlDocument
doc = new XmlDocument(); doc.Load("D:\\模板\\WorkstationSta...
分类:
其他好文 时间:
2014-05-28 10:56:45
阅读次数:
249