摘要: 这个mysql 是在 navicat 里面写的。create procedure Aa_GetStudentByPage(in _pageIndex int,in _pageSize int,in _userName varchar(20),out _pageCount int)begindecla... 阅读全文
posted @ 2014-10-28 14:36 丽是我的全部 阅读(790) 评论(0) 推荐(0)
摘要: 首先创建控制器,添加两个试图,一个Index 一个List 这里我用的是mysqlIndex.cshtml 代码 :@{ Layout = null;} Index @Styles.Render("~/Content/CSS/Home")@*样式*@ @Scripts... 阅读全文
posted @ 2014-10-28 13:48 丽是我的全部 阅读(271) 评论(0) 推荐(0)
摘要: public partial class MainWindow : Window { #region 窗口贴边隐藏用的变量 //鼠标坐标当前位置 private MousePosition p = new MousePosition(); MousePosition.POINT point; //... 阅读全文
posted @ 2014-10-21 16:35 丽是我的全部 阅读(2662) 评论(0) 推荐(0)