摘要: mount -t ntfs-3g /dev/sda4 /media/xxx/yy/ -ro force 阅读全文
posted @ 2016-01-11 14:57 leemo_0 阅读(115) 评论(0) 推荐(0) 编辑
摘要: Given an array of integers, find two numbers such that they add up to a specific target number.The function twoSum should return indices of the two nu... 阅读全文
posted @ 2015-11-23 23:05 leemo_0 阅读(484) 评论(0) 推荐(0) 编辑
摘要: 1 import numpy as np 2 import sys 3 from PIL import Image 4 import lmdb 5 import random 6 import os 7 8 sys.path.append('../caffe/python/') 9 10 imp... 阅读全文
posted @ 2015-11-23 23:04 leemo_0 阅读(1564) 评论(1) 推荐(0) 编辑
摘要: 原文链接 http://www.html-js.com/article/1628 阅读全文
posted @ 2015-11-04 14:53 leemo_0 阅读(117) 评论(0) 推荐(0) 编辑
摘要: metacity --replace 阅读全文
posted @ 2015-11-04 14:51 leemo_0 阅读(252) 评论(0) 推荐(0) 编辑
摘要: nmcli d wifi connect password iface wlan0原文链接:http://askubuntu.com/questions/461825/connect-to-wifi-from-command-line 阅读全文
posted @ 2015-10-23 17:40 leemo_0 阅读(807) 评论(0) 推荐(0) 编辑
摘要: 关于caffe.proto对应的caffe.pb.h的生成将caffe.proto更改完成之后,使用protoc直接对caffe.proto执行即可 阅读全文
posted @ 2015-07-23 17:11 leemo_0 阅读(123) 评论(1) 推荐(0) 编辑