上一页 1 ··· 5 6 7 8 9
摘要: 这个问题是刷完机正常开机后,发现手机无状态栏,下拉通知栏,按音量键也无法出现VolumeDialog,开始看到这个现象感觉是systemUI未编译到版本中去?或者是在systemserver中systemUI的服务为启动?因发现问题的版本是userdebug版本,未抓到第一次开机log,问题也没法定 阅读全文
posted @ 2019-01-21 15:23 leo21sun 阅读(2043) 评论(0) 推荐(0) 编辑
摘要: iconv是知名的开源跨平台编码转换库,iconv.exe是iconv库在windows下的命令行工具,iconv.exe的一般用法:iconv.exe -f gbk -t utf-8 gbk.txt > utf-8.txt。其中 -f gbk 指明转换前的文件编码是gbk,-t utf-8 指明转 阅读全文
posted @ 2019-01-09 19:32 leo21sun 阅读(1834) 评论(0) 推荐(0) 编辑
摘要: 在要合并到的目标git仓库,执行 "git pull 远程分支地址/本地git仓库根目录" 阅读全文
posted @ 2019-01-09 19:29 leo21sun 阅读(315) 评论(0) 推荐(0) 编辑
摘要: 在文件 packages/apps/Settings/src/com/android/settings/DeviceInfoSettings.java 中 setStringSummary("build_number", Build.DISPLAY); 指定了设置--关于设备--版本号。 Build 阅读全文
posted @ 2019-01-08 15:26 leo21sun 阅读(1126) 评论(0) 推荐(0) 编辑
摘要: https://stackoverflow.com/questions/13617843/unary-operator-expected If you know you're always going to use bash, it's much easier to always use the d 阅读全文
posted @ 2019-01-07 20:57 leo21sun 阅读(492) 评论(0) 推荐(0) 编辑
摘要: bash shell下最方便的字符串大小写转换方法 阅读全文
posted @ 2018-12-29 15:54 leo21sun 阅读(13120) 评论(0) 推荐(0) 编辑
摘要: python -m http.server # 启动一个下载服务器 echo '{"job": "developer", "job": "developer", "job": "developer"}' | python -m json.tool # 字符串转为json对象 python -c "i 阅读全文
posted @ 2018-10-09 13:28 leo21sun 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 在本地的仓库种,如果想给upstream创建新分支并关联,需要执行 git push -u/--set-upstream 远程仓库名 远程分支名 阅读全文
posted @ 2018-09-24 16:25 leo21sun 阅读(631) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9