链接 : https://codeforces.com/contest/1475/problem/D 排序 + 双指针 #include <bits/stdc++.h> using namespace std; #define IO ios::sync_with_stdio(false);cin.t ...
分类:
其他好文 时间:
2021-01-28 12:04:58
阅读次数:
0
client.go:9:2: cannot find module providing package google.golang.org/grpc: working directory is not part of a module 因为开启mod模式了export GO111MODULE=aut ...
分类:
其他好文 时间:
2021-01-26 12:04:45
阅读次数:
0
参考网页 https://blog.csdn.net/xiaojin21cen/article/details/84726193 (1)、首先备份 CentOS-Base.repo mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentO ...
分类:
其他好文 时间:
2021-01-19 12:28:46
阅读次数:
0
前言 This is a work timer.It can set every working period to remind you that it's time to have a rest, drink some water and exercise your body. Only in ...
分类:
其他好文 时间:
2021-01-14 11:16:06
阅读次数:
0
centos7运行yum报如下提示: There are no enabled repos. Run "yum repolist all" to see the repos you have. To enable Red Hat Subscription Management repositorie ...
分类:
其他好文 时间:
2021-01-12 10:29:30
阅读次数:
0
问题 每次vs重启都提示安装证书,即使执行dotnet dev-certs https --clean,dotnet dev-certs https -t然后重启vs也不行。 环境 win10, vs2019 解决办法 运行输入certmgr.msc 在个人,受信任的根证书颁发机构内删除颁发给loc ...
分类:
Web程序 时间:
2021-01-11 11:29:01
阅读次数:
0
a、install 本地安装, 包含编译,打包,安装到本地仓库编译 - javac 打包 - jar, 将java代码打包为jar文件 安装到本地仓库 - 将打包的jar文件,保存到本地仓库目录中。 b、clean 清除已编译信息。 删除工程中的target目录。 c、compile 只编译。 ja ...
分类:
其他好文 时间:
2021-01-05 11:35:09
阅读次数:
0
Git error The file will have its original line endings in your working directory Git项目提交代码,即执行git add .命令后,报了这个错误有点懵。 参考博客1:https://www.cnblogs.com/dy ...
分类:
其他好文 时间:
2021-01-02 11:05:53
阅读次数:
0
1 准备工作 1.1 下载openssl1.1.0g 地址: https://github.com/openssl/openssl/tree/OpenSSL_1_1_0g 1.2 安装perl 我使用的strawberry 版本号v5.28.2 地址:http://strawberryperl.co ...
hive作为一个sql查询引擎,自带了一些基本的函数,比如count(计数),sum(求和),有时候这些基本函数满足不了我们的需求,这时候就要写hive hdf(user defined funation),又叫用户自定义函数。 UDF 创建与使用步骤 继承org.apache.hadoop.hiv ...
分类:
其他好文 时间:
2020-12-25 13:07:42
阅读次数:
0