Skip to content

Instantly share code, notes, and snippets.

View guimeisang's full-sized avatar
🎯
Focusing

guimeisang guimeisang

🎯
Focusing
  • Online Education
  • GZ
View GitHub Profile
@guimeisang
guimeisang / asyncHttpGets.go
Created May 31, 2019 12:05
可以异步的请求http列表
package main
import (
"fmt"
"net/http"
"time"
)
var urls = []string{
"http://pulsoconf.co/",
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="防抖功能的题目">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>debounce</title>
</head>
<body>
<input type="text" name="keyword" id="j-input" />
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>debounce</title>
</head>
<body>
<input type="text" name="keyword" id="j-input" />
<script id="jsbin-javascript">
@guimeisang
guimeisang / index.html
Created September 25, 2018 06:57
Calculator [add your bin description] // source https://jsbin.com/wituqen
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="[add your bin description]">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Calculator</title>
</head>
<body>
<script id="jsbin-javascript">
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="sdfdsfsdf">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>