最新发布第10页
排序
在CENTOS环境下搭建自己的图片管理平台(PHP开源图片管理系统盘点)
在Linux服务器上如何搭建自己的图床呢?其实是有集中开源解决方案的。 1.lychee lychee是一个开源的图片管理系统,项目地址https://github.com/LycheeOrg/Lychee,当前版本v3.1.6(2018年10月4日...
Digitalocean镜像备份并更换机房位置(更换IP)
Digitalocean支持数据的镜像备份,可以实现快速将当前的环境复制到另一台主机。具体步骤如下: 1.选择你想要进行备份的主机 2.点击左侧菜单Snapshot 3.然后点击Take Snapshot,备份可能需要几分...
NGINX报错:Primary script unknown解决办法
NGINX错误日志内容如下: 2018/09/30 20:01:02 [error] 19321#19321: *2877 FastCGI sent in stderr: 'Primary script unknown' while reading response header from upstream, client: 117.163...
CENTOS 7修改默认时区
CentOS查看当前时区及修改默认时区的方式如下: 1.查看当前时区 date -R 2.修改时区 tzselect 执行上面的命令,然后按照提示进行操作,但是只能当前回话保存,如果想要永久保存,需要修改 ~/.ba...
IntelliJ IDEA 最新版激活/注册码系列教程(无需修改hosts文件)
本文整理了各个版本IntelliJ IDEA激(po)活(jie)的方法,具体涉及到的版本如下: 教程一 教程链接: IntelliJ IDEA 2017.3.2(64)激活教程-->优雅的激活IntelliJ IDEA; 测试通过版本: IntelliJ I...
机场搭建: 通过aaPanel安装v2board及完成后端对接
本文主要介绍了v2board这款v2ray管理面板及对应后端soga的对接过程。一、环境信息Debian 11;Php 7.4;MySQL 5.7;Redis 7.2.3;Nginx 1.21.4;aaPanel 6.8.23;soga: 2.9.4二、安装2.1 安装aapanel官...
Solving Dependency Conflicts in Maven
The more libraries you pull in, the more likely you are to hit conflicting dependencies. Here are a couple of ways to resolve them when using Maven. Maven dependency conflicts can ...
Maven解决jar包冲突问题方案大盘点
盘点Maven解决jar包冲突问题方案。 Maven的依赖仲裁优先级 路径优先:1.对于该项目而言,根据jar包的依赖路径,短的优先 声明优先:2.路径一样,被依赖者声明的前后有关,同一个pom,前面的优先...
解决web.xml报错The content of element type “web-app” must match(正解)
IntelliJ IDEA编辑器显示web.xml红叉,内容如下 The content of element type “web-app” must match “(icon ,display- name ,description ,distributable ,context-param*,filter*,filter-ma...