Skip to content

Instantly share code, notes, and snippets.

View lzw9560's full-sized avatar
:octocat:
On vacation

Victory lzw9560

:octocat:
On vacation
View GitHub Profile
@lzw9560
lzw9560 / listen1_aha_playlist.md
Last active December 4, 2019 02:18
updated by Listen1(http://listen1.github.io/listen1/) at 2019/12/4 上午10:18:30

本歌单由Listen1创建, 歌曲数:5,歌单数:1,点击查看更多

@lzw9560
lzw9560 / views.py
Created March 13, 2019 16:09
### (节选)用户获取自己的媒体资源视图,包括相片和录制的视频
### 节选
### 用户获取自己的媒体资源视图,包括相片和录制的视频
# File Name: views.py
# Description:
# Author: Victory
# Date: Jul-03-2018
import datetime
@lzw9560
lzw9560 / go
Created August 20, 2018 03:26
golang
/*******************************************************************************
* Golang CHEATSHEET (中文速查表) - by chlins (created on 2018/02/14)
* Version: 3, Last Modified: 2018/03/07 19:51
* https://github.com/skywind3000/awesome-cheatsheets
******************************************************************************/
/******************************************************************************
* Go 编译器命令
@lzw9560
lzw9560 / G++.sublime-build(windows)
Created August 17, 2016 02:02 — forked from Xuanwo/G++.sublime-build(windows)
用于在Sublime Text 3基础上构建C/C++IDE,Windows下
{
"cmd": ["g++", "${file}", "-std=c++11", "-o", "${file_path}/${file_base_name}"],
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
"working_dir": "${file_path}",
"selector": "source.c, source.c++",
"shell": true,
"encoding":"cp936",
"variants":
[
{