Giter Site home page Giter Site logo

meituan's Introduction

meituan 美团 (全栈全端式项目)

项目目录说明

  • mt_nuxt214 NuxtJS框架 Koa后端服务 PC端 SSR 美团项目
  • mt_sql 数据库表设计 相关的假造爬取数据内容

目前支持地区获取到的数据有 广州,深圳,上海

对中文进行编码 : encodeURIComponent(username)

高德地图

  1. 根据经纬度获取 地理位置城市名称:
  • 高德地图Web服务Api

  • 地图JS Api https://lbs.amap.com/api/jsapi-v2/summary/

  • 地图JS Api属性参考手册 https://lbs.amap.com/api/javascript-api-v2/documentation#map

  • 在线编辑 https://developer.amap.com/demo/jsapi-v2/example/doc-demo/doc-base-control

nginx 图像代理

    server {
        listen  8000;
        server_name localhost;

        location /img {
           proxy_pass https://img.meituan.net/;
        }

        location /p1 {
                proxy_pass https://p1.meituan.net/;
        }

        location /p0 {
                proxy_pass https://p0.meituan.net/;
        }

        location /qcloud {
                proxy_pass https://qcloud.dpfile.com/;
        }

        location /mmdb {
                proxy_pass https://p0.pipi.cn/mmdb/;
        }
   }

meituan's People

Contributors

lang1427 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.