1.版本选型 hadoop 3.1.3 hive 3.1.2 presto 0.233.1 2.Prsto 简介 详细参考:https://prestodb.github.io/docs/current/connector.html 2.1 Presto 优势 多数据源,支持SQL,自定义扩展Con ...
分类:
其他好文 时间:
2020-04-03 00:15:16
阅读次数:
177
<input type="text" id="con" style="width:200px;height:50px;" value="345.56"/> <button id="but" style="width:200px;height:50px;" ...
分类:
其他好文 时间:
2020-04-02 10:35:54
阅读次数:
86
void 、 char 、 int、float、 double、 short、long、signed、unsigned、struct、union、 enum 、 typedef、sizeof、auto、static、register、extern 、const、volatile、return con ...
分类:
编程语言 时间:
2020-04-01 01:22:18
阅读次数:
107
SpringBoot日志配置文件不生效是因为配置文件重复!!! SpringBoot项目中默认有一份日志配置文件,项目启动时先读取到了默认日志配置文件,没有读取resource目录中的配置文件,需要自定义日志信息的话需要在Springboot配置文件中指定读取自定义的配置文件 logging.con ...
分类:
编程语言 时间:
2020-03-31 20:36:25
阅读次数:
603
某天面试时被问到ListView的缓存机制,竟然不知道!赶紧来学习一下。 ListView的Adapter中都有一个方法getView(),平时我们就是在Adapter中用LayoutInflater从R.layout中拿取布局id然后填充为一个View返回,但是我却忽略了这个方法的第二个参数con ...
分类:
其他好文 时间:
2020-03-31 14:04:39
阅读次数:
55
1,创建docker网络"redis-net": sudo docker network create --driver bridge redis-net 最后一条记录系新创建连接 2,创建主容器实例master-redis: 配置文件下载地址:https://redis.io/topics/con ...
分类:
其他好文 时间:
2020-03-28 18:25:21
阅读次数:
73
SQL> alter database backup controlfile to '/home/oracle/con.ctl'; #备份控制文件 Database altered. #删除后会记录到当前的控制文件中,恢复的时候不可以使用当前的控制文件 SQL> drop tablespace tb ...
分类:
其他好文 时间:
2020-03-27 23:20:44
阅读次数:
77
Mysql 中文乱码 修改字符集 用户与权限管理 mysql 2058错误: Docker 安装 Mysql sql检验原则 mysql逻辑架构 查看sql执行周期 sql语句 存储引擎 sql性能下降原因 join from tableA inner join tableB on join_con ...
分类:
数据库 时间:
2020-03-27 13:10:59
阅读次数:
134
1 #导入模块 2 import sqlite3 3 #创建连接 4 con = sqlite3.connect('d:/sqlite3Demo/demo.db') 5 #创建游标对象 6 cur = con.cursor() 7 #编写修改的SQL语句 8 sql = 'update t_pers ...
分类:
数据库 时间:
2020-03-26 19:56:25
阅读次数:
87
Sometimes you'd like to measure how two implementations compare in regards to run time. In this lesson you will learn how to quickly do this using Con ...
分类:
Web程序 时间:
2020-03-26 19:44:25
阅读次数:
87