emmm...直接通过测试来看父子关系吧: 欢迎各位大神指点... ...
分类:
Web程序 时间:
2018-09-07 15:06:26
阅读次数:
205
8.1 Activity 8.1.1 起源 8.1.2 Activity形态 8.1.3 生命周期 8.2 Activity任务栈简介 8.3 ActivityManifest启动模式 8.3.1 standard 8.3.2 singleTop 8.3.3 singleTask 8.3.4 sin ...
分类:
移动开发 时间:
2018-09-07 14:02:47
阅读次数:
153
1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 #include 10 #include 11 12 using namespace std; 13 14 int ma... ...
分类:
其他好文 时间:
2018-09-07 13:56:30
阅读次数:
214
函数初识: s = '12345' def my_len(): i = 0 for k in s: i += 1 print(i) my_len() my_len() #重复调用 s = '12345' def my_len(): i = 0 for k in s: i += 1 print(i) ...
分类:
其他好文 时间:
2018-09-06 23:57:28
阅读次数:
321
我觉得本篇是很有意思的,闲着没事来看看! Python爬虫教程 28 Selenium 操纵 Chrome PhantomJS 幽灵浏览器,无界面浏览器,不渲染页面。Selenium + PhantomJS 在之前是很完美的搭配。后来在 2017 年 Google 宣布 Chrome 也宣布支持不渲 ...
分类:
编程语言 时间:
2018-09-06 22:58:05
阅读次数:
217
1. wc : print newline, word, and byte counts for each file [root@bogon ~]# wc /etc/passwd 44 88 2301 /etc/passwd -l: lines -w: words -c: characters2. ...
分类:
其他好文 时间:
2018-09-06 20:59:14
阅读次数:
153
vi /etc/hosts.allow # hosts.allow This file contains access rules which are used to # allow or deny connections to network services that # either use ...
分类:
系统相关 时间:
2018-09-06 20:04:16
阅读次数:
928
在Linux上实现的一个简单的socket通信实例: server.c client.c 结果展示: ...
分类:
其他好文 时间:
2018-09-06 19:56:57
阅读次数:
170
环境:SUSE SESv5版本——对应社区ceph的L版本(12.2) 故障背景:在给ceph集群扩充第四个节点的时候,运行到stage4,报错: sesadmin:~ # salt-run state.orch ceph.stage.4 openattic : valid [ERROR ] Run ...
分类:
其他好文 时间:
2018-09-06 18:19:08
阅读次数:
2311