目前是:common / css 里面所有的内容 公共样式,目前都写在:custom.css里面 iconfont.css :图标库 colorUI :??没看懂。。 public.scss : 可以编译的css ,写了很多公共的类,例如:间距,字体大小,边框,高度,宽度等。 color.scss ...
分类:
其他好文 时间:
2021-02-06 11:46:20
阅读次数:
0
1.下载mysqlhttps://dev.mysql.com/downloads/mysql/操作系统选RedHat依次下载四个安装包mysql-community-common-5.7.33-1.el7.x86_64.rpmmysql-community-libs-5.7.33-1.el7.x86 ...
分类:
数据库 时间:
2021-02-06 11:41:02
阅读次数:
0
? A common typing error is to place the hands on the keyboard one row to the right of the correct position. So ‘Q’ is typed as ‘W’ and ‘J’ is typed as ...
分类:
其他好文 时间:
2021-02-01 12:19:45
阅读次数:
0
在pom.xml里引入listener模块 且jekines上无需配置构建后操作步骤 <build> <sourceDirectory>src/main/java</sourceDirectory> <testSourceDirectory>src/main/java</testSourceDire ...
分类:
编程语言 时间:
2021-01-29 12:23:50
阅读次数:
0
<!-- demodemo.xml --><dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-mapreduce-client-core</artifactId> <version>2.7.0</version> ...
分类:
其他好文 时间:
2021-01-26 12:23:58
阅读次数:
0
在项目引用自定义starter启动报错 完整错误信息: java.lang.IllegalStateException: Unable to read meta-data for class org.moonholder.cloud.damocles.common.redis.configure.R ...
分类:
编程语言 时间:
2021-01-22 11:46:20
阅读次数:
0
当从数据库获取日期时间数据,然后使用CsvRecordSetWriter服务将数据转换为csv数据时,会出现日期时间数据和数据库中的数据不一致的问题 查看源码之后发现在日期时间数据转换时,nifi默认使用gmt时区,且没有给显示选择或填写的地方,因此修改/nifi-1.11.4/nifi-commo ...
分类:
其他好文 时间:
2021-01-21 10:29:39
阅读次数:
0
题目链接:https://ac.nowcoder.com/acm/problem/107658 题意:给定一个长度为n的数组,和一个数值s,寻找最小的区间长度,使得区间长度内的数值和 \(\geq\) s 思路:双指针,l和r作为两个区间端点,当区间和<s时,r++,当区间和$\geq$s时l 右移 ...
分类:
其他好文 时间:
2021-01-20 11:58:42
阅读次数:
0
安装mysql 使用rpm包安装 yum remove mariadb-libs.x86_64 yum install perl rpm -ivh mysql-community-common-5.7.31-1.el7.x86_64.rpm rpm -ivh mysql-community-libs ...
分类:
数据库 时间:
2021-01-19 11:40:29
阅读次数:
0
题目链接:https://leetcode-cn.com/problems/longest-increasing-subsequence 题目描述: 给你一个整数数组 nums ,找到其中最长严格递增子序列的长度。 子序列是由数组派生而来的序列,删除(或不删除)数组中的元素而不改变其余元素的顺序。例 ...
分类:
其他好文 时间:
2021-01-18 11:27:57
阅读次数:
0