问题 在windows下使用记事本打开deploy.sh文件,编写.sh脚本,保存后拷贝到Linux服务器上,执行后报如下错误。 [root@i-dbb1f0ff shell]# ./deploy.sh -bash:./deploy.sh:/bin/bash^M:bad interpreter:No ...
分类:
系统相关 时间:
2020-08-31 11:56:16
阅读次数:
57
创建基本任务 General Use custom workspace > Directory: {directory, d:\github} Source Code Management Git plugin Git > Repositories > Repository URL: {reposi ...
分类:
其他好文 时间:
2020-08-19 19:59:48
阅读次数:
53
Failed to compile. ./src/api/system/eduction.js Module build failed (from ./node_modules/eslint-loader/index.js): Error: ENOENT: no such file or direc ...
分类:
Web程序 时间:
2020-08-17 16:52:20
阅读次数:
185
bash: ./arm-none-linux-gnueabi-gcc: No such file or directory解决方法 https://blog.csdn.net/eydwyz/article/details/98033852 ubuntu进行apt-get时候出现Package xxx ...
分类:
系统相关 时间:
2020-08-10 00:08:49
阅读次数:
72
1.承接上文在创建好DNS的基础上,在“开始”“运行”中输入“dcpromo”(个人测试过英文不管大小写都可以进入Active Directory安装向导界面)。 2.域控制器类型中选择“创建新域控制器” 3.创建一个新域中选择“在一个新的林中的域” 4.新的域名中输入“feixiit.xyz” 5 ...
1.承接上文在创建好DNS的基础上,在“开始”“运行”中输入“dcpromo”(个人测试过英文不管大小写都可以进入Active Directory安装向导界面)。 2.域控制器类型中选择“创建新域控制器” 3.创建一个新域中选择“在一个新的林中的域” 4.新的域名中输入“feixiit.xyz” 5 ...
1.Linux命令的基本使用 序号 命令 单词 功能 1 ls list 查看当前文件的内容 2 pwd print work directory 查看当前所在文件路径 3 cd[dir_name] change directory 切换文件夹 4 touch[file_name] touch 创建 ...
分类:
系统相关 时间:
2020-08-06 17:02:54
阅读次数:
112
通过文件夹导入包要求每个目录下都有一个__init__.py文件,此文件可空白。也可不空。 a@ubuntu:~/Desktop$ tree myp myp ├── a │ ├── b.py │ └── __init__.py └── __init__.py 1 directory, 3 files ...
分类:
编程语言 时间:
2020-07-29 21:41:32
阅读次数:
70
需求: 备份一张表恢复至测试环境,但是得有过滤条件 思路:数据泵轻量级备份,query参数 expdp system@LEO directory=DATA_PUMP_DIR dumpfile=DJI_BLACKLIST_DETAIL.dmp logfile=DJI_BLACKLIST_DETAIL. ...
分类:
数据库 时间:
2020-07-29 21:21:22
阅读次数:
92