作者:daidai5771

python常用库集锦

No Picture

python有一些常用的库,以及其作用如下: 1. pip install …

Read More »

docker使用问题集锦

No Picture

一、docker查看启动的容器信息 service docker stop/…

Read More »

linux 常用的系统命令集锦

No Picture

一、系统信息查看命令 a,查看cpu信息 # 总核数 = 物理CPU个数 X…

Read More »

Visual Studio Code 安装插件等使用问题

No Picture

1.安装 去vscode 官网下载安装包安装即可 2.插件 点击左侧栏ext…

Read More »

sublime Text3 做python编译器 配置pylinter

No Picture

http://www.360doc.com/content/14/1110/…

Read More »

gdb调试之–问题集锦

No Picture

一、gdb中想要执行py-list和py-bt总是显示 在安装了扩展  su…

Read More »

python 通过flask搭建web服务

No Picture

一、安装依赖 pip install Flask   二、简单的应…

Read More »

ngnix python 搭建web.py服务

No Picture

一、安装环境 1)安装web模块 pip install web.py 2)…

Read More »

js渲染学习之pychrome

No Picture

一、资源 https://github.com/fate0/pychrome…

Read More »

linux下安装部署squid

No Picture

一、安装 yum list squid* 查看有什么源,选择一个安装 yum…

Read More »