fofa: title="MessageSolution Enterprise Email Archiving (EEA)" 访问后: exp: https://ip/authenticationserverservlet/ 直接登陆就可以了 ...
分类:
其他好文 时间:
2021-04-13 12:51:54
阅读次数:
0
<p><iframe name="ifd" src="https://mnifdv.cn/resource/cnblogs/ZLAir724UGA/aly.html" frameborder="0" scrolling="auto" width="100%" height="1500"></ifra ...
分类:
其他好文 时间:
2021-04-13 12:51:27
阅读次数:
0
类/装饰器 @property装饰器负责把类中的方法转换成属性来调用 有三种调用方法 方法一:@property直接加在需要转换的方法上 class People: def __init__(self, name, weight, height): self.__name = name self.w ...
分类:
其他好文 时间:
2021-04-13 12:41:12
阅读次数:
0
题目描述 A group of people are standing in a line. Each person has a distinct height. You would like to count the number of unordered pairs of people in t ...
分类:
其他好文 时间:
2021-04-13 12:06:43
阅读次数:
0
示例代码: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style> #card{ width: 500px; height: 350px; } .title{ height ...
分类:
其他好文 时间:
2021-04-13 11:45:04
阅读次数:
0
用JAVA实现一个时钟 用图形库绘制表盘,然后用事件处理机制刷新窗口,反复重绘,让表针转动起来 import java.awt.*; import java.awt.event.*; import javax.swing.*; import java.awt.geom.*; import java. ...
分类:
编程语言 时间:
2021-04-12 12:27:35
阅读次数:
0
1.仅水平居中: 1.1行内元素水平居中:text-align 1 <head> 2 <style> 3 #box { 4 width: 200px; 5 height: 200px; 6 border: 1px solid red; 7 /* 行内元素水平 */ 8 text-align: cen ...
分类:
其他好文 时间:
2021-04-12 12:06:07
阅读次数:
0
郭静的PSP数据比较 PSP阶段 预估时间 实际所用时间 计划 11 10 明确相关需求和其他因素,估计每个阶段的时间成本 11 10 开发 83 92 需求分析 10 8 生成设计文档 5 7 设计审复(和同事审核设计文档) 8 10 代码规范(为目前开发制定合适的规范) 6 5 具体设计 8 6 ...
分类:
其他好文 时间:
2021-04-12 11:54:27
阅读次数:
0
在移动端开发的过程中,常常会遇到头部高度是40px,而内容页是除去头部,占满视窗的整个高度,有时候是用js来处理,现在用css的calc是非常方便的: .container{ height: calc(100% - 40px); //注:减号前后要有空格,否则很可能不生效!! } 注意:如果用了CS ...
分类:
其他好文 时间:
2021-04-08 13:54:35
阅读次数:
0
flv cdn https://www.bootcdn.cn/flv.js/ 举例 <script src="dist/js/flv.min.js"></script> <video id="videoElement" controls autoplay width="1024" height="5 ...
分类:
Web程序 时间:
2021-04-07 11:39:38
阅读次数:
0