总结前的碎碎念。 写了不少页面,背景这个属性虽然是普通不能再普通的了,但是用的好,简直是神助攻。 基本属性: background:red url(../img/images.png) no-repeat fixed top; 颜色:red; url: url(../img/images.png) ...
分类:
其他好文 时间:
2016-11-13 19:18:32
阅读次数:
190
# Auther: Aaron Fan#示例1:#定义几个字典alien_0 = {"color":"green", "points":5}alien_1 = {"color":"yellow", "points":10}alien_2 = {"color":"red", "points":15}# ...
分类:
编程语言 时间:
2016-11-12 20:07:25
阅读次数:
324
问题:使用 Red Hat Enterprise Linux Server(RHEL) yum安装软件时显示 This system is not registered with RHN. RHN support will be disabled. 原因: Red Hat Enterprise Li ...
分类:
其他好文 时间:
2016-11-12 14:10:06
阅读次数:
374
0. 会弹出 ***1.在弹出的文件夹中找到"VMwwareTools9.6.2-1688356.tar.gz",右击"解压缩到"。。。我解压缩到了"home/{用户名}/ToolsTemp/"文件夹里了... 注意到这个文件就可以了↓ *********2. 最后就容易了,打开终端"cd /hom ...
分类:
系统相关 时间:
2016-11-12 02:04:27
阅读次数:
340
配套视频下载地址Div和Span标签什么是div?作用:一般用于配合css完成网页的基本布局<style>
.header{
width:980px;
height:100px;
background:red;
margin:auto;
margin-bottom:10px;
}
.content{
width:980px;
height:500px;
background:green;
margin:auto;
margin-bott..
分类:
Web程序 时间:
2016-11-11 20:51:53
阅读次数:
254
遇到U盘插上redhat电脑可是挂载不了。那是没有安装ntfs-3g这个软件的原因。下面讲怎么挂载ntfs首先下载最新的ntfs-3ghttp://www.tuxera.com/community/ntfs-3g-download这个下载我就不说了在网站上找到最新的ntfs-3g复制链接用wget下载下载前先安装gcc不然会出现问题解压下载的..
分类:
Web程序 时间:
2016-11-10 21:41:26
阅读次数:
222
<!DOCTYPE html><html> <head> <meta charset="utf-8"> <title></title> <style> * { margin: 0 auto; } #kaishi { text-align: center; background-color: red; ...
分类:
编程语言 时间:
2016-11-10 12:10:09
阅读次数:
199
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style> #div { width: 300px; height: 300px; background: red; } </s ...
分类:
Web程序 时间:
2016-11-09 22:47:09
阅读次数:
207
颜色中文名 颜色英文名 颜色16位表示白 white #FFFFFF黄 yellow #FFFF00红 red #FF0000紫红 fuchsia #FF00FF水绿 aqua #00FFFF浅绿 lime #00FF00蓝 blue #0000FF 黑 black #000000灰 gray #8 ...
分类:
其他好文 时间:
2016-11-09 02:36:26
阅读次数:
336
<style type="text/css">.box { width:100px; height:50px; }.red-bg{ background:red; } .green-bg{ background:green; } </style></head> <body> <div class=" ...
分类:
其他好文 时间:
2016-11-08 13:36:52
阅读次数:
298