Red and Black Problem Description There is a rectangular room, covered with square tiles. Each tile is colored either red or black. A man is standing ...
分类:
其他好文 时间:
2016-11-08 01:27:19
阅读次数:
167
CSS 汉译层叠样式表样式表创建: 内部样式表 <style type="text/css"> body{background-color:red} p{margin-left:20px} </style> 外部样式表 <link rel="stylesheet" type="text/css" h ...
分类:
Web程序 时间:
2016-11-07 22:23:48
阅读次数:
296
<html><head><styletype="text/css">.class{color:red;}类选择器#id{color:red;}id选择器#idp{}id元素下面的所有p标签#id>p{}直属下层的p#test+p{}同级下一个p<style><linkrel="stylesheet"type="text/css"href=""/>外部样式<scripttype="..
分类:
Web程序 时间:
2016-11-07 20:00:47
阅读次数:
181
一、设置背景色:background-color background-color其主要用来设置元素的背景颜色,其默认值为transparent(不设置任何颜色情况下是透明色),<color>用来设置背景色彩,常用的颜色格式为:颜色名:如“red”;rgb色:如rgb(255, 0, 0)或rgb( ...
分类:
Web程序 时间:
2016-11-07 19:29:20
阅读次数:
342
用U盘,或者是光盘iso镜像挂载本地yum源。首先在插入U盘或光盘,把iso文件复制到本地的/usr/local/src目录里面1)创建挂载目录;2)把/usr/local/src/下redhat的iso镜像挂载到/media/USB中3)命令df-T查看是否挂载成功4)进入到挂载目录查看挂载好的yum源5)编辑配置文件/etc/f..
分类:
其他好文 时间:
2016-11-07 08:31:51
阅读次数:
330
Problem When you ask some website with https head.you may met the problem secure connection failed firefox browser. the answer is tool-preferences-Adv ...
分类:
系统相关 时间:
2016-11-07 07:49:19
阅读次数:
195
css基本选择器 1 2 3 4 5 6 7 8 9 10 11 12 .bb{ color: red; font-size: 45px; } .c3{ color: rebeccapurple; font-size: 45px; } .c4{ color: aquamarine; font-siz ...
分类:
Web程序 时间:
2016-11-06 22:06:36
阅读次数:
232
2016年9月28日14:03:21 1、 我们要在oracle官网上下载MySQL Download Community 找到 Generally Available (GA) Releass 选项 select Platform:Red Hat Enterprise Linux /Oracle ...
分类:
数据库 时间:
2016-11-06 17:27:38
阅读次数:
216
题目链接 非常简单的DFS,初学DFS做这道题很合适。需要注意的是题目中输入的行和列顺序是颠倒的。 ...
分类:
其他好文 时间:
2016-11-05 11:55:47
阅读次数:
108
$("[name=red_count]").on("keyup", countKeyUpBind);即使使用on的,也无法绑定未来元素, 所以直接在动态添加的时候,再进行绑定keyup事件 至于click是允许的 同时,对于jquery中before,after添加的标签,不管是click还是key ...
分类:
Web程序 时间:
2016-11-04 17:12:18
阅读次数:
372