- 博客(17)
- 收藏
- 关注
原创 数仓之Hive与Hbase的区别
本身不支持SQL的,需要集成Phoenix/hive才可以支持SQL有自己的一级索引,rowkey,基于一级索引进行数据查询,所以查询速度是比较快的底层基于scan进行数据扫描,而不是用MapReducehbase中的表都是物理表,有独立的物理数据结构,查询的时候可以把数据加载到内存,提升查询效率。hive中的表纯逻辑表,只是表的定义,本身是不存储的、不计算的,完全依赖于hdfs/MapReduce。hive的运行依赖hdfs进行数据的存储,默认依赖MapReduce进行数据计算。
2024-12-20 11:38:54
230
原创 vue报错Refused to evaluate a string as JavaScript because ‘unsafe-eval’ is not an allowed...
electron 使用sequelize报错Uncaught EvalError: Refused to evaluate a string as JavaScript because ‘unsafe-eval’ is not an allowed source of script in the following Content Security Policy directive: “script-src ‘self’”.把html中meta标签,增加’unsafe-eval’
2024-03-14 16:10:49
4020
1
原创 【emscripten webassembly 传参传图片参数】
<!DOCTYPE html><html><head> <meta charset="UTF-8"> <title>文件上传示例</title></head><body><h1>文件上传示例</h1><form id="uploadForm"> <input type="file" id="fileInput" name="file"
2024-01-16 15:16:01
495
1
原创 vscode将默认终端terminal从powershell改为cmd
vscode将默认终端terminal从powershell改为cmd,加快启动速度
2022-11-12 10:04:57
1682
原创 pyinstaller5.6.2打包django_restframework,simplejwt项目
最新 pyinstaller5.6.2打包django_restframework,simplejwt项目exe
2022-11-03 10:58:06
396
原创 debug模式qt使用Cstring引入afxwin.h异常&内存泄漏
把#include "afxwin.h"替换为#include “atlstr.h”
2022-10-26 09:37:33
585
原创 qt5报错Installed Qt WebEngine locales directory not found at location
pyqt5及qt-webengine使用报错
2022-08-03 10:18:36
1892
原创 springboot整合mybatis,xml文件扫描路径配置(多路径)
mapper-locations: classpath*:mapper//.xml ,classpath:com/easy/admin//mapping/.xml#java目录下包路径写法com/easy/admin/**/mapping/.xml#resources下写法classpath*:mapper/**/*.xml
2022-04-14 19:26:22
3980
原创 @RequestBody axios post请求400 bad request
axios({url: “api/tbDataCollect/dataCollect”,method: “post”,dataType: “json”,data: {datetime: “2022-04-01 11:11:12”,factory: “”,id: 0,lossImgPath: “”,lossNum: 0,lossSamplingNum: 0,misjudgeAoiNum: 0,misjudgeFakeDefectNum: 0,misjudgeNum: 0,misju
2022-04-02 09:24:48
829
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人