转自:http://www.sxt.cn/u/756/blog/4386最近在按照Android的API文档学习Android中actionbar的使用,Action bar 最基本的形式,就是为 activity 显示标题,并且在标题左边显示一个 app icon。在这样简单的形式下,对于所有的 ...
分类:
移动开发 时间:
2015-02-20 01:27:31
阅读次数:
259
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...
分类:
移动开发 时间:
2015-02-17 07:01:29
阅读次数:
187
样式的属性1,背景与前景 1 background-color: //背景的颜色 2 3 background-image:url //背景图片 4 5 background-attachment:fixed; //背景固定不随字体滚动,scroll 背景随着...
分类:
Web程序 时间:
2015-02-14 16:09:53
阅读次数:
131
首先设置 setOverScrollMode(OVER_SCROLL_NEVER); // );//去掉ScrollView 滑动到底部或顶部 继续滑动时会出现渐变的蓝色颜色快 ? init(... ... ????????if?(null?!=?attrs)?{
?????????...
分类:
移动开发 时间:
2015-02-14 12:25:33
阅读次数:
152
今天做一个项目的时候要用到 ‘横向滚动条 根据滚轮滚动而移动’上网上查了很多资料还找了一些插件 ! 都不是很好用然后自己大概查了下资料找到一个大概比较靠谱的HTMLtestjQuery$(function() { // 设置每次滚动长度,单位 px var scroll_width = ...
分类:
移动开发 时间:
2015-02-13 16:25:33
阅读次数:
232
Series 作为cartControl的基本单位来现实图表数据所以每一个Series代表一种需要显示的类型。首先实例化一个SeriesSeries _series = new Series("处理次数", ViewType.Bar);_series.ArgumentScaleType = Scal...
分类:
其他好文 时间:
2015-02-12 20:05:48
阅读次数:
443
滚动到顶部代码: $(window).scroll(function(){ var scroll = document.body.scrollTop | document.documentElement.scrollTop; //兼容 if(...
分类:
其他好文 时间:
2015-02-12 18:05:53
阅读次数:
116
之前搜了一下,几乎没有文章去说zabbix批量如何到处月报表中图片的。通过zabbix来判断获取报表的urlzabbix通过url来生成图片http://192.168.100.254/zabbix/chart_bar.php?config=3&title=%E6%8A%A5%E8%A1%A8+3&xlabel=&ylabel=&scaletype=3&avgperiod=2&a..
分类:
其他好文 时间:
2015-02-11 19:06:45
阅读次数:
173
今天我们来看看滚动和惯性缓动:滚动以下是三种实现方式:1)利用原生的css属性overflow:scroll<divid="parent"style="overflow:scroll;><divid=‘content‘>内容区域</div></div>Notice:在android有bug,滚动完后会回退到最顶端的内容区域,解决办法是使..
分类:
其他好文 时间:
2015-02-11 19:06:13
阅读次数:
180
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]...
分类:
移动开发 时间:
2015-02-11 12:45:01
阅读次数:
187