/*设置高度、滚动条*/ //其他DIV 高度 var tbheight =
document.getElementById("div_top").scrollHeight +
document.getElementById("div_tools_bar...
分类:
Web程序 时间:
2014-05-16 06:36:06
阅读次数:
383
导航栏自带的按钮,时常不能满足要求,所以深深需要进行各种定制.写一个UINavigationItem的category//
UINavigationItem+CB_ChangeButton.h?@interface UINavigationItem
(CB_ChangeButton)- (void)...
分类:
其他好文 时间:
2014-05-15 11:28:21
阅读次数:
201
创建表:
hive> CREATE TABLE pokes (foo INT, bar STRING);
Creates a table called pokes with two columns, the first being an integer and the other a string
创建一个新表,结构与其他一样
hive> create table n...
分类:
其他好文 时间:
2014-05-15 07:07:58
阅读次数:
303
本项目基于 《使用storyboards建立 Navigation Controller and Table View》 http://uliweb.cpython.org/tutorial/view_chapter/424
创建, 代码中使用了 静态的 tableviewcell
增加了 textview,url,json数据解析
部分代码片段:
//
// city...
分类:
移动开发 时间:
2014-05-13 08:19:24
阅读次数:
423
一、(一)中的代码还可以修改的地方。在(一)中,如果是运行在服务器下,如apache等,可以把head和navigation的div抽取出来,放置在另一个html文件里,然后在页面中,include进来。这样,当要对导航栏进行修改时,只需要修改一个文件,而不用修改所有相关的页面文件。不过,我这里没有...
分类:
编程语言 时间:
2014-05-12 19:21:36
阅读次数:
456
?.class文件内的代码所在的文件的路径默认 1 举例1:读取项目根目录下的数据。 2
private static void readRoot() throws FileNotFoundException, IOException { 3
BufferedReader br = new ...
分类:
其他好文 时间:
2014-05-12 11:13:12
阅读次数:
283
javascript解释器中存在一种变量声明被提升(hoisting)的机制,即变量(函数)的声明会被提升到作用域的最前面。即使把声明代码写在最后面。
alert(foo); //function foo(){} alert(bar); //undefined var bar = func...
分类:
编程语言 时间:
2014-05-12 00:42:19
阅读次数:
369
OGNL:Object-Graph Navigation Language.对象图形化导航语言
OGNL是集成进struts2框架中比较强大的技术有助于数据传输和类型转换,OGNL由表达式语言和类型装换器组成。
表达式语言:
我们已经在jsp表单input名和jsp标签使用该语言了.他用来绑定java端的数据属性和基于字符串的
视图层表示.表达式语言甚至可以进行方法调用,目的就在于方便数据...
分类:
其他好文 时间:
2014-05-11 03:41:01
阅读次数:
424
http://beyondvincent.com/blog/2013/11/03/120-customize-navigation-status-bar-ios-7/
分类:
移动开发 时间:
2014-05-10 00:37:25
阅读次数:
334
StackedBarStackedColumnStackedArea ...
分类:
Web程序 时间:
2014-05-10 00:08:21
阅读次数:
585