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
----
高级
-
易学易读易维护
| var ids = document.querySelectorAll(".member_id"); | |
| var names = document.querySelectorAll(".member_name"); | |
| var output = "", length = ids.length; | |
| for(var i=0; i<length; i++){ | |
| output += ids[i].innerHTML.slice(1,-1) + ":" + names[i].innerHTML + "\n"; | |
| } | |
| console.log(output); |
| ## Configure eth0 | |
| # | |
| # vi /etc/sysconfig/network-scripts/ifcfg-eth0 | |
| DEVICE="eth0" | |
| NM_CONTROLLED="yes" | |
| ONBOOT=yes | |
| HWADDR=A4:BA:DB:37:F1:04 | |
| TYPE=Ethernet | |
| BOOTPROTO=static |
| <?php | |
| /* | |
| Author: icanc <i@icanc.net> | |
| */ | |
| function R( $Request='/',array $Router ){ | |
| $Response = array(); |
| <?php | |
| /** | |
| *微信公众平台模拟登录 | |
| * | |
| *实现了公众平台上的操作<br>包括 实时消息获取 快速回复 用户管理 群发消息 获取用户基本信息 | |
| *@copyright Copyright info | |
| *@author dml | |
| *@version version | |
| *@package defalut | |
| */ |
| <?php | |
| /************************************************* | |
| * | |
| * Snoopy - the PHP net client | |
| * Author: Monte Ohrt <monte@ohrt.com> | |
| * Copyright (c): 1999-2014, all rights reserved | |
| * Version: 2.0.0 | |
| * This library is free software; you can redistribute it and/or | |
| * modify it under the terms of the GNU Lesser General Public |
| #!/bin/bash | |
| PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin | |
| export PATH | |
| clear; | |
| echo '================================================================'; | |
| echo ' [LNMP/Nginx] Amysql Host - AMH 4.2 '; | |
| echo ' http://Amysql.com'; | |
| echo '================================================================'; |
外地-武汉号)| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| <?php | |
| /** | |
| * author : forecho <caizhenghai@gmail.com> | |
| * createTime : 2015/6/10 10:27 | |
| * description: | |
| */ | |
| class Security | |
| { | |
| /** |