之前,我们学习的Action Bar是标准模式,Tab模式的如下图所示。对于Tab,我们在Android学习笔记(二二): 多页显示-Tag的使用中学习过,但Action Bar的tab更适合fragment的使用。我们在之前实现的标准Action Bar的基础上添加导航用的tab,代码如下:pub...
分类:
移动开发 时间:
2015-12-15 14:09:54
阅读次数:
157
本章的主要内容是,怎么获取文档中的元素给予渲染: 1.元素选择器; 2.ID选择器; 3.CLSSS选择器; 4.通配选择器:*; 5.属性选择器:selector[] 6.部分属性选择器: selector[~="warning"] [doo^="bar"] [doo$="bar"]...
分类:
Web程序 时间:
2015-12-14 14:31:34
阅读次数:
216
php7发布已有半月,最近有时间了解一下php7的新特性,当然,这个版本最大的特点是性能的提升。在下并非高手,欢迎大家指出错误,同时期待共同交流1.在use语句增加了group支持use FooLibrary\Bar\Baz\{ ClassA, ClassB, ClassC, ClassD as F...
分类:
Web程序 时间:
2015-12-14 14:28:28
阅读次数:
216
1:statusBar字体为白色在plist里面设置View controller-based status bar appearance 为 NO;设置statusBarStyle 为 UIStatusBarStyleLightContent2:设置statusBar和navigationbar为...
分类:
其他好文 时间:
2015-12-14 14:09:39
阅读次数:
137
题目来源https://leetcode.com/problems/trapping-rain-water/Givennnon-negative integers representing an elevation map where the width of each bar is 1, comp...
分类:
移动开发 时间:
2015-12-13 17:06:18
阅读次数:
179
1定义hash的语法改变old_way = {:foo => "bar", :one => 1}new_way = {foo: "bar", one: 1}2 方法中传递hashdef some_method(hash = {})# do stuffendsome_method(:foo => "b...
分类:
其他好文 时间:
2015-12-12 21:35:37
阅读次数:
184
1.类和对象之封装#方法1def Bar(): print "Bar"def Hello(name): print "i am %s" %(name) #方法2class Foo(): def Bar(self): print 'Bar' def Hello(...
分类:
编程语言 时间:
2015-12-11 22:05:03
阅读次数:
367
CTEX里的函数、符号及特殊字符声调语法效果 语法效果 语法效果 \bar{a}\acute{a}\check{a}\grave{a}\tilde{a}\hat{a}\breve{a}\dot{a}\ddot{a}函数语法效果 语法效果 语法效果 \sin asina\cos bcosb\tan c...
分类:
其他好文 时间:
2015-12-11 14:49:32
阅读次数:
647
二维码又称QR Code,QR全称Quick Response,是一个近几年来移动设备上超流行的一种编码方式,它比传统的Bar Code条形码能存更多的信息,也能表示更多的数据类型:比如:字符,数字,日文,中文等等。这两天学习了一下二维码图片生成的相关细节,觉得这个玩意就是一个密码算法,在此写一这篇...
分类:
其他好文 时间:
2015-12-11 14:43:27
阅读次数:
173
UINavigationBar *bar = [[UINavigationBar alloc] initWithFrame:CGRectMake(0, 0, kDeviceWidth, 64)]; [bar setBackgroundImage:[UIImage imageNamed:@"bla.....
分类:
其他好文 时间:
2015-12-09 16:45:26
阅读次数:
141