03 2017 档案
摘要:import java.math.BigDecimal; /** * 数字转换为汉语中人民币的大写<br> * * @author hongten * @contact hongtenzone@foxmail.com * @create 2013-08-13 */public class Numbe
阅读全文
摘要:<!-- 配置远程发布到私服,mvn deploy --> <distributionManagement> <repository> <id>nexus</id> <name> Nexus Release Repository </name> <url>http://ip:port/nexus/c
阅读全文
摘要:<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <executions> <execution> <id>minxin-base-source</id>
阅读全文
摘要:java获取客户端ip public static String getRemoteHost(HttpServletRequest request){ String ip = request.getHeader("x-forwarded-for"); if(ip == null || ip.leng
阅读全文
摘要:<div id="params_div" style="padding-left:35px;margin-top: -20px; " > 键:<input id="param_key_0" value="" class="form-control" />  
阅读全文
摘要:function browserType(){ var type=true; if(navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion .split(";")[1].replace(/[ ]/g,"")
阅读全文
摘要:function trimAllPageElements(){ // inputs trimAllPageElementsByTagName("input"); // textareas trimAllPageElementsByTagName("textarea"); } function tri
阅读全文
posted @ 2017-03-09 17:05
大醉
摘要:<select id="model_type" name="modelType" class="form-control" style="width:157px;" onchange="modelParams(this.value);" > <option value="-1" >请选择</opti
阅读全文
摘要:/*判断输入值*/ function validatorParam(param){ if(typeof(param)=='undefined' || param==null || param==''|| param.length<1 ){ return false; }else{ return tr
阅读全文
posted @ 2017-03-09 16:58
大醉
浙公网安备 33010602011771号