使用SSH连接阿里云的轻量应用型服务器 Ubuntu实例执行命令 sudo su root时,提示: 基本使用sudo开头的命令都会提示此信息,看着比较不爽。 虽然sudo 还是可以正常执行, 但是警告讯息每次都出来,而这只是机器在反解上的问题, 所以就直接从/etc/hosts 设定, 让abc( ...
分类:
系统相关 时间:
2019-04-20 09:47:21
阅读次数:
197
在运行Ubuntu安装软件,使用命令sudo apt-get install时,有时会出现以下的错误: E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)E: Unable to ...
分类:
系统相关 时间:
2019-04-17 19:41:57
阅读次数:
231
用vl_compilenn做普通的CPU编译报错: 'cl.exe' 不是内部或外部命令,也不是可运行的程序 或批处理文件。 错误使用 vl_compilenn>check_clpath (line 656)Unable to find cl.exe 环境:Win10+VS2017+Matlab20 ...
分类:
Web程序 时间:
2019-04-14 16:12:41
阅读次数:
919
请检查IP与端口是否填写正确,检查注册中心是否正常启动 ...
分类:
其他好文 时间:
2019-04-14 12:44:10
阅读次数:
176
移动端Web界面滚动性能优化 Passive event listeners 解决办法1: 在touch的事件监听方法上绑定第三个参数{ passive: false }, 通过传递 passive 为 false 来明确告诉浏览器:事件处理程序调用 preventDefault 来阻止默认滑动行为 ...
分类:
Web程序 时间:
2019-04-13 01:10:46
阅读次数:
461
问题:Unable to create ocr model using Path '.\' and language 'eng'. 纠结了有几个星期,最后终于试出来了。 总结原因有N,如下: 1. 路径写法 path = @"C:\myTools\Tess“ 后面需要加上 \, 2. 子文件夹 如果 ...
分类:
其他好文 时间:
2019-04-12 17:37:55
阅读次数:
453
由于前一章演示用的镜像没什么用准备删除 Error response from daemon: conflict: unable to remove repository reference "hello-world:latest" (must force) - container 32a5e6dd ...
分类:
其他好文 时间:
2019-04-08 15:34:35
阅读次数:
608
问题:[root@cddserver2 ~]# yum -y install gcc-*Loaded plugins: fastestmirror, prestoCould not retrieve mirrorlist http://mirrorlist.centos.org/?release=6 ...
分类:
系统相关 时间:
2019-04-03 09:35:41
阅读次数:
209
1、配置xshell,查看虚拟机中ubuntu中网络ip ifconfig 报错 Command 'ifconfig' not found, but can be installed with: sudo apt install net-tools 没有这个工具需要安装 net-tools 2、安装 ...
分类:
系统相关 时间:
2019-03-30 21:31:01
阅读次数:
3968