进入查看:2021-2022学年英语周报七年级第59期答案及试题 一. 动词be(is,am,are)的用法我(I)用am, 你(you)用are,is跟着他(he)、她(she)、它(it)。单数名词用is,复数名词全用are。变否定,更容易,be后not加上去。变疑问,往前提,句末问号莫丢弃。还 ...
分类:
其他好文 时间:
2021-04-21 12:20:37
阅读次数:
0
wget http://download.savannah.gnu.org/releases/freetype/freetype-2.10.0.tar.bz2 tar -xf freetype-2.10.0.tar.bz2 cd freetype-2.10.0 ./configure --prefi ...
分类:
系统相关 时间:
2021-04-20 14:36:46
阅读次数:
0
写项目遇到一个获取时间的功能,简单的记录一下。 第一种:获取到开始时间和结束时间,不精确到时分秒。 1,先对界面进行布局,我拿两个时间框为例 <el-date-picker class="width-258" prefix-icon="el-icon-date" v-model="participa ...
分类:
其他好文 时间:
2021-04-14 11:50:46
阅读次数:
0
进入查看:2021-2022学年英语周报八年级第24期答案及试题 He who risks nothing gains nothing.收获与风险并存。History repeats itself.历史往往重演。Honesty is the best policy.做人诚信为本。Hope for t ...
分类:
其他好文 时间:
2021-04-10 13:20:22
阅读次数:
0
Markdown学习 标题 如:三级标题 如:四级标题 标题:通过"#"+"空格"+"标题名字"按回车 字体 1.粗体两边各加"**" Hello,world! 2.斜体两边各加"*" Hello,world! 3.粗斜体两边各加"***" Hello,world! 4.删除线两边各加"~~" He ...
分类:
其他好文 时间:
2021-04-08 13:52:22
阅读次数:
0
首先配置ThreadPoolTaskScheduler线程池: package cn.demo.support.config; import org.springframework.context.annotation.Bean; import org.springframework.context ...
分类:
编程语言 时间:
2021-04-08 13:36:55
阅读次数:
0
1、普通安装cd /usr/local/ wget http://download.redis.io/releases/redis-4.0.11.tar.gz tar -zxvf redis-4.0.11.tar.gz 注意:make install PREFIX=目标安装路径 cd /usr/lo ...
分类:
其他好文 时间:
2021-03-31 12:03:09
阅读次数:
0
上代码直接研究: int main() { int *heap_d; int *heap_e; int *heap_f; heap_d = (int *)malloc(10); heap_e = (int *)malloc(10); printf("The d address is %p\n",he ...
分类:
其他好文 时间:
2021-03-30 13:44:13
阅读次数:
0
1.路径配置的分类 在nginx中,一共有4种不同的路径配置方法 = - Exact match ^~ - Preferential match ~ && ~* - Regex match no modifier - Prefix match #路径完全一样则匹配 location = path { ...
分类:
其他好文 时间:
2021-03-26 15:34:02
阅读次数:
0
Spring boot 中有时候需要控制配置类是否生效,使用 @ConditionalOnProperty 注解来控制 @Bean 是否生效。 例: @ConditionalOnProperty(prefix = "config",name = "enable",havingValue = "tru ...
分类:
其他好文 时间:
2021-03-17 14:53:37
阅读次数:
0