作者:HelloGitHub 追梦人物 文中涉及的示例代码,已同步更新到 "HelloGitHub Team 仓库" HTTP 报文以明文形式传输,如果你的网站只支持 HTTP 协议,那么就有可能遭受到安全攻击。你可以使用 Google 浏览器打开一个 HTTP 协议网站,会发现 Chrome 在网 ...
分类:
Web程序 时间:
2019-10-04 11:48:20
阅读次数:
103
使用如下的pom.xml 在maven reimport 时出现如下的错误 网上的方法都不靠谱,最后使用这个办法解决: 在 中使用GAV搜索 然后重新reimport就可以了 ...
分类:
其他好文 时间:
2019-10-03 18:20:43
阅读次数:
100
Table: Teams Table: Matches You would like to compute the scores of all teams after all matches. Points are awarded as follows: A team receives three ...
分类:
其他好文 时间:
2019-10-03 12:42:49
阅读次数:
101
技术参考: https://docs.microsoft.com/zh-cn/aspnet/core/host-and-deploy/docker/building-net-docker-images?view=aspnetcore-2.2 https://docs.docker.com/docke ...
You may have already known that a standard ICPC team consists of exactly three members. The perfect team however has more restrictions. A student can ...
分类:
其他好文 时间:
2019-10-03 00:46:44
阅读次数:
101
题目链接 题意: 给出n个球体的球心坐标和半径,可以在两个球体的表面连一条通路,代价为距离. 求使得所有球体联通的最小花费. 题解: 最小生成树裸板子 暴力把每个球体的表面之间的距离求出(即 dis=球心距 - 半径和) 注意 如果 dis<0 则 dis=0 代码: #include<iostre ...
分类:
其他好文 时间:
2019-10-02 10:27:55
阅读次数:
88
传送门:https://www.luogu.org/problem/P2946 本题类似于01背包,定义 dp[i][j] 表示前 i 个牛,总和取模幸运值为 j 时的数量,a[i]为第j头牛的能力值,很明显dp[i][j]+=dp[i-1][j](不选择第i头牛)+dp[i-1][(j-a[i]+ ...
分类:
其他好文 时间:
2019-09-27 20:57:09
阅读次数:
79
区域赛名额没了之后感觉自己就失去梦想变成咸鱼了,no team name也算是散了吧。 锅在于自己第一个带权冰茶几也要搞半天,队友甲一个模拟又花不少时间才过,然后第三题矩阵快速幂倒是被我秒了……然后第四题队友乙写着写着说什么板子有问题……唉,平时不练,高斯消元都没写过,早知道就给我写了……我接过手的 ...
分类:
其他好文 时间:
2019-09-27 19:26:00
阅读次数:
74
参考链接:https://yq.aliyun.com/articles/708772 参考链接:https://www.cnblogs.com/steamed-twisted-roll/p/10167501.html ...
分类:
其他好文 时间:
2019-09-26 14:50:21
阅读次数:
88
1、在Eclipse中的Git Repositories中找到要解除的仓库,依次找到Remote--origin【视自己的实际情况选择】, 2、选中origin,右键选择Delete Remote ,及解除了本地仓库和远程仓库的关联, 3、重新在项目上右键选择Team--Remote--push, ...
分类:
系统相关 时间:
2019-09-26 11:41:25
阅读次数:
120