Please enter a commit message to explain why this merge is necessary. 请输入提交消息来解释为什么这种合并是必要的(提交信息) git 在pull或者合并分支的时候有时会遇到这个界面。可以不管(直接下面3,4步),如果要输入解释的话 ...
分类:
其他好文 时间:
2018-08-04 16:18:38
阅读次数:
180
github 访问慢的初期,不得已修改host,但直接修改host的文件太不够灵活了,使用switchhost工具。 win10 遇到上述问题如这个地址 "要撞墙了" 。 解决方法: 1. 进入 ,查看hosts文件属性 2. 取消文件只读状态 3. 修改用户权限 ...
分类:
其他好文 时间:
2018-08-04 11:48:25
阅读次数:
547
#!/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!Please ensure Intel HAXM is properly installe ...
分类:
移动开发 时间:
2018-08-02 23:10:45
阅读次数:
570
今天在创建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
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
本文简要介绍了华为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会提示:please tell me who you are. 你需要运行命令来配置你的用户名和邮箱: $ git config --global user.name "superGG1990" $ git config ...
分类:
其他好文 时间:
2018-08-02 02:03:21
阅读次数:
150
[抄题]: 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