自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (2)
  • 收藏
  • 关注

原创 python的相关框架

asyncio(PEP 3156、tulip) #单线程并发代码的基础结构,事件驱动并发框架,异步非堵塞服务器 |-asyncqp #asyncio postgresql驱动程序 |-motor>=1.2 #用于asyncio的非阻塞,mongodb驱动程序 |-aiozmq #asyncio支持zmq |-asyncio.Proto...

2018-07-04 18:38:29 229

原创 ubuntu(Mac OSX系统通用)安装spacemacs(emacs24.4以上)

$cd ~$mv .emacs.d .emacs.d.bak$mv .emacs .emacs.bak$git clone https://github.com/syl20bnr/spacemacs ~/.emacs.d#安装Source code Pro字体https://www.fontsquirrel.com/fonts/source-code-pro下载字体包为source-c...

2018-07-04 11:21:49 1247

原创 ubuntu安装最新emacs

$sudo add-apt-repository ppa:ubuntu-elisp/ppa$sudo apt update$sudo apt install emacs-snapshot emacs-snapshot-el$emacs --version    #查看emacs版本

2018-07-03 18:05:49 9964 1

原创 PostgreSQL提示:‘psql: FATAL: ”Peer authentication failed for user ”postgres“’错误

#将文件Database administrative 下列中的peer改为trust$sudo nano /etc/postgresql/10/main/pg_hba.conf#重新加载配置$sudo /etc/init.d/portgresql reload#peer(不可信),trust(可信),md5(加密)     ...

2018-07-03 09:10:08 8448 1

原创 ubuntu安装postgresql10以及pgadmin4

$sudo apt-get update$sudo apt-get upgrade#参数YOUR_UBUNTU_VERSION_HERE为 xenial(16.04)/bionic(18.04)/trusty(14.04)$sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt/ YOUR_UBUNTU_VERSION_HE...

2018-07-02 18:25:52 3009

putty工具包

putty.exe或putty64.exe实现通过Windows远程访问Linux服务器。putty-0.70-installer.msi实现通过Windows传输文件到Linux服务器。

2018-12-06

docker-ce软件包DEB格式

基于ubuntu系统,快速安装docker-ce;该软件通过dpkg命令在终端安装,先安装依赖,后安装docker

2018-11-09

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除