数据:A) Title: Income DataB) Relevant
Information:Marketing Database.Source: Impact Resources, Inc., Columbus, OH
(1987). A total of N=9409 questionnair...
分类:
其他好文 时间:
2014-05-23 11:41:21
阅读次数:
374
Gallery和swithcer联合使用
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in complian...
分类:
其他好文 时间:
2014-05-22 11:19:05
阅读次数:
288
昨晚在WIN7下面装了vagrant最新版,然后下载了wheezy32.box,再一次的开启了ROR之旅,此前在windows上尝试过两次,终究是没办法进入正常的开发状态。不得不说,ROR的环境配置真心很坑!你要注意ruby的版本,rails的版本,gem的版本,一个不小心,新手就掉进去了,很受挫折...
分类:
其他好文 时间:
2014-05-22 03:32:24
阅读次数:
306
rpm
执行安装包二进制包(Binary)以及源代码包(Source)两种。二进制包可以直接安装在计算机中,而源代码包将会由
RPM自动编译、安装。源代码包经常以src.rpm作为后缀名。常用命令组合:-ivh:安装显示安装进度--install--verbose--hash-Uvh:升级软件包--...
分类:
系统相关 时间:
2014-05-22 02:36:38
阅读次数:
433
usingandusing namespacehave validity only in
the same block in which they are stated or in the entire source code file if
they are used directly in th...
分类:
其他好文 时间:
2014-05-22 02:08:48
阅读次数:
268
Delete given chars from source string in O(n).
分类:
其他好文 时间:
2014-05-22 01:06:02
阅读次数:
253
首先去官网http://source.android.com/source/initializing.html可以看到完整的安装教程。不过一般情况下,按照这个教程是无法一步到位的,因为中途肯定会遇到很多问题。这里我把我遇到的问题以及相应的解决方案总结一下:
1、sudo apt-get inst.....
分类:
移动开发 时间:
2014-05-21 03:15:03
阅读次数:
392
平台:Windowsserver2012卷类别:CSV(clustersharedvolume)存储:DELLequalogicPS6100软体:HIT现象:针对CSV进行备份的时候,调用Microsoft的VSS能备份成功,但是不能调用DELLequalogic的VSS来备份,且Windows不断报以下错误:VSS8194经多放资料查证,本VSS报错与备份无关(..
分类:
其他好文 时间:
2014-05-20 19:30:02
阅读次数:
804
今天继续,下面是开始要生成正负例来训练分类器了,首先:// TRAIN DETECTOR ==========================================================
// Initialize structures
tld.imgsize = size(tld.source.im0.input);
//为fern准备的训练集
tld.X = ...
分类:
其他好文 时间:
2014-05-20 16:47:18
阅读次数:
474
android源码下载的参考网上比较多,就不贴上来了,主要是备注下下载源码过程中需要注意的地方。
1. google官方下载步骤地址:
http://source.android.com/source/downloading.html
里面的步骤比较详细
注:先需要安装git-core和curl
$: sudo apt-get install git-core curl
2....
分类:
移动开发 时间:
2014-05-20 14:13:38
阅读次数:
348