06 2019 档案
摘要:android:installLocation "App install location" AndroidManifest "App Manifest Overview" "Merge multiple manifest files" "AndroidManifest详解之Application(
阅读全文
摘要:LeetCode刷题记录 传送门 Description Given two strings str1 and str2, return the shortest string that has both str1 and str2 as subsequences. If multiple answ
阅读全文
摘要:LeetCode刷题记录 传送门 Description In an N by N square grid, each cell is either empty (0) or blocked (1). A clear path from top-left to bottom-right has le
阅读全文
摘要:使用 Java 爬取 LeetCode 题目内容以及提交的AC代码 传送门 Description We have a set of items: the i-th item has value values[i] and label labels[i]. Then, we choose a sub
阅读全文
摘要:使用 Java 爬取 LeetCode 题目内容以及提交的AC代码 传送门 Description Given a fixed length array arr of integers, duplicate each occurrence of zero, shifting the remainin
阅读全文
摘要:git log p 显示每次提交的内容差异 git log 2 仅显示最近的两次更新 git log stat 显示简要的文件修改统计信息 git log follow stat 继续列出文件重命名前的 log 信息(只对单文件有效) git log oneline 单行显示 log 信息 git
阅读全文
摘要:Manifest "Manifest file" "Use of the MANIFEST.MF file in Java" "Working with Manifest Files: The Basics"
阅读全文