码迷,mamicode.com
首页 >  
搜索关键字:process explorer    ( 12683个结果
Ubuntu:E: Sub-process /usr/bin/dpkg returned an error code (1)
Ubuntu系统安装软件时报以下错误: E: Sub-process /usr/bin/dpkg returned an error code (1) 解决: mv /var/lib/dpkg/info /var/lib/dpkg/info_old mkdir /var/lib/dpkg/info ...
分类:系统相关   时间:2020-05-28 20:06:50    阅读次数:78
Increase ulimit in ubuntu and docker
What is ulimit? It is a number of open file descriptors per process. They can all refer to the same file, or different files. It prevent single users ...
分类:系统相关   时间:2020-05-28 19:31:10    阅读次数:83
腾讯开源项目WePY实习生招募计划
![](https://s4.51cto.com/images/blog/202005/28/8cf156e89d0fa45dd6bbffb5e5b82519.jpg?x-oss-process=image/watermark,size_16,text_QDUxQ1RP5Y2a5a6i,color_FFFFFF,t_100,g_se,x_10,y_10,shadow_90,type_ZmFuZ3p
分类:其他好文   时间:2020-05-28 17:59:27    阅读次数:107
移动端或者移动端h5需要注意的一些事
1、移动端点击a标签出现的背景色 a, a:hover, a:active, a:visited, a:link, a:focus { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: transp ...
分类:移动开发   时间:2020-05-28 13:00:37    阅读次数:87
python 队列Queue
from Queue import Queue qlist=Queue(maxsize=300) import threading for i in range(20): qlist.put("hello num%d" %(i)) def process_work(qlist): while Tru ...
分类:编程语言   时间:2020-05-28 00:58:28    阅读次数:61
swoole父进程和子进程之间通信的例子
<?php /** 这是一个swoole父进程和子进程之间通信的例子 */ //进程创建成功后回调处理 function handle(swoole_process $worker){ //从进程管道中读取数据 $data = $worker->read(); echo PHP_EOL."from ...
分类:系统相关   时间:2020-05-28 00:47:04    阅读次数:74
中标麒麟安装达梦数据库
下载地址 中标麒麟高级服务器操作系统软件V7.0 提取码:qgud https://pan.baidu.com/s/1tGZSF_3adqGGd8WxD6w_BA DM8开发版 RedHat7 链接: https://pan.baidu.com/s/1bu0YBXeQWI26lqEMS4XruA 提 ...
分类:数据库   时间:2020-05-27 20:36:57    阅读次数:121
Java从零开始学习——Java多线程(未完结)
多线程详解 1.简介 任务:包括用户对计算机操作时的各个动作及所对应的响应事件,如鼠标单击、右击、打开一个对话框、关闭一个文件、启动一个程序等。 程序:指令和数据的有序集合,其本身没有任何运行的含义,是一个静态的概念。 进程(Process)则是执行程序的一次执行过程,是一个动态的概念,是系统资源分 ...
分类:编程语言   时间:2020-05-27 20:29:10    阅读次数:80
Win10在当前目录快速打开cmd的方法
方法一: 1.按住Shift键,鼠标右键快捷方式,先打开Powershell窗口 2.输入 start cmd 回车 3.这样就可以打开cmd窗口了,并且cmd的工作目录就是当前的目录 方法二: 1.新建一个txt文档文件,在里面输入以下内容: Windows Registry Editor Ver ...
分类:Windows程序   时间:2020-05-27 18:31:57    阅读次数:94
查看linux系统信息命令
NAME uname - print system information SYNOPSIS uname [OPTION]... DESCRIPTION Print certain system information. With no OPTION, same as -s. -a, --all p ...
分类:系统相关   时间:2020-05-27 18:27:50    阅读次数:82
12683条   上一页 1 ... 59 60 61 62 63 ... 1269 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!