SSL证书的配置过程

Apache 2配置SSL证书

本文描述在 Apache 2.x HTTP 服务器上安装并配置 SSL 证书。

Read more

Linux虚拟机分辨率设置

虚拟机中的Ubuntu16.04启动时自动设置分辨率1920x1080

​ vmware不能自动适应Ubuntu16.04的分辨率,而且Ubuntu16.04的display设置中也没有1920x1080的分辨率,因此需要通过修改/etc/profile文件文件来实现登录时自动设置分辨率为1920x1080。

Read more

Python中把列表转换为字典

有以下几个方法:

1、 现在有两个列表,list1 = ['key1','key2','key3']list2 = ['1','2','3'],把他们转为这样的字典:{'key1':'1','key2':'2','key3':'3'}

Read more

Linux压缩解压的几个命令

该Linux解压是在Ubuntu14LTS下进行的,主要是几个常见的命令

  1. .tar

    解包:tar xvf FileName.tar

    打包:tar cvf FileName.tar DirName

    PS:打包和压缩是两个概念

Read more

Python进行URL解码

Python进行URL解码

所用模块:urllib

所用函数:urllib.unquote()

Read more

SSH文件上传错误

SSH 文件上传错误:encountered 1 errors during the transfer解决方法

​ 这个错误Google一下会发现有很多,基本的解决情况如下四种:

  1. 在SSH Secure File Transfer,打开“Operation”菜单,打开“File Transfer Mode”子菜单,再选择“Binary”

Read more
Your browser is out-of-date!

Update your browser to view this website correctly.&npsb;Update my browser now

×