闭包例子var color = "blue"; function changeColor(){ var anotherColor = "red"; function swapColors(){ var tempColor = anotherColor; anotherColor = colo...
分类:
Web程序 时间:
2014-11-22 11:52:23
阅读次数:
161
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/System_Administrators_Guide/sect-Managing_Services_with_systemd-Targets.htmlViewingtheDefaultTargetTodeterminewhichtargetunitisusedbydefault,runthefollowingcommand:systemctlget-de..
分类:
其他好文 时间:
2014-11-21 16:30:31
阅读次数:
223
链接:点击打开链接
There is a rectangular room, covered with square tiles. Each tile is colored either red or black. A man is standing on a black tile. From a tile, he can move to one of four adjacent til...
分类:
其他好文 时间:
2014-11-21 16:19:59
阅读次数:
150
New Web Project
#dd{
width:200px;
height:200px;
background:red;
opa...
分类:
编程语言 时间:
2014-11-21 14:25:46
阅读次数:
186
存在样式:.selected{ background:Blue}如果我们存在以下代码:$(function(){$("tr:odd").css("background","Red"); $("tr:odd").click(function(){ if(...){ $(this).addCl...
分类:
其他好文 时间:
2014-11-21 12:29:21
阅读次数:
429
接受配置对象作为函数参数
虽然保持函数接受的参数的顺序很重要,但是当函数能够接受的参数达到一定数量时,也会让用户很头疼:
var alert = new Alert(100, 75, 300, 200,
"Error", message,
"blue", "white", "black",
"error", true);
随着函数的不断重构和进化,它能...
分类:
编程语言 时间:
2014-11-21 10:43:25
阅读次数:
206
ProblemN*N matrix is given with input red or black.You can move horizontally, vertically or diagonally. If 3 consecutive samecolor found, that color w...
分类:
其他好文 时间:
2014-11-21 06:56:50
阅读次数:
291
一个网站可以有多种配色方案,例如正常模式,夜间模式等。
简单示例一个通过点击按钮,更换css文件,达到切换配色模式的angularjs 小app。
主要文件有三个:index.html(主文件),white.css(白色背景配色方案css文件),black.css(黑色背景配色方案css文件)。
index.html文件代码如下:
<script
src="https://aja...
分类:
Web程序 时间:
2014-11-21 01:36:09
阅读次数:
207
一.学习的东西越多,越需要整理,于是就有诞生了该博客。作为第一篇博客,必须是oracle了,因为我想做DBA。废话不多说,搞起。二.准备工作:10201_database_linux32.zip.libXp-1.0.0-8.1.el5.i386.rpm(该包在镜像里有)三.按照公司的需求,做的配置:1.调整内核参数和安装rpm..
分类:
数据库 时间:
2014-11-21 00:04:11
阅读次数:
374
文件下载:http://css3pie.com/download/ 使用: .pie_radius{ width:200px; height:200px; background-color:red; -moz-border-radius:8px; -webkit-border-radius:8px;...
分类:
其他好文 时间:
2014-11-20 20:05:38
阅读次数:
600