- 博客(4)
- 收藏
- 关注
转载 python笔记
1.查看字符类型 数字: int 字符:str type() 例子: a=1 print type(a) #a是已赋值的变量 转载于:https://www.cnblogs.com/amim/p/10659407.html
2019-04-05 18:24:00 61
转载 4-4号笔记
1.python函数 参考:http://www.runoob.com/python/python-functions.html 1-1.函数创建 和 调用 #创建a函数 def a(): print 123 #调用a函数 a() 1-2.函数之间的调用 def c(): print 123 def a(): print 333 c() a() ...
2019-04-05 17:58:00 97
转载 Linux命令实践
1.查看磁盘空间大小:df -h 2.查看当前目录下的占用空间大小:du -sh * 3.查看cpu/内存:top 4.查看当前运行的所有进程:jps 5.根据端口查找该进程所在的路径:pwdx 端口 6.根据程序名查找该端口号:ps -ef|grep 程序名 7.杀进程/关闭程序:kill -9 端口 8.执行/启动进程:./(s...
2018-10-26 11:57:00 108
转载 requests的安装与简单运用
参考链接http://www.zhidaow.com/post/python-requests-install-and-brief-introduction 1. 安装 下载安装包地址:https://github.com/requests/requests.git 下载完成后解压到python的安装目录中 然后打开cmd命令行,输入...
2018-07-12 11:15:00 123
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人