一。自定义navigationbar- (void)initNavigationBar{ [self.navigationController setNavigationBarHidden:YES]; UINavigationBar *bar = [[UINavigationBar al...
分类:
移动开发 时间:
2014-10-17 15:15:30
阅读次数:
198
显示侧板的文件夹:View -> Side Bar菜单【project】-》add folder to project.把文件夹显示在左边的sidebar上。安装插件:package control通俗易懂地说,这个是你在完成安装SublimeText后必须安装的东西。你问为什么?因为有了这个特殊的...
分类:
其他好文 时间:
2014-10-16 23:01:33
阅读次数:
464
【题目】
Given a binary tree, return the bottom-up level order traversal of its nodes' values. (ie, from left to right, level by level from leaf to root).
For example:
Given binary tree {3,9,20,#...
分类:
其他好文 时间:
2014-10-16 18:00:42
阅读次数:
245
效果: 1 require('effect', function(S) { 2 var now=3,total = S('img').size(); 3 S('#bottom_nav div').on('click',function(){ 4 var r...
分类:
其他好文 时间:
2014-10-16 03:43:31
阅读次数:
192
Top-Down vs. Bottom-Up DIBsIf you are new to graphics programming, you might expect that a bitmap would be arranged in memory so that the top row of t...
分类:
其他好文 时间:
2014-10-15 21:27:41
阅读次数:
836
Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along its path.
Note: You can only move either down or right at...
分类:
其他好文 时间:
2014-10-15 15:13:00
阅读次数:
200
<scripttype="text/javascript"src="${webRoot}/js/jquery.autogrow.textarea.js"></script><h3>任职要求</h3><div><textareastyle="outline:none;resize:none;BORDER-BOTTOM:0pxsolid;BORDER-LEFT:0pxsolid;BORDER-RIGHT:0pxsolid;BORDER-TO..
分类:
Web程序 时间:
2014-10-15 14:41:11
阅读次数:
546
颜色渐变:/*渐变的类型? (linear)渐变开始的X Y 轴坐标(0 0 – 或者left-top)渐变结束的X Y 轴坐标(0 100% 或者left-bottom)开始的颜色? (from(red))结束的颜色? (to(blue))*/ background: -webkit-gradi....
分类:
其他好文 时间:
2014-10-14 23:59:59
阅读次数:
206
最近修改以前写的一些代码,发现点问题。
比如2个div需要动态的保持一致的高度。
css的做法是:
.代码
"overflow:hidden">
"left" style="margin-bottom:-10000px; padding-bottom:10000px;">...
分类:
Web程序 时间:
2014-10-14 17:51:34
阅读次数:
247
Largest Rectangle in Histogram
Total Accepted: 18582 Total
Submissions: 86792My Submissions
Given n non-negative integers representing the histogram's bar height where the width of each b...
分类:
其他好文 时间:
2014-10-14 16:38:09
阅读次数:
154