码迷,mamicode.com
首页 >  
搜索关键字:receive    ( 1199个结果
imx6 spi slave 数据接收时移位寄存器的工作机理
如上图, 移位寄存器(shift register)及 接收FIFO (RXDATA)对程序来说是透明的。唯一可访问的 Receive Data Register (ECSPIx_RXDATA) 只能访问 接收FIFO的 top 字。如下:当把 spi2 配置成为 slave 模式时,外部的主spi...
分类:其他好文   时间:2015-05-12 15:27:01    阅读次数:178
struts -执行流程
When a client request is given, a webcontainerwill receive requestWeb container loadsweb.xmland verifies whether theurl-patternsare verified or not, i...
分类:其他好文   时间:2015-05-10 00:57:12    阅读次数:248
swoole udp
server.phpset(array("worker_num"=>4, "dispatch_mode"=>2));$server->on("connect", function($cli) { $ser->send("hello");});$server->on("receive", fun...
分类:其他好文   时间:2015-05-08 09:17:28    阅读次数:211
when you start Windows 7: "The Windows Boot Configuration Data file is missing required information"
When you start Windows 7, you receive the following error message: File: \Boot\BCD Status: 0xc0000034 Info: The Windows Boot Configuration Data file is missing required information微软官方帮助文档: 当您启动 Wi...
分类:Windows程序   时间:2015-04-30 18:18:59    阅读次数:265
staticmethod classmethod修饰符
一、staticmethod(function)Return a static method for function.A static method does not receive an implicit first argument. To declare a static method, u...
分类:其他好文   时间:2015-04-29 13:16:54    阅读次数:151
在阿里云linux下使用SVN访问VisualSVN出错:SSL handshake failed: SSL error: Key usage violation in certificate has been detected
Subversion clients receive the following error message when attempting to connect to VisualSVN Server:svn: OPTIONS of 'https://server.domain.local/svn...
分类:系统相关   时间:2015-04-26 20:55:43    阅读次数:313
C与C# socket 跨平台通讯传输结构体
最近需要写一个C组成的服务器端与C#的客户端进行交互的软件,刚开始写的时候发现C#端解析时候出现了故障,经过仔细研究后发现原因是发送方传输太快,出现了所谓粘包的现象。也就是在C#端的Receive()。这个函数返回的是多个结构体连起来的数据,这当然是无法解析的。我的解决方案如下: List list...
分类:Windows程序   时间:2015-04-24 14:07:00    阅读次数:165
socket programming Max size of tcp/ip socket Buffer?
TCP data is buffered at both sender and receiver. The size of the receiver's socket receive buffer determines how much data can be in flight without a...
分类:其他好文   时间:2015-04-21 17:22:13    阅读次数:159
controller中,Failed to Initialize. Reason: TimeOut虚拟用花初始化超时
1.调整 Run-timesetting->Internet Protocol->references->Advaanced->Options将HTTP-request connect timeout,request receive timeout,和Step download timeout的时间...
分类:其他好文   时间:2015-04-17 13:10:10    阅读次数:280
android adapter报错The content of the adapter has changed but ListView did not receive a notification.
在Android编程中使用Adapter时,偶尔会出现如下错误: The content of the adapter has changed but ListView did not receive a notification. Make sure the content of your adapter is not modified from a background thread, ...
分类:移动开发   时间:2015-04-15 19:41:05    阅读次数:146
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!