2021-04-21T12:36:52.697398000Z [2021-04-21T12:36:52,696][WARN ][logstash.licensechecker.licensereader] Attempted to resurrect connection to dead ES in ...
分类:
其他好文 时间:
2021-04-22 16:14:06
阅读次数:
0
开发工具:Android Studio TestView(线性布局) 1、基本属性: layout_width:组件宽度(单位dp) layout_height:组件高度 id:组件id text:文本内容 textColor:字体颜色 textStyle:字体风格,normal(无效果)、bold ...
分类:
移动开发 时间:
2021-04-22 16:12:15
阅读次数:
0
目前线上的 redis内存容量急剧增加,已经达到98%了.解决方案除了 扩容 redis内存,还需要分析下线上的数据增加是否符合预期. 所以需要下载线上的 rdb 文件来分析 数据使用情况. 目前使用的工具有两个一个 python 的 redis_rdb_tools,另外一个是 golang的rdr ...
分类:
数据库 时间:
2021-04-21 12:11:32
阅读次数:
0
但是机器学习模型本质上是相关性的学习,大量弱特征的引入在提升模型效果的同时,就会削弱可解释性。 滴滴治理算法探索与实践 原创 网约车技术团队 滴滴技术 2021-04-16 https://mp.weixin.qq.com/s/Kn0NToHvCPvIBvSIIN18cQ ...
分类:
其他好文 时间:
2021-04-20 15:19:17
阅读次数:
0
Profiling is an indispensable measure for analyzing and optimizing the performance of your program. A typical profiler like GNU gprof will complete th ...
分类:
其他好文 时间:
2021-04-20 14:35:11
阅读次数:
0
一行代码获取所有的财务指标数据 点击查看JQData sdk详细内容? 财务指标数据返回字段 列名列的含义 code 股票代码 pubDate 日期 statDate 日期 eps 每股收益EPS(元) adjusted_profit 扣除非经常损益后的净利润(元) operating_profit ...
分类:
其他好文 时间:
2021-04-19 15:51:46
阅读次数:
0
最近在排查一个ORM层相关的生产BUG时,在网上查找资料,看到一些人反馈mybatis 3.3.0之前版本的一个空指针BUG,于是自己看源码研究了一下,还真有这种问题,下面以mybatis 3.1.1版本源码作为说明。 BUG产生的源头在OGNL表达式上,直接根据结论放上自己的一个测试类,断点选择在 ...
分类:
其他好文 时间:
2021-04-15 12:39:39
阅读次数:
0
1.配置线程 #是否允许并行执行true/false junit.jupiter.execution.parallel.enabled = true #是否支持方法级别多线程same_thread/concurrent junit.jupiter.execution.parallel.mode.de ...
分类:
编程语言 时间:
2021-04-15 12:31:45
阅读次数:
0
You have a card deck of n cards, numbered from top to bottom, i. e. the top card has index 1and bottom card — index n. Each card has its color: the 𝑖 ...
分类:
其他好文 时间:
2021-04-15 12:03:00
阅读次数:
0
mybatis对数据库的增删改查用<insert>字段来对数据库进行增加操作 <insert id="save" parameterType="mybatis.domain.user" keyColumn="id" keyProperty="id" useGeneratedKeys="true">I ...
分类:
数据库 时间:
2021-04-14 12:29:41
阅读次数:
0