Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 762bb30

Browse files
update
1 parent 195d460 commit 762bb30

7 files changed

+166
-81
lines changed
Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
## 同步发布平台
2-
3-
* 博客园: <https://www.cnblogs.com/jiangxinnju/>
4-
* CSDN: <https://blog.csdn.net/jiangxinnju>
5-
* 掘金: <https://juejin.cn/user/166781500533079>
6-
* 知乎: <https://www.zhihu.com/people/jiangxinnju/posts>
7-
8-
**未经允许,谢绝转载**
91

102
请先阅读谷歌官网对Doze的基础性介绍: <https://developer.android.com/training/monitoring-device-state/doze-standby>。本文代码分析基于Android R版本。
113

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: "AOSP开发规范"
3+
categories:
4+
- Android
5+
tags:
6+
- AOSP
7+
- 开发规范
8+
- Android
9+
toc: true
10+
---
11+
12+
* 在AOSP原生代码函数中增加侵入式修改,需要使用begin/end函数对其进行包裹,避免影响到原生代码的可读性和可维护性。
13+
* AOSP中尽量仅包含插装代码,避免包含业务逻辑代码。业务逻辑代码应该解耦到特定目录。
14+
* 禁止在AOSP原生AIDL中添加新的接口。
15+
* 新增加接口,注意是否需要进行权限控制。
16+
* 内部接口增加@hide注解,避免被外部反射调用。
17+
* 新增内容使用特性开关进行隔离。
18+
* 核心代码修改需要在特定评审会评审通过后才能进行代码提交。

‎_drafts/Others/工具软件备忘.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
|[DiagramDesigner](https://github.com/meesoft/DiagramDesigner)||Windows|开源免费| |
3838
|[FreeMind](https://freemind.sourceforge.net/)||Windows/Mac/Linux|开源免费| |
3939
|[freemind-mmx](https://github.com/jiangxin/freemind-mmx)||Windows/Mac/Linux|开源免费| |
40+
|[draw.io](https://www.drawio.com/)||Windows/Mac/Linux/Web|开源免费| |
4041

4142
## Office办公软件
4243

@@ -185,6 +186,7 @@
185186
* potplayer(新版本不支持swf格式): <https://potplayer.daum.net/>
186187
* QQ影音(播放WMV有时没有声音): <https://player.qq.com/>
187188
* VLC media player: <https://www.videolan.org/vlc/>
189+
* Avidemux: <https://avidemux.sourceforge.net/>
188190

189191
* 龙卷风收音机: <https://cradio.live/>
190192
* 腾讯视频: <https://v.qq.com/>

‎_posts/android/2025-01-05-投屏知识学习之路.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ toc: true
4343
|[Chromecast](https://support.google.com/chromecast)|Android/iOS设备|插入Chromecast的显示设备|无线/有线|镜像|谷歌|NA|
4444
|[WiDi](https://www.intel.cn/content/www/cn/zh/support/articles/000014926/emerging-technologies.html)|Windows设备|支持协议的显示设备|无线/有线|镜像/拓展|Intel|[已停止支持](https://www.intel.cn/content/www/cn/zh/support/articles/000021693/emerging-technologies.html)|
4545
|[Windows手机连接](https://support.microsoft.com/zh-cn/topic/%E6%89%8B%E6%9C%BA%E8%BF%9E%E6%8E%A5%E8%A6%81%E6%B1%82%E5%92%8C%E8%AE%BE%E7%BD%AE-cd2a1ee7-75a7-66a6-9d4e-bf22e735f9e3)|Android/iOS|Windows|无线|推送|微软|NA|
46-
|[scrcpy](https://github.com/Genymobile/scrcpy)|Android|Linux/Windows/macOS|有线+无线|镜像|开源|NA|
46+
|[scrcpy](https://github.com/Genymobile/scrcpy)|Android|Windows|有线+无线|镜像|开源|NA|
47+
|[AnLink](https://anl.ink/)|Android|Linux/Windows/macOS|有线+无线|镜像|AnLink|NA|
4748
|[Vysor](https://www.vysor.io/#)|Android/iOS|Linux/Windows/macOS|有线+无线|镜像|vysor|NA|
4849

4950
## 其它链接

‎_posts/others/2025-05-21-智能驾驶-障碍物探测.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ tags:
88
toc: true
99
---
1010

11+
本文主要汇总了智能驾驶领域的一些技术和方案。
12+
1113
* 自动驾驶的眼睛:激光、毫米波雷达&摄像头三种技术产品之比较: <https://www.eet-china.com/robotics/2777.html>

‎_posts/the-way-of-learning/2015-05-19-Android学习之路.md

Lines changed: 131 additions & 60 deletions
Large diffs are not rendered by default.

‎_posts/the-way-of-learning/2015-05-19-TeX学习之路.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,22 @@ toc: true
1212

1313
* TeX Live: <http://tug.org/texlive/>
1414

15-
* WinEdt: <http://www.winedt.com/>
1615
* LaTeX-Workshop: <https://github.com/James-Yu/LaTeX-Workshop>
17-
* Texmaker - The universal LaTeX editor: <http://www.xm1math.net/texmaker/>
18-
* TeXworks: <http://www.tug.org/texworks/>
16+
* WinEdt: <https://www.winedt.com/>
17+
* Texmaker: <https://www.xm1math.net/texmaker/>
18+
* TeXworks: <https://www.tug.org/texworks/>
1919
* TeXstudio: <https://github.com/texstudio-org/texstudio>
20-
* TeXpen, a LaTeX editor for mankind: <https://github.com/Amuwa/TeXpen>
21-
* SciTE LaTeX IDE: <https://code.google.com/archive/p/scitelatexide/>
22-
* LEd, is an environment for rapid TeX and LaTeX document development: <http://www.latexeditor.org/>
23-
* Kile LaTeX Editor: <https://kile.sourceforge.io/>
24-
* Gummi: The simple LaTeX editor: <https://github.com/alexandervdm/gummi>
25-
* TeXmacs: <http://www.texmacs.org/tmweb/home/welcome.en.html>
26-
20+
* ~~TeXpen: <https://github.com/Amuwa/TeXpen>~~
21+
* ~~SciTE LaTeX IDE: <https://code.google.com/archive/p/scitelatexide/>~~
22+
* >~~Kile LaTeX Editor: <https://sourceforge.net/projects/kile>>~~
23+
* ~~Gummi: The simple LaTeX editor: <https://github.com/alexandervdm/gummi>~~
24+
* TeXmacs: <https://www.texmacs.org/>
25+
* LEd, is an environment for rapid TeX and LaTeX document development: <https://latexeditor.org/>
2726
* The easy to use, online, collaborative LaTeX editor: <https://www.overleaf.com/>
28-
* jaxedit: <https://github.com/zohooo/jaxedit>
27+
* ~~jaxedit: <https://github.com/zohooo/jaxedit>~~
2928

3029
* Typst: <https://github.com/typst/typst>
31-
* LyX: <http://www.lyx.org/>
30+
* LyX: <https://www.lyx.org/>
3231
* BaKoMa TeX Word: <http://www.bakoma-tex.com/>
3332
* Word-to-LaTeX Converter: <http://www.wordtolatex.com/>
3433
* MathType: <https://www.wiris.com/en/mathtype/>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /