码迷,mamicode.com
首页 >  
搜索关键字:version 51    ( 21237个结果
nginx 使用方法
常用命令 1.查看nginx 版本 nginx -version 2.启动nginx nginx.exe 3.关闭 nginx -s stop 4.重启nginx nginx -s reload 配置方式 ...
分类:其他好文   时间:2020-07-19 11:32:16    阅读次数:59
在一台服务器上运行多个Tomcat的配置
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
spring 注解实现自动装配
官网: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
spring 注解开发
一、环境 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
Nginx如何重新编译添加模块
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
5 MVCC ? 全称是Multi-Version Concurrent Control,即多版本并发控制,在MVCC协议下,每个读操作会看到一个一致性的snapshot,并且可以实现非阻塞的读。MVCC允许数据具有多个版本,这个版本可以是时间戳或者是全局递增的事务ID,在同一个时间点,不同的事务看 ...
分类:Web程序   时间:2020-07-18 19:54:39    阅读次数:86
org/apache/zookeeper/server/quorum/QuorumPeerMain : Unsupported major.minor version 52.0
背景: 使用脚本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
java常用工具
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中创建数据库报错:ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '=utf8' at line 1解决方案
一、问题描述 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
deepctr_torch Experience
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
21237条   上一页 1 ... 93 94 95 96 97 ... 2124 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!