07 2019 档案

摘要:1: public class HomeController : Controller { public ActionResult Index() { ViewBag.pclass = this; // 通过ViewBag把this指针传给视图, return View(); } public st 阅读全文
posted @ 2019-07-23 09:42 枫- 阅读(5193) 评论(0) 推荐(0)
摘要:转载参考:https://blog.csdn.net/han0373/article/details/80606487 1:下载 https://nodejs.org/en/ 2:查看是否安装成功 windows powershell下执行 node -v npm -v 阅读全文
posted @ 2019-07-08 15:15 枫- 阅读(1155) 评论(0) 推荐(0)
摘要:代码片段: 读取 new{ ....} 方法1:转换为json对象 dynamic model = SaleOrderServices.GetGiftOrderById(WebHelper.GetQueryInt("id")); var json = JsonConvert.SerializeObj 阅读全文
posted @ 2019-07-06 10:40 枫- 阅读(554) 评论(0) 推荐(0)