sed编辑器:流编辑器(stream editor)。 vim:文本编辑器。 流编辑器会在编辑器处理数据之前基于预先提供的一组规则来编辑数据流。 sed编辑器的处理流程 读入一行数据 根据给出的编辑器命令匹配数据 按照命令修改流中的数据 将新的数据输出到STDOUT sed命令格式 sed opti ...
分类:
系统相关 时间:
2021-04-08 13:24:35
阅读次数:
0
1.方便快捷替换所有text字体 #if UNITY_EDITOR using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEditor; using UnityEngine. ...
分类:
编程语言 时间:
2021-03-30 13:39:37
阅读次数:
0
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\StrongName] [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft ...
分类:
其他好文 时间:
2021-03-29 11:38:07
阅读次数:
0
打开settings->Editor->File Encodings,设置Global Encoding和Project Encoding还有Default encoding for properties Files为UTF-8 找到idea安装目录下bin文件夹下的idea.exe.vmoptio ...
分类:
其他好文 时间:
2021-03-15 11:34:17
阅读次数:
0
“云原生”,很多人会对这个新名词感到困惑,到底什么是云原生,云原生又能给我们带来什么呢?其实云原生的概念最早是由来自Pivotal的MattStine于2013年首次提出,这是他根据自身多年的架构和咨询经验总结出来的一个思想集合,得到了开源社区的不断完善,并被一直延续使用至今。 一、什么是云原生 那 ...
分类:
其他好文 时间:
2021-03-12 14:41:05
阅读次数:
0
原文how to build RPM Author: Chris Negus Editor: Allison Pranger Date: 09/16/2011 译者:philoenglish.com 团队 译文: 概览 您已经创建了一些要安装在Red Hat Enterprise Linux系统上的 ...
分类:
其他好文 时间:
2021-03-08 13:15:27
阅读次数:
0
代码模板: Settings > Editor > File and Code Templates > Files1.例如mybatis的主配置文件 <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE configuration PUBLIC "-// ...
分类:
其他好文 时间:
2021-03-06 15:05:52
阅读次数:
0
1,注释 书写注释是个良好的习惯。 单行注释是在行的最前面加上//,//之后的内容就都是注释内容。 多行注释是用/**/,在/*和*/中间的内容就是注释内容。 这里添加一个小知识点,如果要修改注释的颜色和字体等格式,可以到flie-seting-editor-color scheme-java-co ...
分类:
编程语言 时间:
2021-03-06 14:59:32
阅读次数:
0
onClickRow: function (index) { var editor = feeTable.datagrid('getEditors', index); editor[0].target.next('span').find('input').blur(function () { fee ...
分类:
其他好文 时间:
2021-02-27 13:33:15
阅读次数:
0
This article is the continuation of our ongoing series about Linux Top Tools, in this series we will introduce you most famous open source tools for L ...
分类:
系统相关 时间:
2021-02-24 13:22:40
阅读次数:
0