码迷,mamicode.com
首页 >  
搜索关键字:hive hue xls    ( 7606个结果
python操作Excel将数据写入多个sheet
将一个列表数据写入output.xlsx的a,b,c……等sheet中 import pandas as pd df1 = pd.DataFrame({'a':[3,1],'b':[4,3]}) df2 = df1.copy() with pd.ExcelWriter('F:\\python入门\\ ...
分类:编程语言   时间:2020-05-13 23:31:30    阅读次数:141
EasyUI 导出数据表格 (Export DataGrid)
加載引用 'datagrid-export.js' 文件 <script type="text/javascript" src="datagrid-export.js"></script> 导出数据表格 $('#dg').datagrid('toExcel','dg.xls'); // export ...
分类:其他好文   时间:2020-05-13 12:14:18    阅读次数:389
navicat premium15免费版安装说明(附工具)
@[toc] 所在公司目前使用的数据库主要是mysql 和hive, 所以选择的数据库客户端工具是sqlYog和xshell了。但是最近一个可视化系统需要支持配置多数据源,包括mysql,orcale,sqlServer,这就有个问题sqlYog连不了oracle 和sqlServer。然后不得不换 ...
分类:其他好文   时间:2020-05-12 13:36:19    阅读次数:102
python读取excel数据插入sqlite中
#!/usr/bin/env python# -*- coding:utf-8 -*-# Author: Hoganimport xlrdimport sqlite3def read_excel(fileName): # 打开文件excel workBook = xlrd.open_workbook ...
分类:数据库   时间:2020-05-12 11:27:14    阅读次数:84
el-upload 手动上传文件
<el-upload style="display: inline" ref="upload" :show-file-list="false" :on-success="onSuccess" :on-error="onError" accept=".csv,.xls,.xlsx" :before-u ...
分类:Web程序   时间:2020-05-11 18:35:16    阅读次数:386
系统监控工具--Tsar
一、介绍 Tsar是阿里巴巴开源的一个用来收集服务器系统和应用信息的采集报告工具,如收集服务器的系统信息(cpu,mem等),以及应用数据(nginx、haproxy等),收集到的数据存储在服务器磁盘上,可以随时查询历史信息,也可以将数据发送到nagios报警。Tsar能够比较方便的增加模块,只需要 ...
分类:其他好文   时间:2020-05-11 15:20:31    阅读次数:65
3、Hive-sql优化,数据倾斜处理
一、Hive-sql优化 #增加reducer任务数量(拉取数量分流) set mapred.reduce.tasks=20; #在同一个sql中的不同的job是否可以同时运行,默认为false set hive.exec.parallel=true; #增加同一个sql允许并行任务的最大线程数 s ...
分类:数据库   时间:2020-05-11 01:21:52    阅读次数:80
Programmatically add an application to Windows Firewall
Programmatically add an application to Windows Firewall 回答1 Not sure if this is the best way, but running netsh should work: netsh firewall add allowe ...
分类:移动开发   时间:2020-05-10 15:15:24    阅读次数:86
I5TING_TOC转成的HTML,怎样高亮代码
找到安装位置全局安装一般在默认位置C:\Users\administrator\AppData\Roaming\npm\node_modules\i5ting_toc 修改marked.jsi5ting_toc\node_modules\marked\lib\marked.js将第804行修改如下 ...
分类:Web程序   时间:2020-05-10 13:22:49    阅读次数:114
hive cast( as integer)报错 in primitive type specification
原因是hive版本太老,不能识别integer,只能识别int http://mail-archives.apache.org/mod_mbox/hive-dev/201310.mbox/%3CJIRA.12595720.1340551511790.3851.1383257119001@arcas% ...
分类:其他好文   时间:2020-05-09 19:25:19    阅读次数:169
7606条   上一页 1 ... 44 45 46 47 48 ... 761 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!