会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Soul.NULL
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
下一页
2018年12月6日
python IO 多路复用
摘要: 一、epoll epoll 参考链接: https://www.cnblogs.com/Alanpy/articles/5125986.html epoll 参考链接: https://www.cnblogs.com/maociping/p/5132583.html 二、 selectors 模块
阅读全文
posted @ 2018-12-06 12:28 Soul>>null
阅读(143)
评论(0)
推荐(0)
2018年12月5日
mysql 命令行参数
摘要: 参考链接: https://blog.csdn.net/zlxls/article/details/80164079
阅读全文
posted @ 2018-12-05 22:12 Soul>>null
阅读(2759)
评论(0)
推荐(0)
python 多线程
摘要: 一、参考出处 参考链接:https://docs.python.org/3/library/threading.html#module-threading 二、threading模块介绍 1)threading模块通过 Thread 创建线程 方式一: #方式一 from threading imp
阅读全文
posted @ 2018-12-05 15:03 Soul>>null
阅读(242)
评论(0)
推荐(0)
shell 三剑客
摘要: grep 过滤来自一个文件或标准输入匹配模式内容。 除了grep外,还有egrep、fgrep。egrep是grep的扩展,相当于grep -E。fgrep相当于grep -f,用的少。 Usage: grep [OPTION]... PATTERN [FILE]... 支持的正则 描述 输出控制
阅读全文
posted @ 2018-12-05 11:41 Soul>>null
阅读(155)
评论(0)
推荐(0)
2018年12月3日
python 多进程
摘要: 一、Python Multiprocessing 功能介绍 multiprocessing模块的功能众多:支持子进程、通信和共享数据、执行不同形式的同步,提供了Process、Queue、Pipe、Lock等组件。 1、Multiprocessing .Process类的介绍 参数介绍 方法介绍:
阅读全文
posted @ 2018-12-03 16:47 Soul>>null
阅读(265)
评论(0)
推荐(0)
Linux 进程间通讯
摘要: 一、Linux 下进程间通讯方式 1)管道(Pipe)及有名管道(named pipe): 管道可用于具有亲缘关系进程间的通信,有名管道克服了管道没有名字的限制,因此,除具有管道所具有的功能外,它还允许无亲缘关系进程间的通信; 2)无名信号量(semaphore)级有名信号量(named semap
阅读全文
posted @ 2018-12-03 14:10 Soul>>null
阅读(246)
评论(0)
推荐(0)
2018年11月28日
python 试题归纳及答疑 更新中.....
摘要: 一、Python基础篇(80题) 1、你为什么学习Python? 2、通过什么途径学习的Python? 3、Python和Java、PHP、C、C#、C++等其他语言的对比? 4、简述解释型和编译型编程语言? 5、Python解释器种类以及特点? 6、位和字节的关系? 7、b、B、KB、MB、GB
阅读全文
posted @ 2018-11-28 14:32 Soul>>null
阅读(235)
评论(0)
推荐(0)
multiprocessing 源码解析 更新中......
摘要: 一、参考链接 1、源码包下载·链接: https://pypi.org/search/?q=multiprocessing+ 2、源码包 链接:https://pan.baidu.com/s/1jFZVcoJgCwZNwVcjhauXyQ 提取码:kfm9 3、参考出处 链接: https://bl
阅读全文
posted @ 2018-11-28 10:11 Soul>>null
阅读(613)
评论(0)
推荐(0)
loadrunner 更新中......
摘要: 一、安装及参考说明 1、51 testing 链接:http://www.51testing.com/zhuanti/LoadRunner.html 2、官网链接:http://learnloadrunner.com/
阅读全文
posted @ 2018-11-28 08:50 Soul>>null
阅读(122)
评论(0)
推荐(0)
2018年11月6日
Java IO
摘要: 一、IO流类图结构 二、字节流 1、输入字节流 InputStream OutputStream 是所有的输出字节流的父类,它是一个抽象类。 ByteArrayInputStream、StringBufferInputStream、FileInputStream 是三种基本的介质流,它们分别从Byt
阅读全文
posted @ 2018-11-06 14:19 Soul>>null
阅读(224)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
下一页
公告