摘要: https://git-scm.com/book/zh/v2 # 克隆git项目 git clone http://www.kernel.org/pub/scm/git/git.git # 查看所有分支 git branch -a # 检出所需分支 git checkout -b dev origi 阅读全文
posted @ 2017-07-06 11:05 PanPan003 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 1. Describe an instance where you set your sights on a high/demanding goal and saw it through completion. 举例说明,你如何制定了一个很高的目标,并且最终实现了它。 2. Summarize a 阅读全文
posted @ 2017-07-06 10:12 PanPan003 阅读(480) 评论(0) 推荐(0) 编辑
摘要: 1.监控 对其他接口的调用、数据库读写操作、复杂逻辑操作、foreach循环……进行监控,定位超时的问题所在 2.整理逻辑 多线程控制 多线程控制 task、thread……方式,对于可以并行执行的操作,使用多线程,缩短时间 减少数据库连接次数 减少数据库连接次数 数据库读取操作的合并,减少数据库连 阅读全文
posted @ 2017-07-06 09:35 PanPan003 阅读(4039) 评论(0) 推荐(0) 编辑