摘要:
ios safari游览器除了a、input、button等不支持document事件委托?加上这个样式即可 $(document).on("click",function(e) { if (e.target.className=="weui_mask_transparent") { //$("#pay_form").removeClass("keyboar... 阅读全文
摘要:
.body { background-size: cover; overflow: hidden; } 设置背景图片完全显示,不会缺少一部分 阅读全文
摘要:
结论: list添加添加的是map的地址 List> list = new ArrayList(); Map map = new HashMap(); for (int a = 0; a >>>>>>>>>>>>>>>>>>> List> list = new ArrayList(); for (int a = 0... 阅读全文
摘要:
方法一: public final class Assembler implements BeanFactoryPostProcessor { private static ConfigurableListableBeanFactory beanFactory; // Spring应用上下文环境 p 阅读全文
摘要:
import java.lang.management.ManagementFactory; import java.net.InetAddress; import java.net.NetworkInterface; /** * 名称:IdWorker.java * 描述:分布式自增长ID * * Twitter的 Snowflake JAVA实现方案 * * 核心代码为其IdWork... 阅读全文
摘要:
微信内置浏览器http请求10秒内接收不到数据会自动重发第二遍请求 这是个坑 阅读全文
摘要:
import org.jdom.Document; import org.jdom.Element; import org.jdom.input.SAXBuilder; public static String xmlToJSON(String xml,int jsonType) { JSONObject obj = new JSONObject(); ... 阅读全文
摘要:
import java.security.SecureRandom; import javax.crypto.Cipher; import javax.crypto.SecretKey; import javax.crypto.SecretKeyFactory; import javax.crypto.spec.DESKeySpec;//结果与DES算法工具一致 public class DES... 阅读全文
摘要:
第一种方式 阅读全文
摘要:
第一种方法: @RequestMapping(value = "testPersonalValidtor",produces = "application/json;charset=utf-8") 阅读全文
摘要:
无标题文档 out 阅读全文
摘要:
解决方案: <a onclick="checkDate(${item.billday},'${item.bankcard}',${item.limitmoney/100}) 加上引号变成一个字符串,这样方法取值的时候就不会自动变0; function checkDate(billday,bankca 阅读全文