摘要:
js汉语转拼音(全拼、首字母、拼音首字母) 阅读全文
摘要:
spring boot分布式的实现,使用spring cloud技术。 下边是我理解的spring cloud的核心技术: 1.配置服务器 2.注册发现服务器eureka(spring boot默认使用的服务器类别) 3.RestTemplate通过ribbon实现负载均衡技术 具体请看下列图: 参 阅读全文
摘要:
jqueryValidation使用 阅读全文
摘要:
js将json字符串转化成json对象的方法 阅读全文
摘要:
java 汉语转拼音(全拼,首字母) 阅读全文
摘要:
double四舍五入,double四舍五入并转成string 阅读全文
摘要:
HTTP Client工具类 阅读全文
摘要:
import java.util.regex.Matcher;import java.util.regex.Pattern;public class HtmlUtil { private static final String regEx_script = "<script[^>]*?>[\\s\\ 阅读全文
摘要:
package test;import java.text.DateFormat;import java.text.ParsePosition;import java.text.SimpleDateFormat;import java.util.Calendar;import java.util.D 阅读全文