Skip to content

Instantly share code, notes, and snippets.

View codingmiao's full-sized avatar
🎯
Focusing

刘雨 codingmiao

🎯
Focusing
  • Kunming City, Yunnan Province, China
View GitHub Profile
@codingmiao
codingmiao / 0_reuse_code.js
Created February 4, 2017 06:39
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console

启动

直接点击Nginx目录下的nginx.exe 或者 cmd运行start nginx

关闭

nginx -s stop 或者 nginx -s quit

stop表示立即停止nginx,不保存相关信息

@codingmiao
codingmiao / 各种开源协议选择简图.md
Created February 4, 2017 02:45
各种开源协议选择简图.md

@codingmiao
codingmiao / MainUi.java
Last active February 3, 2017 06:28
向七牛云上传图片的swing程序
package org.wowtools.img.qiniuimg;
import com.qiniu.common.QiniuException;
import com.qiniu.http.Response;
import com.qiniu.storage.UploadManager;
import com.qiniu.util.Auth;
import org.json.JSONObject;
import org.wowtools.common.utils.ResourcesReader;