摘要:
一、使用npm 安装一个模块 n 到全局 npm install -g n 二、使用 n 加版本号就可以安装其他版本,比如: n 6.11.3 三、再使用 n ,通过上下键,就可以选择不同的版本啦 (注意,是从低版本升到高版本时多版本共存;如果是已经安装了高版本,再安装低版本时,高版本就没有了) 阅读全文
摘要:
方式一: dao层, User selectUser(int id) mapper,<select id="selectUser" resultType="a.b.c.User"> select * from user where user_id=#{0} </select> 方式二: dao层,b 阅读全文
摘要:
(转)Spring事务传播机制解惑 (2013-04-26 11:13:59) 转载▼ (转)Spring事务传播机制解惑 转载▼ 标签: spring transaction propagation propagation_nested it 分类: J2EE_FrameWork spring t 阅读全文