概述
开发过程中偶尔发现某些网络地址不能加载问题。
解决方案
清除dns缓存:
Tiger或更低版本 Mac OS:
sudo lookupd -flushcache
在我们使用gitlab获取数据的时候,一般返回的数据都是每页20条数据,但是如果我们想一次获取获取多于20条怎么办?其实gitlab有两个参数可以设置。page和per_page,可以分别设置页数和条数,加到请求参数里即可。
API如下:
When one of those events is triggered, we’ll send a HTTP POST payload to the webhook’s configured URL. Webhooks can be used to update an external issue tracker, trigger CI builds, update a backup mirror, or even deploy to your production server. You’re only limited by your imagination.