网上下了个ViewPagerIndicator的库,下载下来是个zip包,解压开来,里面有一个library和一个sample文件夹,还有一些其他的配置文件。其中library就是我们新项目中要引入的库。(其实就是引入Module)步骤:android studio中选择File -》Import ...
分类:
移动开发 时间:
2014-09-21 19:22:41
阅读次数:
293
1。获取资源的输入流资源文件 sample.txt 位于 $PROJECT_HOME/assets/ 目录下,可以在 Activity 中通过Context.getAssets().open(“sample.txt”)方法获取输入流。注意:如果资源文件是文本文件则需要考虑文件的编码和换行符。建议使用...
分类:
移动开发 时间:
2014-09-21 12:54:40
阅读次数:
237
Hadoop系列之zookeeper(分布式协调服务)安装配置1.安装cd/root/softtarzxvfzookeeper-3.4.6.tar.gzmvzookeeper-3.4.6/usr/local/hadoop/zookeeper2.修改配置文件mkdir-p/data/zookeeper/data//3个节点都需要创建此目录cd/usr/local/hadoop/zookeeper/confcpzoo_sample.cfgzoo.c..
分类:
其他好文 时间:
2014-09-18 16:52:44
阅读次数:
154
question:I want to convert smooksxml-java, so that i need to load source file frommobeeadmin.war/WEB-INF/sample.xml.Smooks smooks = new Smooks("/WEB-I...
分类:
其他好文 时间:
2014-09-18 11:02:13
阅读次数:
238
Audio Terminology IN THIS DOCUMENT Generic Terms Digital Audio Hardware and Accessories Audio Signal Path Android-Specific Terms Sample Rate Conversion This document provides a glossary of audio-re...
分类:
移动开发 时间:
2014-09-17 10:30:42
阅读次数:
436
WDF版本键盘过滤驱动——KbfiltrThe Kbdfltr sample is an example of a keyboard input filter driver.This sample is WDF version of the original WDM filter driver sa...
分类:
其他好文 时间:
2014-09-17 02:19:11
阅读次数:
1879
摘要: 服务器端 UI 自动化提供程序的实现。 WPF 示例
分类:
其他好文 时间:
2014-09-16 15:38:00
阅读次数:
244
客户器端 UI 自动化提供程序的实现。 winform 示例
[WF] Quickstart Sample前言Workflow Foundation(WF),总是给人一种很有用、可是却不知道怎么用的印象。这主要是因为前置的功课太多、要整合很多底层知识,才能完整写出:执行Activity、暂停Activity、重读Activity、继续Activity,这一连串...
分类:
其他好文 时间:
2014-09-16 10:32:50
阅读次数:
129
服务器端 UI 自动化提供程序的实现。 winform 示例