I hereby claim:
- I am ujincn on github.
- I am ujincn (https://keybase.io/ujincn) on keybase.
- I have a public key ASAnDFOiXedq6unjWcu5rE6i9fuAVeSexHIp4J6FSR7xKgo
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| # -*- encoding: utf-8 -*- | |
| import json | |
| import re | |
| import time | |
| import requests | |
| sttime = time.strftime('%Y-%m-%d %H:%M') | |
| args = { |
I hereby claim:
To claim this, I am signing this object:
IaaS指提供系统(可以自己选)或者储存空间之类的硬件,软件要自己手动装;PaaS提供语言环境和框架(可以自己选);SaaS只能使用开发好的软件(卖软件本身);BaaS一般类似于非关系数据库,但各家不通用,有时还有一些其它东西。
| // ==UserScript== | |
| // @name NBNT: 新版百度网盘共享文件库目录导出工具 (Debug版) | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.268d | |
| // @description 用于导出百度网盘共享文件库目录和文件列表(调试版本) | |
| // @author UJiN | |
| // @license MIT | |
| // @match https://pan.baidu.com/disk* | |
| // @icon https://nd-static.bdstatic.com/m-static/v20-main/favicon-main.ico | |
| // @grant GM_xmlhttpRequest |