2019年4月23日

python3.7连接hbase

摘要: pip安装thrift 和hbase 包 from thrift.transport import TSocket,TTransport from thrift.protocol import TBinaryProtocol,TCompactProtocol from hbase import Hb 阅读全文

posted @ 2019-04-23 10:32 mlcy 阅读(1637) 评论(0) 推荐(0)

2018年3月22日

log4j2 分割tomcat 日志

摘要: tomcat 使用log4j分割日志 http://mirror.bit.edu.cn/apache/logging/log4 或者 https://www.apache.org/dist/logging/log4j/ https://tomcat.apache.org 配置log4j1 把log4 阅读全文

posted @ 2018-03-22 15:22 mlcy 阅读(842) 评论(0) 推荐(0)

2018年2月23日

rysnc

摘要: 1、server client 模式 2、用过ssh 3、xinetd 阅读全文

posted @ 2018-02-23 14:59 mlcy 阅读(290) 评论(0) 推荐(0)

2018年2月9日

linux 上ssh client连接其他linux服务器慢

摘要: [woap@webMain ~]$ ssh p 24116 v 10.10.5.16 debug1: Authentications that can continue: publickey,gssapi keyex,gssapi with mic,password debug1: Next aut 阅读全文

posted @ 2018-02-09 10:39 mlcy 阅读(601) 评论(0) 推荐(0)

2018年2月1日

天融信防火墙回流问题

摘要: ``` 内网ftp地址是10.10.1.7 映射的公网ip是116.255.255.9 内网ip 192.168.10.8要通过公网ip访问ftp。外网访问正常,访问会超时。 src-dst的ip走向到 防火墙前 192.168.10.8--->116.255.255.9 防火墙后 192.168.10.8--->10.10.1.7 10.10.1.7直接回包给192.16... 阅读全文

posted @ 2018-02-01 15:40 mlcy 阅读(1082) 评论(0) 推荐(0)

2018年1月30日

nginx get post 返回不同内容

摘要: 使用get 使用POST 阅读全文

posted @ 2018-01-30 15:49 mlcy 阅读(351) 评论(0) 推荐(0)

2018年1月16日

nginx 配置https反向代理http

摘要: 此时浏览器访问https://a.test.com/admin的时候返回的URL都是http,而且浏览器https验证不会提示安全和🔒。 nginx变量 $proxy_add_x_forwarded_for和$remote_addr值一样,证书是网上申请的。 阅读全文

posted @ 2018-01-16 17:51 mlcy 阅读(1604) 评论(0) 推荐(0)

导航