Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1811245
  • 博文数量: 636
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 3950
  • 用 户 组: 普通用户
  • 注册时间: 2014-08-06 21:58
个人简介

博客是我工作的好帮手,遇到困难就来博客找资料

文章分类

全部博文(636)

文章存档

2024年(5)

2022年(2)

2021年(4)

2020年(40)

2019年(4)

2018年(78)

2017年(213)

2016年(41)

2015年(183)

2014年(66)

我的朋友

发布时间:2017-02-09 15:53:56

logstash.sh#!/bin/bash/home/haoren/data/logstash-5.0.2/bin/logstash -f  lkbillserver.conf &lkbillserver.conf配置如下input {    file {        path => "/log/lkbillserver.log"        codec => plain {  .........【阅读全文】

阅读(963) | 评论(0) | 转发(0)

发布时间:2017-02-09 14:45:24

?本文转载于http://blog.csdn.net/sunnyyoona/article/details/517473811. 检查JDK版本使用如下命令检验JDK版本:xiaosi@Qunar:~$ cd ~/opt/elasticsearch-2.3.3/xiaosi@Qunar:~/opt/elasticsearch-2.3.3$ cd bin/xiaosi@Qunar:~/opt/elasticsearch-2.3.3/bin$ ./elasticsearch.........【阅读全文】

阅读(837) | 评论(0) | 转发(0)

发布时间:2017-02-09 11:38:20

本文转载于http://blog.csdn.net/coraline_m?viewmode=contentsxlwt 常用功能xlrd 常用功能xlutils 常用功能xlwt写Excel时公式的应用xlwt写入特定目录(路径设置)NOTICE:此外,还有xlutils.copy可以实现Excel的复制再编辑。1.python写excel — xlwt常用功能安装x.........【阅读全文】

阅读(749) | 评论(0) | 转发(0)

发布时间:2017-02-09 11:22:10

linux svn服务器部署linux svn备份与恢复一、linux svn服务器部署[root@yang~]#yum install -y subversionsvnserve,version 1.6.11 (r934486)2、创建SVN版本库[root@yang~]# svnadmin create /data/svn/projectconf  db  format  hooks  locks  README.tx.........【阅读全文】

阅读(995) | 评论(0) | 转发(0)

发布时间:2017-02-08 18:03:58

http://www.osyunwei.com/archives/7829.htmlCentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。systemctl stop firewalld.service #停止firewall2、安装iptables防火墙vi /etc/sysconfig/iptables #编辑防火墙配置文件# Manual customization of this file is not reco.........【阅读全文】

阅读(3799) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

onlyword2018-01-30 15:35

博主python玩的很溜啊,貌似有很多有用的东西,感谢分享!

回复  |  举报
留言热议
请登录后留言。

登录 注册