上一页 1 2 3 4 5 6 7 ··· 34 下一页
摘要: how to run test within junit & mvn: During team development , there are more than 1 person edit your api or file which it's very common. And to improv 阅读全文
posted @ 2018-08-20 21:37 邓维 阅读(554) 评论(0) 推荐(0) 编辑
摘要: 首先声明,不是要消除if 而是,减少一些不必要的if判断,使得代码更优雅,更重要的是提高可维护性 most easy use Ternary: 缺点:case 超过2个就不容易了 use switch in static type language use heritance usage (c++) 阅读全文
posted @ 2018-08-20 21:36 邓维 阅读(244) 评论(0) 推荐(0) 编辑
摘要: part 1 mms图 What's MMS MongoDB Management Service (MMS) is a suite of services for managing MongoDB deployments. 统计图表的数据来源 all statistics can show in 阅读全文
posted @ 2018-08-20 21:35 邓维 阅读(698) 评论(0) 推荐(0) 编辑
摘要: spring web mvc 处理流程 Architecture web.xml (webapp必要配置) 作用:spring web mvc 使用dispatcherServlet 分发request,一般我们都需要一个web.xml 来定义这项工作。 servlet mapping 中定义工作包 阅读全文
posted @ 2018-08-20 21:34 邓维 阅读(434) 评论(0) 推荐(0) 编辑
摘要: total: use appkey & secrect variance naming rule 提供沙箱环境 使用api gateway 使用rest(但返回结果包裹了 isp.thread limit:102 内部标准) last but not least : 做基础的api,通过api 构造 阅读全文
posted @ 2018-08-20 21:31 邓维 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 创业公司如何做好数据驱动的开发工作 创业公司钱、开发资源有限,考究更少的工作产生更大的价值,更快的迭代mvp。 data info knowledge wisdom 尽量减少拍脑袋的决策。 决策要从过往经验到数据驱动;当没有经验的时候,参考外部、常识、少量测试验证。 数据驱动,不仅仅是采集数据,取数 阅读全文
posted @ 2018-08-20 21:30 邓维 阅读(306) 评论(0) 推荐(0) 编辑
摘要: docker common error Non existing image of running container drm() { docker rm $(docker ps q a); } dri() { docker rmi $(docker images q); } ddri(){ doc 阅读全文
posted @ 2018-08-20 21:28 邓维 阅读(540) 评论(0) 推荐(0) 编辑
摘要: 从npm 角度理解 mvn 的 pom.xml pom project object model. 用于描述项目的配置: 基础说明 依赖 如何构建运行 类似 node.js 的 package.json mvn 与 npm 也是有雷同的地方。 <! Unit Test junit junit ${j 阅读全文
posted @ 2018-08-20 21:28 邓维 阅读(526) 评论(0) 推荐(0) 编辑
摘要: restful why: meaningful This will be improve efficiency , less documents , just read the code auto generate support Resource can be achieve automatica 阅读全文
posted @ 2018-08-20 21:27 邓维 阅读(260) 评论(0) 推荐(0) 编辑
摘要: programmer growth map common seen path "大多数程序员的晋升路径" 并不复杂,无非以下几种: 技术型:初级工程师 中级工程师 高级工程师 架构师(技术专家) 技术总监 CTO 管理型:工程师 项目组长 项目经理 项目总监 技术总监 CTO 交叉型:初级工程师 中 阅读全文
posted @ 2018-08-20 21:25 邓维 阅读(943) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 34 下一页