Zad 的文章
-
-
Mac连接git和github以及出现问题的解决
提前准备 下载地址 https://git-scm.com/download git安装步骤 https://www.jianshu.com/p/7edb6b838a2e 查看电脑是否安装git 在终端中输入git mac .ssh文…… -
-
-
-
-
【大数据Java基础-JAVA 面向对象42】反射(六)反射应用三:调用运行时类的指定结构
调用指定的属性: @Test public void testField1() throws Exception { Class clazz = Person.class; //创建运行时类的对象 Person p = (Person) …… -
crontab 定时command
Linux crontab command 来自macos CRONTAB(1) BSD General Commands Manual CRONTAB(1) NAME crontab -- maintain crontab…… -
基于SSM+MySQL的毕业设计管理系统(附论文)
项目运行截图 技术描述 开发工具: idea/eclipse 数据库: mysql Jar包仓库: Maven 前段框架:jquery/Jsp 后端框架: spring+springmvc+mybatis 资料说明 …… -
spring-boot连接数据库时init datasource error, url: jdbc:mysql://xx.xxx.xxx.xxx:3306/demo?的报错
因为电脑上的mysql坏掉 所以连接的mysql换为了在服务器上的,自己最开始写的代码是这样的 spring: datasource: type: com.alibaba.druid.pool.DruidData……
友情链接