09 2017 档案
摘要:/etc/profile:此文件为系统的每个用户设置环境信息,当用户第一次登录时,该文件被执行.并从/etc/profile.d目录的配置文件中搜集shell的设置./etc/bashrc:为每一个运行bash shell的用户执行此文件.当bash shell被打开时,该文件被读取.~/.bash
阅读全文
摘要:Ubuntu环境 sudo apt-get install -y pptp-linux sudo pptpsetup --create pptpd --server x.x.x.x --username vpntest --password 1234567890 --encrypt --start
阅读全文
摘要:一、ubuntu系统安装MySQL: 1、sudo apt-get install mysql-server mysql-client 2、sudo apt-get install libmysqlclient-dev 3、判断是否安装成功:监听进程 sudo netstat -tap | grep
阅读全文
摘要:import requests import re import pymysql import struct import socket from bs4 import BeautifulSoup db = pymysql.connect('localhost','root','oracle','xici_proxy',use_unicode=True, charset="utf8")...
阅读全文

浙公网安备 33010602011771号