摘要:
最近遇到了这么一个需求,要接一家外部供应商,其中牵涉到接口回调,对方会把一些信息通过调用我们的接口发送给我们。 那么问题来了: 1. 我想在本地调试 2. 本地是内网环境 3. 公司的ip也不是固定的(==!) 4. 我手里恰好有一台便宜的阿里云机器,固定ip 所以最方便的做法当然是阿里云和我本地机 阅读全文
摘要:
The algorithm for this problem is not so hard to figure out. This is a problem of finding the length of the shortest path in graph. As I mentioned in 阅读全文