chrome访问https网站,出现报错:您目前无法访问 blog.csdn.net,因为此网站使用了 HSTS。
2020-09-25
2025-12-01
解决方法删除HSTS中该域名的配置。1.chrome地址栏中输入以下内容。chrome://net-internals/#hsts2.Deletedomainsecuritypolicies中输入域名,点击Delete。3.刷新之前报错的网站,成功打开。
353
|
0
mysql用户操作
2020-09-25
2025-12-01
添加用户%为开放外网访问,如果限制本机访问,为localhost,也可以限制ipcreateuser'dd'@'%'identifiedby'dd123456';授权#将所有库的所有表授权给ddgrantallprivilegeson*.*to'dd'@'%'identifiedby'dd12345
191
|
0
linux搭建prometheus对外部接口进行监控
2020-09-22
2025-12-01
官网:https://prometheus.io/wget下载wgethttps://github.com/prometheus/prometheus/releases/download/v2.18.1/prometheus-2.18.1.linux-amd64.tar.gz安装部署解压tar-xv
246
|
0
解决oracle控制文件丢失造成实例无法启动的问题
2020-09-21
2026-03-24
背景初始问题:一次数据写入,使磁盘被写满,造成oracle无法操作,无法连接。在解决该问题时,往外备份并删除了部分表空间文件和redo日志文件,但df-h发现磁盘占用并没有变化(事后想想,可能是已经变化,但是系统没发现?)。且在oracle虚机使用sqlplus依旧无法连接。于是进行了reboot(
202
|
0
linux安装jdk
2020-09-14
2025-12-01
下载使用wget到官方下载jdk包。wget--no-cookies--no-check-certificate--header"Cookie:gpw_e24=http%3A%2F%2Fwww.oracle.com%2F;oraclelicense=accept-securebackup-
342
|
0
es安装ik分词器
2020-09-11
2025-12-01
方法一:手动安装1.下载ik分词器https://github.com/medcl/elasticsearch-analysis-ik/releases2.在es的plugins文件夹下新建名为ik的文件夹3.解压ik分词器压缩包[dd@localhostik]$unzipelasticsearch
391
|
0
npm install报错:phantomjs-prebuilt@2.1.16 install: `node install.js`
2020-09-11
2025-12-01
问题现象在安装EShead插件时,执行npminstall。到了phantomjs安装的这一步,出现:phantomjs-prebuilt@2.1.16install:`nodeinstall.js'错误解决方案npminstallphantomjs-prebuilt@2.1.16--ignore-
252
|
0
linux搭建elasticsearch2.2.1
2020-09-11
2025-12-01
1.下载安装包[root@localhostes]#wgethttps://download.elasticsearch.org/elasticsearch/release/org/elasticsearch/distribution/tar/elasticsearch/2.2.1/elastics
162
|
0
mysql出现Too many connections问题解决
2020-09-11
2025-12-01
问题现象mysql无法连接,使用虚机本地客户端用任意用户登录时,提示Toomanyconnections。mysql-uroot-pEnterpassword:ERROR1040(HY000):Toomanyconnections根因mysql连接数已满,连接的线程数超过了mysql配置的最大连接数
143
|
0
mysql开启binlog日志
2020-09-09
2025-12-01
查看binlog日志是否开启执行sqlshowvariableslike'%log_bin%';OFF为未开启,ON为开启修改配置文件在/etc/my.cnf中的[mysqld]下面新增log-bin=mysql-binbinlog_format=rowbinlog_format类型|参数值|含义|
287
|
0
搭建l2tp服务进行科学上网
2020-09-09
2025-12-01
搭建L2TP下载脚本wget--no-check-certificatehttps://raw.githubusercontent.com/teddysun/across/master/l2tp.sh授权、执行脚本chmod+xl2tp.sh./l2tp.sh重启服务(执行完安装脚本无需执行)ser
482
|
0
linux部署hadoop2.10.0和hive1.2.2
2020-09-08
2025-12-01
hadoop下载官网:https://hadoop.apache.org/hadoop2.10.0下载地址国内(清华):https://mirrors.tuna.tsinghua.edu.cn/apache/hadoop/common/hadoop-2.10.0/hadoop-2.10.0.tar.
302
|
0
hive使用
2020-09-08
2025-12-01
启动服务进入hive的bin目录下,./hiveserver2start启动服务进入客户端bin目录下,./hive进入数据文件导入到表LOADDATAINPATH'/dd/xq4_10w.txt'OVERWRITEINTOTABLEdddb.xq4;删除hive不支持delete,可以用inser
172
|
0
9月第一个周五
2020-09-04
2025-12-01
经过一天的扯皮,一个头变成了两个大。周五的下午依旧过的特别缓慢!还有1小时18分,即将迎来飞逝的周末。完!
131
|
0
linux RHEL版本安装yum
2020-09-04
2025-12-01
由于RedHat的企业版LinuxRHEL是收费的,所以使用yum安装时,如果没有注册,会出现如下报错:Thissystemisnotregisteredwithanentitlementserver.Youcanusesubscription-managertoregister.解决方法:可以使用
266
|
0
vim命令整理
2020-09-04
2025-12-01
294
|
0
linux samba安装
2020-09-04
2025-12-01
1.服务器安装sambayum-yinstallnanovimwgetcurlnet-toolslsofyum-yinstallsambasamba-clientsamba-common在smb.conf文件中加入一下配置,设置/opt为根路径[opt]comment=HomeDirectories
294
|
0
js原生函数整理
2020-09-03
2025-12-01
239
|
0
1 2 3 4
5
6 7