码迷,mamicode.com
首页 >  
搜索关键字:contain    ( 5282个结果
HTML学习笔记之一(input文件选择框的封装)
方式一:直接透明隐藏 .file_button_container,.file_button_container input {background: transparent url(./img/BT5AB.png) left top no-repeat;height: 47px;width: 263px;} .file_button_contain...
分类:Web程序   时间:2015-06-02 22:02:24    阅读次数:341
mysql配置目录错误:在安装mysql 5.6.19 时执行cmake命令是出现CMake Error: The source directory does not appear to contai
在安装mysql 5.5.xx 时执行cmake命令是出现CMake Error: The source directory does not appear to contain CMakeLists.txt.的错误,刚开始以为是cmake版本有问题,到最后才发现是当前目录错了。 在执行cmake时没有切换到mysql的源码目录导致了这个错误,切换到mysql的源码目录重新执行cmake命令...
分类:移动开发   时间:2015-06-02 17:56:08    阅读次数:171
The bundle does not contain an app icon for iPhone / iPod Touch of exactly '120x120' pixels, in .pn
xcode 6.3 上传应用时会出现'Missing recommended icon file - The bundle does not contain an app icon for iPhone / iPod Touch of exactly '120x120' pixels, in .png format'。 在plist文件中 icon files添加  解决方案 : ...
分类:移动开发   时间:2015-06-02 17:48:52    阅读次数:144
Graph database_neo4j 底层存储结构分析(1)
1 neo4j 中节点和关系的物理存储模型1.1 neo4j存储模型 The node records contain only a pointer to their first property and their first relationship (in what is oftenterme...
分类:数据库   时间:2015-06-02 13:06:49    阅读次数:148
LeeCode题目总结(1)
Contain Duplicate II:Given an array of integers and an integerk, find out whether there there are two distinct indicesiandjin the array such thatnums[...
分类:其他好文   时间:2015-05-31 12:13:16    阅读次数:106
【LeetCode】90.Subsets II
Subsets IIGiven a collection of integers that might contain duplicates,nums, return all possible subsets.Note:Elements in a subset must be in non-desc...
分类:其他好文   时间:2015-05-28 22:52:47    阅读次数:148
svn url does not contain valid patch
想把项目上传到svn上,由于误点击了apply patch.所以出现下面的错误。正确做法是在项目上右击找到Team----share Project 如图:点击share project后出现如图所示:选择svn,之后就是按照操作一步步next即可。其中需要输入你公司的svn地址,和你的svn用户名...
分类:Web程序   时间:2015-05-28 15:34:02    阅读次数:677
LeetCode的medium题集合(C++实现)十五
1 Subsets Given a set of distinct integers, nums, return all possible subsets. Note: Elements in a subset must be in non-descending order. The solution set must not contain duplicate subsets. For...
分类:编程语言   时间:2015-05-28 12:42:36    阅读次数:125
ScrollView+ListView滚动冲突,没有滑动效果 解决办法
问题背景 今天做个界面需要在整个布局都要滚动的基础上添加一个ListView元素,整个布局滚动当然用ScrollView。但是在ScrollView+ListView的布局画好后,发现整个界面都无法滚动,而且ListView只显示了第一条元素。 查看布局提示:The vertically scrolling ScrollView should not contain another vertical...
分类:其他好文   时间:2015-05-27 22:57:55    阅读次数:301
Leetcode 2 Add two Numbers
You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return it as a link...
分类:其他好文   时间:2015-05-27 21:10:51    阅读次数:137
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!