Dear Prof. X I am XX, a Ph.D. candidate in the XX group of YY University, which is under the supervision of Prof. ZZ.I am about to finish my Ph.D. stu ...
分类:
其他好文 时间:
2020-12-23 12:24:19
阅读次数:
0
url(r'^invite_code/(?P<invite_code>[a-zA-Z0-9]+)/$', candidate_views.AiReportViewSet.as_view({'get': 'retrieve'})), 匹配字母,数字写法 ...
分类:
其他好文 时间:
2020-09-18 01:18:06
阅读次数:
43
Problem LeetCode Given a collection of candidate numbers (candidates) and a target number (target), find all unique combinations in candidates where t ...
分类:
编程语言 时间:
2020-09-17 20:29:16
阅读次数:
30
1.MHA主库切换机制 1.读取配置中的指定优先级 candidate_master=1 check_repl_delay=0 2.如果数据量不同,数据量多的为主库 3.如果数据量相同,按照主机标签,值越小优先级越高 # 不问顺序 2.主机标签优先级测试 #配置MHA [root@db03 ~]# ...
分类:
其他好文 时间:
2020-07-28 22:49:04
阅读次数:
95
学习注解,从注释和源码入手 注释 部分关键注释,我自己标注了一些中文注释便于理解: 注解想要被设置成异步的方法 /** * Annotation that marks a method as a candidate for <i>asynchronous</i> execution. * Can a ...
分类:
其他好文 时间:
2020-07-27 23:32:27
阅读次数:
89
Oracle Database 19c中的自动索引 1、它能做什么 自动索引功能执行以下操作。 根据表列使用情况确定潜在的自动索引。文档称这些为 “候选索引 (candidate indexes)”。 将自动索引创建为不可见索引,因此不会在执行计划中使用它们。索引名称包括 “SYS_AI”前缀。 根 ...
分类:
数据库 时间:
2020-07-13 13:21:06
阅读次数:
90
Combination Sum II (M) 题目 Given a collection of candidate numbers (candidates) and a target number (target), find all unique combinations in candidate ...
分类:
其他好文 时间:
2020-06-27 10:04:01
阅读次数:
52
修改指定位置 sudo nvim /usr/share/themes/主题名/gnome-shell/gnome-shell.css 主题名可以根据neofetch或screenfetch查看对应的Theme 进入文件后选择搜索 .candidate-popup-content 在该类下添加font ...
分类:
其他好文 时间:
2020-06-26 20:33:28
阅读次数:
119
Redis 6.0.0 稳定版 在五一期间正式发布,在发布这个版本期间,Redis 的团队大约花费了 四个月的时间,期间一共经历了四个 RC 版(Release Candidate),相应改动了许多内容,是目前 Redis的最新的版本。 对于 SSL、ACL、RESP 3 、客户端缓存、线程 I/O ...
分类:
其他好文 时间:
2020-06-23 19:06:26
阅读次数:
184
package LeetCode_40 /** * 40. Combination Sum II * https://leetcode.com/problems/combination-sum-ii/description/ * * Given a collection of candidate n ...
分类:
其他好文 时间:
2020-06-13 15:59:33
阅读次数:
59