码迷,mamicode.com
首页 >  
搜索关键字:fragment actionbar    ( 3914个结果
Fragment生命周期
启动Fragment 厉害当前Fragment 重新回到屏幕 退出 不退出 按下home键 ...
分类:其他好文   时间:2018-05-21 16:18:55    阅读次数:161
碎片和活动之间通信
很简单 ...
分类:其他好文   时间:2018-05-21 14:34:39    阅读次数:163
1.3.22
question: suppose that x is a linked list node. what does the following code fragment do? answer: inserts node t immediately after node x. ...
分类:其他好文   时间:2018-05-19 13:10:18    阅读次数:155
1.3.23
question: why does the following code fragment not do the same thing as in the previous question? answer: when it comes time to update t.next, x.next ...
分类:其他好文   时间:2018-05-19 13:00:25    阅读次数:93
OpenGL渲染管线(rendering pipeline)
OpenGL中的渲染管线包括:顶点着色器(vertex shader)、细分着色器(里面包含两种:细分控制着色器和细分控制着色器)(tessellation shader)、几何着色器、光栅化及片元着色器(fragment shader),其中并不是每一次渲染图形都需要用到所有的着色器,但是,顶点着 ...
分类:其他好文   时间:2018-05-15 17:37:24    阅读次数:169
thinkPHP5.0分页传参
分页函数paginate(),主要参数有:list_rows每页数量、page当前页、path URL路径、query URL额外参数、fragment URL锚点、type分页l类型 public function index($aid=null) { $res = db("pics")->pag ...
分类:Web程序   时间:2018-05-15 14:30:26    阅读次数:226
notepad++ 插件
1.SONViewer Notepad++ plugin安装 (1)下载插件:http://pan.baidu.com/s/1c0An90c (2)找到 安装目录Plugin文件夹,拷贝进去,重新打开Notepad++,OK! 使用 ...
分类:其他好文   时间:2018-05-15 00:30:27    阅读次数:413
proc/sys/net/ipv4/下各项的意义
源自:http://blog.51cto.com/lijichao/308509 /proc/sys/net/ipv4/icmp_timeexceed_rate这个在traceroute时导致著名的“Solaris middle star”。这个文件控制发送ICMP Time Exceeded消息的 ...
分类:Web程序   时间:2018-05-11 20:27:51    阅读次数:204
网址URL中特殊字符转义编码
网址URL中特殊字符转义编码 2017年12月29日 09:10:57 阅读数:330 2017年12月29日 09:10:57 阅读数:330 阅读数:330 网址URL中特殊字符转义编码 字符 - URL编码值 空格 - %20" - %22# - %23% - %25& - %26( - %2 ...
分类:Web程序   时间:2018-05-10 01:03:53    阅读次数:210
SRS之配置的解析
1. 框架 1.1 SrsConfig 类 1.2 SrsConfDirective 类 1.3 SrsConfigBuffer 2. 函数实现 2.1 SrsConfig::parse_options 2.2 SrsConfig::parse_argv 2.3 SrsConfig::parse_f ...
分类:其他好文   时间:2018-05-10 00:04:59    阅读次数:2504
3914条   上一页 1 ... 37 38 39 40 41 ... 392 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!