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
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
; -webkit-tap-highlight-color: transp ...
分类:
移动开发 时间:
2020-05-28 13:00:37
阅读次数:
87
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
<?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
多线程详解 1.简介 任务:包括用户对计算机操作时的各个动作及所对应的响应事件,如鼠标单击、右击、打开一个对话框、关闭一个文件、启动一个程序等。 程序:指令和数据的有序集合,其本身没有任何运行的含义,是一个静态的概念。 进程(Process)则是执行程序的一次执行过程,是一个动态的概念,是系统资源分 ...
分类:
编程语言 时间:
2020-05-27 20:29:10
阅读次数:
80
方法一: 1.按住Shift键,鼠标右键快捷方式,先打开Powershell窗口 2.输入 start cmd 回车 3.这样就可以打开cmd窗口了,并且cmd的工作目录就是当前的目录 方法二: 1.新建一个txt文档文件,在里面输入以下内容: Windows Registry Editor Ver ...
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