Monthly Archives: June 2016

Java相对路径读取文件

Java相对路径读取文件 不管你是新手还是老鸟,在程序中读取资源文件总会遇到一些找不到文件的问题,这与Java底层的实现有关,不能算bug,只要方法得当,问题还是可以解决的。 项目的文件夹结构: repathtest ├─src │    └─com │            └─lavasoft │                    ├─test │                    └─res ├─doc 1、在Java开发工具的project中使用相对路径 在project中,相对路径的根目录是project的根文件夹,在此就是repathtest文件夹了。 创建文件的写法是: File... Read More | Share it now!

Pattern类和Match–Java正则表达式(转)

1.简介: java.util.regex是一个用正则表达式所订制的模式来对字符串进行匹配工作的类库包。 它包括两个类:Pattern和Matcher Pattern 一个Pattern是一个正则表达式经编译后的表现模式。 Matcher... Read More | Share it now!

Credit Card Number for Banks

3782 xxxxxx xxxxx = AmEx – Small Corporate Card 3787 xxxxxx xxxxx = AmEx – Small Corporate Card 37×8 xxxxxx xxxxx = AmEx Gold 37×3 7xxxxx xxxxx = AmEx Platinum 37xx xxxxxx 11xxx = AmEx issued since 1995 37xx xxxxxx xxxxx =... Read More | Share it now!

Hadoop 中JobClient 里 submitJob(JobConf) 和 runJob(JobConf) 的区别

Hadoop提交 Job到JobTracker的时候,需要通过JobClient.runJob(JobConf) 或者 JobClient.submitJob(JobConf)... Read More | Share it now!

轻松管理Mac OS X的开机启动项

点击苹果菜单,点击“系统偏好设置”进入设置界面 选择“系统偏好设置”中的“用户与群组” 选择“登陆项”选项卡,我们就能看到当前的开机启动项了,勾选不需要的开机启动项,然后点击“-”按钮删除就行,如果要增加开机启动想,点击“+”按钮,选择需要开自己启动的项目就行 ... Read More | Share it now!

Install MapR 4.0.2 (or other version before 4.2)

Change to the root user or use sudo. Create a text file called maprtech.repo in the /etc/yum.repos.d/ directory with the following content, replacing v4.0.2 with the version of MapR that you want to install: name=MapR... Read More | Share it now!