1. 2014 10 28 leavey 2 level one black man with a ring seems not a student sitting near me without anything to do just looking at the website There is...
分类:
其他好文 时间:
2014-10-29 16:32:17
阅读次数:
198
LeetCode - Sort ColorsGiven an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, white and blue.Here, we will...
分类:
其他好文 时间:
2014-10-29 15:00:37
阅读次数:
162
window.color="red";var o={color:"blue"};function sayColor(){alert(this.color);}sayColor();sayColor.call(this,1,2);sayColor.call(window,1,2);sayColor.c...
分类:
Web程序 时间:
2014-10-29 08:02:04
阅读次数:
183
1.rule#html cssh1{字体: color:red; //rgb(123,21,2) #00ccff font-family: Arial, Helvetica, sans-serif; font-size:50px;位置 display:block...
分类:
Web程序 时间:
2014-10-28 19:57:57
阅读次数:
335
1.php代码(index.php)
body{background-color:red} -->
-->
-->
<?php
header('Content-type: text/html; charset=UTF8');
#phpinfo();
$jiaoben = $_GET['jiaoben'];
echo "执行Hadoop的log信息:";
$ret= syst...
分类:
Web程序 时间:
2014-10-28 17:53:03
阅读次数:
219
符合一贯简单的风格,只需记住两个符号 _ 和 *看例子:#main {background:black;*background:red;_background:blue;}第一句会被所有浏览器承认,于是背景是黑的;第二句只有ie67认,于是只有ie67的背景变红;第三句只有ie6认,于是只有ie6变...
分类:
其他好文 时间:
2014-10-28 13:42:06
阅读次数:
145
一、选择符的种类1)通配选择符它用来给页面所有的元素设置样式*{margin:0;padding:0;}。但是实际当中不建议这么用,页面中用到了哪些样式,就统一设置样式,因为*影响性能。也可以给某元素的所有的后代元素应用样式:p *{color:red;}2)标签选择符顾名思义,通过标签来限定样式作...
分类:
Web程序 时间:
2014-10-28 09:18:28
阅读次数:
336
随篇博客的思维导图,继续: 二,看下标签的使用,这里看几个小例子(效果图不再给出): 1,结构标签的使用,这里来看一个页面的布局:
/*
*{border:1px solid red;height:20px}
所有的HTML5结构标签本质上来说就是一个div标签,只不过有意义
*/
/*页面头部 header*/
heade...
分类:
Web程序 时间:
2014-10-27 19:31:02
阅读次数:
245
如果你需要修改模型材质的颜色,或者是修改材质Shader的一些属性, 通常情况是用获取模型的Renderer组件,然后获取它的material属性。举个简单的例子,修改颜色或者直接更换shadermaterial.color=Color.red;material.shader=Resources.L...
分类:
编程语言 时间:
2014-10-27 12:15:42
阅读次数:
235
最近使用ThinkPHP3.1进行一个项目的开发,由于该项目需要连接多台不同的数据库,所以使用如下配置方法: 1 '配置值' 4 //数据库配置 5 'DB_PREFIX' => '', 6 'DB_BLACK_FP' => array( 7 'db_type...
分类:
数据库 时间:
2014-10-26 16:51:55
阅读次数:
225