码迷,mamicode.com
首页 >  
搜索关键字:receive    ( 1199个结果
AKKA Actor创建
Actor 类定义 Actor 类需要继承AbstractActor类 实现createReceive方法,绑定各类actor收到不同类型消息对应处理不同业务逻辑 默认提供了ReceiveBuilder类辅助创建 Receive 对actorOf的调用返回ActorRef的实例。这是 Actor 实 ...
分类:其他好文   时间:2019-09-12 13:48:53    阅读次数:90
临时短信和临时邮箱
临时短信:https://receive-sms.com/ 美国https://www.freeonlinephone.org/ 美国、英国、加拿大和瑞士https://www.receivesmsonline.net/ 美国、英国、加拿大http://receive-sms-online.com/ ...
分类:其他好文   时间:2019-09-12 13:13:01    阅读次数:794
To ssh://xxx.com:8022/test/project.git ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to 'ssh://xxx.com:8022/test/project.git'
To ssh://xxx.com:8022/test/project.git ! [remote rejected] master -> master (pre-receive hook declined)error: failed to push some refs to 'ssh://xxx.c ...
分类:其他好文   时间:2019-09-09 13:15:25    阅读次数:84
TCP/IP协议详解
TCP/IP不是一个协议,而是一个协议族的统称。里面包括IP协议、IMCP协议、TCP协议。 TCP/IP协议模型,包含了一系列构成互联网基础的网络协议,是Internet的核心协议。 基于TCP/IP的参考模型将协议分成四个层次,它们分别是链路层、网络层、传输层和应用层。下图表示TCP/IP模型与 ...
分类:其他好文   时间:2019-09-08 14:16:06    阅读次数:62
Python Ethical Hacking - Intercepting and Modifying Packets
INTERCEPTING & MODIFYING PACKETS Scapy can be used to: Create packets. Analyze packets. Send/receive packets. But it can't be used to intercept packet ...
分类:编程语言   时间:2019-09-01 16:16:08    阅读次数:97
在AndroidManifest.xml里注册一个广播接受类
<receiver android:name=".MainActivity$Receive"> </receiver>2、定义广播接受类 class Receive extends BroadcastReceiver { @Override public void onReceive(Context ...
分类:移动开发   时间:2019-08-26 19:16:13    阅读次数:125
java 网络编程-UDP基本类型传输(int、boolean、string)
接收端Addressalreadyinuse:Cannotbind同一个协议下端口不允许冲突1、使用DatagramSocket指定端口创建接收端2、准备容器封装成DatagramPacket包裹3、阻塞式接受包裹receive(DatagramPacketp);4、分析数据,将字节数组还原为对应类型getData()返回类型为字节数组,getLength()返回数据长度,类型为int5、释放资源
分类:编程语言   时间:2019-08-26 09:49:14    阅读次数:174
什么是粘包现象
简单远程执行命令程序开发(30分钟) 是时候用户socket干点正事呀,我们来写一个远程执行命令的程序,写一个socket client端在windows端发送指令,一个socket server在Linux端执行命令并返回结果给客户端 执行命令的话,肯定是用我们学过的subprocess模块啦,但 ...
分类:其他好文   时间:2019-08-26 09:29:52    阅读次数:77
All Reduce算法汇总
1、朴素All Reduce 假设两两GPU间的网络带宽为1GB/s,weight数据量1GB,那么broadcast(下图中的Receive)的通信时间 参考链接 1)Baidu All Reduce: http://andrew.gibiansky.com/ https://github.com ...
分类:编程语言   时间:2019-08-22 00:56:19    阅读次数:141
JDBC 报错 CommunicationsException: Communications link failure
|--报错内容 com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure The last packet sent successfully to the server was 0 millis ...
分类:数据库   时间:2019-08-21 09:36:18    阅读次数:5971
1199条   上一页 1 ... 18 19 20 21 22 ... 120 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!