- 博客(7)
- 收藏
- 关注
原创 backTrack
leetcode中常见的backTrack类题目:combination、subsets、permutation、Palindrome Partitioning.1、combination<1>leetcode39. Combination Sum题目描述:Given a collection of candidate numbers (candidates) and a target...
2018-05-21 10:10:26
915
原创 leetcode26. Remove Duplicates from Sorted Array
题目描述:Given a sorted array nums, remove the duplicates in-place such that each element appear only once and return the new length.Do not allocate extra space for another array, you must do this by modi...
2018-05-18 13:06:29
208
原创 leetcode28. Implement strStr()
题目描述:Implement strStr().Return the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack.Example 1:Input: haystack = "hello", needle = "ll"Output: 2Example 2:I...
2018-05-18 11:48:07
193
转载 ubuntu16.04 误删文件找回
手残星人的血与泪大概就是rm吧那么如何避免因为误删带来的牢狱之灾呢?extundelete安装extundeletesudo apt-get install extundelete查看误删文件所在分区df -h通过该命令找到误删的文件原来所在目录的挂载分区, 比如分区为/dev/sda1在~/目录下执行下面代码,恢复上个步骤找到的分区中所删除的文件sudo extundelete /de
2018-03-10 12:58:16
11127
原创 ubuntu16.04 opencv3.3 python2.7 caffe GPU环境搭建
此博客总结记录深度学习环境搭建的详细过程,博客中的所有下载链接均为官方网站1. 软件库更新与软件升级sudo apt-get updatesudo apt-get upgrade2.安装基本的工具安装基本的工具与包sudo apt install vim #vim编辑器sudo apt-get install git #安装gitsudo apt-get i
2017-11-28 20:41:35
2178
2
原创 ubuntu16.04 win10双系统时间不同步
此博客为笔记性质,记录平常遇到的问题,方便自己总结整理,其中参考各位前辈的部分都已经注明双系统时间不同步原因(转自知乎)windows与mac/linux看待硬件的时间方式是不一样的:Windows把计算机硬件时间当作本地时间(local time),所以在Windows系统中显示的时间跟BIOS中显示的时间是一样的。Linux/Unix/Mac把计算机硬件时间当作 UTC, 所以在Linux/Un
2017-11-28 09:31:23
403
原创 Ubuntu16.04 opencv3 python2.7 caffe(CPU_ONLY)
ubuntu 16.04 opencv3 python2.7 caffe
2017-06-27 12:04:19
1237
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人