"CF827D Best Edge Weight" tags:LCT 题意 给你一张有边权的简单图,现在要求对于每一条边求出,这条边的边权最大为多少时,它还能出现在所有可能的最小生成树上,如果对于任意边权都出现,则输出 1 题解 分类讨论 1. 这条边在最小生成树上,那么就是所有可以取代这条边的非树 ...
分类:
其他好文 时间:
2019-08-10 23:11:06
阅读次数:
206
有网友问怎么调用wordpress tags作为页面keywords标签?wordpress开发文档有提供了get_tags函数,我们进行改造一下就ok了。下面随ytkah一起来看看如何实现。首先下面的代码是列出页面所有标签并带链接 meta keywords格式是<meta name="keywo ...
分类:
其他好文 时间:
2019-08-09 13:57:33
阅读次数:
113
"CodeForces题面" Time limit 3000 ms Memory limit 262144 kB Source Codeforces Round 532 (Div. 2) Tags data structures divide and conquer greedy math 2600 ...
分类:
其他好文 时间:
2019-08-09 13:26:07
阅读次数:
89
生成类 f=type("Foo" , (object,) , {'func': }) {% extends 'kingadmin/index.html' %} {% load kingadmin_tags %} {% block right-content-container %} <h2 clas ...
分类:
其他好文 时间:
2019-08-09 01:17:07
阅读次数:
102
代码如下:胶囊体(先渲染Geometry+1): Shader "SoulCoder/Mask" { SubShader { Tags { "RenderType"="Opaque" "Queue"="Geometry+1"} ColorMask 0 ZWrite off Stencil { Ref ...
分类:
其他好文 时间:
2019-08-05 19:05:53
阅读次数:
125
Shader "SoulCoder/Model" { Properties { _Color ("Main Color", Color) = (1,1,1,0) } SubShader { Tags { "RenderType"="Opaque" "Queue"="Geometry+2"} Colo ...
分类:
其他好文 时间:
2019-08-05 18:42:02
阅读次数:
115
1.Shiro整合SpringMVC 我们学习Shiro框架肯定是要应用到Web项目上的,所以我们需要整合Shiro和SpringMVC 整合步骤: 第一步:SpringMVC框架的配置 spring-mvc.xml: spring-context.xml: web.xml: 第二步:Shiro配置 ...
分类:
编程语言 时间:
2019-08-02 21:04:20
阅读次数:
103
原博客地址https://chouxianyu.github.io ...
分类:
其他好文 时间:
2019-07-30 15:41:37
阅读次数:
77
layout: post title: 2019 Multi University Training Contest 3 author: "luowentaoaa" catalog: true tags: mathjax: true ACM ICPC 1004.(二分加线段树DP) 因为二分的值越大 ...
分类:
其他好文 时间:
2019-07-30 01:00:18
阅读次数:
140
title: Confluence未授权模板注入/代码执行(CVE-2019-3396) tags: [poc,cve] num :g7y12 # 简介 Confluence是一个专业的企业知识管理与协同软件,也可以用于构建企业wiki。使用简单,但它强大的编辑和站点管理特征能够帮助团队成员之间共享 ...
分类:
其他好文 时间:
2019-07-26 20:00:23
阅读次数:
119