Skip to content

Instantly share code, notes, and snippets.

View zjutszl's full-sized avatar
🎯
Focusing

whatE zjutszl

🎯
Focusing
View GitHub Profile
@zjutszl
zjutszl / redis_cheatsheet.bash
Created April 3, 2019 03:20 — forked from LeCoupa/redis_cheatsheet.bash
[Redis Cheatsheet] Basic Commands You Must Know --> UPDATED VERSION --> https://github.com/LeCoupa/awesome-cheatsheets
# Redis Cheatsheet
# All the commands you need to know
redis-server /path/redis.conf # start redis with the related configuration file
redis-cli # opens a redis prompt
# Strings.
@zjutszl
zjutszl / index.html
Created January 7, 2019 01:50 — forked from jerrybendy/ index.html
一个使用 HTML5 录音的例子(网上看到的,收藏下)
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
</head>
<body>
<div>
<audio controls autoplay></audio>
<input onclick="startRecording()" type="button" value="录音" />