码迷,mamicode.com
首页 >  
搜索关键字:clone graph    ( 8714个结果
svn、gitlab迁移至另一gitlab系统
一、svn迁移至gitlab详细步骤 1.安装软件 yum install -y perl git subversion -y rpm -ivh *.rpm 2.整理svn系统内用户名单user.txt (1)方法一: svn checkout http://svnserver/trunk cd . ...
分类:其他好文   时间:2020-06-21 00:36:29    阅读次数:183
SVN 向 GIT 进行转换如何拉取指定版本后的提交
很多时候,我们不需要拉取所有的内容,我们可以拉取指定版本后的内容。 你可用使用参数:-r8000:HEAD 例如使用下面的命令: git svn clone https://svn.code.sf.net/p/docutils/code/trunk docutils -r8000:HEAD 可以拉取 ...
分类:其他好文   时间:2020-06-21 00:06:44    阅读次数:73
Winform中Timer应用+ 随机字母-
Form1.CS using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using Syst ...
分类:Windows程序   时间:2020-06-20 21:59:32    阅读次数:89
vim 配置缩进线
安装git 在liunx终端sudo apt install git 使用git安装bunlde插件 git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim 对vimrc文件进行配置 call vu ...
分类:系统相关   时间:2020-06-20 21:32:22    阅读次数:124
U3D 文档 GPU INSTANCING
https://docs.unity3d.com/Manual/GPUInstancing.html 归纳总结: 一,快速使用U3D 的GPU 实例化功能 1,选择一个shader,勾选 enable gpu instancing,这个shader将用于你的将要使用gpu instancing的物体 ...
分类:其他好文   时间:2020-06-20 13:26:35    阅读次数:45
LSQUIC
要构建LSQUIC,您需要CMake,zlib和BoringSSL。该示例程序使用libevent提供事件循环。 BoringSSL git clone https://boringssl.googlesource.com/boringssl cd boringssl; mkdir build; c ...
分类:其他好文   时间:2020-06-20 01:26:45    阅读次数:89
《Diffusion-ConvolutionalNeuralNetworks》论文阅读
#DCNN ##主要思想: 这是一篇基于空间域的图神经网络,聚合方式通过采样(hop)1~k 阶的邻居并同 self 使用 mean 的方式得到新的 feature-vector 作者将不同的采样距离并聚合的特征堆叠成一个矩阵,这个矩阵才是最终一个 node(or graph/edge) 的 fea ...
分类:Web程序   时间:2020-06-20 01:12:56    阅读次数:144
manjaro从图形界面到命令行的切换,GUI与CLI相互切换
要将manjaro作为服务器, 开机进入CLI比较好 systemctl set-default multi-user.target 要进入GUI,只需要startx就可以。 从GUI返回到CLI,只需要“注销”,就回到了CLI。想再次修改为默认进入GUI界面, 执行 systemctl set-d ...
分类:编程语言   时间:2020-06-19 23:15:08    阅读次数:328
git 常用命令
配置用户信息 git config --global user.name 'xxxx' git config --global user.email 'sfasd@ksyun.com' 下载(拉取)代码库 git clone git@github.com:账号名/项目名.git 与远程交互 从远程库 ...
分类:其他好文   时间:2020-06-19 21:11:11    阅读次数:62
PVEtools一键功能配置工具安装
rm /etc/apt/sources.list.d/pve-enterprise.list export LC_ALL=en_US.UTF-8 apt update && apt -y install git && git clone https://github.com/ivanhao/pvet ...
分类:其他好文   时间:2020-06-19 20:32:27    阅读次数:46
8714条   上一页 1 ... 40 41 42 43 44 ... 872 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!