码迷,mamicode.com
首页 >  
搜索关键字:contain    ( 5282个结果
Subsets II--LeetCode
题目: Given a collection of integers that might contain duplicates, S, return all possible subsets. Note: Elements in a subset must be in non-descending order. The solution set must not ...
分类:其他好文   时间:2015-04-03 17:28:54    阅读次数:107
linux 添加硬盘
给linux主机添加硬盘后启动系统,系统将自动检测硬件设备。由于是新添加的硬盘,硬盘并没分区和格式化(执行fdisk-l命令后提示:Disk/dev/sdbdoesn‘tcontainavalidpartitiontable).IDE硬盘一般是hdx,scsi硬盘一般为sdx,x为a,b,c,d2.linux下对分区的编号,第一个primary分..
分类:系统相关   时间:2015-04-03 15:39:21    阅读次数:195
【原创】Mapped Statements collection does not contain value for DaoImpl.method
问题:org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException: ### Error updating database. Cau....
分类:移动开发   时间:2015-04-01 23:36:00    阅读次数:255
【Redis】redis的安装、配置运行及Jedis客户端的开发使用
定义: Redis is an open source, BSD licensed, advanced key-value cache and store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets,sorted se...
分类:其他好文   时间:2015-04-01 17:52:18    阅读次数:224
Minimum Window Substring -- LeetCode
题目: Given a string S and a string T, find the minimum window in S which will contain all the characters in T in complexity O(n). For example, S = "ADOBECODEBANC" T = "ABC" Minimum windo...
分类:Windows程序   时间:2015-04-01 09:34:19    阅读次数:183
STL源码分析 # vector #
STL源码分析 # vector # 下面是一个使用vector的demo: #include #include using namespace std; int main() { /* ** To create a vector which contain 10 elements and the value ** of each element i...
分类:其他好文   时间:2015-03-31 18:03:36    阅读次数:160
css3新增的background属性
1、background-size可取值:auto(背景图片正常显示) size size (150px 40%) cover (背景图片覆盖整个背景) contain(背景图片缩小填满整个背景)实例: /*这段代码是当不支持CSS3 Media Queries浏览器按back...
分类:Web程序   时间:2015-03-31 12:15:27    阅读次数:131
【HDU1402】【FNT版】A * B Problem Plus
Problem DescriptionCalculate A * B.InputEach line will contain two integers A and B. Process to end of file.Note: the length of each integer will not ...
分类:其他好文   时间:2015-03-30 20:25:33    阅读次数:151
[LeetCode] Subsets II
Given a collection of integers that might contain duplicates,S, return all possible subsets.Note:Elements in a subset must be in non-descending order....
分类:其他好文   时间:2015-03-30 18:18:11    阅读次数:113
hdu1851 A Simple Game bash博弈+Nim博弈
Problem Description Agrael likes play a simple game with his friend Animal during the classes. In this Game there are n piles of stones numbered from 1 to n, the 1st pile has M1 stones, the 2nd pile has M2 stones, ... and the n-th pile contain Mn stones. A...
分类:其他好文   时间:2015-03-30 16:33:51    阅读次数:141
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!