css基本语法 css的定义方法是: 选择器 { 属性:值; 属性:值; 属性:值;} 选择器是将样式和页面元素关联起来的名称,属性是希望设置的样式属性每个属性有一个或多个值。代码示例: div{ width:100px; height:100px; color:red } css页面引入方法: 1 ...
分类:
Web程序 时间:
2020-02-03 10:08:17
阅读次数:
81
解决设置设置纯色图片,不能设置其他背景图片的方法。 比如这样的。 首先找到这个目录 C:\Users\(这个位置填写你的电脑用户名)\AppData\Roaming\Microsoft\Windows\Themes,(Users也有可能是中文名——用户) 把他删除,如果删除成功则就OK了,重新设置一 ...
基本的使用 login.html layout.html 还有header和sidebar和foot都是属于布局里的公共样式,block遵循一个萝卜一个坑原则,自己写特殊的部分。 "ok!使用这个模板引擎来写一个页面吧!" ...
分类:
其他好文 时间:
2020-01-24 15:57:30
阅读次数:
141
[TOC] 1 概述 自定义grub引导菜单的主题,笔者的linux是deepin,感觉默认的grub主题不太好看,嗯,没办法,就是想改了。 这篇文章主要是修改/boot/grub/grub.cfg以及/boot/grub/themes/.../theme.txt这两个文件,修改之前要备份,不要问为 ...
分类:
其他好文 时间:
2020-01-23 21:21:48
阅读次数:
106
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0"> </head> <bo ...
分类:
微信 时间:
2020-01-21 21:33:31
阅读次数:
133
一条物联网设备控制命令从诞生到完成使命,它的一生是什么样的?本文将带你解读物联网设备控制命令的完整生命周期。 ...
分类:
其他好文 时间:
2020-01-21 17:57:27
阅读次数:
127
一、更换主题 如我用的主题是next,只需要解压缩到Hexo/themes/next目录下即可, 当然你也可以直接在Hexo目录下执行git clone https://github.com/theme-next/hexo-theme-next themes/next,解压完成后,修改_config ...
分类:
其他好文 时间:
2020-01-21 00:41:40
阅读次数:
175
使用chalk定义输出样式:Chalk comes with an easy to use composable API where you just chain and nest the styles you want. const chalk = require('chalk') console ...
分类:
其他好文 时间:
2020-01-19 00:06:07
阅读次数:
281
jquery 动态添加输入框的两种方法。 1.展示页面 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta ...
分类:
Web程序 时间:
2020-01-18 10:23:06
阅读次数:
105
//Title: 个人健康管理分析报告 using System; using System.Collections.Generic; using System.Linq; using System.Text; using Word = Microsoft.Office.Interop.Word; ...
分类:
其他好文 时间:
2020-01-17 13:38:13
阅读次数:
95