1.准备一台Vmware虚拟机,添加hdfs用户及用户组,配置网络见 https://www.cnblogs.com/qixing/p/11396835.html 在root用户下 添加hdfs用户,并设置密码: 将hdfs用户添加到hdfs用户组中 前面一个hdfs是组名,后面一个hdfs是用户名 ...
                            
                            
                                分类:
其他好文   时间:
2019-12-29 23:50:10   
                                阅读次数:
271
                             
                    
                        
                            
                            
                                    1 import pandas as pd 2 """ 3 pandas默认支持的时间点类型——Timestamp 4 pandas默认支持的时间序列类型——DatetimeIndex 5 numpy默认支持的时间点数据类型——datetime64 6 """ 7 8 # 可以使用pd.to_dat ...
                            
                            
                                分类:
其他好文   时间:
2019-12-29 20:30:26   
                                阅读次数:
71
                             
                    
                        
                            
                            
                                    1 import pandas as pd 2 3 # 加载数据 4 detail = pd.read_excel("./meal_order_detail.xlsx") 5 print("detail: \n", detail) 6 print("detail的列名称: \n", detail.c ...
                            
                            
                                分类:
其他好文   时间:
2019-12-29 20:29:59   
                                阅读次数:
146
                             
                    
                        
                            
                            
                                参考链接:https://docs.vmware.com/en/vRealize-Operations-Manager/6.7/vrealize-operations-manager-67-vapp-deploy-guide.pdf 大致过程:先下载ova的模板部署到esxi,会提示配置ip地址,部署规模等信息部署完毕后,打开配置好的ip地址访问webclient做下一步部署
                            
                            
                                分类:
其他好文   时间:
2019-12-29 09:16:55   
                                阅读次数:
204
                             
                    
                        
                            
                            
                                一、 查看健康状况 GET _cat/health?v 二、 查看索引 GET _cat/indices?v 三、 插入索引 PUT /ecommerce 四、 在索引下插入文档 PUT /ecommerce/_doc/1 { "name":"gaolujie yagao", "desc":"you ...
                            
                            
                                分类:
其他好文   时间:
2019-12-28 19:20:10   
                                阅读次数:
95
                             
                    
                        
                            
                            
                                    本文出自APICloud官方论坛, 感谢论坛版主 技术咨询-Kenny 的分享。 一、概述iOS原生开发中若要实现某些特殊功能,如使用HealthKit、实现Universal Links等、需要在工程target的Capabilities选项中打开对应的功能开关,而最终的配置都会写入到工程中的一个 ...
                            
                            
                                分类:
移动开发   时间:
2019-12-27 11:20:16   
                                阅读次数:
107
                             
                    
                        
                            
                            
                                    https://www.reddit.com/r/rust/comments/bhtuah/production_deployment_of_rust_in_hft_system_at/ A Korean financial company runs a profitable HFT(High Fr ...
                            
                            
                                分类:
其他好文   时间:
2019-12-27 10:08:47   
                                阅读次数:
118
                             
                    
                        
                            
                            
                                    HTML部分 <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="index.aspx.cs" Inherits="up6.index" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 T ...
                            
                            
                                分类:
Web程序   时间:
2019-12-26 19:46:54   
                                阅读次数:
116
                             
                    
                        
                            
                            
                                keepalived概述Keepalived的作用是检测服务器的状态,如果有一台web服务器宕机,或工作出现故障,Keepalived将检测到,并将有故障的服务器从系统中剔除,同时使用其他服务器代替该服务器的工作,当服务器工作正常后Keepalived自动将服务器加入到服务器群中,这些工作全部自动完成,不需要人工干涉,需要人工做的只是修复故障的服务器。keepalived工作原理1、keepali
                            
                            
                                分类:
其他好文   时间:
2019-12-26 16:17:51   
                                阅读次数:
104
                             
                    
                        
                            
                            
                                    public class FileUtils { /** * realPath 磁盘路径 D://project/download/ * urlPath 后半部分路径 具体根据业务需求,例如:WEB-INF/download.xlsx * downLoadName 下载后的新名字 * @param  ...
                            
                            
                                分类:
其他好文   时间:
2019-12-24 14:04:59   
                                阅读次数:
105