在Ubuntu虚拟机中,模拟arm开法环境的话,一般是需要交叉编译工具链和qemu来配合使用。安装qemu过程中遇到的问题,我将记录下来。 sudo apt-get install qemu 处理办法便是,依照这个链接进行。如果你能成功那自然好。但是我并没有成功,安装aptitude的时候出现了这个 ...
分类:
系统相关 时间:
2021-07-28 21:25:33
阅读次数:
0
问题描述 安装curl时候: The following packages have unmet dependencies: curl : Depends: libcurl4 (= 7.68.0-1ubuntu2.5) but 7.68.0-1ubuntu4 is to be installed E ...
分类:
系统相关 时间:
2021-04-22 15:55:24
阅读次数:
0
@ 1 介绍 前置知识,可以看AQS(一)独占锁(基于JDK 8) ReentrantLock 是一个可重入的独占锁。 在独占模式中,isHeldExclusively 为 true 表示是对当前线程加锁,false 表示未加锁或者对其他线程加锁。 加锁状态由 state 标识,如果为0,则说明未加 ...
分类:
其他好文 时间:
2021-04-02 13:21:20
阅读次数:
0
在学习使用docker-compose之前必须要了解YAML语言的用法。YAML语言是一种非常简单的语言,下篇会具体介绍。 Docker-compose简介 # Docker三剑客: docker-compose # 多容器编排工具,基于 Yaml 格式资源清单 docker-swarm # 集群化 ...
分类:
其他好文 时间:
2021-03-09 13:38:34
阅读次数:
0
In AKS, the absolute maximum number of nodes that a cluster can have depends on a few configurations, including whether the node is in a VM State Set ...
分类:
其他好文 时间:
2021-01-08 11:41:16
阅读次数:
0
Remote Social Engineering SOCIAL ENGNEERING Tricking or coercing people into violating security policy Depends on willingness to be helpful Human weak ...
分类:
Web程序 时间:
2020-09-17 23:49:24
阅读次数:
48
CMake Error at /home/sany/WorkSpace/test_ws/devel/share/A/cmake/AConfig.cmake:173 (message): Project 'B' tried to find library 'A'. The library is nei ...
分类:
其他好文 时间:
2020-09-04 17:37:01
阅读次数:
82
创建目录/data/zabbix 新建docker-compose.yml文件,执行docker-compose up -d version: '3'services: zabbix_mysql: container_name: "zabbix_mysql" restart: "always" im ...
分类:
其他好文 时间:
2020-08-04 16:41:43
阅读次数:
76
docker-compose构建wordpress直接上docker-compose.yml文件version:‘3‘services:db:image:mysql:5.7volumes:-/data/db_data:/var/lib/mysqlrestart:alwaysenvironment:MYSQL_ROOT_PASSWORD:somewordpressMYSQL_DATABASE:wor
分类:
其他好文 时间:
2020-07-07 15:36:54
阅读次数:
46
Introduction In LTE the Downlink Shared Channel (DL-SCH) is a transport channel used for the transmission of user data, dedicated control and user-spe ...
分类:
其他好文 时间:
2020-07-05 00:30:22
阅读次数:
93