attitude is everything. 引用类型 在 ECMAScript 中,引用类型是一种数据结构,用于将数据和功能组织在一起。在其他面向对象的语言中,这种数据结构通常被称为类,但 ECMAScript 不具备类和接口等传统的面向对象语言的基本结构。 引用类型也称为对象定义,它描述了一类 ...
分类:
编程语言 时间:
2020-04-12 18:23:23
阅读次数:
83
"Link" Solution 题意转化之后就是求有多少个长度是$n+|s|$的回文串,$s$是它的子序列。 先考虑$n+|s|$为偶数的情况。 可以大力dp计数,设$f_{x,l,r}$表示填了前$x$个和后$x$个字符,在 能匹配就匹配 的的情况下,还剩$s[l\dots r]$这段区间没有匹配 ...
分类:
其他好文 时间:
2020-04-12 16:21:39
阅读次数:
77
报错命令 root@ubuntu:/etc/apt# apt-get update Err:1 http://mirrors.aliyun.com/ubuntu trusty InRelease Could not resolve 'mirrors.aliyun.com' Err:2 http:// ...
分类:
系统相关 时间:
2020-04-12 10:42:33
阅读次数:
249
Web 组件从第一次被引入,经历了漫长的过程。其中某个组件可能真的会改变我们编写网站的方式,它就是 HTML Imports 。 这种方法允许我们将 HTML 文档导入到其他的 HTML 文档中去 。 它可以通过 Ajax 实现,不过 HTML Imports 是一个更干净的方法 。 浏览器支持 H ...
分类:
Web程序 时间:
2020-04-11 20:42:59
阅读次数:
95
Many years ago Berland was a small country where only nn people lived. Each person had some savings: the ii -th one had aiai burles. The government co ...
分类:
编程语言 时间:
2020-04-11 12:55:51
阅读次数:
113
< meta > 元素 概要 标签提供关于HTML文档的元数据。元数据不会显示在页面上,但是对于机器是可读的。它可用于浏览器(如何显示内容或重新加载页面),搜索引擎(关键词),或其他 web 服务。 —— W3School 必要属性 属性 值 描述 content some text 定义与http ...
分类:
Web程序 时间:
2020-04-11 10:00:32
阅读次数:
130
1、使用ansible的playbook实现自动化安装httpd1、ansible和各主机之间做免密登录略2、配置ansible的host主机[root@centos7aplaybook]#cat/etc/ansible/hosts[wang]192.168.43.106192.168.43.147192.168.43.1373、准备配置文件模板:centos6和centos7各一个配置文件模板4
分类:
其他好文 时间:
2020-04-10 10:29:27
阅读次数:
76
Every superhero has been given a power value by the Felicity Committee. The avengers crew wants to maximize the average power of the superheroes in th ...
分类:
其他好文 时间:
2020-04-10 00:56:01
阅读次数:
110
Every superhero has been given a power value by the Felicity Committee. The avengers crew wants to maximize the average power of the superheroes in th ...
分类:
其他好文 时间:
2020-04-10 00:19:28
阅读次数:
74
计算机视觉系列最新论文(附简介) 目标检测 1. 综述:深度域适应目标检测标题:Deep Domain Adaptive Object Detection: a Survey作者:Wanyi Li, Peng Wang链接:https://arxiv.org/abs/2002.06797 本文共梳理 ...
分类:
其他好文 时间:
2020-04-08 09:53:00
阅读次数:
113