【转】如何用摄像头来测距(opencv)
最近一直忙着找工作,blog都长草了,今天把以前作的一个东西放上来充充门面吧。记得在哪看到过老外做的这个东西,觉得很好玩,就自己也做了一个。在摄像头下面固定一个激光笔,就构成了这个简易的...
Setup a Git server on Windows machine, with MSysGit and CopSSH(使用msysgit与copssh搭建基于windows的git服务器)
On Server Box 1. install CopSSH Be sure to install it to a folder without space in its name. I used ...
Git – How to use .netrc file on windows to save user and password
You must define: environment variable %HOME% put a _netrc file in %HOME% If you are using Windows 7 ...
用开源 ASP.NET MVC 程序 Bonobo Git Server 搭建 Git 服务器
现在不用Git,都不好意思说自己是程序员。 当你想用Git,而源代码服务器是Windows系统时,你将面临一个问题:如何在Windows上搭建Git服务器? 看看这篇文章(Setting up a M...
在ubuntu中升级python版本
$ python -V Python 2.6.6 $ curl -kL https://raw.github.com/utahta/pythonbrew/master/pythonbrew-insta...
windows清理winsxs文件夹
今天发现电脑运行特别的慢,仔细找了一下原因,看到C盘的剩余空间只有100多M了,删掉了pagefile.sys后也才2G多一点。WIN7的系统就是这样,用着用着,剩余空间就没了。用魔方优化大师看了一下...
WordPress 3 多站点配置子站点无法显示图片问题
所有图片下载完成后,Firefox显示”图像 “XXXX” 因其本身有错无法显示。” , FireBug显示”Image corrupt or truncated“ 把图片下载...
ubuntu上配置共享上网
iptables -P INPUT ACCEPT iptables -P FORWARD ACCEPT iptables -t nat -A POSTROUTING -o br-lan -j MASQ...