码迷,mamicode.com
首页 >  
搜索关键字:models    ( 3511个结果
Django创建数据表
Django中创建表, 用的django项目自带的sqlite数据库,创建完成后将表注册到jdango.admin,就可以在浏览器在管理了。   在django项目的models.py文件中: from django.db import models # Create your models here. class Author(models.Model):     name...
分类:其他好文   时间:2015-07-22 00:06:36    阅读次数:319
Codeigniter框架前后台部署(多目录部署)
个网站一般包含前台和后台并且访问的url是不同的,Codeigniter怎么来部署呢?在网上看到了一篇比较好的文章:在下载好的ci的根目录建立一个目录 admin将application目录中的 config controllers libraries models views这几个目录分别复制到到...
分类:其他好文   时间:2015-07-21 16:46:18    阅读次数:100
ecmall bug
在你的ECAMLL根目,找到includes/models/payment.model.php,找到第26行,原来代码如下: 'config' => array( 'filter' => 'serialize', ),把这个改成 'config' => array( 'typ...
分类:其他好文   时间:2015-07-19 14:58:21    阅读次数:106
Paper List ABOUT Deep Learning
Deep Learning 方向的部分 Paper ,自用。一 RNN1 Recurrent neural network based language model RNN用在语言模型上的开山之作2 Statistical Language Models Based on Neural Networ...
分类:其他好文   时间:2015-07-18 13:53:20    阅读次数:145
Django中加载js和css文件
Django中加载js和css文件项目的目录结构如下: mysite |-mysite |-|-static |-|-……js和css文件 |-|-|-init.py |-| |-models.py |-| |-views.py |-|-init.py |-|-settings.py |-|-urls.py |-templates...
分类:Web程序   时间:2015-07-17 19:06:06    阅读次数:126
mvc 内容分页
控制器代码:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using MvcApplication1.Models;namespace Mvc...
分类:Web程序   时间:2015-07-15 22:28:06    阅读次数:203
MVC分页方法+js
控制器端代码:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using MvcApplication1.Models;namespace Mv...
分类:Web程序   时间:2015-07-15 20:51:39    阅读次数:259
MVC三级下拉菜单
控制器端代码:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using MvcApplication8.Models;namespace Mv...
分类:Web程序   时间:2015-07-15 20:50:46    阅读次数:127
MVC省市区三级下拉菜单联动
控制器端代码(都在同一个表中):using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using MvcApplication10.Models;na...
分类:Web程序   时间:2015-07-15 20:43:09    阅读次数:275
MVC注册验证:js方法(jQuery)
控制器端代码:using System;using System.Collections.Generic;using System.Linq;using System.Web;namespace MvcApplication5注册验证.Models{ public class ZhuceBF ...
分类:Web程序   时间:2015-07-15 20:41:34    阅读次数:125
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!