09 2014 档案

摘要:This link which you also mentioned describes the necessary steps to compile OpenCV on your machine. The version of OpenCV you install this way will be... 阅读全文
posted @ 2014-09-30 16:24 小菜鸟_yang 阅读(396) 评论(0) 推荐(0)
摘要:http://www.cyberciti.biz/faq/linux-add-a-swap-file-howto/Procedure To Add a Swap File Under LinuxYou need to use the dd command to create swap file. T... 阅读全文
posted @ 2014-09-30 15:24 小菜鸟_yang 阅读(761) 评论(0) 推荐(0)
摘要:【原文】http://leanote.com/blog/view/541f8b2dbda4e44f75000000下载wifidebughttp://pan.baidu.com/s/1i3stnFZ开放root权限打开wifidebugeclipse adt 与手机同一个网段5.开发andorid程... 阅读全文
posted @ 2014-09-22 10:45 小菜鸟_yang 阅读(506) 评论(0) 推荐(0)
摘要:最近在找图床,写博客啥的需要。以前的图床好像挂了,搭在BAE上的图床也挂了,可能BAE3.0更新了吧。花了点时间写了Qt版本github地址:https://github.com/wzyuliyang/qiniu_upload欢迎fork 阅读全文
posted @ 2014-09-18 09:19 小菜鸟_yang 阅读(355) 评论(0) 推荐(0)
摘要:class Base{ private String name = "base"; Base(){ tellName(); printName(name); } public void tellName(){ ... 阅读全文
posted @ 2014-09-12 17:08 小菜鸟_yang 阅读(221) 评论(0) 推荐(0)