进程 线程 许多线程构成进程,或者说,线程再进程内实现,线程们共享进程的资源,对于互斥资源来说,使用锁和信号量来保证使用, https://www.ruanyifeng.com/blog/2013/04/processes_and_threads.html 进程间的通信方式 管道,消息队列,信号量, ...
分类:
编程语言 时间:
2020-02-23 09:38:13
阅读次数:
68
#user nobody;worker_processes 1; #error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info; #pid logs/nginx.pid; event ...
分类:
其他好文 时间:
2020-02-19 14:48:42
阅读次数:
65
1.服务器规划 跟踪服务器1:192.168.33.3 跟踪服务器2:192.168.33.4 存储服务器1:192.168.33.5 存储服务器2:192.168.33.6 存储服务器3:192.168.33.7 存储服务器4:192.168.33.8 2.下载相关软件包 git clone ht ...
分类:
其他好文 时间:
2020-02-12 18:16:40
阅读次数:
63
1. 查看所有进程 ps -eF-e: Select all processes.-F: Extra full format. PSR (Processor)显示进程所在的CPU。 2. 查看所有进程(包括线程) ps -eLF -e: Select all processes.-L: Show t ...
分类:
系统相关 时间:
2020-02-11 12:03:28
阅读次数:
98
1. Gaussian processesGaussian processes are the extension of multivariate Gaussians to infinite-size collections real valued variables. In particular, ...
分类:
其他好文 时间:
2020-02-09 18:32:46
阅读次数:
89
1、重要配置项 以下是一个完整的nginx配置信息。 # 以下是全局配置项 #指定运行nginx的用户和用户组,默认情况下该选项关闭(关闭的情况就是nobody) #user nobody nobody; #运行nginx的进程数量,后文详细讲解 worker_processes 1; #nginx ...
分类:
其他好文 时间:
2020-02-09 00:32:07
阅读次数:
71
1.下载nginx的压缩包,可以去官网下载 2.解压缩,可以看到其中有个conf的文件夹,在该目录中,nginx.conf配置文件就是核心配置文件 3.默认配置 #user nobody; worker_processes 1; #error_log logs/error.log; #error_l ...
分类:
其他好文 时间:
2020-01-29 21:45:50
阅读次数:
84
"概要" "goroutine 的控制" "取消控制" "超时控制" "goroutine 之间的传值" "总结" 概要 golang 的提供的 channel 机制是基于 CSP(Communicating Sequencial Processes)模型的并发模式. 通过 channel, 可以很 ...
分类:
其他好文 时间:
2020-01-26 19:20:54
阅读次数:
72
好久没有使用Appium了,感觉要从头开始了,正好换个电脑要重新装环境,装环境就不描述了,照着网上的资料就可以了,问题就出现在连接真机,手机是Android9,vivoZ5x,启动APP时候始终报错,提示....shell "ps 'uiautomator'。 网上搜了很多,但是如下的解决版本亲测有 ...
分类:
移动开发 时间:
2020-01-20 16:23:49
阅读次数:
160
4. Imaging Techniques in Document Analysis Processes(文档分析过程中的图像技术) ContentsIntroduction. ............................................................. ...
分类:
其他好文 时间:
2020-01-20 09:18:59
阅读次数:
62