遇到SQL类似报错说明mysql需升级支持表情emoji
说明系统不支持 表情emoji;建议升级到MySQL在8.0以上,性能更加好一些,支持表情emoji
mysql 建议采用 character-set-server=utf8mb4
修改Centos8时区问题
rm -f /etc/localtime
ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
如果时间不对情况下建议修改时区
如何让你文章主动推送百度?
这是一款解决把你文章内容推送到百度里,让百度第一时间抓取你的内容.
- 支持文章 手动推送到百度普通收录里
- 支持后台自定义域名接口和token
- 支持对应https
如何解决centos8使用DOCKER遇到安装问题
今日在最新centos8环境中使用按照官方的方法安装DOCKER
$ sudo yum remove docker \
docker-client \
docker-client-latest \
docker-common \
docker-latest \
docker-latest-logrotate \
docker-logrotate \
docker-engine
$ sudo yum install -y yum-utils
$ sudo yum-config-manager \
–add-repo \
https://download.docker.com/linux/centos/docker-ce.repo
很久没有玩NODEJS,尝试编译安装
开源项目里面用到NODEJS,很久没有玩NODEJS,尝试编译安装,报编译错误,系统环境:CentOS Linux release 7.8.2003 (Core)
试了一下编译安装报如下错误:
WARNING: C++ compiler (CXX=g++, 4.8.5) too old, need g++ 6.3.0 or clang++ 8.0.0
WARNING: warnings were emitted in the configure phase
# gcc -v
gcc 版本 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC)
对比较老旧JAVA系统增加功能出现的问题
当前对系统部署编译过程序到运营环境无法启动站点
查看启动日志 cat logs/catalina.out
异常错误如下:
严重: One or more listeners failed to start. Full details will be found in the appropriate container log file
五月 27, 2020 6:08:25 下午 org.apache.catalina.core.StandardContext startInternal
严重: Context [/wzsc] startup failed due to previous errors
五月 27, 2020 6:09:20 下午 org.apache.catalina.startup.TldConfig execute
信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
老系统之前升级未修改环境变量造成关闭或启动问题
对之前已经升级过老系统服务环境apache-tomcat关闭服务时候出现
Cannot find /usr/local/apache-tomcat-7.0.67/bin/setclasspath.sh
This file is needed to run this program
修改环境变量
Apache Tomcat爆安全漏洞升级后报错误
最近Apache Tomcat 爆安全漏洞升级后报如下错误:org.apache.coyote.http11.AbstractHttp11Processor process
信息: 解析 HTTP 请求 header 错误
Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in the request target. The valid
本地视频上传到网站自动截图及视频转码软件
为了针对不喜欢把自己网站视频放到阿里云 、腾讯云、七牛云等(下面也有相关打通云平台的插件推荐)。喜欢把视频放到本地网站服务器。软件作者推出如下服务解决方案:
1、视频截图软件:自动获取第某帧封面图片做为视频封面-比如解决手机主题播放视频没有封面图片
(开源网站系统:Discuz、wordpress等)