该文被密码保护。 阅读全文
posted @ 2018-05-19 06:31 whisper_yyf 阅读(3) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-05-19 04:36 whisper_yyf 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 首先我们必须要先理解这几个概念:暂存区,本地仓库,远程仓库 1.暂存区这个是我们每一次进行代码修改的地方,例如我们用IDE的所编译的代码就是暂存区 2.本地仓库:是我们每一次从远程仓库pull(拉取)到地方 ,其实就是远程仓库的一个副本 3.远程仓库:这个是存放到服务器上的代码,是每一个人认为自己的 阅读全文
posted @ 2018-03-29 07:45 whisper_yyf 阅读(296) 评论(0) 推荐(0) 编辑
摘要: 需求:创建mongodb的database和collection,将.json导入指定的collection。 步骤: 1.连接mongodb 2.创建新database和collection 3.将.json中的数据导入 1.在连接mongodb之前,需要为其先创建数据文件夹(如果没有创建可能会遇 阅读全文
posted @ 2018-03-27 22:02 whisper_yyf 阅读(744) 评论(0) 推荐(0) 编辑
摘要: 想用vscode写python,安装flake8之后写代码的时候编辑器就会提示哪里出错,代码格式不规范也会提示,所以想安装flake8(安装方法如下) 打开命令行 输入 "pip install flake8" 安装flake8成功后,打开VScode,文件->首选项->用户设置,在settings 阅读全文
posted @ 2018-03-26 12:17 whisper_yyf 阅读(4192) 评论(0) 推荐(0) 编辑
摘要: ScienceDirect.com | Science, health and medical journals https://www.sciencedirect.com 电气电子工程师学会网站 http://ieeexplore.ieee.org 计算机协会官方网站 https://www.ac 阅读全文
posted @ 2018-03-25 02:28 whisper_yyf 阅读(276) 评论(0) 推荐(0) 编辑
摘要: 最开始尝试“基于sparse checkout clone变通方法” 使用的 http://blog.csdn.net/xuyaqun/article/details/49275477 这个博客的方法 在已知只需要取得某些子文件的情况下,没有必要把所有文件都checkout出来(尤其是文件众多的时候 阅读全文
posted @ 2018-03-22 02:58 whisper_yyf 阅读(315) 评论(0) 推荐(0) 编辑
摘要: 1 package Ass3; 2 3 import java.io.*; 4 5 public class Ass3 { 6 7 //find csv from folder 8 public void walk( String path ) { 9 10 File root = new File( path ); 11 ... 阅读全文
posted @ 2018-03-20 05:31 whisper_yyf 阅读(1760) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-02-08 03:16 whisper_yyf 阅读(5) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-01-27 00:16 whisper_yyf 阅读(1) 评论(0) 推荐(0) 编辑