会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
pyrene
我的微信:pi-pi-miao 我的github: https://github.com/pi-pi-miao
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
10
11
12
13
14
15
16
17
18
下一页
2017年3月2日
第二十六篇、进程池
摘要: 进程池内部维护一个进程序列,当使用时,则去进程池中获取一个进程,如果进程池序列中没有可供使用的进进程,那么程序就会等待,直到进程池中有可用进程为止。 进程池中有两个方法: apply apply_async p = pool(5) p.apply如下方法: 1、 每一个任务是排队进行; 2、每一个进
阅读全文
posted @ 2017-03-02 14:00 pi-pi-miao-miao
阅读(202)
评论(0)
推荐(0)
2017年3月1日
python内置方法补充bin
摘要: bin(x) 英文说明:Convert an integer number to a binary string. The result is a valid Python expression. If x is not a Python int object, it has to define a
阅读全文
posted @ 2017-03-01 20:36 pi-pi-miao-miao
阅读(430)
评论(0)
推荐(0)
python内置方法补充all
摘要: all(iterable) 版本:该函数在python2.5版本首次出现,适用于2.5以上版本,包括python3,兼容python3版本。 说明:如果iterable的所有元素不为0、''、False或者iterable为空,all(iterable)返回True,否则返回False;函数等价于:
阅读全文
posted @ 2017-03-01 20:35 pi-pi-miao-miao
阅读(175)
评论(0)
推荐(0)
python内置方法补充any
摘要: any(iterable) 版本:该函数适用于2.5以上版本,兼容python3版本。 说明:如果iterable的任何元素不为0、''、False,all(iterable)返回True。如果iterable为空,返回False。函数等价于: 注意比较该函数与all()函数的区别,any是任意,而
阅读全文
posted @ 2017-03-01 20:33 pi-pi-miao-miao
阅读(189)
评论(0)
推荐(0)
第八篇、分区
摘要: 。。。
阅读全文
posted @ 2017-03-01 19:42 pi-pi-miao-miao
阅读(108)
评论(0)
推荐(0)
第七篇、硬盘磁盘
摘要: 。。。
阅读全文
posted @ 2017-03-01 19:41 pi-pi-miao-miao
阅读(77)
评论(0)
推荐(0)
第六篇、用户管理
摘要: 。。。
阅读全文
posted @ 2017-03-01 19:40 pi-pi-miao-miao
阅读(91)
评论(0)
推荐(0)
定时任务
摘要: 一、定时任务简介 crond定时任务的设置是以分钟来起步的定时任务 如果定时任务不能来的,可以写脚本来执行 while true do echo”i am oldboy teacher” sleep 1 done 有些人会在/etc/crontab下面写定时任务,这样是不规范的,所以有时候找不到定时
阅读全文
posted @ 2017-03-01 19:39 pi-pi-miao-miao
阅读(355)
评论(0)
推荐(0)
第四篇、linux系统文件属性三
摘要: 一、linux文件属性之文件权限体系介绍 二、linux中连接介绍 三、软连接 四、图解 五文件删除原理
阅读全文
posted @ 2017-03-01 19:35 pi-pi-miao-miao
阅读(104)
评论(0)
推荐(0)
第三篇、系统文件属性二
摘要: 一、linux文件和目录属性 二、linux系统文件属性inode与block详解 三、索引节点inode 四、linux文件属性inode与block图解 五、linux文件属性总结
阅读全文
posted @ 2017-03-01 19:33 pi-pi-miao-miao
阅读(124)
评论(0)
推荐(0)
上一页
1
···
10
11
12
13
14
15
16
17
18
下一页
公告