Skip to content

Instantly share code, notes, and snippets.

View sarices's full-sized avatar

zhengweidong sarices

  • 中国
  • 07:25 (UTC +08:00)
View GitHub Profile
@fooleap
fooleap / use-amap-api-to-show-running-line.html
Last active December 18, 2023 09:29
高德地图 API 显示跑步路线
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0,maximum-scale=1.3, user-scalable=no" />
<title>跑步路线地图</title>
<style>
html,body, #map{
margin: 0;
@suziewong
suziewong / git.md
Last active March 17, 2024 08:36
github的多人协作?how to 贡献代码?

github的多人协作

  1. github上你可以用别人的现成的代码 直接 git clone 即可了

  2. 然后你也想改代码或者贡献代码咋办?

Fork