Wesley13 Wesley13
4年前
mysql报错 常见 1045 10061
报错1045:远程没有设置用户远程访问的权限解决方案:进行授权(红色是你的密码)如果想root用户使用password从任何主机连接到mysql服务器的话。GRANTALLPRIVILEGESON\.\TO'root'@'%'IDENTIFIEDBY'123123'WITHGRANTOPTION;如
Stella981 Stella981
4年前
Spring Cloud Hystrix ThreadPool的bug
BUG背景JDK:11.0.4SpringCloudFinchley.SR3相关配置:开启hystrixfeign.hystrix.enabledtrue关闭断路器hystrix.command.default.circuitBreaker.enabledfalse
Stella981 Stella981
4年前
Jfinal 上传文件
前提准备:导包 cos26Dec2008.jar1.配置默认上传路径public void configConstant(Constants me) {String path  JFinal.me().getServletContext().getRe
Stella981 Stella981
4年前
Nginx基本安装
Windows安装Nginx解压:nginxwindows双击:nginx.exe能看到nginx欢迎界面说明,nginx安装成功演示下nginx做静态服务器启动NginxC:\\server\\nginx1.0.2startnginx或C:\\server\\nginx1.0.2nginx.exe
Easter79 Easter79
4年前
Spring错误——Spring AOP——org.aspectj.weaver.reflect.ReflectionWorld$ReflectionWorldException
背景:学习切面,测试前置通知功能,xml配置如下<?xmlversion"1.0"encoding"UTF8"?<beansxmlns"http://www.springframework.org/schema/beans"xmlns:xsi"http:/
Wesley13 Wesley13
4年前
HTTP 错误 500.19
错误重现往常习惯在web.config文件里添加配置节点默认文档,内容如下:<!web.config<configuration  <system.webServer    <defaultDocument      <files             <ad
Stella981 Stella981
4年前
CentOS7.4 Keepalived+LVS 负载均衡 后台节点健康检查
主机信息VIP10.10.10.55LVS0110.10.10.59Web0110.10.10.60Web0210.10.10.61一、apache简单配置  1、(10.10.10.60)web01软件安装root@web01~yumy
Stella981 Stella981
4年前
STM32407+LAN8720A+LWIP 实现TCP Client
硬件!(https://oscimg.oschina.net/oscnet/ce3175c3843fc07639f24bbe884da8fd68a.png)一、配置CubeMax工程
小万哥 小万哥
2年前
MySQL 数据库操作指南:LIMIT,OFFSET 和 JOIN 的使用
限制结果您可以通过使用"LIMIT"语句来限制查询返回的记录数量。以下是一个示例,获取您自己的Python服务器中"customers"表中的前5条记录:pythonimportmysql.connectormydbmysql.connector.conn