Preface 菜鸡HL终于艰难地熬过了初三的一个学期迎来了寒假。 但是由于某些 不可言说 的政策问题所以他要 没高中读了 ,只能开始准备中考。 所以这个寒假可能并不像想象中的那样可以大量刷题~~好吧题还是要做的~~ 希望$ZJOI$能$Keep\ good\ luck$吧,进不了前$48$就要考虑 ...
分类:
其他好文 时间:
2019-01-28 10:55:11
阅读次数:
185
1091 E 题意 一张无向图,给出 $n 1$ 个顶点的度数,求第 $n$ 个顶点所有可能的度数。不存在输出 $ 1$ 。 (graph realization problem)[https://en.wikipedia.org/wiki/Graph_realization_problem] → ...
分类:
其他好文 时间:
2019-01-26 12:35:00
阅读次数:
183
对于大多数对称加密算法而言,解密算法是加密算法的逆运算,加密密钥和解密密钥相同。 在对称加密算法中,DES最具有代表性,堪称典范;DESede是DES算法的变种;AES算法则作为DES算法的替代者;而IDEA算法作为一种强加密算法,成为电子邮件加密软件PGP(pretty good privacy) ...
分类:
其他好文 时间:
2019-01-20 23:35:33
阅读次数:
251
<div class="contaniner"> <section class="list"> <ul class="wall" id="good-list"> </ul> </section> </div> var outerScroller = document.querySelector('. ...
分类:
其他好文 时间:
2019-01-19 16:18:51
阅读次数:
257
Description Longge is good at mathematics and he likes to think about hard mathematical problems which will be solved by some graceful algorithms. Now ...
分类:
其他好文 时间:
2019-01-17 22:34:16
阅读次数:
127
select sum(a1.`num`) from `order_orderlistrow` as a1 INNER JOIN `order_orderlist` as a2 on a1.`order_orderlist_id` = a2.`id` where a1.`goods_good_id` ...
分类:
数据库 时间:
2019-01-17 12:50:39
阅读次数:
233
题目描述 The good folks in Texas are having a heatwave this summer. Their Texas Longhorn cows make for good eating but are not so adept at creating creamy ...
分类:
其他好文 时间:
2019-01-14 14:52:50
阅读次数:
185
实现效果: 知识运用: DrawImage方法 public void DrawImage (Image image, Point point) //指定位置绘制原始大小图像 publIc void DrawImage (Image image,Rectangel rect) //指定位置绘制指定大 ...
分类:
其他好文 时间:
2019-01-13 00:24:10
阅读次数:
237
题目链接:https://codeforces.com/contest/1091/problem/F 首先考虑一个贪心的策略,我们在岩浆上飞,在水里游,在路上走,这样一路走到结尾。但我们发现途中会出现几种情况。 情况1: 我们遇到了岩浆,但是剩余的能量不够我们飞行过去,这时候我们要在前面通过原地转圈 ...
分类:
其他好文 时间:
2019-01-07 17:54:02
阅读次数:
162
原文链接:http://lidawn.github.io/2018/12/26/distribute tracing/ 起因 最近一直在做分布式链路追踪的调研和实践,整理一下其中的知识点。 什么是链路追踪 分布式系统变得日趋复杂,越来越多的组件开始走向分布式化,如微服务、分布式数据库、分布式缓存等, ...
分类:
其他好文 时间:
2019-01-07 00:20:29
阅读次数:
705