Edward_jie

for you, my Hall of Frame

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2012年1月31日

摘要: 2.7.2Requirements Expected ResultThe following requirements apply to applicationsthat receive the location of a user's mobile device:2.7.2 The privacy policy of your application mustinform users about how location data from theLocation Service API is used and disclosed and thecontrols that users 阅读全文
posted @ 2012-01-31 14:58 Edward_诺 阅读(1283) 评论(2) 推荐(1)

摘要: byte[] vals = { 0x01, 0xAA, 0xB1, 0xDC, 0x10, 0xDD };string str = BitConverter.ToString(vals);Console.WriteLine(str);str = BitConverter.ToString(vals).Replace("-", "");Console.WriteLine(str);/*Output: 01-AA-B1-DC-10-DD 01AAB1DC10DD*/ 阅读全文
posted @ 2012-01-31 14:54 Edward_诺 阅读(594) 评论(0) 推荐(0)