logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

arm架构linux运行docker失败,armdocker:在x86上模拟运行arm容器

一、背景docker 可以在 arm 平台上运行,验证 docker 镜像最直接的方式是在 arm 平台上,但有时候需要在 PC 平台上验证 arm 平台的镜像。本文对此进行介绍。二、x86依赖环境x86 无法运行 arm 平台程序,但是 qemu 提供了机制,通过 qemu-arm-static 可以达到目的。在 ubuntu 上安装:1sudo apt install qemu-user-st

android sugar框架 使用,数据库框架Sugar的使用

前段时间项目中有一个比较简单的收藏功能,鉴于需求简单就准备直接用第三方了,同事说这个很好用,索性项目中就使用了Sugar.下面总结一下Sugar的基本使用。1.在项目的build.gradle中注入Sugar所需的依赖compile 'com.github.satyan:sugar:1.5'2.在项目的.AndroidManifest.xml中配置相关参数//创建的数据库db的文件名,将在/dat

ios 获取是否静音模式,如何检测iOS设备是否处于静音模式?

I've been looking for hours and I can't seem to find any API that explains how to detect whether an iPhone ringer is in silent mode or not. This is what I'm talking about:Is there anyway I can find ou

到底了