会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
王文姿
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
下一页
2015年7月16日
ASP.NET MVC Overview
摘要: Learn about the differences between ASP.NET MVC application and ASP.NET Web Forms applications. Learn how to decide when to build an ASP.NET MVC appli...
阅读全文
posted @ 2015-07-16 09:00 王文姿
阅读(165)
评论(0)
推荐(0)
2015年7月15日
lanmda 兰姆表达式
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 兰姆表达式{ class Program { //匿名方法的写法 stati...
阅读全文
posted @ 2015-07-15 14:15 王文姿
阅读(773)
评论(0)
推荐(0)
MVC 简便购物车
摘要: 效果图:(一)controllesusing System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using MvcApplication1.Models;na...
阅读全文
posted @ 2015-07-15 09:58 王文姿
阅读(1016)
评论(0)
推荐(0)
MVC 分页查询(汽车表)
摘要: id改成1,代表着从第一页开始查询(一)controllesusing System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using MvcApplicati...
阅读全文
posted @ 2015-07-15 09:43 王文姿
阅读(369)
评论(0)
推荐(0)
2015年7月13日
MVC (连接数据库)按钮 唯一验证
摘要: (一) contyolles public ActionResult CheckUserID(string id) { // string[] s = new string[] { "1", "2", "3" }; bool isOK...
阅读全文
posted @ 2015-07-13 13:56 王文姿
阅读(312)
评论(0)
推荐(0)
2015年7月11日
MVC 网页制作
摘要: 效果图:{(1)首先将一个网页分成四个小部分,一个一个的来做}(一)首先点击view 右键添加视图,设置一个主显示页面。@{ Layout = null;} index 淄博汉企培训教育中心 ...
阅读全文
posted @ 2015-07-11 16:06 王文姿
阅读(612)
评论(0)
推荐(1)
2015年7月10日
Mvc 中国直辖市下拉列表(三级联动)
摘要: (一)controllersusing System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using 下拉主外键_关系.Models;namespace 下拉...
阅读全文
posted @ 2015-07-10 20:52 王文姿
阅读(587)
评论(0)
推荐(1)
MVC 登陆注册页面
摘要: (一)显示页面的主函数{controller} public class uController : Controller { // // GET: /u/ public ActionResult Index() { ...
阅读全文
posted @ 2015-07-10 20:01 王文姿
阅读(764)
评论(0)
推荐(0)
2015年7月8日
MVC 数据库增删改查(Razor)视图(2)
摘要: (一)主页面@using MvcApplication1.Models;@model List@{ Layout = null;} Index 学号 姓名 ...
阅读全文
posted @ 2015-07-08 16:31 王文姿
阅读(505)
评论(0)
推荐(0)
MVC 数据库增删改查(Razor)方法(1)和数据库
摘要: (一)主页面显示 代码using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using MvcApplication1.Models;namespac...
阅读全文
posted @ 2015-07-08 16:23 王文姿
阅读(1095)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
下一页
公告