09 2018 档案

摘要:0】绑定数据 grid = $("#Grid").datagrid({ fit: true, rownumbers: true, fitColumns: true, height: $(window).height() * 0.8, singleSelect: false, columns: [[ 阅读全文
posted @ 2018-09-26 17:37 楚景然 阅读(907) 评论(0) 推荐(0)
摘要:借鉴于博格园各位大佬的成果美化了一下博客,现在把这些分享给各位 【整个页面效果来自 https://www.cnblogs.com/Penn000/p/6947472.html#4061042】 【看板娘和背景雪花效果 来自 https://www.cnblogs.com/yjlblog/p/872 阅读全文
posted @ 2018-09-20 11:01 楚景然 阅读(425) 评论(1) 推荐(3)
摘要:1】关于页面跳转 "window.location.href"、"location.href"是本页面跳转 "parent.location.href"是上一层页面跳转 "top.location.href"是最外层的页面跳转 View Code ,在mvc项目中实践得到 parent.locati 阅读全文
posted @ 2018-09-17 14:32 楚景然 阅读(207) 评论(0) 推荐(0)