10 2016 档案

摘要:设置用户名和邮箱(全局/局部): $ git config --global user.name "Your Name" $ git config --global user.email "email@example.com" 注意git config命令的--global参数,用了这个参数,表示你 阅读全文
posted @ 2016-10-26 16:22 Jtianlin 阅读(274) 评论(0) 推荐(0)
摘要:1. PM: Product Manager,产品经理,又称品牌经理(Brand Manager)。举凡产品从创意到上市,所有相关的研发、调研、生产、编预算、广告、促销活动等等,都由产品经理掌控。 2. RD: Research and Development engineer,研发工程师,对某种不 阅读全文
posted @ 2016-10-26 10:00 Jtianlin 阅读(151) 评论(0) 推荐(0)
摘要:Spring MVC: web.xml配置(启动容器时加载哪些内容、哪些监听器);spring相关xml(注解,静态资源,拦截器,配置文件);事务 MyBatis:数据库配置;数据库连接池;批量添加;属性指定(param);MapperScannerConfigurer,重连机制,自动分页 dubb 阅读全文
posted @ 2016-10-18 15:01 Jtianlin 阅读(318) 评论(0) 推荐(0)
摘要:1. 项目搭建:ssm,配置文件读取,目录划分,登录登出 2. 日志:记录,查询 3. 数据库搭建 4. profile配置文件 5. dubbo、redis缓存 6. 项目部署 日志处理分页处理增删改查dubbo配置redis配置:序列化和反序列化返回值工具类登录验证spring配置数据库访问:线 阅读全文
posted @ 2016-10-08 15:44 Jtianlin 阅读(244) 评论(0) 推荐(0)