码迷,mamicode.com
首页 >  
搜索关键字:source address of ping    ( 30778个结果
了解AssetBundle包是啥
AssetBundle简称AB包,总的来说就是一总压缩文件,就是把Unity里面的资源进行打包压缩(唯独不能打包C#脚本) Unity其实也自带了打包功能,不过Unity是要把资源放到Resources文件夹下,然后对该文件下所有的文件进行打包,不管你用没用到,然后还只能使用Resources.Lo ...
分类:其他好文   时间:2021-03-15 10:52:55    阅读次数:0
使用 terraform 创建实例报错
Error: Error launching source instance: Unsupported: The requested configuration is currently not supported. Please check the documentation for suppor ...
分类:其他好文   时间:2021-03-15 10:42:10    阅读次数:0
0.5-Air302(NB-IOT)-连接自建MQTT服务器
<p><iframe name="ifd" src="https://mnifdv.cn/resource/cnblogs/Learn-NB-IOT-Air302-ForLua" frameborder="0" scrolling="auto" width="100%" height="1500"> ...
分类:其他好文   时间:2021-03-12 13:34:49    阅读次数:0
Flink实时计算topN热榜
TopN的常见应用场景,最热商品购买量,最高人气作者的阅读量等等。 1. 用到的知识点 Flink创建kafka数据源; 基于 EventTime 处理,如何指定 Watermark; Flink中的Window,滚动(tumbling)窗口与滑动(sliding)窗口; State状态的使用; P ...
分类:其他好文   时间:2021-03-12 13:00:59    阅读次数:0
索引模板和动态索引模板 (Index Template和Dynamic Template)
GET _cat/templates GET /_template/* PUT _template/test1_template { "order": 0, "version": 1, "index_patterns": [ "test1-*" ], "settings": { "index": { ...
分类:其他好文   时间:2021-03-12 11:40:33    阅读次数:0
MySQL-NDB7.6集群部署
环境准备 软件部署设计 用途 组件 SQL nodes mysqld binary Data nodes ndbd or ndbmtd Management nodes ndb_mgmd and ndb_mgm IP网络设计 Node IP Address Management node (mgmd ...
分类:数据库   时间:2021-03-10 13:21:06    阅读次数:0
elasticsearch自动补全详解
一、参考 Suggesters Elasticsearch Suggester 详解 二、基本介绍 2.1 bing 示例 2.2 suggest 过程 三、ES 的 suggester 3.1 实现原理 将输入的文本分解为token, 然后在索引的字典中查找相似的 term 并且返回 3.2 4 ...
分类:其他好文   时间:2021-03-09 13:25:28    阅读次数:0
SpringBoot Swagger3.0配置
1、导入Maven依赖 <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-boot-starter</artifactId> <version>3.0.0</version> </dependency> 2、配置ap ...
分类:编程语言   时间:2021-03-09 13:16:42    阅读次数:0
基于element-ui封装一个Table模板组件
基于element-ui封装一个Table模板组件 大家在做后台管理系统的时候,写的最多的可能就是表格页面了,一般分三部分:搜索功能区、表格内容区和分页器区。一般这些功能都是使用第三方组件库实现,比如说element-ui,或者vuetify。这两个组件库都各有各的优点,但就table组件来说,我还 ...
分类:其他好文   时间:2021-03-09 13:02:56    阅读次数:0
大数据实战-Hive-技巧实战
1.union 和 union all 前者可以去重 select sex,address from test where dt='20210218' union all select sex,address from test where dt='20210218'; + + +--+ | sex ...
分类:其他好文   时间:2021-03-08 14:17:52    阅读次数:0
30778条   上一页 1 ... 28 29 30 31 32 ... 3078 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!