启动Fragment 厉害当前Fragment 重新回到屏幕 退出 不退出 按下home键 ...
分类:
其他好文 时间:
2018-05-21 16:18:55
阅读次数:
161
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
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中的渲染管线包括:顶点着色器(vertex shader)、细分着色器(里面包含两种:细分控制着色器和细分控制着色器)(tessellation shader)、几何着色器、光栅化及片元着色器(fragment shader),其中并不是每一次渲染图形都需要用到所有的着色器,但是,顶点着 ...
分类:
其他好文 时间:
2018-05-15 17:37:24
阅读次数:
169
分页函数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
1.SONViewer Notepad++ plugin安装 (1)下载插件:http://pan.baidu.com/s/1c0An90c (2)找到 安装目录Plugin文件夹,拷贝进去,重新打开Notepad++,OK! 使用 ...
分类:
其他好文 时间:
2018-05-15 00:30:27
阅读次数:
413
源自: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中特殊字符转义编码 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
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