码迷,mamicode.com
首页 >  
搜索关键字:plus one    ( 30610个结果
mybatis-plus整合spring
准备工作 JDK 8+ Maven 引入依赖 <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> <version>5.1.6.RELEASE</version> </d ...
分类:编程语言   时间:2021-01-26 12:06:11    阅读次数:0
Python for Data Science - DBSCan clustering to identify outliers
Chapter 4 - Clustering Models Segment 3 - DBSCan clustering to identify outliers DBSCAN for Outlier Detection Unsupervised method that clusters core s ...
分类:数据库   时间:2021-01-26 11:57:37    阅读次数:0
POJ2406 Power Strings(循环节)
Power Strings Description Given two strings a and b we define a*b to be their concatenation. For example, if a = "abc" and b = "def" then a*b = "abcde ...
分类:其他好文   时间:2021-01-26 11:47:12    阅读次数:0
hive删除数据库
删除数据库时提示:message:Database DBname is not empty. One or more tables exist. ##解决方案1: 先删除数据库中的所有表,再删除数据库 ##解决方案2: 强制删除 drop database db_hive cascade; ...
分类:数据库   时间:2021-01-26 11:44:00    阅读次数:0
linux下安装zsh和p10k的详细过程
下载zsh sudo apt-get install zsh sudo apt-get install git 下载oh-my-zsh 因为zsh配置起来太麻烦了,直接安装oh-my-zsh即可,前往oh-my-zsh官网: https://ohmyz.sh 使用命令: $ sh -c "$(cur ...
分类:系统相关   时间:2021-01-26 11:42:41    阅读次数:0
1657. Determine if Two Strings Are Close
Two strings are considered close if you can attain one from the other using the following operations: Operation 1: Swap any two existing characters. F ...
分类:其他好文   时间:2021-01-25 11:07:52    阅读次数:0
zabbix4.2配置监控MySQL
1.在被监控主机安装好MySQL 相关步骤省略。 2.创建监控所需要的MySQL账户(MySQL服务器端) 1 2 MariaDB [(none)]>grant usage on *.* to zabbix@192.168.10.100 identified by '123456'; MariaDB ...
分类:数据库   时间:2021-01-25 10:58:33    阅读次数:0
通过AWS Data Replication Hub实现AWS中国区域和全球区域之间的S3复制
通过aws-data-replication-hub实现S3中国区域和全球区域复制 参考链接:https://github.com/awslabs/aws-data-replication-hub AWS Data Replication Hub是一个开源的AWS跨区域跨账号数据复制工具,支持一键部 ...
分类:其他好文   时间:2021-01-22 12:28:04    阅读次数:0
【Kubernetes】kubeadm 安装集群(二)
环境 virtual box 6.1 centos 7.8 docker 19.03 kubernetes 1.20.2 安装必备软件 添加 Kubernetes 仓库 cat <<EOF > /etc/yum.repos.d/kubernetes.repo [kubernetes] name=Ku ...
分类:Web程序   时间:2021-01-22 12:21:59    阅读次数:0
django-restframework-jwt多方式登录、自定义user表及签发token、book表单增删查改等相关内容-90
1 jwt:重点(跟语言,框架无关) -json web token -cookie:客户端浏览器上的键值对,数据不安全 -session:服务端的键值对(内存,数据库,redis,文件),安全,对服务端压力大 -token:三段:头.荷载.签名 -header(公司信息,加密方式。。。) -pay ...
分类:其他好文   时间:2021-01-22 12:13:35    阅读次数:0
30610条   上一页 1 ... 36 37 38 39 40 ... 3061 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!