Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 2 column 1
---
# Python 简介
@su27 and @menghan
---
-
高级
-
易学易读易维护
[ x for x in some_list if x % 2 == 0 ] |
jQuery.each(obj, function(name, value) { | |
console.log(name + ": " + value); | |
}); |
for attr in dir(obj): | |
print "obj.%s = %s" % (attr, getattr(obj, attr)) |
caffeinate -t 3600 |
sudo /usr/libexec/locate.updatedb |
<!DOCTYPE HTML> | |
<html> | |
<head> | |
<meta charset = "utf-8"> | |
<title></title> | |
<link rel="stylesheet" href="style.css"> | |
<script type="text/javascript" src="http://libs.baidu.com/jquery/1.9.0/jquery.js"></script> | |
<!--[if IE]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]--> | |
<script scr ="script/script.js"></script> |
#!/usr/bin/python | |
# Quick and dirty demonstration of CVE-2014-0160 by Jared Stafford ([email protected]) | |
# The author disclaims copyright to this source code. | |
import sys | |
import struct | |
import socket | |
import time | |
import select |
# Quick and dirty demonstration of CVE-2014-0160 by Jared Stafford ([email protected]) | |
# The author disclaims copyright to this source code. | |
import sys | |
import struct | |
import socket | |
import time | |
import select | |
import re | |
import codecs |
# Quick and dirty demonstration of CVE-2014-0160 by Jared Stafford ([email protected]) | |
# The author disclaims copyright to this source code. | |
import sys | |
import struct | |
import socket | |
import time | |
import select | |
import re | |
import codecs |