error 错误 Name 名字 defined 已经定义,default默认值 syntax 语法 invalid无效,valid验证 Indentation 索引 unexpected 意外的,不期望的 character 字符 char line 行 col 列 encoding 编码 dec ...
分类:
数据库 时间:
2021-05-23 23:26:16
阅读次数:
0
目录一览: (2) Declarative Pipeline Syntax 2.1) Sections - 章节 2.2) Directives - 指令 2.3) Sequential Stages - 顺序阶段 2.4) Parallel - 并行 2.5) Matrix - 模型 语法总结 s ...
分类:
其他好文 时间:
2021-04-28 12:09:24
阅读次数:
0
一、JS数组 JavaScript中的数组类似于Python的列表 1 a = [11,22,33,44] 常见功能: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 obj.length 数组的大小 obj.push(ele) 尾部追加元素 obj.pop() 尾部获 ...
分类:
编程语言 时间:
2021-04-27 14:54:14
阅读次数:
0
github下载地址: https://github.com/uuidjs/uuid 1. Install npm install uuid 2. Create a UUID (ES6 module syntax) import { v4 as uuidv4 } from 'uuid'; uuidv ...
分类:
其他好文 时间:
2021-04-24 11:48:35
阅读次数:
0
2.2.1名字错误 名字错误:python 的关键字写错了。 NameError: name 'python3' is not defined 现象: 2.2.2语法错误 SyntaxError: invalid syntax 无效的语法:Java 和 JS 一行结束用分号“;”Python 用的换 ...
分类:
编程语言 时间:
2021-04-22 16:31:44
阅读次数:
0
####rewrite语法 | Syntax: | rewrite regex replacement [flag]; | | | | | Default: | — | | Context: | server, location, if | //所有请求转发到/pages/maintain.html ...
分类:
其他好文 时间:
2021-04-21 12:32:16
阅读次数:
0
最近在读Modern Complier Implementatnion in C. 做到语法分析(syntax analysis)时,发现不知道如何写注释的正则表达式: 以下的正则表达式: "/*"[.|\n]"*/" 会根据最长匹配原则,将两行注释间的代码当作注释: /*comments*/ va ...
分类:
其他好文 时间:
2021-04-10 12:54:54
阅读次数:
0
这个问题主要是因为定义类的时候在类名后边加了个括号(); `public class Hello { public static void main(String[] args) { System.out.print("Hello World!"); System.out.println();//换 ...
分类:
其他好文 时间:
2021-04-05 12:26:42
阅读次数:
0
File "/usr/bin/yum-config-manager", line 135 except yum.Errors.RepoError, e: ^SyntaxError: invalid syntax vim /usr/bin/yum-config-manager #!/usr/bin/p ...
分类:
其他好文 时间:
2021-03-18 14:10:14
阅读次数:
0
一、配置 首先修改配置文件 #vi /usr/local/nginx/conf/nginx.conf 在最后一个结束符号}前加一行配置: include vhost/*.conf; 意思就是/usr/local/nginx/conf/host下面的所有以.conf结尾的文件都会被加载 #mkdir ...
分类:
其他好文 时间:
2021-03-10 13:39:10
阅读次数:
0