摘要: body { height: 1000px; background-image: url('../img/bodyimg.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center 阅读全文
posted @ 2022-03-13 04:28 Arborblog 阅读(1250) 评论(0) 推荐(0) 编辑
摘要: // date类型转换为String类型 // formatType格式为yyyy-MM-dd HH:mm:ss//yyyy年MM月dd日 HH时mm分ss秒 // data Date类型的时间 public static String dateToString(Date data, String 阅读全文
posted @ 2022-03-12 16:27 Arborblog 阅读(22) 评论(0) 推荐(0) 编辑
摘要: MySql中插入系统当前时间的方式和Oracle中并不相同: 1、Oracle中直接使用“Sysdate”就可以实现 2、MySql中则有几种不同的格式的日期方法可以选择 (1)now()函数以`yyyy-mm-dd hh:mm:ss返回当前的日期时间 (2)curdate()以’yyyy-mm-d 阅读全文
posted @ 2022-03-03 10:56 Arborblog 阅读(131) 评论(0) 推荐(0) 编辑
摘要: Spring项目导入Maven依赖报错 出现红色波浪线omitted for duplicate 解决步骤如下: 1、首先刷新依赖,重新导入一下。 2、如果没能解决,则先删除报错依赖再刷新,然后重新添加依赖并刷新。 3、如果还是报错,则先删除报错依赖再刷新,然后找到本地仓库,删除对应本地依赖,最后重 阅读全文
posted @ 2022-02-15 22:12 Arborblog 阅读(9596) 评论(0) 推荐(0) 编辑
摘要: 如果你爱他,就请让他用Maven,因为那里是天堂, 如果你恨他,就请让他用Maven,因为那里是地狱。 Maven对于新手来说是《步步惊心》,因为它包罗万象,博大精深,当你初来乍到时,你就像一个进入森林的陌生访客一样迷茫。 Maven对于老手来说是《真爱配方》,因为它无所不能,利如刀锋,使用Mave 阅读全文
posted @ 2022-02-15 22:06 Arborblog 阅读(36) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2022.cnblogs.com/blog/2587651/202202/2587651-20220210220502269-252594687.png) 阅读全文
posted @ 2022-02-10 22:05 Arborblog 阅读(87) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:s 阅读全文
posted @ 2022-02-06 16:10 Arborblog 阅读(196) 评论(0) 推荐(0) 编辑
摘要: <%-- Created by IntelliJ IDEA. User: pengshengwang Date: 2022/1/13 Time: 11:02 To change this template use File | Settings | File Templates. --%> <%@ 阅读全文
posted @ 2022-01-13 12:15 Arborblog 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 1、首先我们先卸载mysql,并删除C:ProgramData目录下的mysql文件夹,然后将电脑重启,重启之后进到系统桌面之后,关闭防火墙,同时退出杀毒软件。 扩展阅读:Win11怎么关闭防火墙?Win11系统开启与关闭防火墙的方法 2、安装的时候,不要勾选“launch the Mysql in 阅读全文
posted @ 2022-01-12 10:26 Arborblog 阅读(1365) 评论(0) 推荐(0) 编辑
摘要: Apsara Clouder云计算技能认证:云数据库管理与数据迁移 一.课程介绍 二.云数据库的简介及使用场景 1.云数据库简介 1.1特点: 用户按存储容量和带宽的需求付费 可移植性 按需扩展 高可用性(HA) 1.2阿里云云数据库 RDS 稳定可靠,可弹性伸缩的在线数据库服务. 基于飞天分布式系 阅读全文
posted @ 2022-01-09 17:08 Arborblog 阅读(379) 评论(0) 推荐(0) 编辑