上一页 1 2 3 4 5 6 7 8 9 10 ··· 20 下一页
摘要: Ubuntu sudo apt-get install openjdk-8-jdk 默认提示是 sudo apt-get install openjdk-8-jre, 这个只有jre Centos yum search openjdk yum -y install java-1.8.0-openjd 阅读全文
posted @ 2019-06-30 15:00 funny_coding 阅读(3547) 评论(0) 推荐(0) 编辑
摘要: ##1.HLS协议 http live streaming 将本地文件或者摄像头视频转成hls流文件 https://www.ffmpeg.org/ffmpeg-all.html#hls-2 ##2.rtmp流协议 需要nginx-rtmp-module 编译过程有很多依赖 参考 https://w 阅读全文
posted @ 2019-06-29 23:39 funny_coding 阅读(1084) 评论(0) 推荐(0) 编辑
摘要: state状态操作 https://ci.apache.org/projects/flink/flink docs release 1.8/concepts/programming model.html stateful operations kv的状态,来源不同的source 会自动分片到 固定的 阅读全文
posted @ 2019-06-28 10:55 funny_coding 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 最底层的processFunction 功能强大,使用复杂 中间层的DataSet api map reduce 。。。一些基本运算api 中上层的tableAPI 最上层 SQL 两个相似,只是写法上的不同 阅读全文
posted @ 2019-06-26 23:41 funny_coding 阅读(726) 评论(0) 推荐(0) 编辑
摘要: 使用tableFunction的collect总是npe, 实际可以自定义collector, 在collector中做自己想做的事 不使用现成的collector 阅读全文
posted @ 2019-06-26 22:07 funny_coding 阅读(1074) 评论(0) 推荐(0) 编辑
摘要: 需求: 计算平台,有很多表,打算提供一个基于sql的服务接口, sql不能完全在配置页面写死, 要能根据参数不同执行不同的语义,防止sql个数爆炸 把mybatis原码down下来, 改造一下测试用例, 观察一下动态sql的原理 可以看出IfSqlNode WhereSqlNode....这些sql 阅读全文
posted @ 2019-06-11 20:18 funny_coding 阅读(5909) 评论(2) 推荐(1) 编辑
摘要: 几w条数据显示出来, 不适合用条形图, 改用拆线图 实际不是全部显示,而是跳着显示 阅读全文
posted @ 2019-05-27 10:09 funny_coding 阅读(238) 评论(0) 推荐(0) 编辑
摘要: https://cn.vuejs.org/api/options-state.html#methods 使用vue-cli生成单页应用框架, npm run serve之后即可开始修改src目录下面的js css文件(index.html可以保持不动), 自动热部署 , 前端框架就已经搭起来了。 w 阅读全文
posted @ 2019-05-25 16:48 funny_coding 阅读(429) 评论(0) 推荐(0) 编辑
摘要: 安装准备 安装grafana localhost:3000 user/password admin/admin 1.集成mysql数据源 安装mysql 新建数据源,支持mysql 数据库连接失败处理: https://www.jianshu.com/p/684bc3a77ac9 新建面板 配置sq 阅读全文
posted @ 2019-05-01 12:21 funny_coding 阅读(310) 评论(0) 推荐(0) 编辑
摘要: ThreadPoolTaskExecutor提供TaskDecorator可以实现类似ThreadPoolExecutor.afterExecute()类似功能 taskDecorator主要是对Runnable任务装饰一下, 在任务执行时完成异常日志打印、ThreadLocal清理等功能 但是对C 阅读全文
posted @ 2019-04-30 21:53 funny_coding 阅读(4075) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 20 下一页
build beautiful things, share happiness