第一步: 在协作者的机器(就是你的电脑啦)上创建一个ssh key (使用命令ssh-keygen) 第二步: 创建一个github账户 第三步: 把public-key添加到你的github用户账户 第四步: 让项目拥有者把你加为项目成员 初次安装git配置用户名和邮箱 初次安装git需要配置用户 ...
分类:
其他好文 时间:
2017-11-30 15:11:27
阅读次数:
1579
配置环境 安装node 安装git 申请github账号 安装hexo 初始化, 并创建新文件 生成静态文件 本地启动 配置github 创建Repository, 仓库名和用户名一致[your_user_name.github.io] 创建ssh key, 仓库与本地关联 在根目录下的_confi ...
分类:
其他好文 时间:
2017-11-30 15:05:14
阅读次数:
159
1.话不多说,直接搞起; (源码地址https://github.com/carryLess/mbtsstd-001) 2.去官网https://github.com/mybatis下载文件 下载完成后,解压,有一个核心jar包,还有lib目录下的依赖包,ok 3.创建数据库表,实体类,图如下 *请 ...
分类:
其他好文 时间:
2017-11-30 12:11:41
阅读次数:
116
1.接口返回的流: 2.下载流文件的代码 方法一:是用了插件 https://github.com/kennethjiang/js-file-download 方法二:是用了 blob 不管哪种方法,记得设置 responseType ...
分类:
其他好文 时间:
2017-11-30 12:08:12
阅读次数:
318
http://www.biotrainee.com:8080/thread-763-1-6.html https://samtools.github.io/hts-specs/SAMv1.pdf ...
分类:
其他好文 时间:
2017-11-30 12:05:10
阅读次数:
155
Git的下载: https://git-for-windows.github.io 设置/修改用户名:git config --global user.name "name" 设置/修改邮箱: git config --global user.email "email" 查看用户名:git conf ...
分类:
其他好文 时间:
2017-11-30 11:58:07
阅读次数:
129
1,注册一个GitHub账户,登陆GitHub账户,添加一个储存库 2,进入Ubuntu命令窗口,创建文件夹。如 mkdir git 遇到问题1 解决方法:设置邮箱地址和姓名 再次连接 遇到问题2,没有权限 解决方法: 设置 SSH Key 显示 复制 id_rsa 密钥 回到GitHub中添加公开 ...
分类:
其他好文 时间:
2017-11-30 00:55:54
阅读次数:
193
安装mininet方法1:1)首先安装gitsudo apt-get updatesudo apt-get install git 2)获得mininet的源码git clone git://github.com/mininet/mininet 3)打开mininet文件夹,选择其中一个版本安装cd ...
分类:
Web程序 时间:
2017-11-29 23:41:39
阅读次数:
231
GitHub:https://github.com/react-native-training/react-native-elements API:https://react-native-training.github.io/react-native-elements/API/card/ 中文参考 ...
分类:
其他好文 时间:
2017-11-29 22:45:37
阅读次数:
287
经查跟 有关,需要手动完成 。 两步解决此问题: 配置 : "https://facebook.github.io/react native/docs/linking libraries ios.html manual linking" 配置 : "https://facebook.github.i ...
分类:
其他好文 时间:
2017-11-29 21:56:24
阅读次数:
351