如上图, 移位寄存器(shift register)及 接收FIFO (RXDATA)对程序来说是透明的。唯一可访问的 Receive Data Register (ECSPIx_RXDATA) 只能访问 接收FIFO的 top 字。如下:当把 spi2 配置成为 slave 模式时,外部的主spi...
分类:
其他好文 时间:
2015-05-12 15:27:01
阅读次数:
178
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
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, you receive the following error message:
File: \Boot\BCD
Status: 0xc0000034
Info: The Windows Boot Configuration Data file is missing required information微软官方帮助文档:
当您启动 Wi...
一、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
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#的客户端进行交互的软件,刚开始写的时候发现C#端解析时候出现了故障,经过仔细研究后发现原因是发送方传输太快,出现了所谓粘包的现象。也就是在C#端的Receive()。这个函数返回的是多个结构体连起来的数据,这当然是无法解析的。我的解决方案如下: List list...
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
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. Make sure the content of your adapter is not modified from a background thread, ...
分类:
移动开发 时间:
2015-04-15 19:41:05
阅读次数:
146