上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 15 下一页
摘要: 1 阅读全文
posted @ 2017-09-18 19:05 仔细思考一切 阅读(143) 评论(0) 推荐(0)
摘要: 查看分支:git branch 创建分支:git branch <name> 切换分支:git checkout <name> 创建+切换分支:git checkout -b <name> 合并某分支到当前分支:git merge <name> 删除分支:git branch -d <name> 阅读全文
posted @ 2017-02-13 09:44 仔细思考一切 阅读(164) 评论(0) 推荐(0)
摘要: 1, mac path http://blog.csdn.net/playstudy/article/details/50149021 Mac系统的环境变量,加载顺序为:/etc/profile /etc/paths ~/.bash_profile ~/.bash_login ~/.profile 阅读全文
posted @ 2017-01-10 22:23 仔细思考一切 阅读(223) 评论(0) 推荐(0)
摘要: 1,something: 1,arc land 506 git branch 507 git status 508 git reset multicloud/qcloud/cluster_management/spark_cluster/dependent_file/spark-1.6.2-bin- 阅读全文
posted @ 2017-01-08 22:22 仔细思考一切 阅读(287) 评论(0) 推荐(0)
摘要: 1,p位置玩文件后。运行程序命令是: QCSQueryLabelWithLES.exe -c %CD%\FinalQASModelDir --variant AMyMovie --outputFullLine --clientId zhcn --queryViews RawQuery,Normali 阅读全文
posted @ 2016-09-07 15:33 仔细思考一切 阅读(196) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2016-07-20 21:42 仔细思考一切 阅读(446) 评论(0) 推荐(0)
摘要: MS 1,给一棵树找最短路径: 2,找第k大的数字(利用快排思想) 3,找后继结点。 4,一群人排队,只知道比他高的有多少个人(解法找出最高的) 5,11,21,1211.为什么不会出现4个1. 6,SVM。 阅读全文
posted @ 2016-07-08 09:41 仔细思考一切 阅读(1751) 评论(0) 推荐(0)
摘要: 7,Dynamic Programming 1,Unique Paths A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below). The robot can on 阅读全文
posted @ 2016-06-22 09:53 仔细思考一切 阅读(338) 评论(0) 推荐(0)
摘要: 2,wordcount: val wordcount = sc.textFile("/user/s-44/wordcount.txt").flatMap(_.split(' ')).map((_, 1)).reduceByKey(_ + _).sortByKey().collect val word 阅读全文
posted @ 2016-06-21 18:54 仔细思考一切 阅读(259) 评论(0) 推荐(0)
摘要: 第七周:Follow up question 1,寻找峰值 寻找峰值 描述 笔记 数据 评测 你给出一个整数数组(size为n),其具有以下特点: 相邻位置的数字是不同的 A[0] < A[1] 并且 A[n - 2] > A[n - 1] 假定P是峰值的位置则满足A[P] > A[P-1]且A[P 阅读全文
posted @ 2016-05-20 08:59 仔细思考一切 阅读(1666) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 15 下一页