Ok, in my family, there are seven people including my father, mother, three sisters, one brother and I. You know, it is a very big and happy family. T ...
分类:
其他好文 时间:
2016-11-07 09:37:40
阅读次数:
224
【来源:http://rainbird.blog.51cto.com/211214/225541/】 一直想做基于linux的双机热备,一直没有时间和机会。一直以为只要做双机热备的实验就必须两台机器外接一个存储。甚至一个月以前在学习keepalived的时候还在琢磨keepalvied去掉哪些条件可 ...
分类:
系统相关 时间:
2016-11-06 02:10:17
阅读次数:
337
1、首先找一个存放下载jdk包的目录/home/java 2、在该目录下运行(直接运行wget http://download.oracle.com/otn-pub/java/jdk/8u111-b14/jdk-8u111-linux-i586.tar.gz会报一个Unable to establi ...
分类:
系统相关 时间:
2016-11-05 22:39:26
阅读次数:
816
环境:OS X 10.10.5 maven 3.3.9 Docker version 1.12.2 docker-machine version 0.8.2 程序示例为http://www.cnblogs.com/modprobe/p/6001333.html 中提到的服务发现程序 相关代码:htt ...
分类:
其他好文 时间:
2016-11-05 20:45:05
阅读次数:
4338
玛莎,安玛莎这里个方法名字好feshion,有没有玛莎拉蒂的既视感。 什么是玛 莎marshalling?就是序列化 , translating data structures or object state into a format 实现很简单,pojo对象加注解@XmlRootElement, ...
分类:
系统相关 时间:
2016-11-05 03:04:41
阅读次数:
373
使用curl发起https请求 使用curl如果想发起的https请求正常的话有2种做法: 方法一、设定为不验证证书和host。 在执行curl_exec()之前。设置option $ch = curl_init(); ...... curl_setopt($ch, CURLOPT_SSL_VERI ...
分类:
Web程序 时间:
2016-11-04 21:08:29
阅读次数:
196
三个准备 一.导包 mysql二.在默认src下创建hibernate.cfg.xml 1.创建xml文件,命名为hibernate.cfg.xml 2.添加约束 (在org.hibernate/hibernate-configuration-3.0.dtd中) hbm2ddl.auto属性: cr ...
分类:
数据库 时间:
2016-11-04 17:05:29
阅读次数:
463
1.下载mysql 网址:http://dev.mysql.com/downloads/mysql/ 2.安装sql,把我们下载的rpm包放入centos7中去(建议用filezilla工具) 进入目录查看安装包 安装顺序为 安装第一个common包 他会提示报错,以为有两个依赖包是mariadb- ...
分类:
数据库 时间:
2016-11-02 14:12:55
阅读次数:
281
Better to light one candle than to curse the darkness. 与其诅咒黑暗,不如燃起蜡烛。 Sitting in the darkness and waiting for others to light the candle, that may be ...
分类:
其他好文 时间:
2016-11-01 00:36:35
阅读次数:
236
在utuntu下建议不要使用apt-get install 安装pip,会出现很多问题。 建议使用如下方式安装: 而安装pip3,采用以下方式: 用pip3安装python包命令: ...
分类:
其他好文 时间:
2016-10-31 21:40:49
阅读次数:
233