zoukankan
html css js c++ java
vi skill
删除空行
:g/^$/ d
行首加'
:%s/^/'/g
行末尾加'
:%s/$/'/g
在第3到第40行的 末尾加'
:3,40s/$/'/g
查看全文
相关阅读:
1144 The Missing Number (20分)
1145 Hashing
1146 Topological Order (25分)
1147 Heaps (30分)
1148 Werewolf
1149 Dangerous Goods Packaging (25分)
TypeReference
Supervisor安装与配置()二
谷粒商城ES调用(十九)
Found interface org.elasticsearch.common.bytes.BytesReference, but class was expected
原文地址:https://www.cnblogs.com/Donal/p/2002649.html
最新文章
[Nginx]status详解
徐州赛区网络预赛 D Easy Math
表达式树
HDU 5728 PowMod
素数&欧拉函数
UVALive 7501 Business Cycle
Gym 101194D Ice Cream Tower
UVALive 7505 Hungry Game of Ants
HDU 4814 Golden Radio Base
Uva 1754 Posterize
热门文章
HDU 5389 Zero Escape
1137 Final Grading (25分)
1138 Postorder Traversal (25分)
11-散列4 Hashing
1139 First Contact (30分)
Mac系统mds、mds_stores、mdworker疯狂工作的问题
1140 Look-and-say Sequence (20分)
1141 PAT Ranking of Institutions (25分)
1142 Maximal Clique (25分)
1143 Lowest Common Ancestor (30分)
Copyright © 2011-2022 走看看