09 2018 档案

Jedis源码解析(Pipeline的实现
摘要:https://blog.csdn.net/ouyang111222/article/details/50942893 https://stackoverflow.com/questions/16119902/jedis-pipeline-multi-throws-classcastexceptio 阅读全文

posted @ 2018-09-28 10:40 暖风的风 阅读(256) 评论(0) 推荐(0) 编辑

Flink 中的kafka何时commit?
摘要:https://ci.apache.org/projects/flink/flink-docs-release-1.6/internals/stream_checkpointing.html @OverridepublicfinalvoidnotifyCheckpointComplete(longc 阅读全文

posted @ 2018-09-27 15:56 暖风的风 阅读(490) 评论(0) 推荐(0) 编辑

jar依赖
摘要:https://blog.csdn.net/honghailiang888/article/details/53019635 阅读全文

posted @ 2018-09-26 13:02 暖风的风 阅读(124) 评论(0) 推荐(0) 编辑

AI重要算法
摘要:https://www.quora.com/Is-a-single-layered-ReLu-network-still-a-universal-approximator/answer/Conner-Davis-2 https://www.quora.com/Why-do-neural-networ 阅读全文

posted @ 2018-09-22 14:41 暖风的风 阅读(119) 评论(0) 推荐(0) 编辑

NonWindowJoin
摘要:package org.apache.flink.table.runtime.join /** * Connect data for left stream and right stream. Base class for stream-stream non-window Join. * * @pa 阅读全文

posted @ 2018-09-19 19:02 暖风的风 阅读(178) 评论(0) 推荐(0) 编辑

Rocket MQ 源码解析
摘要:http://rocketmq.apache.org/rocketmq/the-design-of-transactional-message/ http://www.iocoder.cn/RocketMQ/message-store/ http://www.iocoder.cn/RocketMQ/ 阅读全文

posted @ 2018-09-17 15:05 暖风的风 阅读(203) 评论(0) 推荐(0) 编辑

linear algebra
摘要:https://www.youtube.com/watch?v=ZK3O402wf1c&list=PLE7DDD91010BC51F8 https://www.youtube.com/playlist?list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab 阅读全文

posted @ 2018-09-16 18:27 暖风的风 阅读(293) 评论(0) 推荐(0) 编辑

Theories of Deep Learning
摘要:https://stats385.github.io/readings Lecture 1 – Deep Learning Challenge. Is There Theory? Readings Lecture 2 – Overview of Deep Learning From a Practi 阅读全文

posted @ 2018-09-16 18:23 暖风的风 阅读(450) 评论(0) 推荐(0) 编辑

CNN及其可解释性
摘要:https://stats385.github.io/readings https://arxiv.org/pdf/1311.2901.pdf A Mathematical Theory of Deep Convolutional Neural Networks for Feature Extrac 阅读全文

posted @ 2018-09-16 17:35 暖风的风 阅读(284) 评论(0) 推荐(0) 编辑

Why do people integrate Spark with TensorFlow even if there is a distributed TensorFlow framework?
摘要:https://www.quora.com/Why-do-people-integrate-Spark-with-TensorFlow-even-if-there-is-a-distributed-TensorFlow-framework https://www.quora.com/What-is- 阅读全文

posted @ 2018-09-16 00:08 暖风的风 阅读(246) 评论(0) 推荐(0) 编辑

Maven
摘要:https://www.jianshu.com/p/fd43b3d0fdb0 http://maven.apache.org/guides/getting-started/index.html http://maven.apache.org/plugins/maven-assembly-plugin 阅读全文

posted @ 2018-09-14 16:30 暖风的风 阅读(145) 评论(0) 推荐(0) 编辑

LL&LR parser
摘要:http://web.cse.ohio-state.edu/software/2231/web-sw2/extras/slides/27.Recursive-Descent-Parsing.pdf https://blog.csdn.net/qq_25104587/article/details/9 阅读全文

posted @ 2018-09-11 17:22 暖风的风 阅读(530) 评论(0) 推荐(0) 编辑

JavaCC
摘要:https://www.codeproject.com/Articles/35748/An-Introduction-to-JavaCC https://javacc.org/javaccgrm https://www.javaworld.com/article/2076269/learn-java 阅读全文

posted @ 2018-09-08 22:38 暖风的风 阅读(238) 评论(0) 推荐(0) 编辑

FLINK SQL Calcite原理
摘要:http://wuchong.me/blog/2017/03/30/flink-internals-table-and-sql-api/ https://cloud.tencent.com/developer/article/1243475 阅读全文

posted @ 2018-09-06 00:52 暖风的风 阅读(416) 评论(0) 推荐(0) 编辑

calcite 理论
摘要:https://blog.csdn.net/yunlong34574/article/details/46375733 https://cloud.tencent.com/developer/article/1243475 https://www.slideshare.net/JordanHalte 阅读全文

posted @ 2018-09-06 00:48 暖风的风 阅读(677) 评论(0) 推荐(0) 编辑

FLIP-24+-+SQL+Client
摘要:https://cwiki.apache.org/confluence/display/FLINK/FLIP-24+-+SQL+Client 阅读全文

posted @ 2018-09-04 10:34 暖风的风 阅读(164) 评论(0) 推荐(0) 编辑

github pull request
摘要:https://stackoverflow.com/questions/14680711/how-to-do-a-github-pull-request https://help.github.com/articles/about-pull-requests/ https://stackoverfl 阅读全文

posted @ 2018-09-03 13:37 暖风的风 阅读(222) 评论(0) 推荐(0) 编辑

scala future
摘要:https://docs.scala-lang.org/overviews/core/futures.html https://docs.scala-lang.org/overviews/index.html https://docs.scala-lang.org/learn.html 阅读全文

posted @ 2018-09-02 23:01 暖风的风 阅读(123) 评论(0) 推荐(0) 编辑

AKKA好文
摘要:https://richardimaoka.github.io/blog/ 阅读全文

posted @ 2018-09-01 15:05 暖风的风 阅读(125) 评论(0) 推荐(0) 编辑

导航

点击右上角即可分享
微信分享提示