摘要: 1、String localAddr = request.getLocalAddr(); // 获取本地IP,即服务器 IP 2、setAttribute(String name,Object):设置名字为name的request的参数值 3、getAttribute(String name):返回 阅读全文
posted @ 2016-12-06 10:54 逆流的鱼_飞 阅读(476) 评论(0) 推荐(0) 编辑
摘要: 1、invoice_phone.match(/^1[3|5|8]\d{9}$/) 手机号 2、^1\\.\\d{10}E10$ 科学计数法表示的手机号 例如:1.3521957859E10 整数或者小数: ^[0-9]+\.{0,1}[0-9]{0,2}$ 只能输入数字: "^[0-9]*$"。 只 阅读全文
posted @ 2016-12-05 17:21 逆流的鱼_飞 阅读(406) 评论(0) 推荐(0) 编辑
摘要: 一、java后台国际化 1、app-resources.xml配置国际化信息 <!-- add by fengzf 2016-10-25 --> <!-- 定义国际化消息 --> <bean id="messageSource" class="org.springframework.context. 阅读全文
posted @ 2016-12-04 21:01 逆流的鱼_飞 阅读(1750) 评论(0) 推荐(0) 编辑