08 2017 档案

摘要:postman测试express restful接口 阅读全文
posted @ 2017-08-24 10:54 Redchar 阅读(460) 评论(0) 推荐(0) 编辑
摘要:this总是指向调用这个的方法的对象 阅读全文
posted @ 2017-08-07 18:00 Redchar 阅读(571) 评论(0) 推荐(1) 编辑
摘要://http客户端发起请求,创建端口//http服务器在端口监听客户端请求而//http服务器向客户端返回状态和内容 //1.chrome搜索自身的DNS缓存//2.搜索操作系统自身的DNS缓存(浏览器没有找到缓存或缓存已经失效)//3.读取本地的host文件//4.浏览器发起一个DNS的一个系统调 阅读全文
posted @ 2017-08-07 17:59 Redchar 阅读(196) 评论(0) 推荐(0) 编辑
摘要://将tile(瓦片)坐标系转换为lnglat(地理)坐标系 public static Lnglat toLnglat(Tile tile) { double n = Math.pow(2, tile.getZoom()); double lng = tile.getX() / n * 360.0 阅读全文
posted @ 2017-08-01 13:59 Redchar 阅读(1922) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示