12 2016 档案

摘要:1 mysql 登录和恢复命令 2 mysqladmin 管理 mysql 命令 3 mysqldump 备份命令 4 mysqlbinlog 解析 binlog 命令 5 source 恢复数据命令 阅读全文
posted @ 2016-12-31 23:14 xiluhua 阅读(125) 评论(0) 推荐(0) 编辑
摘要:sed 命令 阅读全文
posted @ 2016-12-31 14:23 xiluhua 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-12-29 18:24 xiluhua 阅读(123) 评论(0) 推荐(0) 编辑
摘要:以前自己就是这样,现在好多了 ... 阅读全文
posted @ 2016-12-29 12:15 xiluhua 阅读(194) 评论(0) 推荐(0) 编辑
摘要:insert ... select ... INSERT INTO SWR_TRANSFERIN_FAIL (TXID, APP_NO, CLM_NO, STATUS, CREATE_TIME, UPDATE_TIME) select TXID, APP_NO, null, STATUS, CREA 阅读全文
posted @ 2016-12-29 11:03 xiluhua 阅读(114) 评论(0) 推荐(0) 编辑
摘要:my-innodb-heavy-4g.cnf 阅读全文
posted @ 2016-12-29 10:08 xiluhua 阅读(207) 评论(0) 推荐(0) 编辑
摘要:If a thing is worth doing it is worth doing well 阅读全文
posted @ 2016-12-27 13:05 xiluhua 阅读(477) 评论(0) 推荐(0) 编辑
摘要:The most difficult thing is the decision to act. And the rest is merely tenacity. 最困难的是下定决心去做,剩下的只是坚持而已。 阅读全文
posted @ 2016-12-27 13:02 xiluhua 阅读(845) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-12-26 20:43 xiluhua 阅读(114) 评论(0) 推荐(0) 编辑
摘要:Autumn is a second spring when every leaf is a flower. 秋天即是第二个春天,每片叶子都是花朵。——阿尔贝·加缪 阅读全文
posted @ 2016-12-26 09:49 xiluhua 阅读(1412) 评论(0) 推荐(0) 编辑
摘要:yum -y install gcc+ gcc-c++ 阅读全文
posted @ 2016-12-25 15:46 xiluhua 阅读(801) 评论(0) 推荐(0) 编辑
摘要:官网地址:http://httpd.apache.org/docs/2.4/ 解决编译apache出现的问题:configure: error: APR not found . Please read the documentation http://xtony.blog.51cto.com/396 阅读全文
posted @ 2016-12-24 22:11 xiluhua 阅读(309) 评论(0) 推荐(0) 编辑
摘要:linux系统 root权限 lrzsz安装包 linux系统 root权限 lrzsz安装包 ①. 安装 ②. 使用说明 转自:http://jingyan.baidu.com/article/cb5d6105ebeb87005c2fe0aa.html ③. 默认的 sz 到本地的目录路径 阅读全文
posted @ 2016-12-24 22:03 xiluhua 阅读(162444) 评论(2) 推荐(2) 编辑
摘要:我在虚拟机上安装了CentOS7操作系统,将 /etc/sysconfig/network-scripts/ifcfg-eth0 文件配置静态 IP 为192.168.1.210,如图1: 然后我用 "systemctl restart network" 命令重新启动了网络,用"ifconfig"命 阅读全文
posted @ 2016-12-24 15:33 xiluhua 阅读(2725) 评论(0) 推荐(2) 编辑
摘要:#!/bin/bash #author:luyongjin IP=220.250.65.22 USERNAME='ftp_hangye20' PASSWORD='oUo2JD7oK#u-epw' #DATE=`date -d'-1 day' +'%Y%m%d'` DATE=$(date +%Y%m%d) echo $DATE DIR=/tpdata/46/$DATE log_file="/t... 阅读全文
posted @ 2016-12-21 11:25 xiluhua 阅读(951) 评论(0) 推荐(0) 编辑
摘要:A ship is always safe at the shore - but that is not what it is built for. 船靠岸边总是安全的,但那不是建造它的目的。 阅读全文
posted @ 2016-12-21 10:38 xiluhua 阅读(626) 评论(0) 推荐(0) 编辑
摘要:“You couldn’t see my tears cause I am in the water.“ Fish said to water.“But I could feel your tears cause you are in my heart..“ Answered water. 鱼对水说你看不到我的眼泪,因为我在水里.水说我能感觉到你的眼泪,因为你在我心里。 阅读全文
posted @ 2016-12-19 08:55 xiluhua 阅读(702) 评论(0) 推荐(0) 编辑
摘要:The world won't care about your self-esteem. The world will expect you to accomplish something before you feel good about yourself. 这世界并不会在意你的自尊,这世界希望 阅读全文
posted @ 2016-12-16 09:00 xiluhua 阅读(629) 评论(0) 推荐(0) 编辑
摘要:If you only do what you can do you'll never be more than you are now. 如果你只是做你力所能及的事,你将不会有所进步; 阅读全文
posted @ 2016-12-14 20:46 xiluhua 阅读(1044) 评论(0) 推荐(0) 编辑
摘要:Installation Download, extract and compile Redis with: $ wget http://download.redis.io/releases/redis-3.2.6.tar.gz # 真的很小,才1.5m$ tar xzf redis-3.2.6.t 阅读全文
posted @ 2016-12-12 22:31 xiluhua 阅读(235) 评论(1) 推荐(0) 编辑
摘要:!$: 得到上一个命令中的路径 阅读全文
posted @ 2016-12-11 22:22 xiluhua 阅读(185) 评论(0) 推荐(0) 编辑
摘要:CentOS 6.5、6.7 设置静态 ip 教程,可以ping通外网:www.baidu.com ①. 网络适配器(VMware Network Adapter) 选择NAT模式 ②. 设置静态 ip vim /etc/sysconfig/network-scripts/ifcfg-eth0 ③. 阅读全文
posted @ 2016-12-11 13:46 xiluhua 阅读(4141) 评论(0) 推荐(0) 编辑
摘要:①. Nagios原理: ②. NRPE的工作原理 NRPE有两部分组成 check_nrpe插件:位于监控主机上 nrpe daemon:运行在远程主机上,通常是被监控端agent 注意:nrpe daemon需要Nagios-plugins插件的支持,否则daemon不能做任何监控 ③. 详细的 阅读全文
posted @ 2016-12-10 12:05 xiluhua 阅读(448) 评论(0) 推荐(0) 编辑
摘要:工作原理:SNMP(SIMPLE NETWORK MANAGEMENT PROTOCOL) 在典型的SNMP用法中,有许多系统被管理,而且是有一或多个系统在管理它们。每一个被管理的系统上又运行一个叫做代理者(agent)的软件元件,且通过SNMP对管理系统报告资讯。 基本上,SNMP代理者以变量呈现 阅读全文
posted @ 2016-12-10 11:54 xiluhua 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-12-08 22:00 xiluhua 阅读(767) 评论(0) 推荐(0) 编辑
摘要:<![CDATA["URL"]]>:用于 xml 处理特殊字符,比如:& <PolicyURL><![CDATA[ http://ectp.tpi.cntaiping.com/TPEBizWeb/pages/B2C/show/downLoad.do? policyNo=D6865CDC4448969 阅读全文
posted @ 2016-12-07 09:28 xiluhua 阅读(839) 评论(0) 推荐(0) 编辑
摘要:Don't make a promise when you are in Joy. Don't reply when you are Sad.Don't take decisions when you are Angry.Think Twice.Act Wise. 当你喜悦时,不要轻易地承诺。当你悲伤时,不要轻易地回复。当你愤怒时,不要轻易做出决定。三思而后行,明智之法。 阅读全文
posted @ 2016-12-06 16:39 xiluhua 阅读(712) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-12-04 22:50 xiluhua 阅读(137) 评论(0) 推荐(0) 编辑
摘要:ipconfig 用法: ipconfig [/allcompartments] [/? | /all | /renew [adapter] | /release [adapter] | /renew6 [adapter] | /release6 [ada... 阅读全文
posted @ 2016-12-04 22:44 xiluhua 阅读(274) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-12-04 22:27 xiluhua 阅读(110) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示