<div link="/home" class="home" @click="homeLink" :class="{ activeClass: homeIndex }" > 首页 </div> <div link="/category" class="category" @click="catLin ...
分类:
其他好文 时间:
2020-11-27 11:51:45
阅读次数:
19
// 代理访问和设置 const options = { // 主题色 themeColor: 'red', // 文本主颜色 textColor: '#333', // h1 h2 h3 h4 h5 h1: '1.6rem', h2: '1.4rem', h3: '1.2rem', h4: '1r ...
分类:
Web程序 时间:
2020-11-27 11:40:32
阅读次数:
16
data[{name:'aa',age:18},{name:'lisi',age:100},{name:'zhangsan',age:80}] html <div class='layui-col-md3'> <label class="layui-form-label">帅哥信息</label> ...
分类:
其他好文 时间:
2020-11-27 10:52:05
阅读次数:
9
基于Redis实现分布式所得简单逻辑 最简单逻辑: //注入 StringRedisTemplate stringRedisTemplate //原理就是利用Redis set k v NX 指令(setIfAbsent方法), NX表示添加k v如果Redis不存在该k 多个并发请求同时访问 pu ...
分类:
其他好文 时间:
2020-11-26 15:06:25
阅读次数:
8
CSS外部样式在head里写入用来链接外部CSS文件h3.red用来表示特定的标签div h1用来表示div里的h1标签text-indent首行缩进line-height行高font-size字体大小font-style字体样式 ...
分类:
其他好文 时间:
2020-11-26 14:35:46
阅读次数:
4
#1from turtle import* pensize(8) color("black") up() goto(50,0) down() circle(100) color("blue") up() goto(-170,0) down() circle(100) color("red") up( ...
分类:
其他好文 时间:
2020-11-26 14:11:54
阅读次数:
5
package com.xieh; import java.io.BufferedReader; import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.File; import java.io. ...
分类:
编程语言 时间:
2020-11-25 12:49:28
阅读次数:
10
1 #include <stdio.h> 2 #include <wiringPi.h> 3 #include <softPwm.h> 4 5 const int Red_Pin = 9; 6 const int Green_Pin = 10; 7 const int Blue_Pin = 11; ...
分类:
编程语言 时间:
2020-11-25 12:45:11
阅读次数:
8
1.下载CentOS7.9 下载CentOS可以到其官方下载,官方地址:https://www.centos.org/download/ 不过我进到这个网站最终也没找到下载链接。 可以到这个网站 https://freecplus.net/bc14e930a8644f558e46b7411b8ad8 ...
分类:
系统相关 时间:
2020-11-25 12:32:43
阅读次数:
11
HDU2040 亲和数 题目链接 Problem Description 古希腊数学家毕达哥拉斯在自然数研究中发现,220的所有真约数(即不是自身的约数)之和为: 1+2+4+5+10+11+20+22+44+55+110=284。 而284的所有真约数为1、2、4、71、 142,加起来恰好为22 ...
分类:
其他好文 时间:
2020-11-24 12:32:09
阅读次数:
8