链接:https://cloud.tencent.com/developer/article/1546444 (基本用法) 链接:https://www.cnblogs.com/lychee/p/11214032.html (原理用法) 云同步的原理是找到在github远端保存一个gist文件,每创 ...
分类:
其他好文 时间:
2020-06-07 21:40:29
阅读次数:
85
轉自 https://cloud.tencent.com/developer/article/1512622 ES的常用查询与聚合 2019-09-242019-09-24 18:02:41阅读 1.1K0 0 说明 基于es 5.4和es 5.6,列举的是个人工作中经常用到的查询(只是工作中使用的 ...
分类:
编程语言 时间:
2020-06-06 18:43:32
阅读次数:
54
参考资料: https://docs.gitea.io/en-us/install-from-binary/ https://cloud.tencent.com/developer/article/1198275 https://blog.csdn.net/rocshaw/article/detai ...
分类:
其他好文 时间:
2020-06-05 23:11:57
阅读次数:
112
I think the explanation from the Mozilla Docs describes it well: You can assign a different this object when calling an existing function. this refers ...
分类:
移动开发 时间:
2020-06-04 14:04:51
阅读次数:
92
CSS 原生支持变量 不需要 各种预编译器 放 mdn 链接 https://developer.mozilla.org/zh-CN/docs/Web/CSS/Using_CSS_custom_properties 直接点 个人喜欢用 :root :root 伪类上设置自定义属性,然后在整个文档需要 ...
分类:
Web程序 时间:
2020-06-03 23:22:29
阅读次数:
88
干货列表: 1、入门必读!Apache Flink 零基础系列教程,30 天成长为 Flink 大神! https://developer.aliyun.com/article/753999?utm_content=g_1000133260 2、首次开放!阿里巴巴CIO学院独家教材《给ITer的技术 ...
分类:
其他好文 时间:
2020-06-02 13:23:17
阅读次数:
129
4.9、Helm 4.9.1、简单使用 概念 文档:https://github.com/helm/helm/blob/master/docs/charts.md 阿里云apphub:https://developer.aliyun.com/hub/ 在没使用 helm 之前,向 kubernete ...
分类:
其他好文 时间:
2020-05-31 21:50:09
阅读次数:
86
最近工作中用了了Hadoop,比如用Hadoop来处理广告的一些pv量数据、点击数据等,最后统计后给运营展示每个广告的数据报表 首先自己了解了一些关于Hadoop的概念知识 hadoop平台提供了分布式存储(hdfs),分布式计算(mapredduce),任务调度(YARN)、对象存储(Ozone) ...
分类:
其他好文 时间:
2020-05-30 20:22:33
阅读次数:
94
1、点击空白页面,然后选择测试窗口。 2、点击完之后就会弹出一个测试窗口的页面 3、然后就可以输入sql进行调试 -- Created on 2020/5/30 by 123 declare -- Local variables here i integer; O_MSG VARCHAR2(50); ...
分类:
数据库 时间:
2020-05-30 15:53:10
阅读次数:
158
adb命令:官方参考网址:https://developer.android.google.cn/studio/command-line/adb?hl=zh-cn#-t-option 1、adb shell dumpsys meminfo 包名.apk ——查看指定包名应用内存使用情况 adb sh ...
分类:
数据库 时间:
2020-05-30 15:40:22
阅读次数:
104