1 获取当前脚本所处目录路径 #!/bin/bash work_dir=$(cd $(dirname $0);pwd) echo $work_dir ...
分类:
系统相关 时间:
2021-07-28 21:18:02
阅读次数:
0
一、DDL数据定义 1、创建数据库 1)创建一个数据库,数据库在 HDFS 上的默认存储路径是/user/hive/warehouse/*.db。 hive (default)> create database db_hive; 2)避免要创建的数据库已经存在错误,增加 if not exists ...
分类:
其他好文 时间:
2021-07-26 16:38:58
阅读次数:
0
dockerfile文件 #See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging. FRO ...
分类:
Web程序 时间:
2021-07-23 17:38:17
阅读次数:
0
简介:Allure非常适合作为自动化测试报告,这里总结下Pytest使用的Allure测试报告的用法 环境准备所需环境ide使用PyCharmpython 3.7pytest 5.3.2allure-pytest 2.8.13allure-pytest 安装在已经安装python3和pytest的前 ...
分类:
其他好文 时间:
2021-07-15 19:00:08
阅读次数:
0
downloadmanager时Android系统下载器,使用系统下载器可以避免用stream流读入内存可能导致的内存溢出问题。以下为downloadmanager初始化部分。apkurl为下载网络路径。Environment.DIRECTORY_DOWNLOADS 为系统的下载路径。即下载至外部存 ...
分类:
移动开发 时间:
2021-07-15 18:57:23
阅读次数:
0
执行存储过程时报错了,禁止在 .NET Framework 中执行用户代码。启用 "clr enabled" 配置选项。 网上找了下,需要执行一段sql,具体原理不太懂。 复制自文章: 禁止在 .NET Framework 中执行用户代码。启用 "clr enabled" 配置选项。 exec sp ...
分类:
Web程序 时间:
2021-07-05 17:38:52
阅读次数:
0
import axios from 'axios'; import iView from 'iview'; const baseApiObj = { production: 'https://imzt.bndxqc.com/api', experience: 'https://imztty.bndx ...
分类:
Web程序 时间:
2021-07-05 16:58:57
阅读次数:
0
http://nginx.org/en/download.html ``` mac安装 nginx Mac:brew install nginx ``` 出错提示。参考一下链接 #### mac环境下brew command not found错误的解决方法 http://www.chenxm.cc ...
分类:
系统相关 时间:
2021-07-02 15:42:25
阅读次数:
0
#[derive(Debug, Clone)] struct Work { //消息实体,存储消息 id: i32 } struct WorkMaster { //消息管理者属性 workers: Vec<Box<Worker>> //存储注册的接收者。每个接收者须实现Worker接口才能注册进。 ...
分类:
数据库 时间:
2021-07-01 16:45:32
阅读次数:
0
详细报错记录: paddle_38) ziyueshijue@ziyueshijue-desktop:~/work/cppwork/padleDemo/model/PaddleDetection$ python tools/export_model.py -c configs/ppyolo/ppyo ...
分类:
其他好文 时间:
2021-07-01 16:23:33
阅读次数:
0