废话不多说先来上张图给大家看一下 中间的字母vvvvvvv在公告栏中一直滚动播出 (1)先看看页面的结构代码,喇叭图片用的是svg格式的 <div class="remind-block iss-shadow"> <div class="marquee-left"> <span> <svg clas ...
分类:
其他好文 时间:
2021-06-28 17:42:35
阅读次数:
0
https://www.cnblogs.com/emanlee/p/14336685.html 如果文件名,路径名称,字符串中含有中文汉字,文件头加上这个: #!/usr/bin/python#-*- coding:cp936 -*- 例如: #!/usr/bin/python #-*- codin ...
分类:
编程语言 时间:
2021-06-28 17:35:34
阅读次数:
0
<div class="box"> <div class="home_top"> 这里是内容 </div> </div> .box { width: 250px; margin: auto; overflow: hidden; } .home_top { position: relative; wi ...
分类:
Web程序 时间:
2021-06-25 17:14:44
阅读次数:
0
分享一个IDEA 免费注册码分享站点 http://idea.medeming.com/jets/ ...
分类:
其他好文 时间:
2021-06-25 17:03:18
阅读次数:
0
112. 路径总和 给你二叉树的根节点 root 和一个表示目标和的整数 targetSum ,判断该树中是否存在 根节点到叶子节点 的路径,这条路径上所有节点值相加等于目标和 targetSum 。 叶子节点 是指没有子节点的节点。 示例 1: 输入:root = [5,4,8,11,null,1 ...
分类:
其他好文 时间:
2021-06-25 17:01:36
阅读次数:
0
问题描述:这类问题的解决办法,提示少什么我们直接用sudo apt-get install 安装缺少的东西即可 如果使用make menuconfig的方式配置内核,又碰巧系统没有安装ncurses库(ubuntu系统 默认就没有安装此库),就会出现错误,错误信息大体上如下: kent@hu:~/w ...
分类:
系统相关 时间:
2021-06-25 16:56:33
阅读次数:
0
requests与Unittest的结合形成自动化测试 py文件1 import json import unittest,requests,parameterized def yun_login(username,password): url = "http://yun.zenm.vip/iot/ ...
分类:
其他好文 时间:
2021-06-25 16:50:40
阅读次数:
0
web端:socket.io.js 小程序端:weapp.socket.io.js const params = { query:‘’,//连接参数 path: '/socket.io', 'force new connection':true //新开一个websocket连接 } const w ...
分类:
其他好文 时间:
2021-06-25 16:30:53
阅读次数:
0
<build> <resources> <resource> <directory>src/main/resources</directory> <includes> <include>**/*.properties</include> <include>**/*.xml</include> </i ...
分类:
其他好文 时间:
2021-06-24 18:28:56
阅读次数:
0
一行三列循环自适应,是移动端常见的布局 当使用display flex justify-content: space-between;最后一行只有两个时候,会出现分居两端,我们此时需要把最后一行改为向前布局 我的解决方案如下: <div> <p class="item">1</p> <p class ...
分类:
其他好文 时间:
2021-06-24 18:16:06
阅读次数:
0