摘要:
mount -t ntfs-3g /dev/sda4 /media/xxx/yy/ -ro force 阅读全文
摘要:
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... 阅读全文
摘要:
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... 阅读全文
摘要:
nmcli d wifi connect password iface wlan0原文链接:http://askubuntu.com/questions/461825/connect-to-wifi-from-command-line 阅读全文
摘要:
关于caffe.proto对应的caffe.pb.h的生成将caffe.proto更改完成之后,使用protoc直接对caffe.proto执行即可 阅读全文