本篇博客转自 http://www.cppblog.com/guijie/archive/2013/09/05/169034.html 在电脑文件夹E:\other\matlab 2007a\work\SVM\libsvm-mat-3.0-1 ,这个是已经编译好的,到64位机上要重新编译(不要利用别...
分类:
其他好文 时间:
2014-12-30 11:32:38
阅读次数:
503
作为开发者,用的手机运行一段时间后就会产生大量的垃圾。
作为一个善疑的开发者,仅仅相信垃圾清理软件是不可能的。
作为一个比较懒惰的开发者,刷机变成了不二选择。
好了,废话一大堆。
索尼L36H刷机4.4.4之后,adb logcat竟然不输出了。
只显示:
Unable to open log device '/dev/log/main' : No such file or d...
分类:
其他好文 时间:
2014-12-29 10:28:32
阅读次数:
184
背景:使用C#操纵鼠标进行重复性的工作 background: using Csharp to handle the keyboard or mouse to do the repetitive work. 问题:属性“DllImport”在该声明类型中无效。它只在“method”声明中有效。错误 ...
Bucket Sort:Scenario:Work when keys are in a small range.Linked List.Algorithm(Stable):1. Walk through each item and enqueue each item into its approp...
分类:
其他好文 时间:
2014-12-28 07:04:22
阅读次数:
181
For myself to view:1.mount -t vboxsf E_DRIVE /mnt/shared2.tar xvzf arm-linux-gcc....tgz3.Add PATH export PATH=$PATH:/work/tools/... It is just for o.....
分类:
系统相关 时间:
2014-12-27 00:14:26
阅读次数:
157
Learn how to manually control how asynchronous requests are handled with the use of promises. Because $http is built to work with promises, we saw a f...
分类:
Web程序 时间:
2014-12-26 18:28:24
阅读次数:
137
mitsuba是一个很有名气的绘制框架,之所以说它有名,是因为学术界应用甚广。采用了插件式的设计,虽然说自定义方便,解耦解的很漂亮,并行部分也是一样令人惊叹地把绘制需要的几个并行的部分解耦出来,再通过integrator和scene等结合在一起使用,达到一定的复用目的。并行部分分为work resu...
分类:
其他好文 时间:
2014-12-26 16:31:11
阅读次数:
172
hive与hbase数据类型对应关系
当hbase中double,int 类型以byte方式存储时,用字符串取出来必然是乱码。
在hivd与hbase整合时也遇到这个问题:做法是:#b
1.加#b
CREATE EXTERNAL TABLE hivebig (key string,CUST_NAME string,PHONE_NUM int,BRD_WORK_FLUX double)
...
分类:
其他好文 时间:
2014-12-26 06:15:48
阅读次数:
378
exynos4412裸版控制led灯.
1.查看电路图.
2.查看4412手册.找到对应的寄存器.
3.配置对应的寄存器.
一.再开发板上我们的外部设备led,在核心板.所以我们需要打开核心板电路图.
zshh@HP:~/work/arm/arm资料/exynos4412_lzy/schematic$ ls
LCD-HD700-1306.pdf Tiny4412_1306_core_b...
分类:
其他好文 时间:
2014-12-25 23:45:04
阅读次数:
708
在WPF中第二个常用的线程处理方式就是BackgroundWorker。 以下是BackgroundWorker一个简单的例子。 public partial class MainWindow : Window { /// /// 后台worker /// BackgroundWorker work...
分类:
编程语言 时间:
2014-12-25 23:28:00
阅读次数:
216