概览1.配置hive-site.xml2.配置hadoop中的core-site.xml文件3.测试 首先将hive安装 然后更改部分配置文件 1.配置hive-site.xml利用Xshell工具连接虚拟机 进入hive安装目录下的conf文件夹,更改hive-site.xml配置文件其中配置参考 ...
分类:
其他好文 时间:
2021-06-19 19:20:19
阅读次数:
0
1、引入bootstrap和validate <script src="{% static 'js/jquery.min.js' %}"></script> <link href="{% static 'css/bootstrap.css' %}" rel="stylesheet"> {# 前端校验 ...
分类:
其他好文 时间:
2021-06-04 18:44:54
阅读次数:
0
在使用PADS时,经常会从CAD文件中导出板框形状到PADS中。 也经常碰到一个问题:就是单位不匹配,CAD中明明设置成毫米了,可导入到PADS时却是mil。 发现单位不匹配的情况跟AUTOCAD里面的“图形样板”文件有关。在CAD里面,每次新建一个文件的时候,都会弹出一个“图形样板”选择对话框,这 ...
分类:
其他好文 时间:
2021-05-24 07:38:41
阅读次数:
0
1. 必要环境 请确保已安装 node npm webpack 2.创建一个test文件夹 mkdir test && cd test && npm init 3. 创建 webpack.dev.config.js const path = require('path') const {CleanW ...
分类:
Web程序 时间:
2021-05-24 04:44:39
阅读次数:
0
1、设置超链接 # 设置超链接 sheet.cell(2,2).hyperlink = "www.baidu.com" 2.cell的其它属性 # cell 的其它属性 sheet.cell(row = 1,column = 2).column_letter sheet.cell(row = 1,c ...
分类:
其他好文 时间:
2021-05-23 22:55:32
阅读次数:
0
textview基本属性: text setText 设置文本的内容 textColor setTextColor 设置文本的颜色 textSize setTextSize 设置文本大小 textAppearance setTextAppearance 设置文本的分格,风格定义在res/styles ...
分类:
其他好文 时间:
2021-05-20 17:48:35
阅读次数:
0
# 每月将各分公司的业务情况汇总 再定时输出 import cx_Oracle from openpyxl.styles import Font import pandas as pd import openpyxl import time from email.mime.multipart imp ...
分类:
编程语言 时间:
2021-04-26 13:49:32
阅读次数:
0
Shortcut Keys Configure Summary You can use shortcut keys to quickly insert or modify styles or do other operations supported by Typora. You can find ...
分类:
其他好文 时间:
2021-04-06 14:21:02
阅读次数:
0
### Python网络爬虫之requests模块 ###### 什么是requests模块 ? request模块是python中原生的基于网络请求的模块,其主要作用是用来模拟浏览器发起请求。功能强大,用法简洁高效。在爬虫领域中占着半壁江山的地位。 ###### 为什么要使用request模块 ? ...
分类:
编程语言 时间:
2021-03-31 12:17:39
阅读次数:
0
使用命令行生成 javadoc命令生成自己的api文档 javadoc [options] [packagenames] [sourcefiles] [@files] 参数: -overview <file> 从 HTML 文件读取概览文档 -public 仅显示 public 类和成员 -prot ...
分类:
编程语言 时间:
2021-03-30 12:47:11
阅读次数:
0