码迷,mamicode.com
首页 >  
搜索关键字:bar chart    ( 6542个结果
关于tableView点击状态栏列表回到顶部的说明
这是tableView继承的scrollView的一个属性  scrollsToTop。 官方说明是这样的: // When the user taps the status bar, the scroll view beneath the touch which is closest to the status bar will be scrolled to top, but onl...
分类:其他好文   时间:2014-12-02 17:16:58    阅读次数:143
去掉android的屏幕上的title bar
在进行android开发时,每个Activity会默认带上一个title bar用以显示程序名,有时为了扩大屏幕的显示区域需要去掉这个title bar,去掉屏幕上的title bar有3个方法,第一个方法是在代码去掉title bar在Activity的onCreate中加入如下代码:Java代码...
分类:移动开发   时间:2014-12-02 16:34:53    阅读次数:196
【iOS开发-83】一般项目中怎么设置UIStatusBar的隐藏和样式?
思路:一般项目中,在加载页的时候一般不会出现状态栏(status bar),纯粹一张或者几张引导页的大图,等程序加载完了,才会出现状态栏。而且一般而言,状态栏上面的文字都是白色的,因为现在很多APP导航栏都是带有背景的。...
分类:移动开发   时间:2014-12-02 10:32:44    阅读次数:183
Android ActionBar完全解析
Action Bar是一种新増的导航栏功能,在Android 3.0之后加入到系统的API当中. 一、Action Bar 功能  1 .标识了用户当前操作界面的位置   2. 提供了额外的用户动作  3. 界面导航等功能。  二、使用ActionBar的好处:    它可以给提供一种全局统一的UI界面,使得用户在使用任何一款软件时都懂得该如何操作,并且ActionBar还可以自动适应...
分类:移动开发   时间:2014-12-01 19:21:09    阅读次数:264
ECharts系列 - 柱状图(条形图)实例一
EChart主页:  http://echarts.baidu.com/index.html EChart-2.1.8下载地址:  http://echarts.baidu.com/build/echarts-2.1.8.zip EChart官方实例:  http://echarts.baidu.com/doc/example.html EChart官方API文档:  http://echa...
分类:其他好文   时间:2014-11-30 14:16:25    阅读次数:1290
Largest Rectangle in Histogram
Givennnon-negative integers representing the histogram's bar height where the width of each bar is 1, find the area of largest rectangle in the histog...
分类:其他好文   时间:2014-11-29 15:54:38    阅读次数:185
java打jar包
一.打包jar文件 1 如果是class文件 jar cvf myjar.jar Foo.class Bar.class 如果是包 jar cvf myjar.jar pack 在eclipse下打包 需要打包的程序工程名称,再单击Eclipse编程器的相应菜单命令“File>>Exp...
分类:编程语言   时间:2014-11-27 23:31:53    阅读次数:268
Android二维码的生成算法原理简介
二维码的定义:二维码 (2-dimensional bar code),是用某种特定的几何图形按一定规律在平面(二维方向上)分布的黑白相间的图形记录数据符号信息的。在许多种类的二维条码中,常用的码制有:Data Matrix, Maxi Code, Aztec, QR Code, Vericode,...
分类:移动开发   时间:2014-11-27 15:48:07    阅读次数:279
[转载]jQuery 图表插件 jqChart 使用
jQuery 图表插件 jqChart显示效果效果非常好。支持以下几种图表:AreaBarBubbleColumnFinancial Chart - CandlestickFinancial Chart - StockLinePieRadar AreaRadar LineRadar Spline A...
分类:Web程序   时间:2014-11-27 00:08:15    阅读次数:255
laravel中的form表单
Form::open(array('url'=>'foo/bar','method'=>'put'))Form::close();Form::open(array('url'=>'foo/bar','files'=>true)) //允许文件上传//密码域Form::password("passwo...
分类:其他好文   时间:2014-11-26 20:30:01    阅读次数:1037
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!