发布时间: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个单元格下拉。......【阅读全文】
发布时间: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.........【阅读全文】
发布时间: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 |......【阅读全文】
发布时间:2016-10-25 17:38:11
Fedora 17更改开机启动项,设置windows为第一启动项当地电脑装了两个或更多的系统,有时候喜欢电脑开机就进去windows系统,然而安装完fedora后,默认都是先启动fedora,现提供两个方法把windows提为第一启动项方法一:1. 利用终端,首先找到Windows的menuentry.# cat /boot/grub2/grub.cfg | grep Windows结.........【阅读全文】