六周第四次课(5月2日)复习 扩展打印某行到某行之间的内容http://ask.apelearn.com/question/559 sed转换大小写 http://ask.apelearn.com/question/7758 sed在某一行最后添加一个数字http://ask.apelearn.com/question/288 删除某行
分类:
系统相关 时间:
2018-05-02 11:26:52
阅读次数:
158
2017 2018 2 20172310『Java程序设计』课程 结对编程练习_四则运算_第一周 结对小伙伴: "王志伟20172310" 需求分析(描述自己对需求的理解,以及后续扩展的可能性) 1. 能根据用户的需求自动生成一定量的题目,且题目的等级是可改变的。 如:2 + 5 = 2+5 3= ...
分类:
编程语言 时间:
2018-05-01 23:38:32
阅读次数:
167
参考: https://www.zhihu.com/question/22904994 http://www.cnblogs.com/luoshupeng/archive/2013/09/09/3310777.html 说明: 环境:win10 软件:sublime text3 1、打开Sublim ...
分类:
编程语言 时间:
2018-05-01 23:25:57
阅读次数:
234
question: Write a method delete() that takes an int argument k and deletes the kth element in a linked list, if it exists. answer: ...
分类:
其他好文 时间:
2018-05-01 20:51:58
阅读次数:
166
question: Give a code fragment that removes the last node in a linked list whose first node is first. answer: ...
分类:
其他好文 时间:
2018-05-01 20:39:50
阅读次数:
183
已经有很多人表述对此的总结,这里仅给出链接 https://www.zhihu.com/question/19729973 http://blog.jobbole.com/75321/ https://baike.baidu.com/item/%E5%A0%86%E6%A0%88 ...
分类:
其他好文 时间:
2018-05-01 20:26:35
阅读次数:
121
1272 最大距离 题目来源: Codility 基准时间限制:1 秒 空间限制:131072 KB 分值: 20 难度:3级算法题 收藏 关注 1272 最大距离 题目来源: Codility 基准时间限制:1 秒 空间限制:131072 KB 分值: 20 难度:3级算法题 1272 最大距离 ...
分类:
其他好文 时间:
2018-05-01 20:21:52
阅读次数:
181
do not be fooled by those language schools whose only objective is luring you to follow their accounts and eventually buy their couses/..... just simp ...
分类:
其他好文 时间:
2018-05-01 17:42:08
阅读次数:
147
才接触mac,以下是网上查找的资料,在我电脑上安装成功的过程,尽量都附上了原帖地址。 1.selenium安装 https://www.zhihu.com/question/30496889 网上好多教程都是跟这个差不多,1.1下载pip 【python的安装包管理工具】 https://pypi. ...
分类:
编程语言 时间:
2018-05-01 15:21:28
阅读次数:
200
这篇文章,专门讲语义相似度问题。 先看场景: scene(一):用户通过大众点评,线上约了餐馆,就餐后在上面发表了很多评论,评论中涉及了大量的餐馆的问题,比如菜品质量,酒店卫生,服务等等。现在需要抽取之中的要点,然后反馈给商家。 scene(二):KB_QA的两个问题:①获取question的语义表 ...
分类:
其他好文 时间:
2018-05-01 14:13:03
阅读次数:
401