执行jdbc查询时抛出异常: Cannot execute statement: impossible to write to binary log since BINLOG_FORMAT = STATEMENT and at least one table uses a storage engin ...
分类:
其他好文 时间:
2020-02-24 19:01:21
阅读次数:
86
小程序页面跳转 https://developers.weixin.qq.com/miniprogram/dev/api/route/wx.switchTab.html 。 ...
分类:
微信 时间:
2020-02-23 14:40:31
阅读次数:
85
What is SPDK The Storage Performance Development Kit (SPDK) provides a set of tools and libraries for writing high performance, scalable, user-mode st ...
分类:
其他好文 时间:
2020-02-22 14:01:18
阅读次数:
91
Virtual memory is a memory management capability of an operating system (OS) that uses hardware and software to allow a computer to compensate for phy ...
分类:
其他好文 时间:
2020-02-22 10:16:08
阅读次数:
79
1、spark的一大特性就是基于内存计算,Driver只保存任务的宏观性的元数据,数据量较小,且在执行过程中基本不变,不做重点分析,而真正的计算任务Task分布在各个Executor中,其中的内存数据量大,且会随着计算的进行会发生实时变化,所以Executor的内存管理才分析的重点。 2、在执行Sp ...
分类:
其他好文 时间:
2020-02-20 19:53:27
阅读次数:
56
本文主要分享一个案例: 10分钟内通过Device SDK上传文件到IoTHub B站视频:https://www.bilibili.com/video/av90224073/ 本文主要有如下内容: 1. 了解IoT Hub中文件存储在了哪里 2. 使用Node.js Device SDK 上传TX ...
分类:
Web程序 时间:
2020-02-20 10:16:42
阅读次数:
83
本文主要分享一个案例: 10分钟使用消息路由将原始设备数据记录存档 B站视频讲解:https://www.bilibili.com/video/av90223893/ 本文主要有如下内容: 1.理解什么是消息路由,为什么要用消息路由 2.消息路由的类型 3.配置一个到Storage的消息路由,将原始 ...
分类:
其他好文 时间:
2020-02-20 09:17:04
阅读次数:
82
准备工作: U盘,电脑 步骤.: 格式化U盘为Fat32(主意不是exFat) 将固件复制到U盘,插入机顶盒; 机顶盒关机重启时用针按住reset按钮; 遥控器选择从Apply Update from External Storage启动 等待几分钟,大功搞成。 固件及格式化工具: 链接: http ...
分类:
移动开发 时间:
2020-02-19 14:54:29
阅读次数:
147
1. pthread.h中头部需要添加 #define HAVE_STRUCT_TIMESPEC 2. 报一些socket之类的错误时,我在预处理器中添加, HAVE_STRUCT_SOCKADDR_STORAGE;HAVE_STRUCT_SOCKADDR_IN6; 遇到这样的报错: “sockad ...
分类:
其他好文 时间:
2020-02-19 11:41:41
阅读次数:
213
1.打开chrome 输入 “chrome://version/”来查看chrome版本 2.访问此网站 http://chromedriver.storage.googleapis.com/index.html 然后选择合适版本的driver。点击notes.txt就可查看其对应的版本号 3.把c ...
分类:
其他好文 时间:
2020-02-18 09:57:47
阅读次数:
70