本项目新建一个项目,项目名称建议和远程仓库名称一致 helloWorldEclipse 右击项目 Team->Remote->Push 复制下HTTPS仓库地址 帖进去,自动解析host和仓库路径,然后输入用户名密码,可选存储认证信息 然后Next 点Add All Branches Spec,添加 ...
分类:
系统相关 时间:
2020-06-26 16:18:53
阅读次数:
74
一.redis概述 1.nosql概念 NoSql:即Not-onlySQL。非关系型数据库,作为关系型数据库的补充 2.redis概念 redis(remote dictionary server)c语言开发的一个键值对数据库。单机qps(每秒读取数量)5W+ 3.redis数据类型 1.stri ...
分类:
其他好文 时间:
2020-06-26 12:54:57
阅读次数:
57
1,首先在gitee上创建仓库,保留一个.gitigonore就行,这样就得到一个远程仓库地址 2,仓库有文件,那么就需要先将这个文件pull下来: 在本地的项目目录中执行:git init git remote add origin <远程仓库地址> git pull origin master ...
分类:
其他好文 时间:
2020-06-25 13:49:04
阅读次数:
96
从零开始参考 : https://www.cnblogs.com/cxk1995/p/5800196.html 由于我已经建好了私有库,所以通过如下步骤提交本地代码 0. 在github已经创建好的repo页面,点击“Clone”获取 <web URL>. 1. 将remote repo 克隆到本地 ...
分类:
其他好文 时间:
2020-06-25 12:20:01
阅读次数:
70
rm -rf ~/.ssh/known_hosts ...
分类:
其他好文 时间:
2020-06-24 20:05:54
阅读次数:
91
参考资料: 《如何用SSH密钥连接到Git仓库和远程服务器》https://www.youtube.com/watch?v=yVgyAHBIyOQ&pbjreload=101 https://help.github.com/en/github/using-git/which-remote-url-s ...
分类:
其他好文 时间:
2020-06-24 17:42:23
阅读次数:
50
##日志格式 '$remote_addr - $remote_user [$time_local] "$request" $status $body_bytes_sent "$http_referer" "$http_user_agent" "$http_x_forwarded_for"' 首先把字 ...
分类:
其他好文 时间:
2020-06-24 14:24:57
阅读次数:
55
在使用vscode切换python的虚拟环境时报错 解决方法如下: Windows+x打开面板,选择以管理员身份运行PowerShell,输入: set-executionpolicy remotesigned,接下来输入“y”表示执行。 再次打开vscode,重新切换虚拟环境就可以了 ...
分类:
编程语言 时间:
2020-06-24 11:56:59
阅读次数:
196
前言:有的时候我们想在某个目录下鼠标右键选项打开cmd,但是win10默认鼠标右键打开是powershell,如下图: 介于使用cmd更加习惯,我们可以修改相关注册表来添加shift + 右键打开cmd。 一、右键添加cmd与powershell共存 1.电脑任意位置新建reg文件,如:addCmd ...
MaxInstances This says....how many instances of same version of browser can run over the Remote System. For example, i have a FF12,IE and i declared t ...
分类:
其他好文 时间:
2020-06-23 17:28:18
阅读次数:
47