安装 #!/bin/bash # Kali GNU/Linux Rolling apt-get install pasystray 常见错误列表 #1 (pasystray:30116): pasystray-WARNING **: [notify] unable to show notificat ...
分类:
其他好文 时间:
2021-02-17 14:46:33
阅读次数:
0
011 Error:Failed to resolve: com.android.support:recyclerview-v7:28.0.0解决方法 参考链接: https://blog.csdn.net/qq874455953/article/details/83025425 在使用Androi ...
分类:
移动开发 时间:
2021-02-08 11:57:56
阅读次数:
0
在终端上ping www.github.com windows系统下一般在C:\Windows\System32\drivers\etc下有hosts文件,修改hosts文件,在最下面加上ping到的ip地址和github.com ...
分类:
其他好文 时间:
2021-02-05 10:51:17
阅读次数:
0
element-ui 使用中出现莫名黑色边框,如el-tabs、el-popover等 原因: outline样式导致 解决方案:(在对应的容器上加如下样式) .without-outline:focus { outline: none; } 或者覆盖样式: (不推荐,以tabs为例) .el-ta ...
分类:
其他好文 时间:
2021-02-05 10:46:03
阅读次数:
0
在用Android StudioBuild项目时,提示:Could not resolve all files for configuration ':classpath'.Could not find com.android.tools. Error:Gradle: A problem occur ...
分类:
移动开发 时间:
2021-02-03 11:01:45
阅读次数:
0
[root@Server-qnrsyp system]# wget --no-check-certificate https://dl.grafana.com/oss/release/grafana_7.3.7_amd64.deb --2021-02-02 00:21:25-- https://dl ...
分类:
其他好文 时间:
2021-02-02 11:34:53
阅读次数:
0
问题还原 [root@Oracle19c ~]# echo $DISPLAY192.168.189.246:0.0[root@Oracle19c ~]# xhost +xhost: unable to open display "192.168.189.246:0.0" 问题解决方法 [root@O ...
分类:
其他好文 时间:
2021-02-02 11:04:15
阅读次数:
0
1.chrome 监听touch类事件报错:无法被动侦听事件preventDefault 报错信息 [Intervention] Unable to preventDefault inside passive event listener due to target being treated as ...
分类:
其他好文 时间:
2021-02-02 10:40:36
阅读次数:
0
路径中“./、../、@”的区别? ./ 相对路径,指当前目录 ../ 相对路径,指当前目录的上一层目录 @ 相对路径,以根目录的方式定义相对路径。vue在webpack.base.conf.js文件中配置根目录: // 连接路径并返回 function resolve(dir) { return ...
分类:
其他好文 时间:
2021-02-01 12:58:10
阅读次数:
0
原生 NodeJS 获取 post 提交的数据 request.js exports.getPostData=function(ctx){ return new Promise((resolve,reject)=>{ try { let params = ''; ctx.req.on('data', ...
分类:
其他好文 时间:
2021-02-01 11:56:23
阅读次数:
0