加载大图片 @Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
}
public void click(View v){
Option...
分类:
移动开发 时间:
2016-06-02 14:50:19
阅读次数:
253
1. network和subnet创建代码流程
[root@jun ~(keystone_user1)]# neutron net-create demo-net
[root@jun ~(keystone_user1)]# neutron subnet-create demo-net 1.1.1.0/24 --name demo-subnet --gateway 1....
分类:
系统相关 时间:
2016-06-02 13:46:38
阅读次数:
852
1.javascript创建元素 创建select var select = document.createElement("select"); elect.options[0] = new Option("加载项1", "value1"); select.options[1] = new Opti ...
分类:
编程语言 时间:
2016-06-02 13:37:14
阅读次数:
199
https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=4829 Patricia is an excellent software developer, but, ...
分类:
其他好文 时间:
2016-06-02 11:11:15
阅读次数:
149
1.Raid(redandentarrayofindependentdisks)
软件raimd可以组合任何块设备
mdadm[mode<raiddevice>[option]<component_device>
mdadm模式化工具
-A装配模式
-C创建模式
-F监控模式
-D显示阵列详细信息
管理模式
-f设备损坏
-r设备移除
-a替换设备
-C创建模式
-n#..
分类:
系统相关 时间:
2016-06-02 09:57:46
阅读次数:
333
查一下你的MYSQL用户表里, 是否允许远程连接 1、授权 mysql>grant all privileges on *.* to 'root'@'%' identified by 'youpassword' with grant option; mysql>flush privileges; 2 ...
分类:
数据库 时间:
2016-06-02 09:47:28
阅读次数:
207
描述 https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=2463 给出一些子串.然后给出一些字符,以及每个字符出现的概率.现在用这些字符组成一个长度为s的字符 ...
分类:
其他好文 时间:
2016-06-01 19:36:01
阅读次数:
128
描述 https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=2671 给出一个字符串和一些子串,求其中出现次数最多的子串. 分析 在AC自动机上面跑 ...
分类:
其他好文 时间:
2016-06-01 19:31:13
阅读次数:
208
<select name="viewType" style="width: 100%;height: 300px;" multiple="multiple"> <option value selected>选择排序/显示方式</option> <optgroup label="排序"> <optio ...
分类:
Web程序 时间:
2016-06-01 15:35:08
阅读次数:
503
指定选项文件 功能:指定一个选项文件,里面内容作为pptpd进程启动时的命令行参数。与执行pptpd命令时使用“--option”选项指定参数效果是一样的。 防止DoS攻击 功能:派生pptpctrl进程处理客户端连接,等客户端PPTP包的时间,单位为秒,默认是10秒。这个选项主要用于防止DoS攻击 ...
分类:
其他好文 时间:
2016-06-01 08:05:58
阅读次数:
181