02 2016 档案

摘要:1 一、页面刷新问题 2 1.父页面A跳转到子页面B,B页面修改数据后再跳回A页面,刷新A页面数据 3 (1).父页面A代码 4 window.addEventListener("pageflowrefresh", function (e) { 5 location.reload(); 6 }); 阅读全文

posted @ 2016-02-25 16:42 CeleryCabbage 阅读(709) 评论(0) 推荐(0)

摘要:1.引入相应的命名空间 using System.Transactions; 2.代码事例(using (TransactionScope ts = new TransactionScope())) 1 public JsonResult DriverCommentAdd(OrderComment 阅读全文

posted @ 2016-02-15 10:22 CeleryCabbage 阅读(314) 评论(0) 推荐(0)

导航