240 发简信
IP属地:江苏
  • oracle分组

    SELECT c.full_name,MOD(ROWNUM,8) yu FROM t_company c ORDER BY YU

  • maven导入本地jar

    命令格式: mvn install:install-file -DgroupId= -DartifactId= -Dversion= -Dfil...

  • 手机号加密

    var tel=data.contactMobile; tel = tel.substr(0,3)+"****"+tel.substr(7);

  • jQuery--base64前台加密解密

    varpath=document.getElementById("path").value; functionapp(info){ $("#tx...

  • 当输入法键盘唤起,底部footer跟随着一起上去的bug

    var oHeight = $(document).height(); //屏幕当前的高度 $(window).resize(function(...

  • 邮箱发送验证码

    package com.wiiun.web.util; import java.io.UnsupportedEncodingException;...