This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.util.Date; | |
import java.util.HashMap; | |
import java.util.Map; | |
public class Caculator { | |
public static Map<String,Integer> result = new HashMap<String, Integer>(); | |
public static boolean isAddString(String in){ | |
int length = in.length(); | |
for(int i=0;i<length-1;i++){ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> | |
<title>Yicha Doc - 易查项目接口文档</title> | |
<script type='text/javascript' src='http://code.jquery.com/jquery-2.0.1.js'></script> | |
<link rel="stylesheet" type="text/css" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css"> |
OlderNewer