码迷,mamicode.com
首页 >  
搜索关键字:mining embedded subt    ( 880个结果
SourceRunner与ExecSource实现分析
在agent启动时,会启动Channel,SourceRunner,SinkRunner,比如在org.apache.flume.agent.embedded.EmbeddedAgent类的doStart方法中:privatevoiddoStart(){ booleanerror=true; try{ channel.start();//调用Channel.start启动Channel sinkRunner.start();//调用SinkRunner.star..
分类:其他好文   时间:2015-03-08 17:24:39    阅读次数:521
Android之SurfaceView学习(一)
首先我们先来看下官方API对SurfaceView的介绍 SurfaceView的API介绍 Provides a dedicated drawing surface embedded inside of a view hierarchy. You can control the format of this surface and, if you like, its size; the Su...
分类:移动开发   时间:2015-03-05 10:55:53    阅读次数:248
Update files embedded inside CAB file.
References:https://community.flexerasoftware.com/showthread.php?182791-Replace-a-single-file-embedded-in-an-MSIWindows Installer Scripting ExamplesWiF...
分类:其他好文   时间:2015-03-03 18:22:42    阅读次数:115
arm交叉编译器gnueabi、none-eabi、arm-eabi、gnueabihf、gnueabi区别
命名规则交叉编译工具链的命名规则为:arch [-vendor] [-os] [-(gnu)eabi]arch– 体系架构,如ARM,MIPSvendor– 工具链提供商os– 目标操作系统eabi– 嵌入式应用二进制接口(Embedded Application Binary Interface)...
分类:其他好文   时间:2015-03-02 18:59:11    阅读次数:184
跟我一起数据挖掘(18)——什么是数据挖掘(1)
什么是数据挖掘前两天看到群里有人问,什么是数据挖掘,现在就数据挖掘的概念做一下分析,并且尽量用大白话说一下数据挖掘到底是个啥东西,为啥大数据来了数据挖掘也火了(其实原来就挺火)。先看一上概念:数据挖掘(英语:Data mining),又译为资料探勘、数据采矿。它是数据库知识发现(英语:Knowled...
分类:其他好文   时间:2015-02-28 16:23:36    阅读次数:110
Android 网络通信框架Volley简介(Google IO 2013)
Volley主页?https://android.googlesource.com/platform/frameworks/volley ?http://www.youtube.com/watch?v=yhv8l9F44qo&feature=player_embedded 1. 什么是Volley 在这之前,我们在程序中需要和网络通信的...
分类:移动开发   时间:2015-02-28 13:11:30    阅读次数:293
wince7中实现对中文的支持
目的:使wince7系统能支持显示中文 步骤: 1、在Catalog Items View窗口中勾选如下组件    在Core OS->Windows Embedded Compact->Fonts->Scripts->Chinese(Simplified)中选择SimSun & NSimSun。    在Core OS->Windows Embedded Compact->Interna...
分类:Windows程序   时间:2015-02-27 10:10:02    阅读次数:328
微软职位内部推荐-SW Engineer II for Embedded System
微软近期Open的职位:Do you have a passion for embedded devices and services? &nbsp Does the following make you excited: Internet of Things, Industrial, Home A...
分类:其他好文   时间:2015-02-26 06:31:30    阅读次数:145
微软职位内部推荐-SW Engineer II for WinCE
微软近期Open的职位:Do you have a passion for embedded devices and services? &nbsp Does the following make you excited: Embedded Systems, Industrial Automatio...
分类:Windows程序   时间:2015-02-25 06:55:29    阅读次数:244
arm交叉编译器gnueabi、none-eabi、arm-eabi、gnueabihf的区别
命名规则 交叉编译工具链的命名规则为:arch [-vendor] [-os] [-(gnu)eabi] [-gcc] arch – 体系架构,如ARM,MIPS vendor – 工具链提供商 os – 目标操作系统 eabi – 嵌入式应用二进制接口(Embedded Application B...
分类:其他好文   时间:2015-02-22 20:43:02    阅读次数:312
880条   上一页 1 ... 65 66 67 68 69 ... 88 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!