码迷,mamicode.com
首页 >  
搜索关键字:could not be found    ( 11410个结果
linux中vsftp提示--553 Could not create file
搭建成功之后,匿名用户上传文件时总提示553 Could not create file。 ftp主目录为/var/ftp chmod -R 755 /var/ftp/pub chown ftp:root /var/ftp/pub 匿名用户读,写,删除,修改权限 # Example config f ...
分类:系统相关   时间:2020-11-04 19:05:52    阅读次数:28
ansible 优化相关
[default] callback_whitelist = profile_tasks # The best way I’ve found to time the execution of Ansible playbooks is by enabling the profile_tasks cal ...
分类:其他好文   时间:2020-11-04 19:01:00    阅读次数:20
jsp页面老提示Multiple annotations found at this line: - javax.servlet.jsp.JspException cannot be resolve
Multiple annotations found at this line:- javax.servlet.jsp.JspException cannot be resolved to a type- Attribute (width) is obsolete. Its use is disco ...
分类:编程语言   时间:2020-11-04 18:47:34    阅读次数:19
Dell服务器centos系统U盘安装:dracut-pre-udev[760]:modprobe
Dell服务器centos系统U盘安装错误问题处理:dracut-pre-udev[760]:modprobe: ERROR: could not insert ‘edd‘:No
分类:其他好文   时间:2020-11-02 10:06:36    阅读次数:20
gitbook 安装和使用
gitbook 安装和使用 安装nodejs wget https://nodejs.org/dist/v10.22.0/node-v10.22.0-linux-arm64.tar.xz tar -xvJf node-v10.22.0-linux-arm64.tar.xz ln -sf /runti ...
分类:其他好文   时间:2020-10-24 10:22:55    阅读次数:23
腾讯云linux服务器的环境配置与使用
一、腾讯云linux云服务器配置LNMP环境 1、登录腾讯云服务器 首先我在腾讯云的官网申请了一个学生版的服务器,操作系统为CentOS 6.3 64位。接下去下载并安装Xshell(一个远程管理linux服务器的客户端软件)。在运行该软件之后,点击新建,在弹出的新建会话属性窗口中,在名称这一栏填写 ...
分类:系统相关   时间:2020-10-22 22:34:28    阅读次数:35
ubuntu执行apt-get时出错
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)E: Unable to lock the administration directory (/var/lib/dpkg/), ...
分类:系统相关   时间:2020-10-21 21:14:02    阅读次数:30
maven出现报错:Failed to execute goal on project ***** Could not resolve dependencies for project com.**.**.**:jar:0.0.1-SNAPSHOT: Could not find artifact:jar:1.0-SNAPSHOT -> [Help 1]
springcloud项目是一个父项目,和多个子项目 例如以下: SpringcloudTest >父项目 SpringcloudTestA >子项目 SpringcloudTestB >子项目 对于子项目进行打包时会出现问题 Failed to execute goal on project : ...
分类:编程语言   时间:2020-10-18 16:25:33    阅读次数:44
OC中的NSDictionary和NSMutableDictionary
学习链接:https://www.cnblogs.com/-boy/archive/2004/01/13/4096453.html // // learn_dic.m // learn_KVC // // Created by 蔡佳明 on 2020/10/15. // #import <Found ...
分类:其他好文   时间:2020-10-16 11:00:33    阅读次数:25
Windows server 2012 iis 网页HTTP 404.17
Windows server 2012 iis 网页HTTP 404.17 错误代码:0x80070032 IIS访问svc报如下错误: HTTP 错误 404.17 - Not Found由于扩展配置问题而无法提供您请求的页面。如果该页面是脚本,请添加处理程序。如果应下载文件,请添加 MIME 映 ...
分类:Windows程序   时间:2020-10-16 10:48:41    阅读次数:34
11410条   上一页 1 ... 12 13 14 15 16 ... 1141 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!