上一页 1 ··· 92 93 94 95 96 97 98 99 100 ··· 146 下一页
摘要: mapmap读取不同格式的文件这个问题一直就有,之前的读取方式是在map里获取文件的名称,依照名称不同分不同的方式读取,比如以下的方式 //取文件名 InputSplit inputSplit = context.getInputSplit(); String fileName = ((FileSp 阅读全文
posted @ 2017-05-30 09:48 zsychanpin 阅读(325) 评论(0) 推荐(0) 编辑
摘要: 题目链接:http://poj.org/problem?id=2299 Description In this problem, you have to analyze a particular sorting algorithm. The algorithm processes a sequenc 阅读全文
posted @ 2017-05-30 08:50 zsychanpin 阅读(162) 评论(0) 推荐(0) 编辑
摘要: A. Arrays time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output You are given two arrays A and 阅读全文
posted @ 2017-05-30 08:22 zsychanpin 阅读(114) 评论(0) 推荐(0) 编辑
摘要: Android UI Layouts: Graphics Design Using the ViewGroup Class Android ViewGroup Superclass: A Foundation for Layouts The ViewGroup LayoutParams Class: 阅读全文
posted @ 2017-05-29 11:57 zsychanpin 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 环境:Linux, 8G 内存。60G 硬盘 , Hadoop 2.2.0 为了构建基于Yarn体系的Spark集群。先要安装Hadoop集群,为了以后查阅方便记录了我本次安装的详细步骤。 事前准备 1. 机器准备 三台主机,#后面说明了用途 192.168.1.1 #hadoop1 : maste 阅读全文
posted @ 2017-05-29 10:51 zsychanpin 阅读(929) 评论(0) 推荐(0) 编辑
摘要: EEPlat PaaS平台提供了基于元数据驱动的以配置为主的高速开发平台,同一时候提供了完整的多租户实现,各租户拥有自己的独立应用和数据库,租户间实现了应用和数据的全然隔离。 EEPlat PaaS平台包含四大子系统:多租户管理子系统、企业应用后台配置开发环境、元数据驱动引擎、企业应用分发管理子系统 阅读全文
posted @ 2017-05-29 09:32 zsychanpin 阅读(319) 评论(0) 推荐(0) 编辑
摘要: Wooden Sticks Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 11249 Accepted Submission(s): 4629 阅读全文
posted @ 2017-05-29 08:28 zsychanpin 阅读(322) 评论(0) 推荐(0) 编辑
摘要: 1、nandflash Nandflash是IO设备,数据、地址、控制线都是共用的,须要软件区控制读取时序, 所以不能像nor flash、内存一样随机訪问,不能EIP(片上执行)。因此不能直接作为boot。 S3C2440把Bootloader烧到nand flash上启动,由于在S3C2440里 阅读全文
posted @ 2017-05-26 08:14 zsychanpin 阅读(1965) 评论(0) 推荐(1) 编辑
摘要: activity_main.xml <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layo 阅读全文
posted @ 2017-05-25 21:37 zsychanpin 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 做产品有些年头了。一直在不断地摸索和探索,并不断的学习来武装自己。有人说做好产品既是科学也是艺术,没有特定的公式和法则可以让我们做出成功的产品。也没有高效的捷径可以走,恰巧的空子可以钻。在当下做了一个成功的产品并不保证可以做出下一个成功的产品。这是产品经理的痛苦,也是产品经理的荣幸。做产品。最重要的 阅读全文
posted @ 2017-05-25 20:27 zsychanpin 阅读(295) 评论(0) 推荐(0) 编辑
上一页 1 ··· 92 93 94 95 96 97 98 99 100 ··· 146 下一页