上一页 1 ··· 8 9 10 11 12 13 14 15 下一页
摘要: 如何设置vim的个人偏好默认的vi很多功能没有打开,我们可以自己根据需要自定义vi,则需要修改vi的配置文件,全局配置文件在/etc/vimrc中,但是一般只需要修改用户的配置文件就可以来,在用户目录下创建一个.vimrc文件.vimrc的位置在用户家目录(/home/用户名)下面有一个.vimrc 阅读全文
posted @ 2017-09-11 19:43 两猿社 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 参考资料:http://jingyan.baidu.com/article/7082dc1c76f178e40a89bdd3.html; http://bbs.csdn.net/topics/380197703 sudo -i 表示进入root权限 fdisk -l 表示查看一下U盘是否有被识别到, 阅读全文
posted @ 2017-09-10 22:51 两猿社 阅读(389) 评论(0) 推荐(0) 编辑
摘要: 参考:“ 使用xrdp实现windows 远程桌面连接linux” http://blog.csdn.net/qq_33530388/article/details/64502902; http://www.linuxidc.com/Linux/2017-04/142690.htm 之前一直用mst 阅读全文
posted @ 2017-09-09 21:37 两猿社 阅读(1930) 评论(0) 推荐(0) 编辑
摘要: 以前安装过一次打印机的驱动,当时是从网上下载的,今天按照以前的方法安装打印机驱动,发现并不能使用,而且并不知道驱动还能自动安装。 首先在系统图标下选择设置-设备和打印机-添加打印机-搜索打印机,如果没有搜索到,则选择我需要的打印机不在列表中-按名称选择打印机-浏览本地局域网设备-选择打印机对应的设备 阅读全文
posted @ 2017-09-09 20:51 两猿社 阅读(705) 评论(0) 推荐(0) 编辑
摘要: Ubuntu任务栏右上角的小键盘消失,打开系统设置-文本输入-左下角将当前输入法显示在任务栏。 切换输入法快捷键,打开系统设置 > 文件输入 >切换到下一个源(上一个源)的快捷键设置一个不常用的,这样fcitx就可以用ctrl+sapce, ctrl+shift了 阅读全文
posted @ 2017-09-08 15:56 两猿社 阅读(801) 评论(0) 推荐(0) 编辑
摘要: 参考链接:https://www.joinquant.com/post/2227?f=study&m=math;一只兔子帮你理解KNN https://www.joinquant.com/post/2627?f=study&m=math;kd 树算法之思路篇 https://www.joinquan 阅读全文
posted @ 2017-08-13 21:28 两猿社 阅读(266) 评论(0) 推荐(0) 编辑
摘要: Given a non-empty array of integers, return the third maximum number in this array. If it does not exist, return the maximum number. The time complexi 阅读全文
posted @ 2017-08-13 20:41 两猿社 阅读(199) 评论(0) 推荐(0) 编辑
摘要: Rotate an array of n elements to the right by k steps. For example, with n = 7 and k = 3, the array [1,2,3,4,5,6,7] is rotated to [5,6,7,1,2,3,4]. Not 阅读全文
posted @ 2017-08-12 23:02 两猿社 阅读(119) 评论(0) 推荐(0) 编辑
摘要: Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have ex 阅读全文
posted @ 2017-08-12 16:56 两猿社 阅读(168) 评论(0) 推荐(0) 编辑
摘要: Given an array containing n distinct numbers taken from 0, 1, 2, ..., n, find the one that is missing from the array. For example,Given nums = [0, 1, 阅读全文
posted @ 2017-08-12 15:32 两猿社 阅读(214) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 下一页