月份:2019年2月

python 常用方法集锦

No Picture

一,字符串截取 print str[0:3] #截取第一位到第三位的字符 p…

Read More »

常用开源地址集锦

No Picture

一、google apk下载apk https://github.com/N…

Read More »

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 »