码迷,mamicode.com
首页 >  
搜索关键字:unique    ( 4837个结果
Hibernate注解详解
罗列出项目使用到的注解,而自己不清楚属性意思的,或者是不算特别清楚的注解 @Column —— 注解声明了属性到列的映射。该注解有如下的属性 ? name? 可选,列名(默认值是属性名) ? unique 可选,是否在该列上...
分类:系统相关   时间:2014-07-22 09:13:36    阅读次数:305
【leetcode刷题笔记】Unique Paths II
Follow up for "Unique Paths":Now consider if some obstacles are added to the grids. How many unique paths would there be?An obstacle and empty space i...
分类:其他好文   时间:2014-07-22 00:28:36    阅读次数:169
动态规划第五讲——leetcode上的题目动态规划汇总(上)
本节,我们将对leetcode上有关DP问题的题目做一个汇总和分析。 1.题目来源 Interleaving String 动态规划 二叉树 Unique Binary Search Trees 动态规划 二叉树 Word Break 动态规划 N/A Word Break II 动态规划 N/A Palindrome Partitioning 动态规划 N/A ...
分类:其他好文   时间:2014-07-21 15:21:05    阅读次数:189
unique 验证 criteria 使用
modelarray('code', 'unique', 'criteria' =>array('condition' =>'schoolid=:schoolid','params' => array(':schoolid'=> $this->schoolid)))Controller$model-...
分类:其他好文   时间:2014-07-21 14:21:01    阅读次数:229
MySQL Workbench建表时 PK NN UQ BIN UN ZF AI 的含义
![这些选项有什么用?][1] **PK** Belongs to primary key 作为主键 **NN** Not Null 非空 **UQ** Unique index 不能重复 **BIN** Is binary column 存放二进制数据的列 **UN** Unsigned data type 无符号数据类型...
分类:数据库   时间:2014-07-21 10:38:22    阅读次数:244
POJ 1679 The Unique MST
The Unique MSTTime Limit:1000MSMemory Limit:10000KTotal Submissions:19847Accepted:6959DescriptionGiven a connected undirected graph, tell if its minim...
分类:其他好文   时间:2014-07-21 00:23:08    阅读次数:303
[LeetCode系列]卡特兰数(Catalan Number) 在求解独特二叉搜寻树(Unique Binary Search Tree)中的应用分析
本文原题: LeetCode.给定 n, 求解独特二叉搜寻树 (binary search trees) 的个数.什么是二叉搜寻树?二叉查找树(Binary Search Tree),或者是一棵空树,或者是具有下列性质的二叉树: 若它的左子树不空,则左子树上所有结点的值均小于它的根结点的值; 若它的...
分类:其他好文   时间:2014-07-19 21:34:00    阅读次数:292
LeetCode "Unique Binary Search Trees"
Another recursion-style problem.1. Each count of sub-solution with a certain root should contribute to final count2. With a certain root, the num of l...
分类:其他好文   时间:2014-07-18 18:18:01    阅读次数:187
SQLSEVER 中的那些键和约束
SQL Server中有五种约束类型,分别是 PRIMARY KEY约束、FOREIGN KEY约束、UNIQUE约束、DEFAULT约束、和CHECK约束。查看或者创建约束都要使用到 Microsoft SQL Server Managment Studio。 1. PRIMARY KEY约束 在表中常有一列或多列的组合,其值能唯一标识表中的每一行。这样的一列或多列成为表的主键(Primar...
分类:数据库   时间:2014-07-18 17:03:18    阅读次数:359
jQuery之批量上传文件插件之一
$("#uploader").plupload({ /*常规设置*/ runtimes:‘html5,flash,silverlight,html4‘, url:‘hyzx/seller/commPicUpload.action‘, /*最大文件限制b,kb,mb,gb,tb*/ max_file_size:‘1mb‘, /*是否生成唯一文件名,如果为true会为上传的文件唯一的文件名。*/ unique_names:true, /*..
分类:Web程序   时间:2014-07-16 16:29:00    阅读次数:339
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!