码迷,mamicode.com
首页 >  
搜索关键字:lv mirror    ( 3054个结果
C# ListView得到选中项及子项
private void listViewEx_MouseClick(object sender, MouseEventArgs e) { ListViewItem lv = listViewEx.GetItemAt(e.X, e.Y); M...
分类:Windows程序   时间:2015-10-26 12:02:53    阅读次数:476
LeetCode OJ:Symmetric Tree Tree(对称的树)
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric: 1 / \ ...
分类:其他好文   时间:2015-10-23 16:10:00    阅读次数:153
记一次LVM扩容过程
新增一块硬盘: fdisk -l fdisk /dev/sdb 先p查看 再n新建 现t转换 ??? 转换成8e(lvm) 再w写入 ??? 写入硬盘 partx /dev/sdb1 应用 pv vg lv 先用 pvdisplay pvsan pvcreate /dev/sdb1 vgdisplay vgextend ...
分类:其他好文   时间:2015-10-22 19:42:21    阅读次数:247
Apache Commons (java jar)
http://commons.apache.org/proper/commons-codec/download_codec.cgi官方下载链接:Download Apache Commons CodecUsing a MirrorWe recommend you use a mirror to do...
分类:编程语言   时间:2015-10-19 19:02:30    阅读次数:306
nginx 安装php
1.安装PHP 5.5.0下载12cd /usr/local/src/wget http://www.php.net/get/php-5.5.0.tar.bz2/from/jp1.php.net/mirror# 如果以上PHP不存在了,大家可以直接到官方下载. 如果还是找不到可以留言,我将会通过邮箱...
分类:Web程序   时间:2015-10-19 15:43:50    阅读次数:177
在Oracle VM VirtualBox下创建的centos虚拟机联网问题
前段时间安装了centos mirror以后,没试用过联网功能,今天刚好再次使用centos,然后ping了一下网络,发现失败,使用ifconfig查看了一下网卡,发现网卡ip为:127.0.0.1,大家都知道这个ip地址显然无法连接互联网,然后通过查看/etc/sysconfig/network-...
分类:数据库   时间:2015-10-18 15:25:59    阅读次数:234
swfit反射
> 注意:本人水平有限,如有错误,请说下哈> >注意:advance的使用,在xcode 7beta版 跟 xcode 7.0.1 (7的正式版,我没用)是不一样的###前奏,在使用`Mirror`之前我们先建立一个对象,方便测试!创建Person.swift,文件内容如下:```import UI...
分类:其他好文   时间:2015-10-16 14:50:22    阅读次数:240
ArrayAdapter带有选择框的实现
lv_show = (ListView) findViewById(R.id.lv_show); lv_show.setVerticalScrollBarEnabled(false); //带有选择的样式 //lv_show.setAdapter(new A...
分类:其他好文   时间:2015-10-16 11:32:15    阅读次数:141
Symmetric Tree
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center). For example, this binary tree is symmetric: 1 / \ 2 2 /...
分类:其他好文   时间:2015-10-15 18:28:53    阅读次数:157
《Peering Inside the PE: A Tour of the Win32 Portable Executable File Format》阅读笔记(未完)
---恢复内容开始---The format of an operating system's executable file is in many ways a mirror of the operating system.Winnt.h是一个非常重要的头文件,其中定义了大部分windows下的内...
分类:Windows程序   时间:2015-10-15 16:07:57    阅读次数:517
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!