欢迎访问我的站点

测试JAVA代码

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
import java.util.regex.Matcher;
import java.util.regex.Pattern;

import org.apache.commons.lang3.StringUtils;
import org.apache.log4j.Logger;

/**
* Created by IDEA
* Desc: URL相关工具类
*/
public final class UrlUtil {

private UrlUtil() {
}

public static int getId(String url) {

return 0;
}
}

测试JS

1
2
3
function getValue(){
return "123";
}

测试sql

1
SELECT * FROM table AS t WHERE t.id=1