05 2017 档案

摘要:// php中这个表示网络字节序 $temp = "\x01\x02"; // n unsigned short (always 16 bit, big endian byte order) // 使用n,不要使用S或s $temp = unpack("n",$temp); 阅读全文
posted @ 2017-05-31 18:11 未命名blogs 阅读(229) 评论(0) 推荐(0)
摘要:http://php.net/download-docs.php 阅读全文
posted @ 2017-05-23 13:31 未命名blogs 阅读(88) 评论(0) 推荐(0)
摘要:http://tinyos.stanford.edu/tinyos-wiki/index.php/TEPs TEPs TEPs, TinyOS Enhancement Proposals, document modifications to the core TinyOS structure and 阅读全文
posted @ 2017-05-21 22:08 未命名blogs 阅读(528) 评论(0) 推荐(0)