02 2019 档案

摘要:1. git revert 作用 revert 用来取消置顶的提交的内容 2. 前提说明 当讨论 revert 时,需要分两种情况,因为 commit 分为两种: 一种是常规的 commit,也就是使用 git commit 提交的 commit; 另一种是 merge commit 需要明确:在使 阅读全文
posted @ 2019-02-21 19:00 星火燎原智勇 阅读(886) 评论(0) 推荐(0)
摘要:这几天在优化服务器的响应时间,在根据 nginx 的 accesslog 中 $request_time 进行程序优化时,发现有个接口,直接返回数据,平均的 $request_time 也比较大。原来 $request_time 包含了用户数据接收时间,而真正程序的响应时间应该用 $upstream 阅读全文
posted @ 2019-02-18 14:34 星火燎原智勇 阅读(3466) 评论(0) 推荐(0)