git如何忽略部分不想备份的文件ubuntu@VM-0-2-ubuntu:~/Projects/microblog$ git statusOn branch masterYour branch is up-to-date with 'origin/master'.Changes not staged ...
分类:
其他好文 时间:
2020-04-28 16:58:45
阅读次数:
85
1、下载 环境准备: Centos7.x 两台,分别安装tracker与storage服务 192.168.232.12 –-> 安装tracker 192.168.232.13 –-> 安装storage、nginx 需下载如下所示等安装包 也可到如下链接进行下载,压缩包内容如上所示: 链接:ht ...
分类:
系统相关 时间:
2020-04-27 17:51:44
阅读次数:
78
说明:github搭建步骤:https://github.com/happyfish100/fastdfs/wiki#trackermkdir /home/dfs #创建数据存储目录 cd /usr/local/src #切换到安装目录准备下载安装包 安装libfatscommon git clon ...
分类:
其他好文 时间:
2020-04-26 14:06:37
阅读次数:
90
CSCI-1200 Data Structures — Spring 2020Homework 9 — IMDB SearchThe Internet Movie Database (IMDB) keeps track of data related to films.Your program wi ...
分类:
其他好文 时间:
2020-04-22 20:21:36
阅读次数:
80
当使用 git pull 拉取代码时发生冲突报错: error: Your local changes to the following files would be overwritten by merge: xxx/xxx.php Please commit your changes or st ...
更新pycharm之后发现有了个新功能,默认打开文件的时候会单独打开一个窗口,以文本编辑的模式打开,而不是用项目模式。这种打开方式被称为LightEdit Mode。效果如下, 可以注意到窗口很简洁,官方表示,这种模式有一定的局限性:它提供的代码完成方式比较简单(或者有时根本没有),没有代码检查,只 ...
分类:
其他好文 时间:
2020-04-17 00:43:02
阅读次数:
134
class _NormBase(Module): #源码 """Common base of _InstanceNorm and _BatchNorm""" _version = 2 __constants__ = ['track_running_stats', 'momentum', 'eps', ...
分类:
其他好文 时间:
2020-04-17 00:08:03
阅读次数:
221
多目标跟踪:CVPR2019论文阅读 Robust Multi-Modality Multi-Object Tracking 论文链接:https://arxiv.org/abs/1909.03850 代码链接:https://github.com/ZwwWayne/mmMOT 摘要 在自主驾驶系统 ...
分类:
其他好文 时间:
2020-04-16 18:06:36
阅读次数:
135
在Go 1.11之后推出了依赖包管理工具Go Modules之后,Go项目可以在 GOPATH 之外的位置创建,当项目中仅使用了公有库作为依赖时,使用 go get 或 go mod 更新依赖一切如初,没有任何问题。 由于Go Modules默认使用代理去更新依赖,所以当使用了私有仓库作为依赖时,G ...
分类:
其他好文 时间:
2020-04-07 15:30:52
阅读次数:
348
BFF 全称是 Backends For Frontends (服务于前端的后端),起源于 2015 年 Sam Newman 一篇博客文章《Pattern: Backends For Frontends —— Single-purpose Edge Services for UIs and ext... ...
分类:
其他好文 时间:
2020-04-02 17:43:39
阅读次数:
78