AddrNotPresent 这个在发送数据时候需要指明,且看一个结构体 typedef struct { union { uint16 shortAddr; ZLongAddr_t extAddr; } addr; afAddrMode_t addrMode; byte endPoint; } a
分类:
其他好文 时间:
2016-02-21 12:52:18
阅读次数:
129
如下摘自ti的document! Each device is a node in the Zigbee. Each node has a long and short address, the short address of the node is used by other nodes to
分类:
其他好文 时间:
2016-02-21 12:45:43
阅读次数:
150
使用broker查看dataguard信息时有告警 DGMGRL> show configuration; Configuration - DRTEST Protection Mode: MaxPerformance Databases: ora11gn1 - Primary database or
分类:
其他好文 时间:
2016-02-12 18:43:35
阅读次数:
779
服务端 <system.serviceModel> <services> <service name="WCF.Homedo.Service.Cache.Service"> <endpoint address="" binding="wsHttpBinding" bindingConfigurati
分类:
其他好文 时间:
2016-02-02 14:51:45
阅读次数:
282
整理一下Openstack的命令。下面的命令,我都是全部在机器验证过,主要是参考 redhat文档 查看rabbitmq 队列 rabbitmqctl list_queues 查看keystone的用户 keystone user-list 查看keystone endpoint keystone
分类:
其他好文 时间:
2016-01-27 21:29:50
阅读次数:
271
创建第一个Web服务: @WebService // 添加了此注解,代表是一个WebService public class HelloWorld { // 非 static final private 方法默认会发布 public String sayHi(String name) { retur
分类:
Web程序 时间:
2016-01-27 19:00:18
阅读次数:
164
《Windows Azure Platform 系列文章目录》 我们知道,在Azure Cloud Service和Virtual Machine,可以通过Endpoint ACL (Access Control List)访问控制列表。来设置IP白名单规则。 具体请参考:Windows A...
IP是Ingress Protection的缩写,IP等级是针对电气设备外壳对异物侵入的防护等级,来源是国际电工委员会的标准IEC 60529,这个标准在2004年也被采用为美国国家标准。 在这个标准中,针对电气设备外壳对异物的防护,IP等级的格式为IPXX,其中XX为两个阿拉伯数字,第一...
分类:
其他好文 时间:
2016-01-18 22:40:24
阅读次数:
171
题意: 有一个正方形区域, 要求支持两个操作: 1、放置三角形,给定放置方向(有4个方向,直角边与坐标轴平行),直角顶点坐标,边长 2、查询一个点被覆盖了多少次 1<=正方形区域边长n<=5000 1<=询问数<=10^5 保证输入合法,三角形被正方形区域完全包含。 题解: 嗯这是一道数据结构题… ...
分类:
其他好文 时间:
2015-12-26 20:47:58
阅读次数:
238
当你想删除oss服务中某个bucket下的文件夹时,文件夹中又包含了太多文件,递归删除太过耗时,又必须删除时,此时就要用oss的文件删除策略,如下所示:OSSClient client = new OSSClient(endpoint, accessId, accessKey);SetBucketL...
分类:
其他好文 时间:
2015-12-23 22:57:35
阅读次数:
886