摘要: 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) 编辑