学习资源
学习资源
菜鸟教你一步一步读Vue源码
https://510team.github.io/
灰蓝天际 - 贾彦伟
https://hltj.me/
这位大神的博客,有知识有生活,值得一看
https://wsgzao.github.io/index/
从国内跳槽至新加坡工作的经验分享
https://wsgzao.github.io/post/singapore/
信创
安全可靠测评
安全可靠测评结果公告(2023年第1号)
http://www.itsec.gov.cn/aqkkcp/cpgg/202312/t20231226_162074.html
鲲鹏、海光、麒麟等国产CPU
银河麒麟、统信等国产操作系统
达梦、金仓、南大等国产数据库
安全可靠测评结果公告(2024年第1号)
http://www.itsec.gov.cn/aqkkcp/cpgg/202405/t20240520_172866.html
增补
架构
PyTorch 设计理念
https://pytorch.org/docs/stable/community/design.html
设计数据密集型应用 - 中文翻译
《微服务架构》知识总结
《微服务架构》知识总结
http://r12f.com/posts/reading-time-building-microservices/
全国省市区数据
https://github.com/xiangyuecn/AreaCity-JsSpider-StatsGov
https://xiangyuecn.gitee.io/areacity-jsspider-statsgov/#tools
AI
OpenBLAS 矩阵运算库
https://www.openblas.net/
https://github.com/xianyi/OpenBLAS
BLAS(Basic Linear Algebra Subprograms 基础线性代数程序集)是一个应用程序接口(API)标准,用以规范发布基础线性代数操作的数值库(如矢量或矩阵乘法),OpenBLAS 是 BLAS 标准的一种具体实现。
计算机基础
《深入理解计算机系统》CSAPP
Computer Systems: A Programmer’s Perspective
【不周山之读薄 CSAPP】零 系列概览
https://wdxtub.com/2016/04/16/thin-csapp-0/
Java
NIO SD Tech Share - 蔚来汽车技术团队
http://tech.nioint.com/
田小波 - 非著名程序员 Java Spring Dubbo
http://www.tianxiaobo.com/
趔趄的猿 spring boot, spring cloud
https://blog.lqdev.cn/
田守枝Java技术博客
http://www.tianshouzhi.com/
芋道源码 —— 纯源码解析博客
http://www.iocoder.cn/
曹胜欢CSDN博客
http://blog.csdn.net/csh624366188
Java Web 项目实战
http://www.cnblogs.com/skyblue-li/category/877278.html
JAVA相关编程书籍
https://github.com/RongleXie/java-books-collections
stackoverflow-Java-top-qa 翻译
对stackoverflow上Java相关、投票数TOP100的问答进行翻译
https://github.com/giantray/stackoverflow-java-top-qa
stackoverflow java投票数最多的问题
Questions tagged [java] 投票数 top
https://stackoverflow.com/questions/tagged/java?sort=votes&pageSize=15
LibRec推荐算法库
https://www.librec.net/
https://github.com/guoguibing/librec/
在经过一年多的开发工作之后,LibRec 3.0 版本终于发布了。LibRec 是一个基于 Java 的开源算法工具库,覆盖了 70 余个各类型推荐算法,可以有效解决评分预测和物品推荐两大关键的推荐问题,目前已经在 GitHub 上收获了 1457 个 Star,612 个 Fork。
ND4J/DL4J Java深度学习库
https://github.com/eclipse/deeplearning4j
https://deeplearning4j.konduit.ai/v/zhong-wen-v1.0.0/nd4j/kuai-su-ru-men
网络爬虫
you-get,可以帮助你下载想要的视频资源
https://github.com/soimort/you-get
https://zhuanlan.zhihu.com/p/25743492一次从wordpress转hexo的经历
node.js写网络爬虫,爬自己原来博客的文章,自动生成.md文件
http://www.gbtags.com/gb/mobileshare/9295.htm
知乎上的相关回答
能利用爬虫技术做到哪些很酷很有趣很有用的事情?
https://www.zhihu.com/question/27621722有哪些网站用爬虫爬取能得到很有价值的数据?
https://www.zhihu.com/question/36132174爬取知乎60万用户信息之后的简单分析
https://zhuanlan.zhihu.com/p/24411711GitHub 上有哪些优秀的 Java 爬虫项目?
https://www.zhihu.com/question/31427895
源码
小趴趴–知乎版
对知乎精华回答的爬虫收集与分析。
https://github.com/SmileXie/zhihu_crawler爬取豆瓣电影,最新的和评分大于7的电影爬取出来,周末慢慢看。
https://github.com/luckterry7/doubanMovieCrawler知乎网友的爬虫练习
https://github.com/plough/myCrawlerPasser-zhihu
https://github.com/l-passer/Passer-zhihu
小白都会用的抓取知乎的Python库,目前这个Python库已经能实现以下功能:
获取所有收藏某回答的收藏夹
获取给某个回答点赞的所有用户
获取某用户的所有粉丝的基本信息
获取某用户关注的所有问题
获取某用户关注的所有专栏
获取某个话题的所有精华问题
获取某问题下的所有回答信息
GitHub资源
GitHub资源合集
免费的编程中文书籍索引
https://github.com/justjavac/free-programming-books-zh_CN计算机相关技术资料整理
https://github.com/EZLippi/practical-programming-booksgitignore:GitHub官方针对数十种项目及语言的 .gitignore 文件列表
https://github.com/github/gitignoreJava资源大全中文版:由伯乐在线持续更新
https://github.com/jobbole/awesome-java-cnJavaScript资源大全中文版:由伯乐在线持续更新
https://github.com/jobbole/awesome-javascript-cngithub上值得关注的前端项目
https://github.com/hawx1993/github-FE-project
GitHub Issues 博客
前端开发月刊
https://github.com/jikeytang/jikeytang.github.io/issueslifesinger/blog
https://github.com/lifesinger/blog/issuessindresorhus/ama Issues问答
https://github.com/sindresorhus/ama/issuesGITHUB-BLOGS 收集GITHUB上的博客(里面有个大牛博客列表不错)
自动收集GITHUB上用ISSUES写的博客,当前的推送方式是每周日会新建一个ISSUE将之前一周的更新博客整理到一起。
https://github.com/yutingzhao1991/github-blogs-collector
GitHub牛人及组织
GitHub官方组织
https://github.com/github伯乐在线:整理了好多awesome-xxx-cn系列资源合集
https://github.com/jobboleHexo博客系统开发者-台湾大学生tommy351的博客
https://github.com/tommy351GitHub 中国区前 100 名到底是什么样的人?
http://diycode.cc/topics/23
其他
tcmalloc 谷歌的malloc实现
TCMalloc 是 Google 开发的内存分配器,在不少项目中都有使用,例如在 Golang 中就使用了类似的算法进行内存分配。它具有现代化内存分配器的基本特征:对抗内存碎片、在多核处理器能够 scale。据称,它的内存分配速度是 glibc2.3 中实现的 malloc的数倍。
机器学习、模式识别
刘未鹏(机器学习,算法)
个人主页:http://mindhacks.cn/
CSDN博客:http://blog.csdn.net/pongba/机器学习、数据挖掘、并行计算、数学
博客园:http://www.cnblogs.com/LeftNotEasy/斯坦福Andrew Ng教授“机器学习”26篇教程全译
http://deeplearning.stanford.edu/wiki/index.php/UFLDL%E6%95%99%E7%A8%8B选择正确的机器学习算法
http://scikit-learn.org/stable/tutorial/machine_learning_map/index.html
Scala
很不错的IT博客 scala
开源中国:http://my.oschina.net/sulliy
CSDN博客:http://blog.csdn.net/sulliyscala 等
开源中国:http://my.oschina.net/aiguozhe51CTO scala专题
http://developer.51cto.com/art/200906/127830.htm
(4)
中文:
Scalar资料:http://twitter.github.com/effectivescala/index-cn.html
Scala中文论坛:http://www.Scalachina.com/
51cto的Scala专题:http://developer.51cto.com/art/200906/127830.htm
英文:
Scala官方网站:http://www.Scala-lang.org/
Scala的一个国际化论坛:http://Scala-forum.org/
算法
(1)研究者July 结构之法 算法之道 程序员面试题目
CSDN专栏:http://blog.csdn.net/v_JULY_v
(2)曹鹏
CSDN:http://blog.csdn.net/caopengcs
IT学习指导
(1)贺利坚 烟台大学计算机系教师 计算机学习指导
CSDN博客:http://blog.csdn.net/sxhelijian
(2)PHP 雷果国
http://blog.csdn.net/lgg201
面试题目、经验
(1)赵海博客,面试经验
http://blog.163.com/zhaohai_1988/
VC++
(1)毛星云(浅墨)
CSDN专栏【Visual C++】游戏开发:http://blog.csdn.net/column/details/vc-game-programming.html
零基础游戏编程学习资料:http://download.csdn.net/detail/zhmxy555/4733758
(2)WPF学习
CSDN博客:http://blog.csdn.net/fwj380891124/article/details/8194190
(3)Visual C++多媒体设计及图形、图像处理
天极网专题:http://www.yesky.com/20020402/1604967.shtml
(4)C++等
CSDN博客:http://blog.csdn.net/sheismylife
(5)C++,MFC等
CSDN博客:http://blog.csdn.net/akof1314
(6)MFC每日一学
CSDN博客:http://blog.csdn.net/kingsollyu
(7)STL
STL中文手册
http://www.stl123.net
(8)c/c++/c#,STL
CSDN博客:http://blog.csdn.net/morewindows
(9)C++设计模式
http://www.cnblogs.com/wanggary/category/294620.html
Qt
(1) Qt学习资源整理
http://blog.csdn.net/tanmengwen/article/details/8543599
(2) Qt开发者社区
http://qt.csdn.net/
(3) QTCN
http://www.qtcn.org/bbs/i.php
(4)一些关于Qt的资源
http://download.csdn.net/user/yanj20
(5)CSDN Qt论坛精华帖
http://bbs.csdn.net/forums/Qt/recommend
(6)不错的Qt博客
http://www.cnblogs.com/appsucc/
(7)超强的Qt,OpenCv等内容的博客
http://www.cnblogs.com/tornadomeet/
(8)很不错哦的Qt博客
http://www.cuteqt.com/
上一篇 Histograms of Oriented Gradients for Human Detection 中文翻译
下一篇 失眠的感觉
页面信息
location:
protocol
: host
: hostname
: origin
: pathname
: href
: document:
referrer
: navigator:
platform
: userAgent
: