【收藏】学习资源汇总(不断更新...)

0. 安全

类别 地址 说明
移动安全 https://mobilesecuritywiki.com/ 移动安全资源一站齐全
实际上还是不全,但是也包括了非常多的工具、书籍、论文了。
此站貌似被墙了,可以参考我保存下来的页面:移动安全资源大全
物联网安全 https://iotsecuritywiki.com/ 物联网安全资源一站齐全
如果访问不了,可以参考我保存下来的页面:物联网安全资源大全
FreeBuf黑客与极客 http://www.freebuf.com 每日更新全球最新的黑客、极客资讯
分享全球最新最火的安全工具,高质量的技术文章
关于FreeBuf更多的介绍,请参考:FreeBuf的详细介绍
sec-wiki https://sec-wiki.com/news 安全资源聚合
安全技能学习路线图值得一看
知道创宇blog http://blog.knownsec.com/
知道创宇研发技能表 http://blog.knownsec.com/Knownsec_RD_Checklist/index.html 目前(20170216)是v3.1版本
如果你好奇他们每一版都改了什么,可以自行对比:
v3.1 web版v3.1离线版
v3.0 web版v3.0 离线版
v2.2 web版 , v2.2 离线版
Cryptography Tutorials - Herong’s Tutorial Examples http://www.herongyang.com/Cryptography/ 20180509update
此站右边一列还有很多其他教程

1. 开源项目

项目名称 地址 说明
RxJava https://github.com/ReactiveX/RxJava RxJava Wikihttps://github.com/ReactiveX/RxJava/wiki (注:页面右侧有目录)
RxJava API dochttp://reactivex.io/RxJava/2.x/javadoc/
ReactiveXhttp://reactivex.io/
ReactiveX 介绍http://reactivex.io/intro.html
GitHub Issueshttps://github.com/ReactiveX/RxJava/issues
StackOverflow: rx-java and rx-java2
RxAndroid https://github.com/ReactiveX/RxAndroid RxAndroid问题解决:http://stackoverflow.com/questions/tagged/rx-android
一步 (One Step) & Big Bang https://github.com/SmartisanTech/android 锤子科技出品,目前star数已经1974了。

2. 其他

类别 地址 说明
网页开发 http://www.w3schools.com/ 学习HTML/CSS/Javascript等,主要用来参考基本语法、颜色、属性等。比http://www.w3school.com.cn/速度快
Java Tutorials https://docs.oracle.com/javase/tutorial/ 官方Java教程

Java基础知识:https://docs.oracle.com/javase/tutorial/java/index.html
Java并发:https://docs.oracle.com/javase/tutorial/essential/concurrency/index.html
Java正则表达式:https://docs.oracle.com/javase/tutorial/essential/regex/index.html
Java注解:https://docs.oracle.com/javase/tutorial/java/annotations/index.html
Java反射:https://docs.oracle.com/javase/tutorial/reflect/index.html
Java 8 lambda表达式:https://docs.oracle.com/javase/tutorial/java/javaOO/lambdaexpressions.html
Java泛型:https://docs.oracle.com/javase/tutorial/java/generics/index.html
Node入门 http://www.nodebeginner.org/index-zh-cn.html 一本适合nodejs入门的电子书
Understanding node.js http://debuggable.com/posts/understanding-node-js:4bd98440-45e4-4a9a-8ef7-0f7ecbdd56cb 以问答的方式,回答nodejs是什么,文章是2010年所写,当时windows还不支持nodejs,现在已经支持了。
Inversion of Control Containers and the Dependency Injection pattern (控制反转和依赖注入) https://martinfowler.com/articles/injection.html 作者:Martin Fowler,《重构:改善既有代码的设计》的作者
理解函数式编程 http://steve-yegge.blogspot.com/2006/03/execution-in-kingdom-of-nouns.html 可惜被墙了
git docs https://www.git-scm.com/docs git官方帮助文档
Pro Git 英文在线版:https://www.git-scm.com/book/en/v2
中文在线版:https://www.git-scm.com/book/zh/v2
可以在页面左侧看到下载链接,例如:https://progit2.s3.amazonaws.com/zh/2015-12-02-9d8a9/progit-zh.936.pdf
git教程 http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000 廖雪峰老师编写的教程
Git权威指南 http://www.worldhello.net/gotgit/ Git仓库:http://gotgit.github.com/gotgit/
蒋鑫老师编写的电子书,感谢分享。
GotGitHub http://www.worldhello.net/gotgithub/ Git仓库:hhttps://github.com/gotgit/gotgithub
蒋鑫老师编写的电子书,感谢分享。
Android资料大全 https://github.com/ZQiang94/Andriod-collect-blogs 【资料汇总】收集了众多blog中的优秀文章
微信小程序开发资源汇总 https://github.com/justjavac/awesome-wechat-weapp
微信小程序开发者社区 https://wxappfans.com/
Android 开发中的日常积累 https://github.com/lizhangqu/CoreLink 【资料汇总】
ReactiveX文档中文翻译 http://mcxiaoke.gitbooks.io/rxdocs/content/
Google Python Style Guide https://google.github.io/styleguide/pyguide.html
正则表达式 https://en.wikipedia.org/wiki/Regular_expression
我的速查手册 https://github.com/galian123/MyCheatSheet 里面收集了一些资料,主要是电子版的书籍和在线的文档,方便搜索。
Bitcoin Tutorials - Herong’s Tutorial Examples http://www.herongyang.com/Bitcoin/index.html 20180509update

猜你喜欢

转载自blog.csdn.net/u013553529/article/details/54933683