xxxxx

摘要: 用一个表更新另一个表 阅读全文
posted @ 2018-09-27 15:25 St4ndAlone 阅读(123) 评论(0) 推荐(0) 编辑
摘要: using System.Timers;定时器事件代码 static void Main(string[] args) { Method(); #region 定时器事件 Timer aTimer = new Timer(); aTimer.Elapsed += new ElapsedEventHandler(Timed... 阅读全文
posted @ 2017-10-26 19:23 St4ndAlone 阅读(588) 评论(2) 推荐(0) 编辑
摘要: 实例化: var position = await LocationManager.GetPosition(); 通过position.Coordinate.Longitude,position.Coordinate.Latitude属性获得经纬度。 阅读全文
posted @ 2017-09-23 16:01 St4ndAlone 阅读(699) 评论(0) 推荐(1) 编辑
i still love you