控制器端代码: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
控制器代码: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
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
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
7. Django Form7.1. Form表单 Django带有一个form库,称为django.forms,这个库可以处理上一章提到的包括HTML表单的自动生成以及数据验证。我们在inventory目录下增加forms.py文件,与models.py文件类似,专门用来存储form类。clas....
分类:
编程语言 时间:
2015-07-14 15:28:51
阅读次数:
262
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
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
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
这是在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
通过输入价格范围,来筛选汽车,主要方法是通过点击“查询”按钮,触发chaxun()方法,利用Jquery和JS获取输入的值,然后为相应的div加载相应的动作,通过更改路由的路径,以此来实现筛选车辆,然后将筛选出来的车辆显示在相应的div上1、Models public class CarBF ...
分类:
Web程序 时间:
2015-07-13 23:53:22
阅读次数:
204