- 博客(6)
- 资源 (4)
- 收藏
- 关注
转载 nginx代理配置
http://www.cnblogs.com/fanzhidongyzby/p/5194895.html因为业务系统需求,需要对web服务作nginx代理,在不断的尝试过程中,简单总结了一下常见的nginx代理配置。1. 最简反向代理配置在http节点下,使用upstream配置服务地址,使用server的location配置代理映射。upstream my
2017-05-31 18:09:13
372
原创 linux centos 永久关闭防火墙
查看防火墙状态:service iptables status启动防火墙:service iptables start关闭防火墙:service iptables stop重启不会复原:chkconfig iptables off重启复原:chkconfig iptables on
2016-03-04 15:35:25
526
原创 出现 ERROR org.apache.hadoop.util.Shell - Failed to locate the winutils binary in the hadoop binary pa
[2015-01-15 15:23:11,199] [main] (Shell.java:373) ERROR org.apache.hadoop.util.Shell - Failed to locate the winutils binary in the hadoop binary pathjava.io.IOException: Could not locate executable
2015-01-15 15:26:00
7121
原创 用jaxb通过XSD生成Java类,java对象转换成xml文件
来,废话不多说,直接进入状态。首先先使用Altova XMLSpy画一个xsd文件,或者直接使用代码写一个xsd文件,直接写代码就查查资料吧!就用最简单的Student吧!画的Student.xsd代码如下: 学生
2014-03-11 19:24:07
11711
原创 Hibernate联合主键 以及根据联合主键中字段查询
hibernate里联合主键配置 package="com.boise"> name="PropertyFileBsline" table="property_file_bsline"> name="Id" class="PropertyFileBslinePK"> name="Bslineid" column="bsline
2014-03-10 16:16:40
7175
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人