码迷,mamicode.com
首页 >  
搜索关键字:unable to retrieve    ( 2922个结果
git clone时,提示warning: remote HEAD refers to nonexistent ref, unable to checkout.
git show-ref 查看.git存储的分支 git checkout [分支名] 定位到某个分支即可 https://blog.csdn.net/whu_zhangmin/article/details/12040493 ...
分类:其他好文   时间:2019-09-13 17:59:03    阅读次数:113
解决subline安装插件被墙失败的方法
一.问题场景描述 当你完成subline和package control的安装后,准备使用install package安装各种各样的插件来丰富你的编辑器,却出现类似 “Unable to download XXX. Please view the console for more details” ...
分类:其他好文   时间:2019-09-13 17:31:28    阅读次数:100
On Windows, I got "Unable to delete directory". What's wrong?
On Windows, I got "Unable to delete directory". What's wrong? For instance, clean could fail if you already have opened a command line with target as ...
分类:Windows程序   时间:2019-09-12 10:25:26    阅读次数:116
JavaScript之函数
JavaScript之函数 函数的定义方式 函数声明 函数表达式 new Function 函数声明 函数表达式 函数声明必须要有名字 函数声明会函数提升, 在预解析就已经创建,声明前后都可以调用 函数表达式类似于变量赋值 函数表达式可以没有名字,匿名函数 函数表达式没有变量提升, 在执行阶段创建, ...
分类:编程语言   时间:2019-09-11 15:44:00    阅读次数:85
验证码处理+cookie模拟登录
一、背景 相关博文:https://www.jianshu.com/p/9fce799edf1e https://blog.csdn.net/h19910518/article/details/79348051 Cookie ? HTTP协议它是无状态的,就是说这一次请求和上一次请求是没有任何关系的 ...
分类:其他好文   时间:2019-09-11 11:46:21    阅读次数:133
pip安装出现Fatal error in launcher: Unable to create process using '"'的解决办法
python中使用pip安装模块时,出现:Fatal error in launcher: Unable to create process using '"' 原因:系统中可能有多处安装pip,且均加入到了环境变量中 解决办法: 1.查看pip命令的路径是否有重复:cmd命令:where pip, ...
分类:其他好文   时间:2019-09-08 09:30:49    阅读次数:94
centos7 升级php7 添加配置epel源 报错:Cannot retrieve metalink for repository: epel. Please verify its path and try again
文章来自:循序渐渐linux:基础知识 一书 7.3章LAMP服务器搭建 日常故障 centos上好多软件升级需要配置epel源 其中有一点小插曲 需要手动更改 1、很多时候,对PHP环境要求较新的版本,例如,PHP 7环境,如果通过源码编译、安装,将会非常麻烦。这里提供一种通过yum工具安装最新P ...
分类:Web程序   时间:2019-09-06 01:22:25    阅读次数:134
如果遇到php5.6 上传图片error代码为6 或者 报错“PHP Warning: File upload error - unable to create a temporary file in Unknown on line 0"如何解决
问题:再利用webuploader上传图片的时候发现,报错,打印了$_FILES["file"]["error"] 发现是6,找不到临时文件夹; 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 $_FILES['file']['err ...
分类:Web程序   时间:2019-09-05 13:24:58    阅读次数:98
安装rabbitmq
1.安装erlang语言 先去www.erlang.org官网查看与rabbitmq对应版本 2.安装erlang语言之后,rpm -ivh rabbitmq...出现了 socat need 安装socat过程中,不知怎么的,使用yum出现了File contains no section hea ...
分类:其他好文   时间:2019-09-04 00:33:03    阅读次数:119
DLL:操作数据库和表
1. 操作数据库 C(Create 创建) R(Retrieve 查询) U(Update 更新) D(Delete 删除) (1) 查询数据库 1) 查询所有数据库名称 这里有一个注意的东西,一个Database对应数据目录中的一个实体文件夹,但是 information_schema 这个数据库 ...
分类:数据库   时间:2019-09-02 23:36:53    阅读次数:132
2922条   上一页 1 ... 36 37 38 39 40 ... 293 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!