码迷,mamicode.com
首页 >  
搜索关键字:mysql 安装 path    ( 309664个结果
使用Spring Data JPA 访问 Mysql 数据库-配置项
jpa操作数据库 注意:数据库采用的是本机数据库,下面是建表语句及初始化数据: SET NAMES utf8mb4; SET FOREIGN_KEY_CHECKS = 0; -- -- Table structure for user -- DROP TABLE IF EXISTS `user`; ...
分类:数据库   时间:2021-06-24 17:30:09    阅读次数:0
docker运行prometheus 监控mysql
安装docker 配置阿里云Docker Yum源 [root@xingdian ~]# yum install -y yum-utils device-mapper-persistent-data lvm2 git [root@xingdian ~]# yum-config-manager --a ...
分类:数据库   时间:2021-06-24 17:29:11    阅读次数:0
5、SpringBoot与数据访问
新建一个工程项目 开启本地的mysql数据库 配置mysql连接信息 编写测试类 package com.atguigu.springboot06jdbc; import org.junit.jupiter.api.Test; import org.springframework.beans.fac ...
分类:编程语言   时间:2021-06-23 17:18:23    阅读次数:0
antd table实现可伸缩列
前段时间客户要求table列需要可拖拽功能,狂问度娘,大部分都是从antd官网上面copy的。 极个别的不是,但是含有选择框的就不行了 最后还是找到了: https://www.jianshu.com/p/89b8ccd1eca0 需要用到插件 vue-draggable-resizable,安装最 ...
分类:其他好文   时间:2021-06-23 17:18:08    阅读次数:0
GIST特征和LMGIST包的python实现(有github)——使用gist特征检测恶意文件
使用gist检测恶意文件的代码——TODO,看实际效果 import os import scipy import array filename = '<Malware_File_Name_Here>'; f = open(filename,'rb'); ln = os.path.getsize(f ...
分类:编程语言   时间:2021-06-23 17:17:51    阅读次数:0
Nessus扫描操作系统漏洞
主机IP: 靶机IP: 访问https://www.tenable.com/downloads/nessus#nessus-7-2-0-for-unix-linux根须系统版本下载相对应的Nessus安装包(下载之前使用uname -a查看系统架构) 显示的是64位操作系统,然后到官网下载相对应的版 ...
分类:其他好文   时间:2021-06-23 17:14:08    阅读次数:0
Percona xtrabackup 安装与使用
原文:https://www.huaweicloud.com/articles/0bd52c317b5d1757b62914c05dbe1522.html Backup一直是数据库最重要的环节,mysql也比例外。而mysql最好的备份工具就是Percona xtrabackup和Mysql Ent ...
分类:其他好文   时间:2021-06-23 17:11:14    阅读次数:0
httprunner 3.x学习16 - 断言使用正则匹配(assert_regex_match)
前言 httprunner 3.x可以支持正则匹配断言,使用assert_regex_match方法 assert_regex_match assert_regex_match 源码如下 def assert_regex_match( self, jmes_path: Text, expected_ ...
分类:Web程序   时间:2021-06-23 17:08:14    阅读次数:0
jenkins部署vue项目
jenkins部署vue项目 安装nodejs 配置nodejs的源,去官网查看需要安装的版本和介绍 V8.x: # curl --silent --location https://rpm.nodesource.com/setup_8.x | bash - yum安装node.js yum ins ...
分类:其他好文   时间:2021-06-23 17:07:38    阅读次数:0
centos7 rabbitmq 安装
参考:https://www.linuxprobe.com/install-rabbitmq-on-centos-7.html 问题1:打不开管理页面 http://Your_Server_IP:15672/,而且观察日志发现 rabbitmq程序一直在自动重启 首先防火墙已经关了,启动服务的报错信 ...
分类:其他好文   时间:2021-06-23 17:07:23    阅读次数:0
309664条   上一页 1 ... 39 40 41 42 43 ... 30967 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!