Path '\react-native-safe-area-context\android\build\intermediates\compiled_local_resources\debug\out' is not a readable directory. 解决: 按照目录手动新建文件夹 ...
分类:
移动开发 时间:
2021-06-04 19:43:18
阅读次数:
0
查看帮助 $ mkdir --help Usage mkdir [OPTION]... DIRECTORY... Option -m, --mode=MODE set file mode (as in chmod), not a=rwx - umask -p, --parents no error ...
分类:
系统相关 时间:
2021-06-03 17:41:30
阅读次数:
0
01x21 打开cmd的方式 1、win+r 2、任意文件夹 shift+右击 打开powershell 3、资源管理器地址栏全选,输入cmd,回车进入当前路径的cmd 01x22 常用Dos命令 #切换盘符:D: #查看当前路径所有目录:dir#切换目录:cd change directory#清 ...
分类:
其他好文 时间:
2021-06-02 19:32:38
阅读次数:
0
docker-centos7运行systemctl status jenkins, 出现/etc/rc.d/init.d/jenkins: line 59: /etc/init.d/functions: No such file or directory错误, yum安装即可 yum install ...
分类:
其他好文 时间:
2021-06-02 15:14:11
阅读次数:
0
from fastapi.staticfiles import StaticFiles app.mount(path='/coronavirus/',app=StaticFiles(directory=' ./coronavirus/static', name='static')) ...
--create directory create directory dump_dir as '/splex/dump'; grant read,write on directory dump_dir to public; --export full database schema expdp u ...
分类:
数据库 时间:
2021-06-02 14:24:07
阅读次数:
0
** 原因:本地缓存不存在该插件的版本 ** 检查路径: C:\Users\ASUS.m2\repository\org\apache\maven\plugins\maven-compiler-plugin ** 如果有,就重启项目。没有对应的话,就把本地缓存的版本输入进去 ...
分类:
Web程序 时间:
2021-05-24 16:34:41
阅读次数:
0
仔细查看mybatis的配置文件,发现遗漏一个属性:resultType 报错的配置是:<select id="ID" parameterType="java.util.Map">正确的配置应该是<select id="ID" parameterType="java.util.Map" result ...
分类:
移动开发 时间:
2021-05-24 16:33:15
阅读次数:
0
Linux 指令 & 快捷键 指令 date 时间 cal 日历 df 磁盘状态 free 内存状态 exit 退出会话 pwd 显示工作目录 ls ${paths} 显示文件列表 ls -a 显示隐藏文件 ls -l 长模式输出 ls -t 根据修改时间倒序排序 ls -r 翻转结果顺序 ls - ...
分类:
系统相关 时间:
2021-05-24 16:23:20
阅读次数:
0
常用Dos命令符 #盘符切换 E:(切换到E盘,:为英文输入法)#查看当前目录下所有文件 dir#切换目录 cd change directory(cd/d f:)切换到f盘#打开目录下的文件 E:\+文件名 cd+空格+文件名#返回上一级 cd ..#清理屏幕 cls(clear screen)# ...
分类:
其他好文 时间:
2021-05-24 15:42:17
阅读次数:
0