2012年10月9日

摘要: 思路还是传统思路ul+li+a的方式html代码View Code <div> <ul id="nav"> <li><a href="#1">菜单1</a></li> <li><a href="#2">菜单2</a></li> <li><a href="#3">菜单3</a> <ul> <li><a href="#31&q 阅读全文
posted @ 2012-10-09 19:00 Dtscal 阅读(1131) 评论(0) 推荐(0) 编辑
 
摘要: 手动使用linq对象1,创建model对象,studentDB.csView Code 1 #region Using directives 2 using System; 3 using System.Collections.Generic; 4 using System.Linq; 5 using System.Text; 6 using System.Data.Linq.Mapping; 7 using System.Data.Linq; 8 using System.Configuration; 9 #endregion 10 11 12 namespace C... 阅读全文
posted @ 2012-10-09 18:48 Dtscal 阅读(245) 评论(0) 推荐(0) 编辑