<style type="text/css"> *{ margin: 0; padding: 0; } #outer{ width: 500px; margin: 50px auto; padding: 10px; background-color: greenyellow; /*设置文本居中*/ ...
分类:
其他好文 时间:
2020-04-15 21:19:15
阅读次数:
67
CSS实现对角框,边角加个边框、四角框 一:线性渐变方式: 鼠标悬停触发显示:hover { background: linear-gradient(to left, #043add, #043add) left top no-repeat, linear-gradient(to bottom, # ...
分类:
Web程序 时间:
2020-04-15 13:57:38
阅读次数:
376
background: transparent; background: rgba(0, 0, 0, 0.8); ...
分类:
Web程序 时间:
2020-04-14 16:31:37
阅读次数:
71
问题 设置ssh免密码登陆的时候,发现有一些机器设置不生效。有一些机器正常。 跟踪 登陆目标机器,查看sshd的日志信息。日志信息目录为,/var/log/secure你会发现如下字样的日志信息。Jul 22 14:20:33 v138020.go sshd[4917]: Authenticatio ...
分类:
其他好文 时间:
2020-04-14 15:20:07
阅读次数:
87
将之前用go写的代码改为python,这种应用还是用python方便 #coding=utf8 import os,re,time,logging import pyautogui from apscheduler.schedulers.background import BackgroundSch ...
分类:
移动开发 时间:
2020-04-13 19:53:39
阅读次数:
124
grab设计难点 Background 抓图模块要实现的几个目标 1. 并行处理,一边抓图一边处理 2. 图优化,以删除冗余操作 可是现在设计的api用起来没那么方便,具体体现在 1. 并行处理不完美,体现在用callback实现事件等待机制,这个callback有局限性 1. 无法超过64个事件( ...
分类:
其他好文 时间:
2020-04-13 19:41:17
阅读次数:
80
<html> <head> <meta charset="utf-8" /> <title></title> <style type="text/css"> * { margin: 0; padding: 0; } #test{ background-color:#C2EDFF; display:f ...
分类:
其他好文 时间:
2020-04-13 19:30:53
阅读次数:
75
在设置JSON中加入: "workbench.colorCustomizations": { "[Default Light+]": { "activityBar.activeBackground": "#ffffff", "activityBar.background": "#eeeeee", " ...
分类:
其他好文 时间:
2020-04-12 18:24:23
阅读次数:
873
修改thymeleaf的版本 https://www.liangzl.com/get article detail 121801.html 关于thymeleaf设置style的background问题 https://stackoverflow.com/search?q=th%3Astyle+ba ...
分类:
其他好文 时间:
2020-04-11 20:40:32
阅读次数:
82
body:before { background: url(https://img2018.cnblogs.com/blog/1646268/201906/1646268-20190625093618683-318547492.jpg) center/cover no-repeat; content ...
分类:
其他好文 时间:
2020-04-11 18:10:04
阅读次数:
64