码迷,mamicode.com
首页 >  
搜索关键字:external    ( 1638个结果
k8s之external-etcd集群管理
一、概述 kubernetes使用etcd作为数据中心,使用kubeadm部署kubernetes的时候默认会自己部署一个etcd,当然也可以将kubeadm部署的单点的etcd做成集群,但是比较麻烦,所以我们使用的是自建 的etcd集群即external etcd cluster。在使用kubea ...
分类:其他好文   时间:2019-01-17 20:04:14    阅读次数:248
大数据学习——hive的sql练习
1新建一个数据库 2创建一个外部表 3添加数据 vi student.txt 4 查询 5 group by分组 6 cluster by 分区,排序 7 ...
分类:数据库   时间:2019-01-17 19:40:40    阅读次数:225
MapServer Tutorial——MapServer7.2.1教程学习——教程背景
MapServer Tutorial——MapServer7.2.1教程学习——教程背景 一、前言 目前处于MapServer学习入门阶段,所以每一步都需要打下扎实基础。尽自己最大的努力,去学习知识的细节。一步一步按照官网上的教程操作。争取掌握MapServer. 二、教程时间表 高手可能在一天内就 ...
分类:其他好文   时间:2019-01-16 13:05:36    阅读次数:207
大数据学习——hive基本操作
1 建表 2 创建一个student.txt 添加数据 3 上传 hdfs dfs -put student.txt /user/hive/warehouse/student 4 select * from student; 5 通常不会通过put方式加载数据,而是通过load的方式添加数据 loa ...
分类:其他好文   时间:2019-01-15 22:03:19    阅读次数:225
ElasticSearch(九)基于version进行乐观锁并发控制
一、基于version进行乐观锁并发控制 1)、查看一条document 2)、模拟多并发下,利用version进行更新 同时带上数据的版本号,确保说,es中的数据的版本号,跟客户端中的数据的版本号是相同的,才能修改 二、基于external version进行乐观锁并发控制 es提供了一个feat ...
分类:其他好文   时间:2019-01-15 14:29:10    阅读次数:304
Debug Dart at External Terminal
launch.json tasks.json DartLauncher.cs ...
分类:其他好文   时间:2019-01-13 13:41:41    阅读次数:175
change log
3、git cz 替换 git commit 4、执行yarn changelog 就可以生成CHANGELOG.MD 文件 参考文章:https://www.jianshu.com/p/00c9ec4e552e ...
分类:其他好文   时间:2019-01-10 12:03:49    阅读次数:94
XXE – Things Are Getting Out of Band
This isn’t anything new however has been a long time in writing as I’ve been playing around with things! It is more my take on how to do these types o ...
分类:其他好文   时间:2019-01-06 18:55:27    阅读次数:240
2018年11月14日 Forcing XXE Reflection through Server Error Messages
https://blog.netspi.com/ XML External Entity (XXE) injection attacks are a simple way to extract files from a remote server via web requests. For easy ...
分类:其他好文   时间:2019-01-06 18:53:52    阅读次数:133
Hunting in the Dark – Blind XXE
Before getting into the post, this isn’t anything brand new or leet in the area of XML External Entity (XXE) attacks, it is purely something I came ac ...
分类:其他好文   时间:2019-01-06 18:53:44    阅读次数:204
1638条   上一页 1 ... 35 36 37 38 39 ... 164 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!