- 博客(5)
- 收藏
- 关注
转载 Centos 7.5 安装Google Chrome 浏览器
Centos 7.5 的默认浏览器是Firefox,功能强大。。。但是用惯了 Chrome,所以打算在 Centos 上安装Chrome。配置yum源cd /ect/yum.repos.d/vim google-chrome.repo在google-chrome.repo文件中添加如下内容[google-chrome]name=google...
2018-08-11 00:57:00 153
转载 Centos 7.5 安装bcm43142 网卡驱动
英文教程:http://elrepo.org/tiki/wl-kmod查看网卡型号lspci|grep Network查看发行版本信息lsb_release -a查看内核版本信息uname -abcm43142 驱动在Centos 7.5上成功安装,版本可能不同,但是英文教程上说支持7.0以上版本。...
2018-08-10 18:42:00 126
转载 HDU 2222 (AC自动机模板题)
AC自动机裸题,建议刚开始学习的同学看一下这篇博客,讲的很详细 https://blog.csdn.net/u013371163/article/details/60469534这个是向kuangbin大佬学的写法,感觉很棒啊! 1 #include <iostream> 2 #include <stdio.h> 3 #include...
2018-04-20 14:38:00 64
转载 POJ 3468(线段树)
线段树区间更新和区间查询模板题,加懒标记防止其时间复杂度退化 1 #include <iostream> 2 #include <cstdio> 3 #include <cstring> 4 #include <queue> 5 using namespace std; 6 #define ls (p...
2018-04-20 14:23:00 53
转载 POJ 2528 Mayor's posters
第一次学会离散化,是在B站看qsc的视频学会的新姿势,特别好写啊,而且效率也不差,只需要两行代码 1 #include <iostream> 2 #include <stdio.h> 3 #include <algorithm> 4 #include <string.h> 5 #include <...
2018-04-20 14:15:00 45
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人