一、git 使用 如果出现以上的报错,使用一下解决: git config --unset-all credential.helper git config --global credential.helper credential-wincred 二、单独的仓库: 1、添加,删除远端仓库地址: g ...
分类:
其他好文 时间:
2019-11-20 13:04:50
阅读次数:
85
https://www.sohu.com/a/328061695_99908665 https://www.cnblogs.com/shengdimaya/p/5384884.html ...
分类:
数据库 时间:
2019-11-20 13:04:08
阅读次数:
67
资料 | 网址 | JVM Options The complete reference | http://jvm options.tech.xebia.fr/ Java HotSpot VM Options | https://www.oracle.com/technetwork/java/jav ...
分类:
其他好文 时间:
2019-11-20 13:02:23
阅读次数:
73
题目链接:https://vjudge.net/contest/342715 第一题:A - Max Sum Plus Plus 第二题:B - Ignatius and the Princess IV 题意:给n个数字,n为奇数,求一个数字x,x的个数大于等于(n+1)/2 解法一:map容器 思 ...
分类:
其他好文 时间:
2019-11-20 13:01:45
阅读次数:
97
HTTP:Hyper Text Transfer Protocol,超文本传输协议 HTTPS:Hyper Text Transfer over Secure Socket Layer Protocol,给予安全套接字层的超文本传输协议 HTTPS和HTTP的区别主要如下: 1、https协议需要到 ...
分类:
Web程序 时间:
2019-11-20 13:01:12
阅读次数:
107
我叫张贺,贪财好色。一名合格的LINUX运维工程师,专注于LINUX的学习和研究,曾负责某中型企业的网站运维工作,爱好佛学和跑步。 个人博客:https://www.cnblogs.com/yizhangheka 笔者微信:zhanghe15069028807 [TOC] 一、环境说明 |SYSTE ...
分类:
数据库 时间:
2019-11-20 12:57:57
阅读次数:
127
本文地址:https://www.cnblogs.com/zyuanlbj/p/11896607.html python语言特点 python是一种面向对象、解释型、弱类型的脚本语言。 解释型:使用专门的解释器对源程序逐行解释成特定平台的机器码并立即执行的语言。解释型语言几乎天然是跨平台的。 编译型 ...
分类:
编程语言 时间:
2019-11-20 12:54:19
阅读次数:
68
1.在libevent官网(http://libevent.org/)上下载压缩包(我下载的是libevent-2.1.8-stable.tar.gz) 2.解压压缩包:tar -zxvf libevent-2.1.8-stable.tzr.gz 3.进入新生成的目录中:cd libevent-2. ...
分类:
系统相关 时间:
2019-11-20 12:51:19
阅读次数:
308
https://leetcode-cn.com/problems/count-of-smaller-numbers-after-self/solution/gui-bing-pai-xu-suo-yin-shu-zu-python-dai-ma-java-/ ...
分类:
其他好文 时间:
2019-11-20 12:50:49
阅读次数:
43
原文地址:https://blog.csdn.net/m0_37725003/article/details/80904824 首先你得注册一个自己的GitHub账号,注册网址:https://github.com/join 有了自己的账号以后,就可以进行登录,开始创建一个新的项目 创建一个新的项目 ...
分类:
Web程序 时间:
2019-11-20 12:50:04
阅读次数:
76