12:00 夫公益义务,固不待富而后行;如必待富而后行,则一生终无可为之日。 ——陈嘉庚 虽然今天休假,但睁开眼睛的第一件事情还是想着工作上一些待解决的问题,有些问题需要我安排解决,有些问题还未想到如何解决,但我知道一定能解决。难得的休假,连早上醒来的第一件事情都还想着工作,我完全可以抱怨生活之不易 ...
分类:
其他好文 时间:
2021-04-12 12:31:07
阅读次数:
0
Alex and Lee play a game with piles of stones. There are an even number of piles arranged in a row, and each pile has a positive integer number of sto ...
分类:
其他好文 时间:
2021-04-10 13:23:44
阅读次数:
0
1、Vue中选择什么网络模块? 2、axios框架的基本使用 3、axios发送并发请求 4、axios的配置信息相关 5、axios的实例和模块封装 6、axios拦截器的使用 ...
分类:
其他好文 时间:
2021-04-09 13:25:33
阅读次数:
0
[$\text 给定长度为 \(n\) 的序列 \(a\),求是否存在最大的 \(m\) 使得 \(a\) 在模意义下是等差数列。 $\text 首先我们要知道 \(a_i\) 只有可能由以下两个式子推得: $$ a_i=a_+c\quad(1)$$ $$a_i=a_+c-m\quad(2) $$ ...
分类:
其他好文 时间:
2021-04-09 13:14:58
阅读次数:
0
本人菜鸟一枚,再做上拉加载和上拉刷新的时候并没有找到详细的解决方式,所以想写一份可以帮助到刚刚接触Rn的童鞋不要踩坑了 第一步首先引入Flatlist <FlatList data={this.state.list} //这个是数据源 renderItem={this._renderItemView ...
分类:
其他好文 时间:
2021-04-09 13:06:56
阅读次数:
0
如何判别你在使用的MongoDB是企业版还是社区版? 下面整理了一些方法,方便不时之需。 方法1: > db.serverBuildInfo().modules<!--CRLF--> > db.serverBuildInfo().modules<!--CRLF--> 如果命令输出[ "enterpr ...
分类:
数据库 时间:
2021-04-08 13:26:25
阅读次数:
0
markdown学习 一、标题 格式:“#+空格” 为一级标题 “##+空格”为二级标题 以此类推直到六级标题 二、字体 1、粗体 hello word 格式:两个*放在想要加粗的字体两边 2.斜体 hello Word 格式:一个*放在想要倾斜的字体两边 3.删除线 Holly Word 格式:两 ...
分类:
编程语言 时间:
2021-04-06 14:34:47
阅读次数:
0
题目描述: Kids in kindergarten enjoy playing a game called Hawk-and-Chicken. But there always exists a big problem: every kid in this game want to play th ...
分类:
其他好文 时间:
2021-04-05 12:24:28
阅读次数:
0
1、hive-site.xml解读 hive的远程模式,mysql连接配置。 <property> <name>javax.jdo.option.ConnectionUserName</name> <value>root</value><!--mysql的user--> <description>U ...
分类:
其他好文 时间:
2021-04-05 11:57:53
阅读次数:
0
组件 <template> <div> <div>{{val}}</div> <el-button type="success" @click="getClick">点击</el-button> </div> </template> <script> import mixins from '@/mi ...
分类:
其他好文 时间:
2021-04-01 13:18:02
阅读次数:
0