码迷,mamicode.com
首页 >  
搜索关键字:which    ( 9148个结果
ssh私钥登录
生成ssh公钥认证所需的公钥和私钥文件 [jiaqi.li@localhost ~]$ ssh-keygen -t rsa -b 4096Generating public/private rsa key pair.Enter file in which to save the key (/home ...
分类:其他好文   时间:2021-01-11 11:08:35    阅读次数:0
git push a file which is larger than 5MB
If a file is larger than 5MB size limit for pushing t, the files must be tracked and updated using git lfs. Note: Please follow the instructions here( ...
分类:其他好文   时间:2021-01-11 10:39:35    阅读次数:0
【题解】Cards For Friends 【水题】
A. Cards for Friends time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output For the New Year, Po ...
分类:其他好文   时间:2021-01-08 11:28:07    阅读次数:0
605. Can Place Flowers
package LeetCode_605 /** * 605. Can Place Flowers * https://leetcode.com/problems/can-place-flowers/ * You have a long flowerbed in which some of the ...
分类:其他好文   时间:2021-01-07 12:22:39    阅读次数:0
Java基础之:集合——Map——HashTable
Java基础之:集合——Map——HashTable HashTable简单介绍 This class implements a hash table[该类实现hashtable] which maps keys to values [元素是键值对] Any non-null object can ...
分类:编程语言   时间:2020-12-31 12:43:48    阅读次数:0
如何在windows上运行linux命令
1. 安装 git bash 点我去git-scm官网 2. 安装 Cygwin 点我去Cygwin官网 Cygwin is: a large collection of GNU and Open Source tools which provide functionality similar to ...
分类:Windows程序   时间:2020-12-29 10:57:41    阅读次数:0
Postdoc inquiry email
Dear Prof. X I am XX, a Ph.D. candidate in the XX group of YY University, which is under the supervision of Prof. ZZ.I am about to finish my Ph.D. stu ...
分类:其他好文   时间:2020-12-23 12:24:19    阅读次数:0
linux配置rsa秘钥登陆
相比密码登陆,rsa秘钥登陆的安全性高很多,重点:防爆破 首先在服务器生成公钥和秘钥 ssh-keygen -b 1024 -t rsa -b 是加密位数 -t 是类型 然后有三个步骤(你懒的话直接回车三次完事) Enter file in which to save the key (/root/ ...
分类:系统相关   时间:2020-12-22 12:08:50    阅读次数:0
HDU-4370 0 or 1
Problem Description Given a nn matrix Cij (1<=i,j<=n),We want to find a nn matrix Xij (1<=i,j<=n),which is 0 or 1. Besides,Xij meets the following con ...
分类:其他好文   时间:2020-12-21 12:00:49    阅读次数:0
Pytorch加载.pth文件
1. .pth文件 (The weights of the model have been saved in a .pth file, which is nothing but a pickle file of the model’s tensor parameters. We can load t ...
分类:其他好文   时间:2020-12-15 12:36:48    阅读次数:2
9148条   上一页 1 ... 5 6 7 8 9 ... 915 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!