Chinaunix首页 | 论坛 | 博客
  • 博客访问: 561043
  • 博文数量: 204
  • 博客积分: 245
  • 博客等级: 二等列兵
  • 技术积分: 1293
  • 用 户 组: 普通用户
  • 注册时间: 2012-03-16 10:29
文章分类

全部博文(204)

文章存档

2024年(1)

2023年(4)

2022年(21)

2021年(7)

2020年(5)

2019年(1)

2018年(6)

2017年(11)

2016年(15)

2015年(52)

2014年(37)

2013年(26)

2012年(18)

我的朋友

发布时间:2017-09-13 15:40:52

http://blog.csdn.net/guowake/article/details/2217086vim中大小写转化的命令是gu或者gU形象一点的解释就是小u意味着转为小写;大U意味着转为大写.剩下的就是对这两个命令的限定(限定操作的行,字母,单词)等等1、整篇文章大写转化为小写 打开文件后,无须进入命令行模式。键入:ggguG   解释.........【阅读全文】

阅读(2105) | 评论(0) | 转发(0)

发布时间:2017-09-13 15:39:01

https://baike.1688.com/doc/view-d25388272.html如果数据在A2:A1000中,B2中输入=OFFSET($A$1,ROW(A1)*8+COLUMN(A1)-8,)将B2中公式用自动填充柄右拉7个单元格,再将这8个单元格下拉。......【阅读全文】

阅读(1020) | 评论(0) | 转发(0)

发布时间:2017-08-28 10:37:53

http://blog.csdn.net/robertsong2004/article/details/46892047If you know the contents of the line, this is an ideal use case for:git log -S path/to/filewhich shows you commits which introduce or remove an instance of that string. There's also the -G which does the same thing w.........【阅读全文】

阅读(784) | 评论(0) | 转发(0)

发布时间:2017-07-19 16:12:35

Set vlan operations interface suffix, if not set ,the default value is "."    vlanctl --if-suffix       change real interface name mode,if not set , default mode is RG.    vlanctl --if |......【阅读全文】

阅读(2372) | 评论(0) | 转发(0)

发布时间:2017-03-09 17:19:33

ebtables和iptables类似,都是Linux系统下网络数据包过滤的配置工具。既然称之为配置工具,就是说过滤功能是由内核底层提供支持的,这两个工具只是负责制定过滤的rules.这里主要介绍ebtables,iptables类似。一、过滤时机要了解过滤时机,首先得了解网络数据包进入网卡后,在系统中的转换流程,见图:从上图可以.........【阅读全文】

阅读(1093) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册