码迷,mamicode.com
首页 >  
搜索关键字:running    ( 3503个结果
多线程01
线程的状态图 新建(NEW):新创建了一个线程对象。 可运行(RUNNABLE):线程对象创建后,其他线程(比如main线程)调用了该对象的start()方法。该状态的线程位于可运行线程池中,等待被线程调度选中,获取cpu 的使用权 。 运行(RUNNING):可运行状态(runnable)的线程获 ...
分类:编程语言   时间:2021-06-07 21:10:52    阅读次数:0
Running Median
题目: https://ac.nowcoder.com/acm/problem/50940 参考的题解: https://blog.nowcoder.net/n/f7f7a3a1d5c44db8ab838ef2e2dbeaac 思路: 一个大根堆,一个小根堆,通过维护使两个堆的数量不超过1 这个格式 ...
分类:其他好文   时间:2021-06-05 17:38:39    阅读次数:0
【Vegas原创】Gitbook的docker安装配置
1.创建目录:/gitbook/gitbook 和 /gitbook/html 2. /gitbook/gitbook目录下,touch新建README.md SUMMARY.md 3. docker安装gitbook 4.docker进入gitbook,进行初始化 5.每次改动md源文件后,都要重 ...
分类:其他好文   时间:2021-06-03 18:06:56    阅读次数:0
kafka binding to ipv6 port even though ipv4 address specified in config
I am in a bit of a bind (pun intended). I have a ubuntu server running kafka & zookeeper. This server has both ipv4 and ipv6 protocols installed. In t ...
分类:其他好文   时间:2021-06-02 12:29:05    阅读次数:0
使用yum方式安装的openresty参数
nginx version: openresty/1.19.3.1 built by gcc 8.3.1 20190311 (Red Hat 8.3.1-3) (GCC) built with OpenSSL 1.1.1h 22 Sep 2020 (running with OpenSSL 1.1. ...
分类:其他好文   时间:2021-05-24 09:34:56    阅读次数:0
redis info详解
官方文档:https://redis.io/commands/info info主要有一下几项,因版本不同可能略有差别 server clients memory persistence stats replication cpu keyspace 172.21.194.205:6381> info ...
分类:其他好文   时间:2021-05-24 07:56:28    阅读次数:0
k8s pod如何重启
在使用 docker 的过程中,我们可以使用docker restart {container_id}来重启容器,但是在 kubernetes 中并没有重启命令(没有 kubectl restart {podname}),有时候我们的 Pod 出现 Bug意外终止,导致我们需要重启 Pod ,却没有 ...
分类:其他好文   时间:2021-05-24 07:38:57    阅读次数:0
C++:多线程的使用
线程的概念 线程的组成: 栈区和栈区指针 程序计数器:PC 寄存器集合 线程的状态: 新建状态(New):刚被创建 准备状态(Runnable):加载所需的所有资源,等待CPU 运行状态(Running):被CPU执行 挂起状态(Blocked):阻塞,等待唤醒 线程和进程的区别: 1. 进程是资源 ...
分类:编程语言   时间:2021-05-24 04:32:11    阅读次数:0
could only be replicated to 0 nodes instead of minReplication (=1). There are 1 datanode(s) running and no node(s) are excluded in this operation.
hdfs dfsadmin -report hadoop fsck -locations ...
分类:其他好文   时间:2021-05-24 01:37:15    阅读次数:0
Unit 1 Running a meeting
##General English:6-Elementary ###1 Vocabulary Metting words agenda,items,new hires,short time,for personal reasons,visitors,clean up,continue,update ...
分类:其他好文   时间:2021-05-23 22:57:55    阅读次数:0
3503条   上一页 1 2 3 4 ... 351 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!