am335x uboot guide http://software-dl.ti.com/processor-sdk-linux/esd/docs/latest/linux/Foundational_Components_U-Boot.html#u-boot-user-s-guide am335x ...
分类:
其他好文 时间:
2020-05-29 17:52:56
阅读次数:
63
springboot项目启动的时候可以直接使用java -jar xxx.jar这样。下面说说参数的一些讲究 1.-DpropName=propValue的形式携带,要放在-jar参数前面 eg:java -Dxxx=test -DprocessType=1 -jar xxx.jar 取值:Syst ...
分类:
编程语言 时间:
2020-05-29 13:40:21
阅读次数:
53
rabbit-mq学习1:基本概念和快速入门 一、什么是MQ 消息队列(Message Queue,简称MQ)本质是个队列,遵循先入先出,主要用途:不同进程Process/线程Thread之间通信 。 可以用来在两个进程间进行异步的数据交换。进程A把消息放入消息队列中,然后继续执行后续任务;进程B从 ...
分类:
其他好文 时间:
2020-05-29 09:30:14
阅读次数:
59
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