错误 语法错误(syntax errors) 上面那句话因为缺少冒号:,导致解释器无法解释,于是报错。这个报错行为是由python的语法分析器完成的,并且检测到了错误所在文件和行号(File "<stdin>", line 1),还以向上箭头^标识错误位置(后面缺少:),最后显示错误类型。 逻辑错误 ...
分类:
其他好文 时间:
2016-10-10 19:59:47
阅读次数:
277
VIM 代码折叠 VIM代码折叠方式可以用"foldmethod"选项来设置,如: set foldmethod=indent 有6种方式来折叠代码 1. manual //手工定义折叠 2. indent //用缩进表示折叠 3. expr //用表达式来定义折叠 4. syntax //用语法高 ...
分类:
系统相关 时间:
2016-10-08 19:53:46
阅读次数:
158
Markdown Syntax 2.0 This document is used for "Gem for OneNote" Markdown feature. Write the Markdown text in OneNote page. Click "Markdown" button to ... ...
分类:
其他好文 时间:
2016-10-07 13:59:50
阅读次数:
234
不要在init和dealloc函数中使用accessor 文章目录 Objective-C 2.0 增加了 dot syntax,用于简单地调用成员变量的 accessor。相当于 java 的 getter 和 setter。因为正常情况下,写一个 accessor 对于初学者来说,还是挺容易犯错 ...
分类:
数据库 时间:
2016-10-06 00:26:31
阅读次数:
161
问题:Warning:badsyntax,perhapsabogus‘-‘?See/usr/share/doc/procps-3.2.8/FAQ解决:[root@bogon~]#ps-xf|grep"autodiscovery.sh"|grep-v"grep"Warning:badsyntax,perhapsabogus‘-‘?See/usr/share/doc/procps-3.2.8/FAQ3222pts/1S+0:00|\_/bin/bash./autodiscovery.sh192.168..
分类:
其他好文 时间:
2016-10-04 08:07:14
阅读次数:
625
http://www.html5rocks.com/en/tutorials/internals/howbrowserswork/#Parser_Lexer_combination Grammars Parsing is based on the syntax rules the document ...
分类:
Web程序 时间:
2016-10-02 00:43:21
阅读次数:
133
ChangeServiceConfig2 function Changes the optional configuration parameters of a service. Syntax C++ BOOL WINAPI ChangeServiceConfig2( _In_ SC_HANDLE ...
分类:
其他好文 时间:
2016-09-30 18:16:29
阅读次数:
320
题记: cgroup早该学习了 缘起: 几十台虚拟机,没有资源限制,宿主机经常挂掉,不知道因为啥。 该看看cgroup了 上网查文档 安装:<!-- Crayon Syntax Highlighter v_2.7.2_beta --> # yum install libcgroup # chkcon ...
分类:
系统相关 时间:
2016-09-30 02:15:17
阅读次数:
699
Bean Properties a) Bean property can be set by <Property> syntax. b) Bean property can be set by p:xxx syntex. c) Arbitrary properties can be set by < ...
分类:
编程语言 时间:
2016-09-25 22:14:33
阅读次数:
192
Angular 2 templates have a special let syntax that allows you to define and pass a context when they’re being generated. We pass in an Object "desc: G ...
分类:
其他好文 时间:
2016-09-23 21:26:26
阅读次数:
95