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 8ebb07f

Browse files
update
1 parent 8734f74 commit 8ebb07f

6 files changed

+11
-1
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ Android开发者网站包含了以下内容:
5858
* repo: <https://source.android.com/docs/setup/reference/repo>
5959
* Repo实践指南: <https://www.cnblogs.com/jiangxinnju/p/14274982.html>
6060
* 将AOSP源码导入到Android Studio进行查看: <https://www.cnblogs.com/jiangxinnju/p/14426645.html>
61+
* Android for MSM Project: <https://wiki.codelinaro.org/en/clo/la/overview>
6162

6263
### AOSP构建
6364

@@ -960,6 +961,7 @@ Android开发者网站包含了以下内容:
960961

961962
* Open Realtime: <https://www.igniterealtime.org/>
962963
* smack: <https://github.com/igniterealtime/Smack>
964+
* smack documentation: <https://download.igniterealtime.org/smack/docs/3.1.0/documentation/index.html>
963965

964966
* 环信即时通讯云: <https://www.easemob.com/download/im>
965967
* Android之基于XMPP协议即时通讯软件(一): <https://blog.csdn.net/way_ping_li/article/details/17385379>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,3 +459,4 @@ C/C++由于历史原因,编译,构建难度相对于目前主流的其他语
459459
* cdecl: <http://www.cdecl.org/>
460460
* Return-into-libc 攻击及其防御: <https://www.csdn.net/article/a/2014-03-03/15818077>
461461
* C++资源之不完全导引: C++资源之不完全导引.docx
462+
* C 语言经典100例: <https://www.runoob.com/cprogramming/c-100-examples.html>

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,8 @@ ORACLE_SID 实例ID
343343
## hbase
344344

345345
* <http://hbase.apache.org/>
346-
* HBase 官方文档(中文):<http://yankaycom-wordpress.stor.sinaapp.com/hbase/book.html?q=/wp-content/hbase/book.html>
346+
* HBase 官方文档:<https://hbase.apache.org/book.html>
347+
* HBase JavaDoc: <https://hbase.apache.org/apidocs/index.html>
347348
* HBase介绍: <https://www.cnblogs.com/jiangxinnju/p/6427124.html>
348349

349350
* HBase 权限控制: <http://debugo.com/hbase-access-control/>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ toc: true
2424
* LearnOpenGL: <https://learnopengl-cn.github.io/>
2525
* OpenGL(很多文章的参考文献): <http://songho.ca/opengl/index.html>
2626
* Learn WebGL: <http://learnwebgl.brown37.net/>
27+
* WebGL API Quick Reference Guide: <https://www.khronos.org/files/webgl20-reference-guide.pdfs>
2728
* NEHE Tutorials: <http://nehe.gamedev.net/>
2829

2930
* PyOpenGL: <http://sourceforge.net/projects/pyopengl/>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,14 @@ toc: true
1717
* TypeScript: <https://www.typescriptlang.org/>
1818
* ECMACScript:<http://www.ecmascript.org/index.php>
1919

20+
* typescript-tutorial: <https://github.com/xcatliu/typescript-tutorial>
21+
2022
## Node.js
2123

2224
Node.js 是一个免费、开源、跨平台的 JavaScript 运行时环境, 它让开发人员能够创建服务器 Web 应用、命令行工具和脚本。
2325

2426
* Node.js: <https://nodejs.org/>
27+
* The Node Beginner Book/Node入门: <https://www.nodebeginner.org/index-zh-cn.html>
2528

2629
## jQuery
2730

@@ -68,6 +71,7 @@ toc: true
6871
* W3C QA: <http://www.w3.org/QA/2002/04/valid-dtd-list>
6972
* W3School: <http://www.w3school.com.cn/index.html>
7073
* ~~前端开发框架对比:<http://www.ibm.com/developerworks/cn/web/1404_wangfx_jsframeworks/>~~
74+
* 网页制作完全手册: <https://documentation.help/DHTML-zh/default.html>
7175
* Front End JavaScript Development Handbook – React, Angular, and Vue Compared: <https://www.freecodecamp.org/news/front-end-javascript-development-react-angular-vue-compared/>
7276
* 当我说前端基础时,我在说什么? —— 最近几年在前端圈的观察和反思: <http://weibo.com/p/1001603933000810243086>
7377
* npm:<https://www.npmjs.com/>

‎_posts/the-way-of-learning/2015-05-19-机器学习与人工智能学习之路.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ toc: true
2222

2323
* 万字科普ChatGPT-4为何会颠覆人类社会: <https://www.modevol.com/episode/clf9d5kni0zo301mm6tkl9t87>
2424
* MCP协议入门指南,4个案例+2个实践全解析!: <https://blog.csdn.net/l01011_/article/details/147470223>
25+
* AI Coding非共识报告丨AI透镜系列研究: <https://mp.weixin.qq.com/s?__biz=MjM5OTE0ODA2MQ==&mid=2650991584&idx=1&sn=3a23e8869afb791ba6e2c47aa3357049>
2526

2627
## 深度学习库
2728

0 commit comments

Comments
(0)

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