using System;using System.Collections.Generic;using System.Linq;using System.Text;using WindowsFormsApplication3.Model;using WindowsFormsApplication3....
分类:
其他好文 时间:
2014-07-23 11:47:46
阅读次数:
160
using System;using System.Collections.Generic;using WindowsFormsApplication3.Utility;using WindowsFormsApplication3.Model;namespace WindowsFormsApplic...
分类:
其他好文 时间:
2014-07-23 11:47:26
阅读次数:
163
using System;using System.Collections.Generic;using System.Linq;using System.Text;using WindowsFormsApplication3.Model;using WindowsFormsApplication3....
分类:
其他好文 时间:
2014-07-23 11:45:06
阅读次数:
191
Backbone.Collectionbackbone的Collection(集合),用来存储多个model,并且可以多这些model进行数组一样的操作,比如添加,修改,删除,排序,插入,根据索引取值,等等,数组有的方法,他基本上都有源码注释 backbone ...
分类:
其他好文 时间:
2014-07-23 11:41:36
阅读次数:
258
1.XML解析技术概述
(1)XML解析方式分为两种:dom和sax
dom:(Document Object Model, 即文档对象模型) 是 W3C 组织推荐的处理 XML 的一种标准方式。
sax: (Simple API for XML) 不是官方标准,但它是 XML 社区事实上的标准,几乎所有的 XML 解析器都支持它。
(2)XML解析器(软件/实现类)
...
分类:
其他好文 时间:
2014-07-23 00:02:57
阅读次数:
381
原文:Asp.Net MVC5入门学习系列④ 添加Model且简单的使用EF 对于EF(EntityFramework)不了解的朋友可以去百度文科或者在园子里搜一些简资源看下,假如和我一样知道EF的概念,那么就知道EF有一个code first的特性,什么意思呢!说的通俗简单明了点就是:通过代码映射...
分类:
Web程序 时间:
2014-07-22 23:32:18
阅读次数:
335
【UV mapping】 UV mappingis the3D modelingprocess of making a 2D image representation of a 3D model's surface. This process projects atexture maponto .....
分类:
移动开发 时间:
2014-07-22 22:45:15
阅读次数:
303
原文出处:http://blog.csdn.net/amblue/article/details/17023485 在NLP和机器学习中经常会遇到这两种显著不同的模型,在学习阶段(训练阶段)和评估阶段(测试阶段)都有不同的表现总结一下它们之间的区别,欢迎补充:1. 二者最本质的区别是建模对象不同 假...
分类:
其他好文 时间:
2014-07-22 22:43:13
阅读次数:
150
thinkphp 表单自动验证功能thinkphp 在Model基类为我们定义了自动验证的函数和正则表达式,我们只需要在对应的数据库表的模型类下建立$_validate属性就可以了,下面介绍表单数据自动验证的功能,非常实用而方便!1、我们找到Model基类,可以看到 protected $_vali...
分类:
Web程序 时间:
2014-07-22 22:42:13
阅读次数:
240
Django 通过 models 实现数据库的创建、修改、删除等操作,本文为模型中一般常用的类型的清单,便于查询和使用: AutoField:一个自动递增的整型字段,添加记录时它会自动增长。你通常不需要直接使用这个字段;如...
分类:
其他好文 时间:
2014-07-22 22:37:56
阅读次数:
233