码迷,mamicode.com
首页 >  
搜索关键字:lv mirror    ( 3054个结果
centos/7/isos/x86_64 下载
为了节约有限的可用带宽。 不从mirror.centos.org下载iso映像 以下镜子应该可用的ISO映像: http://mirrors.aliyun.com/centos/7/isos/x86_64/http://mirrors.sina.cn/centos/7/isos/x86_64/Ind...
分类:其他好文   时间:2015-05-25 00:49:13    阅读次数:359
Tomcat下Solr安装配置
由于Solr基于java开发,因此Solr在windows及Linux都能较好部署使用,但由于Solr提供了一些用于测试及管理、维护较为方便的shell脚本,因此在生产部署时候建议安装在Linux上,测试时候可以在windows使用。 下面以Linux下安装配置Solr进行说明,windows与此类似。 wgethttp://apache.mirror.phpchina.co ... e-...
分类:其他好文   时间:2015-05-22 19:17:24    阅读次数:132
LVM详解
一、概述LVM全称为LogicalVolumeManager,即逻辑卷管理器。LVM可以弹性的调整文件系统的容量,可以将多个物理分区整合在一起,并且根据需要划分空间或动态的修改文件系统空间。LVM有两个版本:lvm,lvm2二、LVM的相关概念1、物理卷(PV)物理卷是LVM的最底层的元素,组成LVM的物理..
分类:其他好文   时间:2015-05-22 09:52:55    阅读次数:184
使用API失效供应商地址Demo(转)
原文地址 使用API失效供应商地址DemoDECLARE lv_return_status VARCHAR2(1) := NULL; ln_msg_count NUMBER; lv_errmsg VARCHAR2(5000)...
分类:Windows程序   时间:2015-05-22 09:20:20    阅读次数:188
Java for LeetCode 101 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 / \ ...
分类:编程语言   时间:2015-05-22 01:54:09    阅读次数:189
关于线程和更新UI线程的笔记
情景1:向数据库中插入10000条数据的结果: testData();//插入10000条数据 list = blackdao.findAll(); blackAdapter = new BlackAdapter(); lv_black.setAdapter(blackAd...
分类:编程语言   时间:2015-05-20 07:03:50    阅读次数:136
编译安装Apache
一、准备工作二、编译安装三、相关文件路径配置四、主配置文件常用配置信息详解一、准备工作安装编译环境yumgroupinstall"Developmenttools"下载所需文件[root@localhost~]#mkdirdownloads [root@localhost~]#cddownloads/ [root@localhostdownloads]#wgethttp://mirror.bit.ed..
分类:Web程序   时间:2015-05-20 02:14:11    阅读次数:406
网络安全--凯撒密码
//key is -3#includeint main(){ char s[]="wklv phvvdjh lv qrw wrr kdug wr"; for(int j=0;j<26;j++) { for(int i =0;;i++) { char c=s[i]; if(c=='\0')...
分类:其他好文   时间:2015-05-19 22:07:51    阅读次数:108
安装docker
一、安装docker时,增加第三方源epel如果是centos7下载并安装这个软件包wget http://mirror.hust.edu.cn/epel/beta/7/x86_64/epel-release-7-0.2.noarch.rpmrpm -ivh epel-release-7-0.2.n...
分类:其他好文   时间:2015-05-19 12:48:45    阅读次数:145
[LeetCode] Symmetric Tree
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 / \ / 3 4 ...
分类:其他好文   时间:2015-05-17 18:48:13    阅读次数:118
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!