上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 54 下一页
摘要: tar zxvf jdk-8u171-linux-x64.tar.gz mv jdk1.8.0_171 /usr/local/vi /etc/profile 阅读全文
posted @ 2018-06-29 09:59 凌度 阅读(174) 评论(0) 推荐(0) 编辑
摘要: mkdir /data/downloadcd /data/downloadscp -r -P 21860 root@172.16.1.3:/data/download/* . 阅读全文
posted @ 2018-06-29 09:43 凌度 阅读(956) 评论(0) 推荐(0) 编辑
摘要: grant all privileges on dc_bj_data.* to dc_user@'%' identified by '123'; grant select,delete,update,create,drop on *.* to test@"%" identified by '123' 阅读全文
posted @ 2018-06-25 10:12 凌度 阅读(370) 评论(0) 推荐(0) 编辑
摘要: 1、对硬盘要求很高,没上SSD硬盘的不建议使用 2、不支持分区,删除数据是个大坑。 解决方案:set @@session.tidb_batch_delete=1; 3、插入数据太大也会报错 解决方案:set @@session.tidb_batch_insert=1; 4、删除表数据时不支持别名 d 阅读全文
posted @ 2018-02-22 16:31 凌度 阅读(26417) 评论(1) 推荐(1) 编辑
摘要: 安装PIP 安装python API: pika python脚步 阅读全文
posted @ 2017-12-19 09:40 凌度 阅读(2978) 评论(0) 推荐(0) 编辑
摘要: class UnicodeStreamFilter: def __init__(self, target): self.target = target self.encoding = 'utf-8' self.errors = 'replace' self.encode_to = self.targe... 阅读全文
posted @ 2017-12-01 17:09 凌度 阅读(4480) 评论(0) 推荐(0) 编辑
摘要: rsync.sh killrsync.sh 配置文件conf.properties start.sh 创建软连接 阅读全文
posted @ 2017-11-24 14:23 凌度 阅读(625) 评论(0) 推荐(0) 编辑
摘要: 1.跳到文本的最后一行:按“G”,即“shift+g” 2.跳到最后一行的最后一个字符 : 先重复1的操作即按“G”,之后按“$”键,即“shift+4”。 3.跳到第一行的第一个字符:先按两次“g”, 4.跳转到当前行的第一个字符:在当前行按“0”。 5.vi加密。进入vi,输入":" + "X" 阅读全文
posted @ 2017-11-24 14:15 凌度 阅读(180) 评论(0) 推荐(0) 编辑
摘要: #-*-coding:utf-8-*- import cookielib, urllib, urllib2 import json import threading,time class Order(object): ########## login def __init__(self): print "init" def speak(self): ... 阅读全文
posted @ 2017-11-24 14:12 凌度 阅读(422) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bashsource /etc/profile tool_path=/data/rsync_clientroot_path=/data/log ####yyyy-mm-dd¸ñʽdate_today=`date +"%Y-%m-%d"`date_yesterday=`date -d 阅读全文
posted @ 2017-11-20 16:36 凌度 阅读(1553) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 54 下一页