摘要:
https://pan.baidu.com/mbox/homepage?action=cloudmanager&type=filefactory&uk=4263650710&errno=0&errmsg=Auth%20Login%20Sucess&&bduss=&ssnerror=0&traceid 阅读全文
摘要:
pring MVC中的路径匹配要比标准的web.xml要灵活的多。默认的策略实现了 org.springframework.util.AntPathMatcher,就像名字提示的那样,路径模式是使用了Apache Ant的样式路径,Apache Ant样式的路径有三种通配符匹配方法(在下面的表格中列 阅读全文
摘要:
阅读全文
摘要:
此次找工作是三年工作经验都说三年是程序员分水岭,这个时候面试已经算是中高级了。问的问题也不会停留在使用层面,更多是设计原理 1、Java堆、Java栈、常量池之间关联关系原理,对象或者变量在里面是怎么分配的。 2、jvm内存结构和内存模型,结合多线程以及对象生命周期以及调优。 3、数据库引擎以及索引 阅读全文
摘要:
<?xml version="1.0" encoding="UTF-8" ?><!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"><map 阅读全文
摘要:
http://donald-draper.iteye.com/blog/2348449 阅读全文
摘要:
db.housingPrice.ensureIndex({sHotelId:1},{name:'sHotelId_'},{background:true});db.housingPrice.ensureIndex({sRoomId:1},{name:'sRoomId_'},{background:t 阅读全文