E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
localhost:63342
让域名解析到ip,测试搭建环境
生产环境/线上环境)/etc/hosts[root@huahua~]#vi/etc/hosts//让域名解析到ip,测试搭建环境[root@huahua~]#cat/etc/hosts127.0.0.1
localhost
localhost
.l
灰尘精灵_5360
·
2024-01-01 03:00
Shell三剑客:awk(awk编辑编程)二
{if(表达式){语句1;语句2;...}}IF语句实例#判断数字是奇数还是偶数[root@
localhost
~]#awk'BEGIN{num=10;if(num%2==0)printf"%d是偶数\n
浅∶)笑
·
2024-01-01 02:16
Shell
linux
bash
shell
Shell三剑客:awk(awk编辑编程)四
一、Break结束循环Break结束循环实例break[n]:当第n次循环到来后,结束整个循环,n=0就是指本次循环当计算的和大于50的时候使用break结束循环:[root@
localhost
~]#awk'BEGIN
浅∶)笑
·
2024-01-01 02:16
Shell
linux
bash
shell
Shell脚本自动化部署LAMP环境
[root@
localhost
~]#vimliang.sh#!
浅∶)笑
·
2024-01-01 02:04
Shell
linux
bash
shell
部署篇-Zabbix中文乱码字符集的修正
监控后默认是英文,默认不支持中文字符集切换成中文后会出现以下情况解决方案从Window服务器找到相应的字休复制到zabbixServer服务器上:控制面板→字体→选择一种中文字体建议simkai.ttf[root@
localhost
Jason160918
·
2024-01-01 01:01
监控
zabbix
1.PHP简单入门
>在浏览器中输入http://
localhost
/PHP/01.php,效果如下:3.注释4.变量变量以$符号开头,其后是变量的名称。大小写敏感。变量名称不以数字开头。$name=
摆脱Loser称号
·
2024-01-01 00:17
PHP
php
开发语言
Web系统中出现
localhost
将您重定向的次数过多问题
最新测试软件的时候,有个功能打开页面的时候就出现了如标题中提到的问题然而通过查找资料,说一个代码中死循环了,导致一跳转到同一个页面多次。下面来说明一下,为什么会出现上面的错误,为什么其他功能不会出现那个问题呢首先要说一下,error_page.jsp是系统的一个错误提示页面,在这里是一个没有权限提示页面(例如:很抱歉,您没有权限访问当前系统资源,请联系管理员。)我们系统中访问控制(权限管理)是用的
zgphacker2010
·
2024-01-01 00:14
Java
Web
综合
为什么 SAP 电商云 Spartacus 产品明细页面的自定义 matcher 会重复被调用
http://
localhost
:4200/powertools-spa/en/USD/jerryproduct/3755211/PSR%2010.8%20LI为什么打开一个product明细页面,也调用了
JerryWang_汪子熙
·
2024-01-01 00:14
第三章 Linux基本操作
②管理员root用户的提示符“#”[root@
localhost
~]#③普通用户提示符“$”[teacher@
localhost
~]$二:Linux下命令的写法①Shell语法:命令[-选项][参数1]
神码观察
·
2023-12-31 23:12
Linux
Linux知识点大全
linux
服务器
运维
axios同时发送多个或不定量的请求,并等待所有请求完毕后操作
functiongetUserAccount(){returnaxios.get('http://
localhost
:8080/pingg?
Hermione_log
·
2023-12-31 22:42
route
查看路由表[root@
localhost
~]#route-n[root@
localhost
~]#routedel/adddefaultgw172.16.110.254[root@
localhost
~]#
不排版
·
2023-12-31 20:09
gin框架使用系列之二——uri占位符和占位符变量的获取
兴起以后,占位符的方式使用的更加的普遍,具体来说,就是在url中将数据的内容放入其中,而且这个内容还可以随着不同的数据的变化,如下是常用的带有url占位符的方式://修改id为1的数据PUThttp://
localhost
断剑zou天涯
·
2023-12-31 17:27
#
gin
gin
go
centOS7 Linux 防火墙和SELinux的开启和关闭
systemctldisablefirewalld临时打开防火墙systemctlstartfirewalld防火墙开机启动systemctlenablefirewalld查看防火墙状态systemctlstatusfirewalld[root@
localhost
程序员的自我修养
·
2023-12-31 17:37
python链接mysql
importpymysqlconn=pymysql.connect(host="
localhost
",port=3366,user="root",password="123456",database="
"Jerome"
·
2023-12-31 17:22
python
mysql
Spring 事务源码分析
一事务代码配置1db.properties配置db.main.driver=com.mysql.cj.jdbc.Driverdb.main.url=jdbc:mysql://
localhost
:3306
IT小分享
·
2023-12-31 15:40
MVC项目案例
MVC项目1、需求访问链接:http://
localhost
:8080/car/get得到JSON数据:{“name”:“保时捷”,“color”:“红色”,“price”:641000.0}2、项目结构
AimerDaniil
·
2023-12-31 14:38
SSM三大框架基础
java
mvc
ioc
rails的jbuilder用法
1.GET请求,返回一个对象GEThttp://
localhost
:3000/api/v1/trains/0822返回结果{"number":"0822","available_seats":["1A"
求墨者
·
2023-12-31 14:47
成功解决 java.sql.SQLException: Access denied for user ‘root’@‘
localhost
’ (using password: YES)
今天在用IDE配置JDBC连接MySQL时,一直报错,java.sql.SQLException:Accessdeniedforuser‘root’@‘
localhost
’(usingpassword:
Richard奇
·
2023-12-31 13:03
学习踩坑总结
java
开发语言
java.sql.SQLException: Access denied for user ‘root’@‘
localhost
’ (using password: YES)错误原因
java.sql.SQLException:Accessdeniedforuser‘root’@‘
localhost
’(usingpassword:YES)错误原因解决方案:用户对应的密码不正确检查输入的用户名密码与数据库用户名密码是否一致这里密码不正确有几种常见情况
着力
·
2023-12-31 13:02
mysql
问题或bug
java
java
sql
mysql
java.sql.SQLException: Access denied for user ‘root‘@‘
localhost
‘ (using password: YES)报错原因
1.第一个:用户名和密码不匹配,或者是在连接池里多打了空格之类的就是配置文件的问题;2.第二个:可能是用户的权限不够,给他添加权限;授予权限--grantallprivilegesondatabasename.tablenameto'user'@'host'identifiedby'password';--授予myuser用户全局级全部权限:GRANTALLPRIVILEGESON*.*TO'my
古木2019
·
2023-12-31 13:01
java
spring
boot
java
sql
数据库
java.sql.SQLException: Access denied for user 'root'@'
localhost
' (using password: YES)
错误:java.sql.SQLException:Accessdeniedforuser‘root’@‘
localhost
’(usingpassword:YES)原因:连接的用户名和密码错误(多打了空格
牛哞哞杂记
·
2023-12-31 13:01
小程序
小程序
[error解决]: java.lang.ClassNotFoundException: org.apache.jsp.index_jsp
错误一:就是请求头Header的问题不是https://
localhost
:8080/Test_01(项目名)/而是http://
localhost
:8080/Test_01/!!!
瑜子酱呀
·
2023-12-31 13:58
java
eclipse
tomcat
已解决java.sql.SQLException: Access denied for user ‘root‘@‘
localhost
‘ (using password: YES)异常的正确解决方法,亲
已解决java.sql.SQLException:Accessdeniedforuser‘root‘@‘
localhost
‘(usingpassword:YES)异常的正确解决方法,亲测有效!!!
桃花键神
·
2023-12-31 12:24
java
sql
数据库
【docker实战】安装tomcat并连接mysql数据库
本节用docker来安装tomcat,并用这个tomcat连接我们上一节安装好的mysql数据库一、拉取镜像[root@
localhost
data]#dockerpulltomcat:8.5.69二、运行
suyukangchen
·
2023-12-31 08:11
docker
实战
数据库
docker
tomcat
AJAX:整理3:原生AJAX的相关操作
注意AJAX的步骤//1.创建对象constxhr=newXMLHttpRequest()//2.初始化设置请求方法和urlxhr.open("GET","http://
localhost
:9090/server
是小蟹呀^
·
2023-12-31 06:16
AJAX
ajax
MySQL5.7 添加用户、删除用户与授权
authentication_string;一.创建用户:命令:CREATEUSER'username'@'host'IDENTIFIEDBY'password';例子:CREATEUSER'dog'@'
localhost
'IDENTIFIEDBY
mingzhi618
·
2023-12-31 06:02
Docker 安装Minio
1、检索和拉取Minio镜像#查看本地镜像dockerimages#检索minio镜像dockersearchminio#拉取minio镜像dockerpullminio/minio[root@
localhost
在奋斗的大道
·
2023-12-31 05:14
Java架构专栏
系统运维
docker
容器
运维
Docker 安装Zookeeper
查看本地镜像dockerimages#检索ZooKeeper镜像dockersearchzookeeper#拉取ZooKeeper镜像最新版本dockerpullzookeeper:latest[root@
localhost
在奋斗的大道
·
2023-12-31 05:14
系统运维
zookeeper
学习笔记
docker
java-zookeeper
zookeeper
使用PHP将Mysql数据表导出到Excel中
php$db='test';$table='article';header("content-type:text/html;charset=utf-8");@mysql_connect('
localhost
爱写代码的小朋友
·
2023-12-31 05:24
PHP系列
php5
php
mysql
excel
CentOS-7.8-x86_64-DVD-2003-Error while coping
[root@
localhost
~]#yumlistinstalled|gre
spencer_tseng
·
2023-12-31 04:46
tomcat
springcloud getway 断言规则和404的原因
1:普通断言routes:-id:host_routeuri:https://www.baidu.com/predicates:-Path=/data/aa当你搜索www.
localhost
:8025/
vily_luky
·
2023-12-31 04:12
spring
cloud
spring
后端
web前端学习(二):React是最优秀的web框架,基于JS专注于视图层
一、React基础学习npx普通安装创建一个项目npxcreate-react-appreact-app创建一个react-app项目yarnstart启动项目(默认3000端口)http://
localhost
起航吧!少年
·
2023-12-31 03:14
web前端学习
前端框架
react
javascript
Springboot的yml配置文件
一、服务配置server:port:8989servlet:#context-path就是端口号与服务之间要加的一段路径,比如
localhost
:8080/wcm/login/login的/wcm就是context-path
茂桑
·
2023-12-31 01:55
spring
spring
boot
二进制安装The connection to the server
localhost
:8080 was refused - did you specify the right host
工作节点执行kubectlgetnode/pods/apply/相关的集群请求主节点命令会报错Theconnectiontotheserver
localhost
:8080wasrefused-didyouspecifytherighthostorport
ouyang+
·
2023-12-31 00:08
kubernetes
docker
linux
【K8S】节点kubectl报错The connection to the server
localhost
:8080 was refused
问题描述在部署kubernetes之后,执行kubectl命令,无论是getnodes还是apply操作,Kubernetes报Theconnectiontotheserver
localhost
:8080wasrefused
DAKANGGO
·
2023-12-31 00:08
kubernetes
docker
linux
K8s中The connection to the server
localhost
:8080 was refused- did you specify the right host or port?
问题描述:K8s中,主节点init结束后,执行kubectlgetnodes时,出现Theconnectiontotheserver
localhost
:8080wasrefused-didyouspecifytherighthostorport
鹰KING
·
2023-12-31 00:08
linux
kubernetes
kubelet
kubectl出现The connection to the server
localhost
:8080 was refused
命令遇到错误:Tofurtherdebuganddiagnoseclusterproblems,use'kubectlcluster-infodump'.Theconnectiontotheserver
localhost
Lin大坑haha~
·
2023-12-31 00:07
k8s
kubernetes
linux
docker
访问服务器显示我被拒绝,连接到服务器
localhost
:8080被拒绝(The connection to the server
localhost
:8080 was refused)...
连接到服务器
localhost
:8080被拒绝(Theconnectiontotheserver
localhost
:8080wasrefused)我能够在Kubernetes中聚集2个节点。
跨考考研
·
2023-12-31 00:07
访问服务器显示我被拒绝
kubectl命令出现错误“The connection to the server
localhost
:8080 was refused”
kubectl命令报错“Theconnectiontotheserver
localhost
:8080wasrefused-didyouspecifytherighthostorport?”
starlsy
·
2023-12-31 00:36
vagrant
linux
运维
k8s
The connection to the server
localhost
:8080
kubectlgetnodes报错:Theconnectiontotheserver
localhost
:8080,本文将介绍这个报错的原因以及解决办法。
超凡脫俗
·
2023-12-31 00:05
Kubernetes
运维
多环境及SpringBoot项目部署
1、多环境2、项目部署上线原始前端/后端项目宝塔Linux容器容器平台3、前后端联调4、项目扩展和规划多环境程序员鱼皮-参考文章本地开发:
localhost
(127.0.0.1)多环境:指同一套项目代码在把不同的阶段需要根据实际情况根来调整配置并且配置到不同的机器上为什么需要
白日日白
·
2023-12-30 22:41
spring
boot
后端
java
SpringBoot项目部署及多环境
1、多环境2、项目部署上线原始前端/后端项目宝塔Linux容器容器平台3、前后端联调4、项目扩展和规划多环境程序员鱼皮-参考文章本地开发:
localhost
(127.0.0.1)多环境:指同一套项目代码在把不同的阶段需要根据实际情况根来调整配置并且配置到不同的机器上为什么需要
白日日白
·
2023-12-30 22:37
项目部署
spring
boot
后端
java
ElasticSearch 常用运维命令收集
ElasticSearch常用运维命令收集1.集群健康检查快速查看curl-XGET'
localhost
:9200/_cat/health?
大雪冬至
·
2023-12-30 22:25
elasticsearch
运维
大数据
c# winfrom treeview 存入数据以及获取节点的值
SHOWDATABASES";privateMySqlConnectionmsct;privateMySqlCommandmscd;privatestaticstringconstr="server=
localhost
小白叫我来巡山
·
2023-12-30 21:15
c#
开发语言
thinkphp学习01-thinkphp6安装
创建项目切换到目录下,新建项目,通过composer创建composercreate-projecttopthink/thinktp6启动命令行启动进入到tp6文件夹,执行启动命令phpthinkrun访问
localhost
假装我不帅
·
2023-12-30 20:17
php
学习
Qt中的QTcpSocket、QWebSocket和QLocalSocket
获取本机电脑ip:QStringWidget::getIp(){QStringhostName=QHostInfo::
localHost
Name();//主机信息查询:返回本机主机名
东方忘忧
·
2023-12-30 19:06
QT
qt
开发语言
【Yii2】使用Redis
redis'=>['class'=>'yii\redis\Connection','hostname'=>'
localhost
','port'=>6379,'databas
zzoood
·
2023-12-30 19:30
yii2
php
redis
数据库
缓存
服务测试相关
1.接口测试--自测1.命令行测试#不传参数,只简单测接口curl'http://
localhost
:8099/search/'-XPOST-d'{"msg_upload_time":"2022-06-
MusicDancing
·
2023-12-30 16:10
设备指纹
数据库
安全扫描出数据库弱口令漏洞
数据库修改密码:使用root账户登录访问数据库[root@
localhost
~]#mysql-uroot–p输入数据库原始密码:Mysql[(none)]>usemysql;(选择数据库)Mysql[mysql
威迪斯特
·
2023-12-30 15:05
安全
大数据
数据库
mysql
模糊词搜索周黑鸭
varrequest=require("request");varmysql=require('mysql');varconnection=mysql.createConnection({host:'
localhost
皮卡乒乓
·
2023-12-30 12:57
上一页
29
30
31
32
33
34
35
36
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他