摘要: http://blog.csdn.net/anya/article/details/6407280/ 2、删除表中多余的重复记录,重复记录是根据单个字段(peopleId)来判断,只留有rowid最小的记录 delete from people where peopleName in (select 阅读全文
posted @ 2017-12-26 20:21 LuoCore 阅读(196) 评论(0) 推荐(0)
摘要: //try //{ // var httpReq = (HttpWebRequest)HttpWebRequest.Create(new Uri(replaceUrl)); // var httpRes = (HttpWebResponse)httpReq.GetResponse(); // if 阅读全文
posted @ 2017-12-26 20:20 LuoCore 阅读(692) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/zjoch/p/4458516.html 再来我们要怎么解析JSON格示呢?在.net 中,我们很孰悉的JSON.net,没错,我们依然可以在Xamarin中使用他 感谢社群伟大的贡献 下载网址: http://components.xamarin.c 阅读全文
posted @ 2017-12-26 10:22 LuoCore 阅读(239) 评论(0) 推荐(0)