码迷,mamicode.com
首页 >  
搜索关键字:please    ( 3193个结果
git提示Please enter a commit message to explain why this merge is necessary
Please enter a commit message to explain why this merge is necessary. 请输入提交消息来解释为什么这种合并是必要的(提交信息) git 在pull或者合并分支的时候有时会遇到这个界面。可以不管(直接下面3,4步),如果要输入解释的话 ...
分类:其他好文   时间:2018-08-04 16:18:38    阅读次数:180
Please run SwitchHosts! as an Administrator 原因
github 访问慢的初期,不得已修改host,但直接修改host的文件太不够灵活了,使用switchhost工具。 win10 遇到上述问题如这个地址 "要撞墙了" 。 解决方法: 1. 进入 ,查看hosts文件属性 2. 取消文件只读状态 3. 修改用户权限 ...
分类:其他好文   时间:2018-08-04 11:48:25    阅读次数:547
shell 脚步统计自身执行次数
shell脚步统计自身次数
分类:系统相关   时间:2018-08-03 11:39:38    阅读次数:181
del_archivelog
#!/usr/bin/env bash # # INTRO : The script for delete physical standby applied archivelog. # Please set ur environment variables before use it. # Plea ...
分类:其他好文   时间:2018-08-03 01:13:28    阅读次数:140
android ------ Emulator: error: x86 emulation currently requires hardware acceleration
我创建 Android 模拟器,运行项目时出现了一个这样的错误;如下:emulator ERROR:x86 emulation currently requires hardware acceleration!Please ensure Intel HAXM is properly installe ...
分类:移动开发   时间:2018-08-02 23:10:45    阅读次数:570
解决阿里云OSS The requested bucket name is not available的办法
今天在创建Bucket的时候遇到了这个问题 The requested bucket name is not available. The bucket namespace is shared by all users of the system. Please select a different ...
分类:其他好文   时间:2018-08-02 19:15:04    阅读次数:876
git clone的时候遇到“Please make sure you have the correct access rights and the repository exists”
1.搜索.ssh文件,删除该文件下的known_hosts文件 2.运行Git Bash,输入命令ssh-keygen -t rsa -C "username",然后一路回车 3.在.ssh文件夹里找到 id_rsa.pub文件,打开,全部复制,然后登录 https://github.com/,找到 ...
分类:数据库   时间:2018-08-02 11:23:55    阅读次数:227
华为AP3010DN-AGN升级为胖AP
本文简要介绍了华为AP 3010DN-AGN转换为自主AP的过程。包括VRP的获取、升级。FAT AP的VRP文件下载技术支持--无线局域网--AP--AP型号, 找到软件,在 按产品型号查找那里选择 以AP型号开头,FAT结尾的版本。http://support.huawei.com/enterprise/zh/wlan/ap3000-pid-21946538/software一、先从华为网站上
分类:其他好文   时间:2018-08-02 11:18:20    阅读次数:455
初次安装git配置用户名和邮箱
初次安装git配置用户名和邮箱 初次安装git需要配置用户名和邮箱,否则git会提示:please tell me who you are. 你需要运行命令来配置你的用户名和邮箱: $ git config --global user.name "superGG1990" $ git config  ...
分类:其他好文   时间:2018-08-02 02:03:21    阅读次数:150
386. Lexicographical Numbers 输出1到n之间按lexico排列的数字序列
[抄题]: Given an integer n, return 1 - n in lexicographical order. For example, given 13, return: [1,10,11,12,13,2,3,4,5,6,7,8,9]. Please optimize your ...
分类:其他好文   时间:2018-08-02 00:11:47    阅读次数:144
3193条   上一页 1 ... 84 85 86 87 88 ... 320 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!