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

全部博文(209)

文章存档

2026年(1)

2025年(4)

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: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个单元格下拉。......【阅读全文】

阅读(1114) | 评论(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.........【阅读全文】

阅读(847) | 评论(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 |......【阅读全文】

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

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

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

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

发布时间:2016-10-25 17:38:11

Fedora 17更改开机启动项,设置windows为第一启动项当地电脑装了两个或更多的系统,有时候喜欢电脑开机就进去windows系统,然而安装完fedora后,默认都是先启动fedora,现提供两个方法把windows提为第一启动项方法一:1. 利用终端,首先找到Windows的menuentry.# cat /boot/grub2/grub.cfg | grep Windows结.........【阅读全文】

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

登录 注册