logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

nginx: [error] open() “/usr/local/nginx/logs/nginx.pid“ failed (2: No such file or directory)

[root@localhost sbin]# ./nginx -s reloadnginx: [error] open() "/usr/local/nginx/logs/nginx.pid" failed (2: No such file or directory)解决方法:[root@localhost nginx]# /usr/local/nginx/sbin/nginx -c /usr/lo

The Apache Tomcat Native library which allows using OpenSSL was not found on the java.library.path

The Apache Tomcat Native library which allows using OpenSSL was not found on the java.library.path: [/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib]tomcat启动项目时出现“org.apache.catalina.core

简述在Js或Vue中监听页面的刷新、关闭操作

1、背景大家是否经常遇到在关闭网页的时候,会看到一个确定是否离开当前页面的提示框?想一些在线测试系统、信息录入系统等就经常会有这一些提示,避免用户有意或者无意中关掉了页面,导致数据丢失。而最近在做项目的时候有一个需求,用户在表单页面中进行操作,为了防止用户在未保存表单数据的情况下离开、刷新页面等造成数据的丢失,需要在这种操作下出现是否离开的提示框,这里面的实现过程很简单,利用了HTML DOM事件

#javascript#vue.js#开发语言
The Apache Tomcat Native library which allows using OpenSSL was not found on the java.library.path

The Apache Tomcat Native library which allows using OpenSSL was not found on the java.library.path: [/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib]tomcat启动项目时出现“org.apache.catalina.core

vue a-range-picker回显问题和回显之后值无法改变的问题

vue a-range-picker回显问题和回显之后值无法改变的问题

#vue.js#前端#javascript
spring boot 文件下载接口

文章目录spring boot 文件下载接口通过ResponseEntity实现通过写HttpServletResponse的OutputStream实现spring boot 文件下载接口Springboot对资源的描述提供了相应的接口,其主要实现类有ClassPathResource、FileSystemResource、UrlResource、ByteArrayResource、Servle

#spring boot#java#后端
到底了