``` set t_Co=256 "启用256色 set number "启用行号 set tabstop=4 "Tab显示行数 syntax on "代码高亮(好像不用开) color ron "粉嫩的主题 set ruler "尺子 set mouse=a "启用鼠标 "自动缩进三选一 "set... ...
分类:
系统相关 时间:
2019-07-20 17:02:08
阅读次数:
124
1.修改编辑器的主题 左上角File>settings>appearance 2.编码集的修改 File>settings>editor>file encodings 总共需要修改三处,idea China区下载的软件默认的编码集就是utf-8,修改完成后整个项目的编码集就是utf-8了 3.若想单 ...
分类:
其他好文 时间:
2019-07-19 23:49:48
阅读次数:
149
(http://ilkinulas.github.io/programming/2016/02/05/sublime text syntax highlighting.html) 要安装"PackageDev"包 官方语法定义 (http://docs.sublimetext.info/en/lat ...
分类:
其他好文 时间:
2019-07-18 16:37:44
阅读次数:
257
2.1 顶层make defconfig规则 make xxx_defconfig 的执行主要分成三个部分: 执行 make -f ./scripts/Makefile.build obj=scripts/basic,编译生成 scripts/basic/fixdep 工具 执行 make -f . ...
分类:
其他好文 时间:
2019-07-18 13:36:01
阅读次数:
116
proxy 模块ngx_http_proxy_module模块默认编译进nginx里的;通过--without-http_proxy_module禁用 功能:对上游服务使用http/https协议进行反向代理 proxy_pass 指令 Syntax: proxy_pass URL; Default ...
分类:
其他好文 时间:
2019-07-16 18:24:34
阅读次数:
100
前端在data数据中 在浏览器调试运行时出现错误:Uncaught SyntaxError: Invalid shorthand property initializer。 原因是“=”应该写为“:”这个经常容易错,而且怎么都没法发现。记录一下。 ...
分类:
其他好文 时间:
2019-07-15 16:07:27
阅读次数:
117
报错情形一:SyntaxError: EOL while scanning string literal原因:这个异常造成的原因是字符串,引号没有成对出现 ...
分类:
编程语言 时间:
2019-07-14 20:06:18
阅读次数:
89
Markdown: Syntax ================ Main Basics Syntax License Dingus "Overview" "Philosophy" "Inline HTML" "Automatic Escaping for Special Characters" ...
分类:
其他好文 时间:
2019-07-14 15:19:12
阅读次数:
118
Markdown: Syntax Text https://daringfireball.net/projects/markdown/syntax.text End ...
分类:
其他好文 时间:
2019-07-14 14:48:42
阅读次数:
76
..experience, Working case SP2 0642: SQL Plus internal error state 2130, context 0:0:0 2016 10 09 没有评论 今天一个10g的客户端,连接12c的数据库,报错: <! Crayon Syntax High ...
分类:
数据库 时间:
2019-07-11 09:47:58
阅读次数:
173