常用命令 1.查看nginx 版本 nginx -version 2.启动nginx nginx.exe 3.关闭 nginx -s stop 4.重启nginx nginx -s reload 配置方式 ...
分类:
其他好文 时间:
2020-07-19 11:32:16
阅读次数:
59
1.安装jdk和Tomcat并且修改环境变量1. 修改/etc/profile文件 jdk和Tomcat直接解压到相应的路径,然后修改环境变量 JAVA_HOME=/usr/java/jdk1.7.0 PATH=$JAVA_HOME/bin:$PATH CLASSPATH=.:$JAVA_HOME/ ...
分类:
其他好文 时间:
2020-07-19 00:47:36
阅读次数:
77
官网:https://docs.spring.io/spring/docs/5.2.7.RELEASE/spring-framework-reference/core.html#beans-annotation-config 1、导入约束 2、配置注解支持 <?xml version="1.0" e ...
分类:
编程语言 时间:
2020-07-19 00:44:39
阅读次数:
89
一、环境 1、导入包 maven 2、xml配置文件 <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3. ...
分类:
编程语言 时间:
2020-07-19 00:32:25
阅读次数:
87
1.查看nginx支持的模块 nginx -V [root@www ~]# /usr/local/nginx/sbin/nginx -V nginx version: nginx/1.16.0 built by gcc 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC) ...
分类:
其他好文 时间:
2020-07-19 00:31:24
阅读次数:
81
5 MVCC ? 全称是Multi-Version Concurrent Control,即多版本并发控制,在MVCC协议下,每个读操作会看到一个一致性的snapshot,并且可以实现非阻塞的读。MVCC允许数据具有多个版本,这个版本可以是时间戳或者是全局递增的事务ID,在同一个时间点,不同的事务看 ...
分类:
Web程序 时间:
2020-07-18 19:54:39
阅读次数:
86
背景: 使用脚本ssh tuge2 ""/opt/zookeeper/apache-zookeeper-3.5.5-bin/bin/zkServer.sh start""的时候,报了如下异常: Exception in thread "main" java.lang.UnsupportedClass ...
分类:
Web程序 时间:
2020-07-18 16:02:45
阅读次数:
122
1.Lombok 1.1坐标 <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <version>1.16.18</version> <scope>provided</scope> </ ...
分类:
编程语言 时间:
2020-07-18 13:44:08
阅读次数:
82
一、问题描述 Django中执行create database charset=utf8;命令报错:ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your ...
分类:
数据库 时间:
2020-07-18 11:39:41
阅读次数:
133
1. We need to build the environemnt for the deepctr first pip install -U deepctr_torch 2. The current version is not supported by torch 1.5.0, we need ...
分类:
其他好文 时间:
2020-07-18 00:41:06
阅读次数:
80