本歌单由Listen1创建, 歌曲数:5,歌单数:1,点击查看更多
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### 节选 | |
| ### 用户获取自己的媒体资源视图,包括相片和录制的视频 | |
| # File Name: views.py | |
| # Description: | |
| # Author: Victory | |
| # Date: Jul-03-2018 | |
| import datetime |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /******************************************************************************* | |
| * 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 编译器命令 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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": | |
| [ | |
| { |