一、DOM 控制class classList :以数组形式,获取该节点元素所有的class样式 remove :移除类 add :添加类 contains: 判断是否包含某个类选择器 toggle :没有就添加.有则删无则加 <!DOCTYPE html> <html lang="en"> <he ...
分类:
其他好文 时间:
2021-05-24 09:42:31
阅读次数:
0
安装vue cli3以及配置环境 镜像下载 1、下载安装Node.js 安装vue cli3之前需要先安装Node.js,方便对vue进行下载 node.js的下载与安装方法在隔壁哟 地址:https://nodejs.org/en/ 2、下载安装vue cli3 使用命令行进行下载安装 4.0 由 ...
分类:
其他好文 时间:
2021-05-24 09:14:18
阅读次数:
0
<!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.or ...
分类:
Web程序 时间:
2021-05-24 07:06:17
阅读次数:
0
用了很久的mc8051,一直以为mc8051的外扩接口有问题,只能写出不能读入。 尝试了很多种方案,包括外部接口使能打一拍读入都试了,都不行。 突然发现数据读入一直都用的assign,换成always@*会是什么样,居然TMD好使了。原始代码 // assign xdata_o =ramx_en ? ...
分类:
其他好文 时间:
2021-05-24 03:21:24
阅读次数:
0
直接上代码吧 中间件简单使用: # -*- coding: utf-8 -*- # Define here the models for your spider middleware # # See documentation in: # https://docs.scrapy.org/en/lat ...
分类:
其他好文 时间:
2021-05-24 03:01:58
阅读次数:
0
文档: https://www.pycryptodome.org/en/latest/ # pip install pycryptodome from Crypto.Cipher import AES import base64 class Encrypt: def __init__(self, k ...
分类:
编程语言 时间:
2021-05-24 02:53:36
阅读次数:
0
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi ...
分类:
其他好文 时间:
2021-05-24 02:18:11
阅读次数:
0
cisco常用配置 常用命令 Switch>En //进入特权模式 Switch#con //进入全局配置模式 Switch(config)#inter vlan 1(默认交换机的所有端口都在VLAN1中)// 创建并进入VLAN 1的接口视图 Switch(config-if)#ip addres ...
分类:
系统相关 时间:
2021-05-24 02:03:54
阅读次数:
0
官网下载地址:http://nginx.org/en/download.html 安装部署 1.下载完成后,解压缩,运行cmd,使用命令进行操作, 不要直接双击nginx.exe,不要直接双击nginx.exe,不要直接双击nginx.exe 一定要在dos窗口启动,不要直接双击nginx.exe, ...
MySQL空间数据类型官方文档:https://dev.mysql.com/doc/refman/8.0/en/spatial-types.html 创建一个支持空间数据类型的表 CREATE TABLE FEATURE ( ID VARCHAR(36) NOT NULL, LAYER_ID VAR ...
分类:
数据库 时间:
2021-05-23 23:38:44
阅读次数:
0