码迷,mamicode.com
首页 >  
搜索关键字:models    ( 3511个结果
MVC+EF数据处理
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using System.Web.Mvc.Ajax;using MvcTable.Models;...
分类:Web程序   时间:2015-08-13 17:14:43    阅读次数:122
构建ASP.NET MVC4+EF5+EasyUI+Unity2.x注入的后台管理系统(49)-工作流设计-我的申请
系列目录提交一个表单后我们需要一个管理的列表。我的申请,我的申请包含了提交内容的列表状态状态分:过期,未审核,审核通过,驳回,废弃列表对应代码@using App.Admin;@using App.Common;@using App.Models.Sys;@{ ViewBag.Title = ...
分类:编程语言   时间:2015-08-12 01:08:33    阅读次数:345
DjangoWeb: 快速实现注册登录
1.首先在Models创建用户表(设计数据库)然后同步数据库class User(models.Model): username=models.CharField(max_length=50) password=models.CharField(max_length=50) ema...
分类:Web程序   时间:2015-08-11 23:03:23    阅读次数:131
Django web 开发入门教程 (二)
创建 models
分类:Web程序   时间:2015-08-11 15:59:12    阅读次数:135
2.6. Statistical Models, Supervised Learning and Function Approximation
Staticalmodelregression$y_i=f_{\theta}(x_i)+\epsilon_i,E(\epsilon)=0$1.$\epsilon\sim N(0,\sigma^2) 2.使用最大似然估计 $\rightarrow$ 最小二乘$y\sim N(f_{\theta}(x....
分类:移动开发   时间:2015-08-11 15:54:11    阅读次数:134
django连接mysql数据库,框架映射数据库模型,省掉sql语句哦
新建一个django项目:如下图,添加项目目录文件:test_db,(如果文件不存在,会在该目录下新建一个文件夹)设置app名称:testdb,在新的窗口打开项目,如图所示其中,MVC模式中,models.py用于处理M,views.py用于处理V,urls.py用于映射视图。1.下载pymysql...
分类:数据库   时间:2015-08-06 16:36:11    阅读次数:267
Free download CK200 V38.05 update tool
The update generation CK200 auto key programmer software is updated to V38.05 which adds some new car models. Here are the CK-200 Upgrade Tool and upd...
分类:其他好文   时间:2015-08-06 12:46:35    阅读次数:146
machine learning in coding(python):根据关键字合并feature,删除无用feature,转化为numpy数组
import pandas as pd import numpy as np from sklearn import preprocessing from keras.models import Sequential from keras.layers.core import Dense, Activation, Dropout # load training and test datasets...
分类:编程语言   时间:2015-08-04 21:12:47    阅读次数:266
django项目使用cassandra
1.django不支持非关系型数据库。因此要想在django项目中是用cassandra,必须安装第三方包django-cassandra-engine。在django的models中需要from cassandra.cqlengine.models import *。同步数据库的命令也不能再使用d...
分类:其他好文   时间:2015-08-04 15:10:27    阅读次数:120
laraver ajax分页
1,设置分页容器参考laraver手册我的设置代码如下://设置分页容器/app/models/ZurbPresenter.php'.$page.'';}publicfunctiongetDisabledTextWrapper($text){return''.$text.'';}publicfunc...
分类:Web程序   时间:2015-08-04 10:50:36    阅读次数:151
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!