补题链接:Here 1538A. Stone Game 数组 \(a\) 的大小为 \(n\) ,请问每次可以删除最左和最右侧的元素,请问最少执行多少次能删除掉数组中的最大值和最小值 (\(1\le a_i\le n\)) 在输入的时候确定最大值和最小值的下标, 4种情况 比较从左边删除和右边删除的 ...
分类:
其他好文 时间:
2021-06-13 10:20:33
阅读次数:
0
什么是 readme§ A readme (or read me) file contains information about other files in a directory or archive and is very commonly distributed with computer ...
分类:
其他好文 时间:
2021-06-13 09:57:10
阅读次数:
0
#include <iostream> using namespace std; double* aaa() { double tmp[3] = { 1.01,2.02,3.03 }; double* tmp1 = new double[3]; for (size_t i = 0; i < 3; i ...
分类:
编程语言 时间:
2021-06-13 09:52:53
阅读次数:
0
1、背景 工作需要安装centos系统,特此记录下过程 2、准备工作 U盘一个,需要格式化(大于4G,毕竟ISO文件就已经大于4G了) CentOS7.1 iso文件一个 UltraISO工具(制作启动U盘) 下载地址: https://cn.ultraiso.net/xiazai.html 注册码 ...
分类:
系统相关 时间:
2021-06-11 18:34:39
阅读次数:
0
问题:在Vue项目中使用axios调用一个第三方的接口时,前端无法获取到接口返回值,检查控制台Network发现接口请求已经正常发出并且有数据返回,但是控制台Console报了这么一个错误 上图可以看到接口请求正常响应并有返回,控制台却一直报错 Uncaught (in promise) 排查一番之 ...
分类:
其他好文 时间:
2021-06-10 18:42:11
阅读次数:
0
create temporary table temp_t like t1; alter table temp_t add index(b); insert into temp_t select * from t2 where b>=1 and b<=2000; select * from t1 j ...
分类:
其他好文 时间:
2021-06-10 18:34:39
阅读次数:
0
1.创业的感受 累,累,累,已经连续创业3天,2晚失眠睡不着,中午午休也睡不着,衣带渐宽终不悔,为伊消得人憔悴,哈哈....。但是觉得自己在成长和进步,连续不断的输出,让我不得已不断的学习,不断的输入。有时候会觉得,特别的孤独,特么的说好大家一起开源,一起创业,但是真正行动的时候,都看不到人,感觉一 ...
分类:
数据库 时间:
2021-06-10 18:02:17
阅读次数:
0
1、镜像下载安装包 wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/Miniconda3-latest-Linux-x86_64.sh 如果之前没有安装过wget,则会报错如下使用如下语句安装wget yum install ...
分类:
其他好文 时间:
2021-06-08 23:20:21
阅读次数:
0
3Markdown学习 标题 (#+空格)几级标题就用几个#号,最多六级 三级标题 四级标题 Hello World!!!(粗体*x2 内容 *x2 ) Hello World!!!(斜体*x1 内容 *x1 ) Hello World!!!(斜体加粗*x3 内容 *x3 ) Hello World ...
分类:
其他好文 时间:
2021-06-08 22:55:54
阅读次数:
0
问题如下: 解决 position: relative; z-index: 1; ...
分类:
移动开发 时间:
2021-06-08 22:50:54
阅读次数:
0