©
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
var fs = require('fs'); | |
/* | |
Foreground Colours | |
30 Black | |
31 Red | |
32 Green | |
33 Yellow | |
34 Blue | |
35 Magenta |
##获取code
https://github.com/login/oauth/authorize?client_id=7602b13793442f76185d
##获取access_token
https://github.com/login/oauth/access_token?client_id=7602b13793442f76185d&client_secret=0decbd9568fe947270774835e55c4f39521f4e20&code=94a6da1344c4474115fc
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
#epiceditor-wrapper{ | |
background:white; | |
} | |
#epiceditor-preview{ | |
padding-top:10px; | |
padding-bottom:10px; | |
font-family: Helvetica,arial,freesans,clean,sans-serif; | |
font-size:16px; | |
line-height:1.6; |
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
$(document).ready(function () { | |
$('#search_form').submit(function (e) { | |
//e.preventDefault(); | |
search(); | |
}); | |
function search() { | |
var q = document.getElementById('q'); | |
if (q.value) { | |
/* |
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
<!DOCTYPE html> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<!-- meta --> | |
<meta charset="utf-8" /> | |
<meta name='description' content='CNode:Node.js专业中文社区'> | |
<meta name="author" content="EDP@TaoBao" /> | |
<meta property="wb:webmaster" content="617be6bd946c6b96" /> |
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
.span1 { | |
width: 60px; | |
} | |
.span2 { | |
width: 140px; | |
} | |
.span3 { | |
width: 220px; | |
} | |
.span4 { |
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
/* base */ | |
body,p { | |
font-size: 12px; | |
line-height: 16px; | |
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; | |
word-break: break-all; | |
} | |
#wrapper { | |
background: #d0d6db; |
OlderNewer