# vs_learning **Repository Path**: vsery/vs_learning ## Basic Information - **Project Name**: vs_learning - **Description**: 我学习各种计算机语言,并以尊重的态度来记录和分享! - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-07-31 - **Last Updated**: 2026-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README > :heartpulse: _These share data are from my usual work and learning,hoping to help you. If you like you can star and watch._ > :star: _[Vsery](https://gitee.com/vsery/learning) 只是互联网的一个搬运工。_ > :star: _[Vsery](https://gitee.com/vsery/learning) 只是记录下自己所见所想,与正在经历的技术一起改变,并在此过过程一起交流心得。_ 虽然其中很大部分是 Fork 过来以后改的,感谢前辈们的贡献。 > :star: _[Vsery](https://gitee.com/vsery/learning) 学习资料涉及的主题包含编程语言、设计模式、架构、安全、大数据、分布式系统、推荐系统、搜索、人工智能、脚本等等(不一定是著名站点或者知名博客,重在有可借鉴之处),排名纯按添加时间顺序,持续更新中。。。_ > :heartpulse: _[欢迎大家一起来讨论, 或留下您的建议。](https://gitee.com/vsery/learning/issues/new)_ ## Document > :heartpulse: 流行技术博客站点收录 _[大神技术博客](/books-blog/README.md)_ > :star: Vue相关开源项目库汇总 _[非常完整](/books-vue/README.md)_ ## Project - [x] 完整教程项目 - [x] [Express + MongoDB 搭建多人博客](/proudct-blogs/README.md) -- by nswbmw - [x] [使用node.js + express开发简易后台](/proudct-express/README.md) -- by peng1992 - [x] [Vue —— 饿了么](https://github.com/bailicangdu/vue2-elm/) -- by bailicangdu ## Vue * [VueThink -- by honraytech](https://github.com/honraytech/VueThink) Vue全家桶(Vue2.x + Vue-router2.x + Vuex)+ Thinkphp的前后端分离框架 * [manage-system -- by lin-xin](https://github.com/lin-xin/manage-system/) 基于Vue.js 2.x系列 + Element UI 的后台管理系统解决方案。 ## Node.js * [Node.js 包教不包会 -- by alsotang](/node-books/README.md) * [Node.js 中文资料导航](/node-link/README.md) * [全栈工程师 -- 材料](/full-stack/README.md) ## Security * [网络安全](https://baike.baidu.com/item/网络安全) * [乌云知识库](http://drops.wooyun.org/) * [FreeBuf](http://www.freebuf.com/) * [开放安全研究](http://blog.opensecurityresearch.com/) * [斯坦福大学密码安全学课程](https://crypto.stanford.edu/) * [中国科大计算机安全课程资料](http://staff.ustc.edu.cn/~sycheng/cs/) * [信息安全入门指南-伯乐在线](http://blog.jobbole.com/48738/) ## 关系数据库 & NoSQL DB * [NoSQLFan](http://blog.nosqlfan.com/newslist) * [Implementing a KV Store Table of Contents](http://codecapsule.com/2012/11/07ikvs-implementing-a-key-value-store-table-of-contents/) * [MySQL Internals](http://dev.mysql.com/doc/internals/en/index.html) * [MySQL中文网](http://imysql.cn/) * [淘宝MySQL分享资料](http://mysql.taobao.org/index.php/%E8%B5%84%E6%96%99%E5%85%1%E4%BA%AB#.E5.B7.A5.E5.85.B7.E4.BB.8B.E7.BB.8D) * [MySQL BlogSpot](http://mysqldba.blogspot.com/) * [Petrunia-MySQL查询优化博客](http://s.petrunia.net/blog/) * [MySQL优化-来自MySQL官网](http://dev.mysql.com/doc/refman/5.6/e/optimization.html) * [MySQL性能](http://dimitrik.free.fr/blog/archives/cat_mysql.html) * [Inside MySql](http://www.innomysql.net/) ## Bloggers * [Martin Fowler](http://martinfowler.com/) * [Netflix技术博客](http://techblog.netflix.com/) * [云风的Blog](http://blog.codingnow.com/) * [God Mode(位运算技巧)](http://site.douban.com/196781/room/2541807/) * [Laurence - 大数据、数据库](http://blog.csdn.net/bluishglc/) * [chepoo - Java线上问题、数据结构算法、搜索等](http://www.chepoo.com/) * [drdobbs](http://www.drdobbs.com/) * [文初iteye — 开放平台、分布式系统、服务框架](http://cenwenchu.iteye.com/?page=10) * [文初infoq](http://www.infoq.com/cn/author/%E5%B2%91%E6%96%87%E5%88%9D) * [文初csdn博客](http://blog.csdn.net/cenwenchu79/) * [河马测试](http://hitest.aliyun.com/front/shar/shareList.htm?spm=0.0.0.0.Rb7GAI") * [大数据平台技术相关](http://www.iteblog.com/) * [Java译站](http://it.deepinmind.com/) * [聚客网](http://ju.outofmemory.cn/) * [import new](http://www.importnew.com/) * [推酷](http://www.tuicool.com/) * [dbthink](http://www.dbthink.com/) * [IT瘾](http://itindex.net/) * [Parallel Universe](http://blog.paralleluniverse.co/) * [yvanz博客](http://www.yvanz.com/) * [乐天博客](http://www.letiantian.me/) * [Code Centric](https://blog.codecentric.de/en/) * [Twitter Engineering Blog](https://blog.twitter.com/) * [Axb的自我修养](http://blog.2baxb.me/) ## 文献&论文 * [Martin Ordersky(Scala作者)](http://www.informatik.uni-trier.de/~ley/pers/hdo/Odersky:Martin.html") ## Java性能、GC、JVM等高级Java话题 * [Java Performance Tuning Guide](http://java-performance.info/) * [Java内存模型](http://www.cs.umd.edu/~pugh/java/memoryModel/) * [JVM内存管理](http://www.memorymanagement.org/) * [丁一的博客](http://www.ticmy.com/) * [GC历史及在HotSpot方面的进展](http://hllvm.group.iteye.com/group/topic/41086/) * [Mechanical Sympathy](http://mechanical-sympathy.blogspot.hk/) * [学习JVM的References](http://bluedavy.me/?p=187) * [Oracle技术官网Java文章](http://www.oracle.com/technetwork/articles/jav/index.html") * [Java并发与集合类分析](http://www.molotang.com/article/category/%E8%AE%A1%E7%AE%97%E6%9C%BA%E6%8A%80%E6%9C%AF/%E5%BC%80%E5%8F%91/java/java%E8%AF%AD%E8%A8%80/%E5%B9%B6%E5%8F%91") * [APM Blog](http://apmblog.dynatrace.com/) ## 并发&并行 * [Preshing on Programming](http://preshing.com/) * [并发编程网](http://ifeve.com/) ## 分布式系统、高性能网站架构 * [Netflix的一大神](http://martin.kleppmann.com/) * [Thought from the Red Planet](http://nathanmarz.com/) * [bitstech](http://www.bitstech.net/) * [High Scabality](http://highscalability.com/) * [杨步涛的博客](http://blog.csdn.net/yangbutao/article/list/14) * [eBay Tech Blog](http://www.ebaytechblog.com/) * [Yun Notes](http://blog.yunnotes.net/) * [分布式系统阅读资料](http://dancres.github.io/Pages/) * [阿里团队中间件技术博客](http://jm-blog.aliapp.com/) * [C10M问题](http://c10m.robertgraham.com/p/manifesto.html) * [zenlife](http://www.zenlife.tk/) * [foxmailed](http://www.cnblogs.com/foxmailed/) * [Raft协议图解](http://thesecretlivesofdata.com/raft/) ## 大数据、搜索、推荐 * [不周山-推荐算法博客](http://www.wentrue.net/blog/) * [Lambda架构](http://lambda-architecture.net/) * [推荐系统](http://bigdata.memect.com/) * [牛吧大数据](http://www.niubua.com/) * [淘宝搜索技术博客](http://www.searchtb.com/) * [Cloudera](http://blog.cloudera.com/blog/) * [董西成博客](http://dongxicheng.org/) * [Hadoop源码分析-蔡斌](http://caibinbupt.iteye.com/blog/262412) * [封神博客](http://fengshenwu.com/) * [binospace](http://www.binospace.com/) ## 编程范式 * [Alexs Quest - OO](http://alexsquest.com/) ## 通用算法 * [算法-伯乐在线](http://top.jobbole.com/tag/algorithm/) ## 人工智能 & 机器学习 * [失控:全人类的最终命运和结局](http://book.douban.com/subject/5375620/) * [Clever Algorithms](http://www.cleveralgorithms.com/nature-inspired/index.htm") * [机器学习入门](http://blog.jobbole.com/67616/) * [机器学习资源-伯乐在线](http://top.jobbole.com/tag/machine-learning/) * [斯坦福大学机器学习课程](https://www.coursera.org/course/ml) * [scikit机器学习算法验证框架](http://scikit-learn.org/stable/) ## 运维&脚本&工具 * [南非蚂蚁](http://ixdba.blog.51cto.com/) * [Bash脚本编程指南](http://www.lzhaohao.info/abs/) * [老男孩Linux运维](http://oldboy.blog.51cto.com/) * [Not Only Linux](http://nolinux.blog.51cto.com/) * [juven xu-Maven权威指南作者](http://www.juvenxu.com/) ## Netty * [Netty](http://yueyemaitian.iteye.com/) ## Python * [Python Wiki](https://wiki.python.org/moin/) * [Python全栈开发](http://www.fullstackpython.com/) * [Python一站式学习](https://pythonpedia.com/) * [零基础学Python系列](http://segmentfault.com/u/qiwsir/) * [Python编程风格指南](http://zh-google-styleguide.readthedocs.org/en/lates/google-python-styleguide/python_style_rules) ## IaaS & PaaS * [zstack](http://zstack.org/) ## Redis监控 * [redis-faina](https://github.com/jxqlovejava/redis-faina) [RedisLive](https://github.com/jxqlovejava/RedisLive) ## 应用监控 * [Apache Sirona-Java应用监控解决方案](http://sirona.incubator.apache.org/) ## F2E * [Markdown 学习笔记](/markdown/README.md) * [smileys 微笑标签符](/smileys/README.md) * [前端开发知识结构 -- by JacksonTian](/frontend-knowledge-structure/README.md) * [Gulp 入门指南 -- by nimojs](https://github.com/nimojs/gulp-book) * [前端工程——基础篇 -- by fouber](https://github.com/fouber/blog) * [前端工具箱 -- by f2e-journey](/tool/README.md) * [前端相关分享——很齐全 -- by Wscats](/frontend-share/README.md) * [前端面试题 -- by damonare ](/subject/README.md) * [前端面试题 -- by paddingme](https://github.com/paddingme/Front-end-Web-Development-Interview-Question) * 函数式编程术语 -- [cn](https://github.com/shfshanyue/fp-jargon-zh) | [en](https://github.com/hemanth/functional-programming-jargon) ## Solution 面向亿万用户级的移动端Web解决方案 * [特效制作解决方案](http://alloyteam.github.io/AlloyTouch/transformjs/) * [触摸运动解决方案](https://github.com/AlloyTeam/AlloyTouch) * [Mobile手势解决方案](https://github.com/AlloyTeam/AlloyFinger) * [Mobile裁剪解决方案](https://github.com/AlloyTeam/AlloyFinger/tree/master/alloy_crop) ## Begin 还记得@jayli 的这幅前端知识结构图么。 ![前端知识结构](./Knowledgetree.jpg) *** ## Contributor 内容贡献者, :heartpulse: 感谢他们. [排名不分先后] [fouber](https://github.com/fouber) | [JacksonTian](https://github.com/JacksonTian) | [nswbmw](https://github.com/nswbmw) | [Wscats](https://github.com/Wscats) | [f2e-journey](https://github.com/f2e-journey) | [alsotang](https://github.com/alsotang) | [damonare](https://github.com/damonare) | [bailicangdu](https://github.com/bailicangdu) | [honraytech](https://github.com/honraytech) | [paddingme](https://github.com/paddingme) | [nimojs](https://github.com/nimojs) | > For our students, we are able to get the latest information and learning materials in the Internet. So learning never stops,I strive to all kinds of comprehensive learning materials, and to deliver such in a manner which respects the unique learning needs of each individual student. > 对于我们的学生来说,我们可以在网上获得最新的信息和学习材料。 所以学习从来没有停止过,我努力学习各种综合性的学习材料,并以一种尊重每个学生独特的学习需求的方式来传递。