sendto
发布日期:2019-01-10 20:45:39编辑:音乐人
概括:这道题是却睹貌同学的课后练习题,主要是关于sendto,指导老师为惠老师。SendTo是一个计算机函数,指向一指定目的地发送数据,sendto()适用于发送未建立连接的UDP数据包 (参数为SOCK_DGRAM)。
题目:sendto
解:都正确
因为send 跟双宾 send sb.sth.和send sth.to sb.
这里第一句就是 you sent me the letter
第二句就是 you sent the letter to me
参考思路:
第二个吧,send sth send sth to sb
举一反三
例1: sendfor和sendto的区别[英语练习题]
思路提示:
send to 发去
send for 为了...发送...
send for some reason
send to sb.
send for some reason from some place/body to some place/body
例2: 【"sendamessagefor"和sendamessageto有什么区别?】[英语练习题]
思路提示:
1. send a message for sb意思是“帮某人转发/发送一个留言”.
如:Can I send a message for you to Tom?
我可以帮你转发留言给汤姆吗?
2. 而send a message to sb意思是“给某人发送一个留言”.
如:Can I send a message to you?
我可以给你发送一个留言吗?
例3: send这个词后面既可以用todo又可以用doing怎么区分呢?[英语练习题]
思路提示:
派遣,打发;使进(学校等)
He sent his son to return the books to the library.
他派他儿子把书还给图书馆.
使进入(特定状态);(迫)使
A hail of fire from us sent the aggressors fleeing panic-stricken.
我们一阵炮火打得侵略者惊惶逃窜.
例4: sendsb.todo和sendsb.doing区别那这题我还是弄不懂……1.Whenaskedwhyhewentthere,hesaidhewassentthere_____foraspaceflight.A.trainingB.beingtrainedC.tohavetrainedD.tobetrained2.Mr.Brownwassentbyalong-distance[英语练习题]
思路提示:
send sb to do sth意思是让某人去做某事.这里do sth.是目的.如:I sent my brother to get some milk.
send sb doing sth.意思是让某人开始做某事.这里sth.只是强调一个动作,并非目的,如:The punch sent him staggering towards the door.(这一推让他向门冲去.)
PS:1.D.be sent there to be trained for a space flight.送去那的目的是进行航天飞行训练,是目的,所以用send sb to do.
2.B.被一个长途电话叫去赶去见母亲,是强调hurry这个动作,而非目的,所以用send sb doing.
不知道清楚了没?
例5: send要加to么?itsenttous可以么?[英语练习题]
思路提示:
send sth to someone
给的对象前要加to.
相关思考练习题:
题1:win7如何打开sendto文件夹?
点拨:win7的sendto文件夹在C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\sendto
题2:send和sendto的区别
点拨:send sendto recv recvfrom有什么区别 一般情况下: send(),recv()用于TCP,sendto()及recvfrom()用于UDP 但是send(),recv()也可以用于UDP,sendto()及recvfrom()也可以用于TCP
题3:sendtokindle云端电子书如何删除
点拨:电脑进入亚马逊网站,在我的账户的管理我的内容和设备或者我的cloud drive里可以删。
题4:Message的sendToTarget()怎么使用的
点拨:你好,Message.sendToTarget() ---> Message.target.sendMessage(), 这里target是个Handler,所以你说的消息是发送到这个Message内部持有的Handler对象,加入他的MessageQueue。所以你要找到赋给该Message Handler的地方,在它的handleMessage里...
题5:windows7"SendTo"文件夹拒绝访问,cacls命令都不行
点拨:你那不是他的文件夹 ..只是一个快捷方式而已 ..他的实际指向的文件夹的位置是C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\SendTo 在打开前先显示隐藏的系统文件 ..因为appdata是系统文件(Administrator是当前的用户名.计算机不同...