摘要: https://github.com/Spandan-Madan/DeepLearningProject 阅读全文
posted @ 2018-11-26 10:39 Charlie-OwO 阅读(113) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/huchong/p/9956580.html 阅读全文
posted @ 2018-11-14 10:36 Charlie-OwO 阅读(76) 评论(0) 推荐(0) 编辑
摘要: Go语言圣经 《The Go Programming Language》 中文版本 https://books.studygolang.com/gopl-zh/ch8/ch8.html https://github.com/astaxie/build-web-application-with-gol 阅读全文
posted @ 2018-11-06 13:26 Charlie-OwO 阅读(110) 评论(0) 推荐(0) 编辑
摘要: https://zhengjianglong.gitbooks.io/note-of-interview/content/os/section2.html https://github.com/LEAGUE-OF-BME/InterviewFAQ https://hit-alibaba.github 阅读全文
posted @ 2018-09-25 18:43 Charlie-OwO 阅读(1227) 评论(0) 推荐(0) 编辑
摘要: 缓存污染:缓存污染降低了缓存的使用率,把不常用的数据读取到缓存,同时会把常用的数据移出缓存,这样会直接降低系统的数据命中率 回避策略 回避策略 使用缓存淘汰算法(如:LFU, LRU)可以有效降低缓存污染的现象。 对缓存机制的理解(java) 缓存淘汰算法--LRU算法 Redis内存回收:LRU算 阅读全文
posted @ 2018-09-09 09:46 Charlie-OwO 阅读(109) 评论(0) 推荐(0) 编辑
摘要: 1. 初赛15名,复赛16名 : https://www.jianshu.com/p/53a74993a609 2. 比赛心路 驾驶行为预测驾驶风险(二): https://zhuanlan.zhihu.com/p/35652890 3. pytorch深度学习参加平安银行数据大赛,从驾驶行为预测驾 阅读全文
posted @ 2018-09-05 20:34 Charlie-OwO 阅读(762) 评论(0) 推荐(0) 编辑
摘要: 图的遍历之 深度优先搜索和广度优先搜索 https://github.com/wangkuiwu/datastructs_and_algorithm/blob/master/source/graph/iterator/udg/java/MatrixUDG.java Java实现图的深度和广度优先遍历 阅读全文
posted @ 2018-08-29 19:36 Charlie-OwO 阅读(122) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/xiexf189/article/details/79092629 https://blog.csdn.net/u012052268/article/details/77825981 https://blog.csdn.net/oxuzhenyi/arti 阅读全文
posted @ 2018-08-28 17:51 Charlie-OwO 阅读(378) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/whuhan2013/article/details/52529477 阅读全文
posted @ 2018-08-28 15:47 Charlie-OwO 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 面试小结之Elasticsearch篇 ElasticSearch中文相关资料整理,包括书籍、视频、博文等。 :https://blog.csdn.net/r_p_j/article/category/7255500 第十五篇 深度揭秘elasticsearch的搜索技术 全文索引原理介绍 阅读全文
posted @ 2018-08-28 15:44 Charlie-OwO 阅读(270) 评论(0) 推荐(0) 编辑