当前位置:网站首页>VIM specifies the line comment and reconciliation comment
VIM specifies the line comment and reconciliation comment
2022-04-23 15:45:00 【Mo Chi_】
1.vim Bottom command mode
1.64 to 74 Insert... At the beginning of the line "#":
64, 74 s/^/#/g
64 #[Running] python -u "\Py\deco_1.py"
65 #enter deco3 (foo)
66 #enter deco2 (wrap_3)
67 #enter deco1 (wrap_2)
68 #enter wrapers_1 (2, 3)
69 #enter wrapers_2 (2, 3)
70 #enter wrapers_3 (2, 3)
71 #exit wrapper_3 result + 3:11
72 #exit wrapper_2 result + 1:12
73 #exit wrapper_1 result * 2:24
74 #24
1.64 to 74 Line header deletion "#":
64,74 s/^#//g
64 [Running] python -u "\Py\deco_1.py"
65 enter deco3 (foo)
66 enter deco2 (wrap_3)
67 enter deco1 (wrap_2)
68 enter wrapers_1 (2, 3)
69 enter wrapers_2 (2, 3)
70 enter wrapers_3 (2, 3)
71 exit wrapper_3 result + 3:11
72 exit wrapper_2 result + 1:12
73 exit wrapper_1 result * 2:24
74 24
2. Its essence is regular matching replacement
版权声明
本文为[Mo Chi_]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231543352914.html
边栏推荐
- What if the package cannot be found
- c语言---字符串+内存函数
- php函数
- One brush 312 - simple repetition set - Sword finger offer 03 Duplicate number in array (E)
- CVPR 2022 quality paper sharing
- Neodynamic Barcode Professional for WPF V11.0
- 一刷312-简单重复set-剑指 Offer 03. 数组中重复的数字(e)
- Single architecture system re architecture
- pywintypes.com_error: (-2147221020, ‘无效的语法‘, None, None)
- Demonstration meeting on startup and implementation scheme of swarm intelligence autonomous operation smart farm project
猜你喜欢
APISIX jwt-auth 插件存在错误响应中泄露信息的风险公告(CVE-2022-29266)
Large factory technology implementation | industry solution series tutorials
【AI周报】英伟达用AI设计芯片;不完美的Transformer要克服自注意力的理论缺陷
Load Balancer
Spark 算子之partitionBy
IronPDF for . NET 2022.4.5455
山寨版归并【上】
C language --- string + memory function
Neodynamic Barcode Professional for WPF V11.0
负载均衡器
随机推荐
Redis master-slave replication process
Do we media make money now? After reading this article, you will understand
Node. JS ODBC connection PostgreSQL
Spark 算子之filter使用
Pytorch中named_parameters、named_children、named_modules函数
Go language, array, pointer, structure
KNN, kmeans and GMM
移动金融(自用)
How did the computer reinstall the system? The display has no signal
What are the mobile app software testing tools? Sharing of third-party software evaluation
腾讯Offer已拿,这99道算法高频面试题别漏了,80%都败在算法上
For examination
CAP定理
Application of Bloom filter in 100 million flow e-commerce system
Cookie&Session
负载均衡器
One brush 314 sword finger offer 09 Implement queue (E) with two stacks
大型互联网为什么禁止ip直连
utils.DeprecatedIn35 因升级可能取消,该如何办
控制结构(一)