摘要: 1 2 3 4 5 6 18 19 20 21 70 211 212 阅读全文
posted @ 2015-01-30 10:55 Alben_1 阅读(358) 评论(0) 推荐(0) 编辑
摘要: 1 "status": "OK", //状态信息。正常返回时值为"OK",异常时返回具体错误信息。 2 "weather": [{ //城市天气数组。同时查询多个城市时,该数组则包含多个对象。 ... 阅读全文
posted @ 2015-01-30 10:54 Alben_1 阅读(2113) 评论(0) 推荐(0) 编辑
摘要: 1 // 处理状态栏 命名空间using Windows.UI.ViewManagement 2 StatusBar statusBar = Windows.UI.ViewManagement.StatusBar.GetForCurrentView(... 阅读全文
posted @ 2015-01-30 10:53 Alben_1 阅读(273) 评论(0) 推荐(0) 编辑
摘要: 1 2 3 4 5 6 7 8 14 15 21 22 28 29 46 47 48... 阅读全文
posted @ 2015-01-30 10:49 Alben_1 阅读(254) 评论(0) 推荐(0) 编辑
摘要: 1 double value = 16325.62901; 2 string specifier; 3 CultureInfo culture; 4 5 // Use standard numeric format specifiers. 6 specifier = "G"; 7 culture... 阅读全文
posted @ 2015-01-30 10:48 Alben_1 阅读(316) 评论(0) 推荐(0) 编辑