码迷,mamicode.com
首页 >  
搜索关键字:models    ( 3511个结果
MVC新闻提交小练习+Session登录提交练习
控制器端代码:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using MvcApplication9.Models;namespace Mv...
分类:Web程序   时间:2015-07-15 20:35:39    阅读次数:118
MVC操作SQL数据库增删改查
控制器代码:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using MvcApplication1.Models;namespace Mvc...
分类:数据库   时间:2015-07-15 19:17:03    阅读次数:123
MVC Link连接数据库增删改查方法的不同写法
using System;using System.Collections.Generic;using System.Linq;using System.Web;namespace MvcApplication5注册验证.Models{ public class ZhuceBF { ...
分类:数据库   时间:2015-07-15 13:00:27    阅读次数:146
Mvc 翻页查询,代码很有用
Model里的代码using System;using System.Collections.Generic;using System.Linq;using System.Web;namespace Mvc翻页查询.Models{ public class CarBF { ...
分类:Web程序   时间:2015-07-14 20:22:13    阅读次数:121
Python开发入门与实战7-Django Form
7. Django Form7.1. Form表单 Django带有一个form库,称为django.forms,这个库可以处理上一章提到的包括HTML表单的自动生成以及数据验证。我们在inventory目录下增加forms.py文件,与models.py文件类似,专门用来存储form类。clas....
分类:编程语言   时间:2015-07-14 15:28:51    阅读次数:262
MVC添加分布视图做唯一验证
Model里的代码using System;using System.Collections.Generic;using System.Linq;using System.Web;namespace MvcApplication5.Models{ public class zhuceBF ...
分类:Web程序   时间:2015-07-14 13:22:11    阅读次数:215
MVc路由查询,路由到底有什么作用呢??
Model里的查询方法using System;using System.Collections.Generic;using System.Linq;using System.Web;namespace MvcApplication路由联系.Models{ public class CarBF...
分类:Web程序   时间:2015-07-14 11:15:46    阅读次数:214
MVC 注册验证参考代码
using System;using System.Collections.Generic;using System.Linq;using System.Web;namespace MvcApplication5注册验证.Models{ public class ZhuceBF { ...
分类:Web程序   时间:2015-07-14 10:00:35    阅读次数:131
MVC添加动态视图的参考代码。重点是添加部分视图的使用方法,非常有用的代码!!!!!!!!!!!!!!
这是在model里的两个查询方法using System;using System.Collections.Generic;using System.Linq;using System.Web;namespace Mvcyemian.Models{ public class NewsBF ...
分类:Web程序   时间:2015-07-14 10:00:14    阅读次数:184
根据价格范围筛选汽车(路由以及JS与Jquery)
通过输入价格范围,来筛选汽车,主要方法是通过点击“查询”按钮,触发chaxun()方法,利用Jquery和JS获取输入的值,然后为相应的div加载相应的动作,通过更改路由的路径,以此来实现筛选车辆,然后将筛选出来的车辆显示在相应的div上1、Models public class CarBF ...
分类:Web程序   时间:2015-07-13 23:53:22    阅读次数:204
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!