码迷,mamicode.com
首页 >  
搜索关键字:system center    ( 58910个结果
Sample: Write And Read data from HDFS with java API
HDFS: hadoop distributed file system 它抽象了整个集群的存储资源,可以存放大文件。 文件采用分块存储复制的设计。块的默认大小是64M。 流式数据访问,一次写入(现支持append),多次读取。 不适合的方面: 低延迟的数据访问 解决方案:HBASE 大量的小文件 ...
分类:编程语言   时间:2015-02-21 14:20:34    阅读次数:242
微软职位内部推荐-SDEII for Windows Phone Apps
微软近期Open的职位:Job title: Software Design Engineer IILocation: China, BeijingDivision: Operations System Group EngineeringGroup OverviewOSG is delivering...
分类:移动开发   时间:2015-02-21 14:20:13    阅读次数:165
出现次数最多的整数
import java.util.*; public class 出现次数最多的整数 { /** * @param args */ public static void main(String[] args) { Scanner in =new Scanner(System.in); int n=in.nextInt(); //输入个数 if(n>0&&n int []...
分类:其他好文   时间:2015-02-21 09:49:15    阅读次数:168
PAT1015. Reversible Primes
A reversible prime in any number system is a prime whose "reverse" in that number system is also a prime. For example in the decimal system 73 is a re...
分类:其他好文   时间:2015-02-21 09:42:17    阅读次数:195
处理对象
5.2.1.打印对象和toString方法package code; public class PrintObject{ public static void main(String[] args){ Person p = new Person("孙悟空"); System.out.println(p); } } class Person{...
分类:其他好文   时间:2015-02-21 06:30:58    阅读次数:214
Centos上安装nginx报错
./configure: error: the HTTP rewrite module requires the PCRE library. You can either disable the module by using --without-http_rewrite_module option, or install the PCRE library into the system, or build the PCRE library statically from the source with n...
分类:其他好文   时间:2015-02-20 23:12:56    阅读次数:299
WCF-学习笔记之计算服务(1)
关于WCF的介绍,在此不再赘述,其他地方应有尽有。直接开始实例,第一个实例以一个简单的计算服务为例,本人是学习了蒋金楠的《WCF全面解析》。 1、构建解决方案 Interface:用于定义服务契约(Service Contract)的类库项目,引用WCF的核心程序集System.Serv...
分类:其他好文   时间:2015-02-20 23:10:06    阅读次数:343
修改server 2008远程桌面端口
在“开始”-"运行"菜单里,输入regeditHKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp找到下面的 "PortNumber",用十进制方式显示,默认为3389,改为0-...
分类:其他好文   时间:2015-02-20 14:03:53    阅读次数:137
J - Candy Sharing Game(模拟题)
主要是理解题目意思,然后就按照它说的来模拟就好了。 Description A number of students sit in a circle facing their teacher in the center. Each student initially has an even number of pieces of candy. When the teacher blo...
分类:其他好文   时间:2015-02-20 09:46:44    阅读次数:158
微软职位内部推荐-SENIOR SOFTWARE ENGINEER
微软近期Open的职位:Job DescriptionGroup: Search Technology Center Asia (STCA)/Bing Ads - DBTitle: Senior Software EngineerLocation: Suzhou/Beijing, ChinaBing...
分类:其他好文   时间:2015-02-20 06:29:59    阅读次数:300
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!