需要注意以下两点: 如果你使用的是https://github.com/BruceZhaoR/Zh-beamer提供的模版,切记把文件beamer_default.tex里面 \usepackage{xecjk} 改成 \usepackage{xeCJK} 如果你使用macOS且用了https:// ...
分类:
其他好文 时间:
2021-04-14 12:30:51
阅读次数:
0
我们点击项目上方的 Add file,选择 creat new file 名称填写 LICENSE, 右侧便会出现按钮 Choose a license template 选择你要的证书,填写 年份 和 name, 点击 Review and submit 选择master分支,点击 commit ...
分类:
其他好文 时间:
2021-04-14 12:10:36
阅读次数:
0
给你$n$个色块,每个色块两端分别有一种颜色,并且每个色块都有一个权值,你可以将一个色块翻转,例如 $[col1\mid val\mid col2] \to [col2\mid val\mid col1]$,如果两个色块接触的两端颜色相同,就可以称这两个色块为一个序列,一个序列可能由多个色块构成,序... ...
分类:
其他好文 时间:
2021-04-14 11:56:47
阅读次数:
0
MeterSphere 一站安装部署 环境要求 操作系统: CentOS 7.x CPU/内存: 4核8G 磁盘空间: 50G 可访问互联网 1)一键安装 以 root 用户执行如下命令一键安装 MeterSphere: curl -sSL https://github.com/meterspher ...
分类:
其他好文 时间:
2021-04-14 11:56:25
阅读次数:
0
目录: 1、前言 2、背景 3、效果展示 4、Sample解析 5、Library解析 6、《鸿蒙开源第三方组件》文章合集 前言 基于安卓平台的SlidingMenu侧滑菜单组件(https://github.com/jfeinstein10/SlidingMenu),实现了鸿蒙化迁移和重构,代码已 ...
分类:
其他好文 时间:
2021-04-14 11:56:06
阅读次数:
0
参考链接: https://captcha.anji-plus.com/#/doc https://github.com/anji-plus/captcha http://doc.ruoyi.vip/ruoyi-vue/document/cjjc.html#%E9%9B%86%E6%88%90aj- ...
分类:
其他好文 时间:
2021-04-14 11:53:09
阅读次数:
0
用Prometheus+grafana进行监控 https://github.com/justwatchcom/elasticsearch_exporter https://github.com/vvanholl/elasticsearch-prometheus-exporter 用metricbe ...
分类:
其他好文 时间:
2021-04-14 11:50:27
阅读次数:
0
常用工具库 https://github.com/lodash/lodash 常用时间处理库 https://github.com/moment/moment 图片预览插件 https://github.com/fengyuanchen/viewerjs 自定义音频,需要自己修改一下样式 https ...
分类:
其他好文 时间:
2021-04-13 12:32:29
阅读次数:
0
GitHub地址,猛戳:https://github.com/zxing/zxing API文档,猛戳:https://zxing.github.io/zxing/apidocs/index.html 介绍文档,猛戳:https://zxing.github.io/zxing/ https://ww ...
分类:
其他好文 时间:
2021-04-13 12:22:51
阅读次数:
0
答案是对着这段区间 [L,R] 不断询问直到不存在 x+1 得来的; 例如一个区间有为 1,2,4,4; 首先询问 1,发现存在 1,ans = 1; 然后询问 ans+1 = 2,发现存在 2,则 [1,3] 都能凑出,ans = 3; 接着询问 ans+1 = 4,发现存在两个 4,则 [1,1 ...
分类:
其他好文 时间:
2021-04-13 12:16:27
阅读次数:
0