摘要: --Group by State_ts "per X minutes"select to_char(state_ts, 'hh24')||':'||floor(to_char(state_ts, 'mi')/15)*15 tm, report_type, count(report_type)from 阅读全文
posted @ 2019-04-23 11:05 CathyGao2018 阅读(1201) 评论(0) 推荐(0)
摘要: https://sq.163yun.com/blog/article/196036888966840320 线上问题:由于上游某系统数据分布突变,引起下游本系统的一个特定时间性能指标未达线。 性能需求: 1. 调整数据分布,重新测量系统在新的压力场景下的吞吐量和关键性能指标,及此特定时间 2. 需要 阅读全文
posted @ 2019-04-19 23:35 CathyGao2018 阅读(465) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/steven520213/p/6810369.html JMS的队列消息传递过程如下图(消费者与生产者): JMS的主题消息传递过程如下图(发布/订阅): 阅读全文
posted @ 2019-04-18 10:01 CathyGao2018 阅读(187) 评论(0) 推荐(0)
摘要: https://www.investopedia.com/articles/investing/102015/introduction-wrong-way-risk.asp https://www.risk.net/risk-management/credit-risk/1557468/wrong- 阅读全文
posted @ 2019-04-17 23:13 CathyGao2018 阅读(1005) 评论(0) 推荐(0)
摘要: XSLT简介 http://www.w3school.com.cn/xsl/index.asp XSLT测试 http://www.veryhuo.com/down/html/54703.html 阅读全文
posted @ 2019-04-12 00:56 CathyGao2018 阅读(135) 评论(0) 推荐(0)
摘要: 需求场景:进入新项目,开始老本行读源码。 急需要快速了解项目的各个接口架构。 https://www.jianshu.com/p/4c31e9920537 阅读全文
posted @ 2019-04-12 00:02 CathyGao2018 阅读(825) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/3295496/what-is-a-javabean-exactly A JavaBean is just a standard That's it. It's just a convention. Lots of librar 阅读全文
posted @ 2019-04-11 17:36 CathyGao2018 阅读(250) 评论(0) 推荐(0)
摘要: http://www.uml.org.cn/zjjs/201802111.asp https://www.cnblogs.com/cyfonly/p/6380860.html 阅读全文
posted @ 2019-04-11 10:47 CathyGao2018 阅读(110) 评论(0) 推荐(0)
摘要: Ctrl+Shift+N,可以快速打开文件 Ctrl+Shift + Enter,语句完成“!”,否定完成,输入表达式时按 “!”键Ctrl+E,最近的文件Ctrl+Shift+E,最近更改的文件Shift+Click,可以关闭文件Ctrl+[ OR ],可以跑到大括号的开头与结尾Ctrl+F12, 阅读全文
posted @ 2019-04-11 10:39 CathyGao2018 阅读(221) 评论(0) 推荐(0)
摘要: 需求场景:多SQL任务多线程并行执行 解决方案:建立JDBC数据库连接池,将线程与连接一对一绑定 https://www.cnblogs.com/panxuejun/p/5920845.html https://blog.csdn.net/sunbo94/article/details/794092 阅读全文
posted @ 2019-04-11 00:19 CathyGao2018 阅读(258) 评论(0) 推荐(0)