Skip to content

Commit

Permalink
jedis
Browse files Browse the repository at this point in the history
  • Loading branch information
guosean committed May 29, 2014
1 parent 91de1bf commit e748bcd
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 43 deletions.
11 changes: 8 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,14 @@
<version>3.1</version>
</dependency>
<dependency>
<groupId>com.googlecode.xmemcached</groupId>
<artifactId>xmemcached</artifactId>
<version>2.0.0</version>
<groupId>com.googlecode.xmemcached</groupId>
<artifactId>xmemcached</artifactId>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>com.belerweb</groupId>
<artifactId>pinyin4j</artifactId>
<version>2.5.0</version>
</dependency>
</dependencies>

Expand Down
23 changes: 1 addition & 22 deletions src/main/java/com/txt/DataFormatter.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,8 @@
import java.util.Arrays;

import org.apache.commons.io.LineIterator;
import org.apache.commons.lang.StringUtils;
import org.junit.Test;
import org.apache.commons.lang3.StringUtils;

/**
* <p>
* Copyright 200 by Asiainfo-Linkage Software corporation
* <p>
* All rights reserved.
* <p>
* 版权所有:亚信联创
* <p>
* 未经本公司许可,不得以任何方式复制或使用本程序任何部分,
* <p>
* 侵权者将受到法律追究。
*
* @PURPOSE: TODO
* @DESCRIPTION: TODO
* @AUTHOR: guozb
* @DATE: 2014-3-4
* @VERSION PSMA
* @SINCE 1.0
* @HISTORY: 2.0
*/
public class DataFormatter {
/**
* 列分隔符
Expand Down
15 changes: 1 addition & 14 deletions src/main/java/com/utils/PinyinUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,7 @@

import org.junit.Test;

/**
* <p> Copyright 200 by Asiainfo-Linkage Software corporation
* <p>All rights reserved.
* <p>版权所有:亚信联创
* <p>未经本公司许可,不得以任何方式复制或使用本程序任何部分,
* <p>侵权者将受到法律追究。
* @PURPOSE: TODO
* @DESCRIPTION: TODO
* @AUTHOR: guozb
* @DATE: 2014-4-11
* @VERSION PSMA
* @SINCE 1.0
* @HISTORY: 2.0
*/

public class PinyinUtil {
@Test
public void testPinyin() throws BadHanyuPinyinOutputFormatCombination{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Generated by Maven Integration for Eclipse
#Thu May 29 23:25:08 CST 2014
#Thu May 29 23:32:41 CST 2014
version=0.0.1-SNAPSHOT
groupId=com.sean
m2e.projectName=sean-study
Expand Down
11 changes: 8 additions & 3 deletions target/classes/META-INF/maven/com.sean/sean-study/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,14 @@
<version>3.1</version>
</dependency>
<dependency>
<groupId>com.googlecode.xmemcached</groupId>
<artifactId>xmemcached</artifactId>
<version>2.0.0</version>
<groupId>com.googlecode.xmemcached</groupId>
<artifactId>xmemcached</artifactId>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>com.belerweb</groupId>
<artifactId>pinyin4j</artifactId>
<version>2.5.0</version>
</dependency>
</dependencies>

Expand Down
Binary file added target/classes/com/txt/CmTxtProcess.class
Binary file not shown.
Binary file added target/classes/com/txt/DataFormatter.class
Binary file not shown.
Binary file added target/classes/com/txt/IDFCount.class
Binary file not shown.
Binary file added target/classes/com/txt/IDFThread.class
Binary file not shown.
Binary file added target/classes/com/utils/PinyinUtil.class
Binary file not shown.

0 comments on commit e748bcd

Please sign in to comment.