MySQL Download URL
https://dev.mysql.com/get/Downloads/MySQL-5.6/mysql-5.6.46-linux-glibc2.12-x86_64.tar.gz
- Uninstall any existing version of MySQL
sudo rm /var/lib/mysql/ -R
(function(){ | |
"use strict"; | |
/*Reader View插件id*/ | |
const RV_EXT_ID = 'iibolhpkjjmoepndefdmdlmbpfhlgjpl'; | |
const MSG_PRE = 'ReaderView.'; | |
/** | |
* 插件与插件间、插件与插件页面脚本间数据通信 |
# encoding=utf-8 | |
import os | |
import re | |
import urllib2 | |
from bs4 import BeautifulSoup as bs | |
class Crawler(object): | |
def __init__(self): | |
super(Crawler, self).__init__() | |
self.album_prefix = 'https://mm.taobao.com/self/album/open_album_list.htm?_charset=utf-8&user_id%20={0}&page={1}' |
Visit my blog or connect with me on Twitter
git init
or
#!/bin/bash | |
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin | |
export PATH | |
#定义变量 | |
#授权文件自动生成url | |
APX=http://soft.91yun.org/soft/serverspeeder/apx1.php | |
#安装包下载地址 | |
INSTALLPACK=http://soft.91yun.org/soft/serverspeeder/91yunserverspeeder.tar.gz |