码迷,mamicode.com
首页 >  
搜索关键字:search box    ( 20571个结果
[leetcode] Unique Binary Search Trees (python)
Givenn, how many structurally uniqueBST's(binary search trees) that store values 1...n?For example,Givenn= 3, there are a total of 5 unique BST's. 1.....
分类:编程语言   时间:2014-09-17 18:15:12    阅读次数:187
PHP数据库搜索功能设计
其实搜索功能的设计很简单,几行代码就可以完成。下面是form表单。 <form?method="post"?action="../admin/article_SearchResult.php"?name="search">?? <input?name="search"?type="text"?value=""?siz...
分类:数据库   时间:2014-09-17 17:01:52    阅读次数:232
Codeforces Round #265 (Div. 2) B. Inbox (100500)
Over time, Alexey's mail box got littered with too many letters. Some of them are read, while others are unread. Alexey's mail program can either show a list of all letters or show the content of a s...
分类:其他好文   时间:2014-09-17 15:16:42    阅读次数:248
Search for a Range <leetcode>
Given a sorted array of integers, find the starting and ending position of a given target value.Your algorithm's runtime complexity must be in the ord...
分类:其他好文   时间:2014-09-17 13:31:02    阅读次数:144
css3 linear-gradient、transform
.gradient-box{background-image:-webkit-linear-gradient(top,#ccc,#000);background-image:-moz-linear-gradient( top,#ccc,#000);background-image:linear-gr...
分类:Web程序   时间:2014-09-17 11:54:02    阅读次数:292
LeetCode Unique Binary Search Trees
Givenn, how many structurally uniqueBST's(binary search trees) that store values 1...n?For example,Givenn= 3, there are a total of 5 unique BST's. 1.....
分类:其他好文   时间:2014-09-16 23:21:41    阅读次数:169
IE6与W3C标准的盒模型差异
盒子模型(Box Model)是 CSS 的核心,现代 Web 布局设计简单说就是一堆盒子的排列与嵌套,掌握了盒子模型与它们的摆放控制,会发现再复杂的页面也不过如此,然而,任何美好的事物都有缺憾,盒子模型有两种不同的诠释,一种来自 IE6,一种来自 W3C 标准浏览器。盒子模型下图就是一个典型的盒子...
分类:其他好文   时间:2014-09-16 21:53:31    阅读次数:236
软件测试方法
从测试设计方法分类测试名称测试内容Black box黑盒测试把软件系统当作一个“黑箱”,无法了解或使用系统的内部结构及知识。从软件的行为,而不是内部结构出发来设计测试.White box白盒测试设计者可以看到软件系统的内部结构,并且使用软件的内部知识来指导测试数据及方法的选择。Gray box.灰盒...
分类:其他好文   时间:2014-09-16 18:53:00    阅读次数:242
javascript prompt示例
Date example Events search Date in the format DD/MM/YYYY: (example 23/01/1933)
分类:编程语言   时间:2014-09-16 18:50:40    阅读次数:195
[转载]css3属性box-sizing:border-box的作用
http://jastate.com/css3-properties-box-sizingborder-box.html 定义和用法 按照w3c school的说法,box-sizing:border-box就是box-sizing 属性允许您以特定的方式定义匹配某个区域的特定元素 那么这句话是什么...
分类:Web程序   时间:2014-09-16 18:50:20    阅读次数:331
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!