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
----
高级
-
易学易读易维护
| find . -name "*.psd" | xargs rm -f | |
| #删除某文件夹下指定后缀名的文件 |
| # 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 |
| #!/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 |
| <!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> |
| sudo /usr/libexec/locate.updatedb |
| caffeinate -t 3600 |
| for attr in dir(obj): | |
| print "obj.%s = %s" % (attr, getattr(obj, attr)) |
| jQuery.each(obj, function(name, value) { | |
| console.log(name + ": " + value); | |
| }); |