在保证windows中cmd能ping通虚拟机地址时: 1、先登录进入到linux中的mysql 2、运行以下两个命令: 1)赋予远程登录的root用户所有权限 grant all privileges on *.* to 'root'@'%' identified by '密码' with gra ...
分类:
数据库 时间:
2020-12-15 12:47:33
阅读次数:
5
pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance ...
分类:
其他好文 时间:
2020-12-15 12:10:21
阅读次数:
3
############## [work@xxx log]$ cat /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE="eth0" BOOTPROTO="static" HWADDR="f4:53:4g:cb:80:ee" MTU="1500" TY ...
分类:
其他好文 时间:
2020-12-15 12:07:36
阅读次数:
2
Spock虽然好用,但要应用到实际项目中还是需要注意几个问题,下面讲下我们公司在使用过程中遇到的一些问题和解决方案 版本依赖 要使用Spock首先需要引入相关依赖,目前使用下来和我们项目兼容的Spock版本是1.3-groovy-2.5,以maven为例(gradle可以参考官网),完整的pom依赖 ...
分类:
其他好文 时间:
2020-12-15 11:42:04
阅读次数:
1
一、容器刷新前源码分析 做过 SSM 框架整合的都会知道,如果我们需要启动项目,需要在 web.xml 中进行如下配置 <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http:// ...
分类:
编程语言 时间:
2020-12-14 13:47:27
阅读次数:
6
erminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Application tried to present modally an active controller <ViewControl ...
分类:
移动开发 时间:
2020-12-11 11:54:40
阅读次数:
12
如安装时,出现如下错误:Error:Package:kubelet-1.19.2-0.x86_64(kubernetes)Requires:conntrackYoucouldtryusing--skip-brokentoworkaroundtheproblemYoucouldtryrunning:rpm-Va--nofiles--nodigest解决方法:下载yum源,安装依赖包cd/etc/yu
分类:
Web程序 时间:
2020-12-11 11:43:11
阅读次数:
8
Location对象 Location对象表示其链接到的对象的位置URL,所做的修改反映在与之相关的对象上。Document和Window对象都有这样一个链接到Location,分别通过document.location和window.location访问。 属性 location.href: 包含 ...
分类:
其他好文 时间:
2020-12-10 11:12:17
阅读次数:
6
一、背景 最近在给项目打包的时候,在控制台老是出现一行警告:[WARNING]Theartifactaspectj:aspectjrt:jar:1.5.4hasbeenrelocatedtoorg.aspectj:aspectjrt:jar:1.5.4。对于有强迫症的我感觉很是不舒服,于是就查其原因,最后得出了解决办法,先分享给你。二、原因 根据警告提示以及在http://mvnreposit
分类:
编程语言 时间:
2020-12-10 11:03:45
阅读次数:
4
[root@node1 tasks]# cat main.yml name: 拷贝JKD到目标服务器 unarchive: src={{ jdk_pkg }} dest={{ jdk_dir }} mode=755 name: 添加环境变量 blockinfile: dest: /etc/profi ...
分类:
其他好文 时间:
2020-12-09 12:12:06
阅读次数:
6