CDH添加HUE时数据库连接失败 查看cloudera-scm-server日志报错信息是:ImportError: libxslt.so.1: cannot open shared object file: No such file or directory 原因是centos缺少库文件,执行如下 ...
                            
                            
                                分类:
其他好文   时间:
2021-04-22 15:53:25   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    get请求的参数都在url里,post的请求相对于get请求多了个body部分 常见的 post 提交数据类型有四种: 1.第一种:application/json: 这是最常见的 json 格式,如{"input1":"xxx","input2":"ooo","remember":false} 2 ...
                            
                            
                                分类:
其他好文   时间:
2021-04-22 15:43:16   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                Given an m x n matrix, return all elements of the matrix in spiral order. Example 1: Input: matrix = [[1,2,3],[4,5,6],[7,8,9]] Output: [1,2,3,6,9,8,7, ...
                            
                            
                                分类:
其他好文   时间:
2021-04-22 15:34:12   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    #多维列表(嵌套列表) #[[姓名,年龄,工资],[姓名,年龄,工资],[姓名,年龄,工资],[姓名,年龄,工资]] #字符串:"姓名,年龄,工资"例如: "张三,30,2000" emp_list = [] while True: info = input("请输入员工信息:") if info  ...
                            
                            
                                分类:
其他好文   时间:
2021-04-22 15:26:09   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    c语言中continue语句;执行continue语句后,循环体的剩余部分就会被跳过。 例子; 1、原始程序。输出矩形。 #include <stdio.h> int main(void) { int i, j, height, width; puts("please input the heigh ...
                            
                            
                                分类:
编程语言   时间:
2021-04-22 15:24:21   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    #!/usr/bin/env python # -*- coding:utf-8 _*- """ @author:zhoutao @file: 金山 V8 终端安全系统 默认弱口令漏洞.py @time: 2021/04/20 @function: """ import requests impor ...
                            
                            
                                分类:
其他好文   时间:
2021-04-22 15:22:34   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    本人被el-upload的上传困扰了许久,查阅了不少资料,暂时是解决了 主要就是对el-upload实现上传图片的途径的不理解 先贴代码,之后在做分析吧 vue部分 <div class="pic"> <el-image class="userImg" :src="localUserImg"> <d ...
                            
                            
                                分类:
Web程序   时间:
2021-04-21 12:59:14   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    <!--手机号输入框--><div class="login_box"> <input type="number" placeholder="请输入手机号" class="phoneInput" v-model="mobile"/> <span v-if="codeShow" style="colo ...
                            
                            
                                分类:
移动开发   时间:
2021-04-21 12:53:24   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    create user hnrh identified by hnrh123; Oracle 删除用户时出现异常ora-01922: CASCADE must bu specified to drop 用户名 Oracle 删除用户时出现错误ora-01922: CASCADE must bu sp ...
                            
                            
                                分类:
数据库   时间:
2021-04-21 12:53:00   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    ubuntu系统安装VMware Tools安装详细过程 一、安装步骤 1、打开虚拟机VMware Workstation,启动Ubuntu系统,菜单栏 - 虚拟机 - 安装VMware Tools,不启动Ubuntu系统是无法点击“安装VMware Tools”选项的,如下图: 2、如果弹出如下框 ...
                            
                            
                                分类:
系统相关   时间:
2021-04-21 12:45:15   
                                阅读次数:
0