摘要: 分层领域模型规约: DO( Data Object):与数据库表结构一一对应,通过DAO层向上传输数据源对象。 DTO( Data Transfer Object):数据传输对象,Service或Manager向外传输的对象。 BO( Business Object):业务对象。 由Service层 阅读全文
posted @ 2019-07-28 20:44 lishisan 阅读(309) 评论(0) 推荐(0) 编辑
摘要: 三种鼠标点击效果引用 阅读全文
posted @ 2019-07-28 00:12 lishisan 阅读(225) 评论(3) 推荐(1) 编辑
console.log('The World is Yours');
const aboutMe = {
name: 'LiShiSan',
title: 'Sr. Java/BigData Enthusiast',
location: 'China, BeiJing',
contact: {
email: '1641429327@qq.com',
website:'www.lishisan.top
}
}