当前位置:网站首页>What does it mean that the configuration file ends in RC
What does it mean that the configuration file ends in RC
2022-07-26 11:08:00 【Don Juan taro】
Author's brief introduction : Hello everyone , I am a Taro, Front end domain Creator
️ Personal home page : Don Juan Taro
Stand by me : give the thumbs-up + Comment on + ️ Collection
List of articles
Preface
for example : With the continuous learning of the project , We need to know the past and present lives of the project root file .
One 、rc What is it? ?
For the rc The origin of
‘rc’ The suffix can be traced back to Unix My grandparents CTSS. It has a name called “runcom” Command script function . In the early Unix Use ‘rc’ As the name of the operating system startup script , As a pair of CTSS runcom salute .
Two 、rc The meaning of
In some projects, we often see .eslintrc、 .npmrc And so on rc Configuration file at the end of
.bashrc
.octaverc
.perltidyrc
.screenrc
.vimrc
Of these names “rc” What does that mean? ?
about rc Different people have different understandings
- Run the command
- Resource allocation
- Operation control
- Runtime configuration
Some people think “rc file ” Of “rc” The naming convention is governed by the above “runcom” Tool inspiration , stay Unix In the world ,RC representative “ Operation control ”
Some people think that rc file Usually in config Directory . Think of them as resource files
3、 ... and 、rc The execution time of the file
.rc The file will be loaded before the program is executed , This also leads us to modify in the development process .rc file , It is necessary to stop the service of the current project , Let it run abnormally again , Give Way .rc File reload
summary
That's what we're going to talk about today , This article only briefly introduces rc Meaning of document
边栏推荐
- ISO 639:1988 : Code for the representation of names of languages
- MultipartFil转为File
- 3dunity game project practice - first person shooting game
- The assignment of member pointer defined in C structure and the use of structure pointer as member function parameter
- MFC picture control
- 微信公众号消息通知 “errcode“:40164,“errmsg“:“invalid ip
- postman 导出导入
- AuthorizingRealm简介说明
- 1748. Sum of unique elements
- Sword finger offer (8): jump the steps
猜你喜欢

微信公众号消息通知 “errcode“:40164,“errmsg“:“invalid ip

pytest conftest.py和fixture的配合使用

Bash shell learning notes (VII)

Bash shell学习笔记(二)

Bash shell学习笔记(五)

Esxi6.5 patch update

349. Intersection of two arrays

pytest pytest.ini配置 用例分组 用例跳过

0x00007ffd977c04a8 (qt5sqld.dll) (in a.exe): 0xc0000005: an access violation occurred when reading position 0x0000000000000010

LE Audio规范概述
随机推荐
MultipartFil转为File
Stringing of macro parameters and connection of macro parameters in C language
Tutorial of putty
logging基本使用
承认吧 投新能源就是为了安全感
二分模板总结
Simple use of MySQL database
菜鸟看源码之ArrayList
如何配置JdbcRealm数据源呢?
微信公众号开发 获取openid时报错40029 invalid code 问题的解决
线程之间的几种通信方式
Bash shell learning notes (VII)
Why do I need automated testing? Software testers take you to evaluate different software testing tools
Bash shell learning notes (II)
Bash shell学习笔记(七)
In depth interpretation of happens before principle
Basic use of logging
数据可视化-《白蛇2:青蛇劫起》(2)
How the ThreadPoolExecutor performs tasks
Sword finger offer (twenty): stack containing min function