日期 |
标题 |
标签 |
2019 年 04 月 10 日 |
Flutter 01 - 安装
|
Flutter |
2019 年 04 月 10 日 |
Flutter 学习
|
Flutter |
2018 年 11 月 07 日 |
Android ANR
|
Android, ANR |
2018 年 10 月 26 日 |
Android类加载机制
|
Android, DexClassLoader, PathClassLoader, DexPathList, DexFile |
2018 年 03 月 18 日 |
Java 之 try-with-resources
|
Java, try, AutoCloseable |
2018 年 01 月 24 日 |
Android2.3源码学习06 -- 编译linux内核源代码
|
Android, AOSP, Ubuntu |
2018 年 01 月 19 日 |
Android2.3源码学习05 -- 下载内核源码
|
Android, AOSP, Ubuntu |
2018 年 01 月 17 日 |
Android2.3源码学习04 -- 运行模拟器
|
Android, AOSP, Ubuntu |
2018 年 01 月 16 日 |
Ubuntu中安装JDK
|
Ubuntu, JDK, PPA |
2018 年 01 月 11 日 |
Android2.3源码学习03 -- 编译源码
|
Android, AOSP, Ubuntu |
2018 年 01 月 10 日 |
Android2.3源码学习
|
Android, AOSP, Ubuntu |
2018 年 01 月 07 日 |
Linux中添加硬盘
|
Linux, parted, mkfs, fstab |
2018 年 01 月 06 日 |
Linux中查看硬盘信息
|
Linux, fdisk, parted, df, lsblk, lshw, blkid |
2018 年 01 月 03 日 |
Android2.3源码学习02 -- 环境搭建
|
Android, AOSP, Ubuntu |
2018 年 01 月 01 日 |
Android2.3源码学习01 -- 下载源码
|
Android, AOSP, Ubuntu |
2017 年 12 月 23 日 |
SSH无法连接:Too many authentication failures
|
ssh |
2017 年 12 月 18 日 |
安装 Jekyll
|
jekyll blog |
2017 年 12 月 14 日 |
安装 Ruby
|
ruby rbenv |
2015 年 09 月 04 日 |
Android HTTP 请求:HttpClient & HttpURLConnection
|
android, http, httpclient, httpurlconnection |
2015 年 07 月 26 日 |
Git学习笔记 03 -- Git 仓库的创建与克隆
|
git |
2015 年 07 月 01 日 |
Git学习笔记 02 -- 配置
|
git, config |
2015 年 05 月 25 日 |
Git学习笔记 01 -- 基础
|
git |
2015 年 05 月 10 日 |
使用Nexus搭建maven仓库
|
maven, nexus |
2015 年 04 月 12 日 |
线性代数学习笔记(一) -- 行列式
|
note, linear algebra, 线性代数, 行列式 |
2015 年 04 月 12 日 |
线性代数学习笔记系列
|
note, linear algebra, 线性代数 |
2015 年 03 月 22 日 |
Android Toast 源码解析
|
android, toast |
2015 年 03 月 21 日 |
使用 SSH config 文件
|
ssh, config file |
2015 年 03 月 16 日 |
SSH 简介
|
ssh |
2015 年 03 月 13 日 |
Ubuntu 中启用 root 账号
|
ubuntu, passwd, root |
2015 年 03 月 12 日 |
Linux 中安装 Google Chrome 浏览器
|
linux, google chrome |
2015 年 03 月 11 日 |
设置 Git 账户及邮箱
|
git, github, email, git config |
2015 年 03 月 11 日 |
修改 Ubuntu 用户根目录下中文文件夹名称
|
ubuntu, chinese folder name |
2015 年 03 月 11 日 |
修改 Ubuntu 主机名
|
ubuntu, host name, linux |
2015 年 03 月 10 日 |
GitHub 添加 SSH keys
|
git, github, SSH keys |
2015 年 03 月 08 日 |
创建 SSH 密钥对
|
ssh, ssh keys, ssh-keygen, ssh-add |
2014 年 10 月 15 日 |
免费PHP空间的申请及使用
|
Linux, PHP |
2014 年 10 月 12 日 |
Android Touch事件传递机制(四) -- Touch事件处理(onTouchEvent)
|
android, OnTouchListener, onTouch, onTouchEvent |
2014 年 09 月 11 日 |
Android Touch事件传递机制(三) -- Touch事件分发(dispatchTouchEvent)
|
android, dispatchTouchEvent, OnTouchListener, onTouch, onTouchEvent, onInterceptTouchEvent |
2014 年 08 月 25 日 |
Android Touch事件传递机制(二) -- OnTouchListener & OnClickListener & OnLongClickListener
|
android, dispatchTouchEvent, OnTouchListener, onTouch, onTouchEvent, OnClickListener, OnLongClickListener |
2014 年 08 月 17 日 |
Android Touch事件传递机制(一) -- onInterceptTouchEvent & onTouchEvent
|
android, onInterceptTouchEvent, onTouchEvent |
2014 年 07 月 13 日 |
Ubuntu14.04下SVN服务器的安装配置
|
ubuntu, svn server |
2014 年 06 月 12 日 |
@ViewDebug.ExportedProperty的使用
|
android, viewdebug, exportedproperty, monitor |
2014 年 06 月 05 日 |
apt-get命令使用代理
|
apt-get, proxy, Network |
2014 年 06 月 02 日 |
git使用http/https代理
|
git, proxy, Network |
2014 年 06 月 01 日 |
使用GoAgent代理
|
GoAgent, agent, Network, Linux |
2014 年 05 月 08 日 |
Android:LayoutInflater分析
|
android, LayoutInflater, inflate |
2014 年 05 月 01 日 |
Android消息机制
|
android, handler, message, messagequeue, looper |
2014 年 04 月 27 日 |
Git推送代码到多个远程仓库
|
git, push |
2014 年 04 月 19 日 |
Android View学习(四) -- Android自定义View的实现方法
|
android, View |
2014 年 04 月 17 日 |
Android View学习(三)
|
android, View |
2014 年 04 月 13 日 |
Android View学习(二) -- View绘制流程
|
android, View |
2014 年 04 月 13 日 |
Android View学习(一) -- LayoutInflater
|
android, View |
2014 年 04 月 07 日 |
Android中使用TextView显示HTML文本
|
android, TextView, html |
2014 年 04 月 06 日 |
Java的反射机制
|
java, reflect |
2014 年 03 月 27 日 |
Ubuntu12.04安装SVN 1.7
|
ubuntu, svn, subversion |
2014 年 03 月 27 日 |
Ubuntu12.04开机自动开启数字小键盘
|
ubuntu, numlockx |
2014 年 03 月 21 日 |
SparseArray分析
|
android, SparseArray |
2014 年 03 月 18 日 |
ListView的onItemClick事件无法响应问题
|
Android, ListView |
2014 年 01 月 16 日 |
Jekyll -- 使用摘要
|
Blog, jekyll |
2013 年 11 月 24 日 |
Jekyll文档(十一) -- Pagination
|
Blog, jekyll |
2013 年 10 月 11 日 |
Jekyll文档(十) -- Permalinks
|
Blog, jekyll |
2013 年 10 月 09 日 |
Jekyll文档(九) -- Templates
|
Blog, jekyll |
2013 年 09 月 25 日 |
Jekyll文档(八) -- Blog migrations
|
Blog, jekyll |
2013 年 09 月 20 日 |
Jekyll文档(七) -- Variables
|
Blog, jekyll |
2013 年 09 月 17 日 |
Jekyll文档(六) -- Creating pages
|
Blog, jekyll |
2013 年 09 月 15 日 |
Jekyll文档(五) -- Writing posts
|
Blog, jekyll |
2013 年 09 月 13 日 |
Jekyll文档(四) -- Front-matter
|
Blog, jekyll |
2013 年 09 月 10 日 |
Jekyll文档(三) -- Configuration
|
Blog, jekyll |
2013 年 09 月 07 日 |
Jekyll文档(二) -- Directory structure
|
Blog, jekyll |
2013 年 09 月 06 日 |
Jekyll文档(一) -- BasicUsage
|
Blog, jekyll |
2013 年 09 月 03 日 |
使用run-as来获取Android应用私有数据
|
Android, run-as, debuggable, private data |
2013 年 08 月 24 日 |
编译Android源码单独模块
|
Android, module |
2013 年 08 月 21 日 |
编译Android2.3.3源码
|
Android source, compile |
2013 年 08 月 19 日 |
Android Studio 更新
|
Android Studio, goagent |
2013 年 08 月 06 日 |
替换Android系统桌面
|
Android, launcher |
2013 年 08 月 05 日 |
ADB命令无法连接手机的解决方法
|
Android, adb |
2013 年 08 月 05 日 |
Linux目录树与文件系统
|
Linux, 目录树 |
2013 年 08 月 04 日 |
Linux硬盘分区表
|
Linux, DPT |
2013 年 08 月 03 日 |
主引导记录MBR
|
Linux, MBR, Boot Loader |
2013 年 08 月 03 日 |
在github上搭建博客
|
Blog, github pages, jekyll |