当页面结构设置(/admin/cms/page)如下:- Home (level=0) - About Us (level=1) - About Company Services (level=2) - Foo Bar (level=3) - Our Management Team (level=2...
分类:
其他好文 时间:
2014-10-27 16:59:50
阅读次数:
247
public class LazyBean {// public static void main(String[] args) {// DynaBean dynaBean=new LazyDynaBean();// dynaBean.set("foo", "bar");//单独// dyna...
分类:
其他好文 时间:
2014-10-27 06:53:35
阅读次数:
235
题目:Givennnon-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining...
分类:
移动开发 时间:
2014-10-27 01:44:33
阅读次数:
231
转自:http://blog.csdn.net/dqjyong/article/details/17896145IOS7中,不仅应用的风格有一定的变化,状态栏变化比较大,我们可以看到UIVIEWCONTROLLER的状态栏与导航栏基本是一体的。因此UIVIEWCONTROLLER的HIDE/SHOW...
分类:
移动开发 时间:
2014-10-26 22:29:29
阅读次数:
155
Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining.
For example,
Given [0,1,0,2,1,0,1,3,2,1,2,1]...
分类:
移动开发 时间:
2014-10-26 14:26:31
阅读次数:
187
今天整理电脑文件,误删了数据库文件,导致连接数据库时报错:ora-01033:oracle initialization or shutdown in progress在DOS窗口下恢复文件过程记录如下:Microsoft Windows [版本 6.1.7601]版权所有 (c) 2009 Mic...
分类:
数据库 时间:
2014-10-26 14:14:03
阅读次数:
341
Givennnon-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining.Fo...
分类:
移动开发 时间:
2014-10-25 07:04:38
阅读次数:
181
原型:AsyncTaskParams 表示传入参数类型Progress表示处理参数类型Result表示返回类型 1 new AsyncTask() { 2 3 @Override 4 protected void onCancelled() { 5 ...
分类:
移动开发 时间:
2014-10-24 00:14:08
阅读次数:
215
rsync是(限制为100kBytes/s):#rsync-auvzP--bwlimit=100本地的文件远程的文件参数说明:v:详细提示a:以archive模式操作,复制目录、符号连接,等价于-rlptgoD。z:压缩u:只进行更新,防止本地新文件被重写,注意两者机器的时钟的同时P:是综合了--partial--progress两个..
分类:
其他好文 时间:
2014-10-23 21:02:58
阅读次数:
224
1.导航元素,导航栏模拟淘宝网的导航<!DOCTYPEhtml><html><head><title>Bootstrap实例-嵌套列</title><linkhref="./bootstrap/css/bootstrap.min.css"rel="stylesheet"><scriptsrc="./scripts/jquery.min.js"></script><sc..
分类:
其他好文 时间:
2014-10-23 20:57:15
阅读次数:
284