项目地址:http://www.freeteam.cn/
生成栏目列表数据
提取当前管理站点下允许移动APP访问的栏目列表,生成json数据到/site/站点目录/mobile/channels.html页面。
从左侧管理菜单点击生成栏目列表数据进入。
点击确定即可。...
分类:
移动开发 时间:
2014-07-08 11:03:13
阅读次数:
253
本节讨论以下问题:About the RMAN Environment 关于RMAN环境RMAN Command-Line Client RMAN命令行RMAN Channels RMAN通道RMAN Repository RMAN资源库Media Management 介质管理Fast Recov...
分类:
其他好文 时间:
2014-07-08 00:07:34
阅读次数:
338
Before Starting(login to spacwalk server)1.Create a base channel within Spacewalk (Channels > Manage Software Channels > Create New Channel)2.systems-...
分类:
其他好文 时间:
2014-07-06 20:53:36
阅读次数:
203
flume-ng1.4安装配置记录一下flume-ng的安装配置三个基本概念source:数据源channel:数据传输通道sink:数据目的地,如存储在hdfs配置:flume.conf#defineagent1.sources=source1agent1.channels=channel1agent1.sinks=sink1#agent1.sources.source1.type=spooldiragent1.sour..
分类:
其他好文 时间:
2014-06-27 06:41:36
阅读次数:
221
1. A2DP Introduction
The Advanced Audio Distribution Profile (A2DP) defines the protocols and procedures
that realize distribution of audio content of high-quality in mono or stereo on ACL
channels...
分类:
移动开发 时间:
2014-06-24 23:15:47
阅读次数:
509
/* $Id: dma.h,v 1.7 1992/12/14 00:29:34 root Exp root $* linux/include/asm/dma.h: Defines for using and allocating dma channels.* Written by Hennus Be...
分类:
其他好文 时间:
2014-06-20 21:27:59
阅读次数:
194
ava NIO(New IO)是一个可以替代标准Java IO API的IO API(从Java 1.4开始),Java NIO提供了与标准IO不同的IO工作方式。Java NIO: Channels and Buffers(通道和缓冲区)标准的IO基于字节流和字符流进行操作的,而NIO是基于通道(...
分类:
编程语言 时间:
2014-06-18 08:50:45
阅读次数:
379
在已经成功安装Flume的基础上,本文将总结使用Flume进行数据的实时收集处理,具体步骤如下:
第一步,在$FLUME_HOME/conf目录下,编写Flume的配置文件,命名为flume_first_conf,具体内容如下:
#agent1表示代理名称
agent1.sources=source1
agent1.sinks=sink1
agent1.channels=channel1...
分类:
其他好文 时间:
2014-05-25 00:49:58
阅读次数:
383
#include #include #include #include void
colorReduce(cv::Mat& image, int div=64){ int nr = image.rows; int nc =
image.cols * image.channels(...
分类:
其他好文 时间:
2014-05-19 19:54:20
阅读次数:
270
selector1.selector
从单词的意思来说:选择者,选择器,就是对你的目标的控制。从API来说:A controller for the selection of
SelectableChannel objects. Selectable channels can be register...
分类:
移动开发 时间:
2014-04-28 17:45:31
阅读次数:
705