<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>邮件模板</title> </head> <body> <table width="1024" border="0" cellspacing="0" cellp ...
分类:
Web程序 时间:
2021-04-21 11:46:08
阅读次数:
0
Meta 表示变化 name 名字 viewport 视口 centent 内容 device 配置 scale 比例&范围 Maximum 最大比例&范围&限度 screen 屏幕 手机兼容性适配 @media screen and (max-width:600px) { .content{wid ...
分类:
Web程序 时间:
2021-04-20 15:42:04
阅读次数:
0
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content ...
分类:
其他好文 时间:
2021-04-20 15:35:33
阅读次数:
0
参考链接: https://www.rapidtables.com/convert/color/rgb-to-hsv.html https://zhuanlan.zhihu.com/p/67930839 在缺陷检测时,直接使用RGB值检测一些有色差的缺陷时,往往不容易检测,因为RGB值的变化在肉眼上 ...
分类:
其他好文 时间:
2021-04-20 15:09:32
阅读次数:
0
1 <%@page import="java.sql.*"%> 2 <%@ page language="java" contentType="text/html; charset=UTF-8" 3 pageEncoding="UTF-8"%> 4 <!DOCTYPE html> 5 <html> ...
分类:
数据库 时间:
2021-04-20 15:08:59
阅读次数:
0
[^"]* // []里面的^表示 非, *表示任意数量,这一段的意思是: 匹配 任意数量的不为"的字符 "></img> // "></img> ...
分类:
Web程序 时间:
2021-04-20 15:07:54
阅读次数:
0
工程使用平台api接口说明: 对于本文使用平台的api接口的使用方法,具体请点击平台的api使用链接 https://open.onebound.cn/help/api/taobao.item_search.html 查看! 基于平台的api接口,对需要搜索的商品(多个商品)进行关键字请求搜索,对返 ...
天电脑装了win10,需要重新装oracle,这边记录一下重装过程,避免下次浪费时间。 1、oracle下载 官方下地址:http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html 注意Orac ...
分类:
数据库 时间:
2021-04-20 14:47:39
阅读次数:
0
漏洞描述 系统存在默认弱口令,登录身份为超级管理员。 FOFA title="中新金盾信息安全管理系统" 口令 admin/zxsoft1234!@#$ 登录界面 成功截图 来源 https://www.adminxe.com/2253.html ...
分类:
其他好文 时间:
2021-04-20 14:40:44
阅读次数:
0
需求:点击按钮,显示文本和隐藏文本 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>jQuery 入门</title> <script src="/static/jQuery-1.11/jquery-1.11 ...
分类:
Web程序 时间:
2021-04-20 14:39:19
阅读次数:
0