Skip to content

Instantly share code, notes, and snippets.

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++){
@Yhzhtk
Yhzhtk / tree.html
Last active January 3, 2016 05:29
使用bootstrap、jquery、tree、resize bar等。http://jsfiddle.net/gaby/Bek9L/186/
<!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">