兼容 Hugo.

Signed-off-by: ithink.chan <chenyang@autoai.com>
This commit is contained in:
ithink.chan 2020-01-15 18:05:38 +08:00
parent ed1156420c
commit e1239c6487
5 changed files with 60 additions and 5 deletions

View File

@ -1,4 +1,15 @@
# aapt 命令查看 apk 包名、主 activity、版本等 ---
layout: post
title: "Aapt 命令说明"
subtitle: ""
description: "描述 Aapt 命令的功能和用法。"
excerpt: "Aapt 命令可用于查看 apk 包名、主 activity、版本等。"
date: 2020-01-15 17:25:00
author: "Rick Chan"
tags: ["Applications", "Aapt"]
categories: ["Software"]
published: true
---
aapt 即 Android Asset Packaging Tool在 SDK 的 build-tools 目录下。该工具可以查看,创建, 更新 ZIP 格式的文档附件(zip, jar, apk)。也可将资源文件编译成二进制文件。可以通过 aapt 的 dump 参数显示 apk 包中的信息。 aapt 即 Android Asset Packaging Tool在 SDK 的 build-tools 目录下。该工具可以查看,创建, 更新 ZIP 格式的文档附件(zip, jar, apk)。也可将资源文件编译成二进制文件。可以通过 aapt 的 dump 参数显示 apk 包中的信息。

View File

@ -1,4 +1,15 @@
# Docker 安装和使用 ---
layout: post
title: "Docker 安装和使用"
subtitle: ""
description: "包括 Docker 的基本概念和使用方法。"
excerpt: "本文描述了 Docker 的一些基本概念,并给出创建和启动容器的基本方法。"
date: 2020-01-15 16:43:00
author: "Rick Chan"
tags: ["Applications", "Docker"]
categories: ["Software"]
published: true
---
## 安装 ## 安装

View File

@ -1,4 +1,15 @@
# Tmux 的使用 ---
layout: post
title: "Tmux 的使用"
subtitle: ""
description: "对 Tmux 的基本用法进行说明。"
excerpt: "Tmux 的 session 可在远端连接断开后继续保持运行。本文阐述了如何用 Tmux 创建和连接 session以及如何使用 Tmux 快捷键。"
date: 2020-01-15 17:22:00
author: "Rick Chan"
tags: ["Applications", "Tmux"]
categories: ["Software"]
published: true
---
## 基本使用 ## 基本使用

View File

@ -1,4 +1,15 @@
# Manjaro 初始配置 ---
layout: post
title: "Manjaro 初始配置"
subtitle: ""
description: "这是一篇关于 Manjaro 的初始配置指导,包括镜像源和中文输入法的配置等。"
excerpt: "本文描述了在安装 Manjaro 后需要进行的基本配置,并指导安装一些常用软件。"
date: 2020-01-15 16:42:00
author: "Rick Chan"
tags: ["System", "Manjaro"]
categories: ["Software"]
published: true
---
## 使用国内软件源 ## 使用国内软件源

View File

@ -1,4 +1,15 @@
# Manjaro 安装图形界面及开启 VNC ---
layout: post
title: "Manjaro 安装图形界面及开启 VNC"
subtitle: ""
description: "基于 Manjaro 系统安装和配置图形界面及 VNC 服务的指导说明。"
excerpt: "本文用于指导如何安装和配置 Manjaro 的图形系统,并配置 VNC 服务。"
date: 2020-01-15 16:50:00
author: "Rick Chan"
tags: ["System", "Manjaro"]
categories: ["Software"]
published: true
---
## 安装 Xorg 和 lightDM ## 安装 Xorg 和 lightDM