Given an array withnobjects colored red, white
or blue, sort them so that objects of the same color are adjacent, with the
colors in the order red, wh...
分类:
其他好文 时间:
2014-06-04 20:49:33
阅读次数:
276
Given an array withnobjects colored red, white or
blue, sort them so that objects of the same color are adjacent, with the colors
in the order red, wh...
分类:
其他好文 时间:
2014-06-03 13:13:50
阅读次数:
537
1. CSS文件必须使用UTF-8编码;2. CSS代码必须小写;3.
常量值不能加引号,除非值中含有空格。如:color:"red"是错误的,应把引号去掉;font-family:"Century Gothic";
如果名字中含有空格则必须加引号;4. background-img:url("im...
分类:
Web程序 时间:
2014-05-30 00:07:38
阅读次数:
315
!important是CSS1就定义的语法,作用是提高指定样式规则的应用优先权。语法格式{
cssRule !important },即写在定义的最后面,例如:box{color:red
!important;}默认情况下,CSS规则按级层覆盖,例如在.CSS文件中的定义可以被style标签的定义覆...
分类:
Web程序 时间:
2014-05-29 18:08:51
阅读次数:
303
红黑树(Red-Black
Tree)红黑树是一种BST,但是每个节点上增加一个存储位表示该节点的颜色(R或者B);通过对任何一条从root到leaf的路径上节点着色方式的显示,红黑树确保所有路径的差值不会超过一倍,最终使得BST接近平衡;红黑树内每个节点包含五个属性:color,
key, lef...
分类:
数据库 时间:
2014-05-29 16:51:27
阅读次数:
400
mysql官方的HA中间件http://www.mysql.com/products/enterprise/fabric.htmlMySQL
Fabric is an extensible framework for managing farms of MySQL Servers. Two
feat...
分类:
数据库 时间:
2014-05-29 10:50:17
阅读次数:
695
使用支持工作台使用支持工作台使用Enterprise Manager
支持工作台,可以通过执行以下常规步骤来调查、报告并(在某些情况下)解决问题:1. 在Enterprise Manager
的“Database(数据库)”主页上,复查严重错误预警。选择一个预警查看详细资料。2. 分析问题详细信息并...
分类:
数据库 时间:
2014-05-28 21:36:24
阅读次数:
438
一.@代表引用资源1.引用自定义资源。格式:@[package:]type/nameandroid:text="@string/hello"2.引用系统资源。格式:@android:type/name
android:textColor="@android:color/opaque_red"注意:其...
分类:
移动开发 时间:
2014-05-28 12:52:09
阅读次数:
329
装在虚拟机上的Linux一、挂载U盘 1,首先确认你的U盘是FAT格式的
2.在终端用Fdisk -l命令查看磁盘设备。 3.并且用mkdir命令建一目录来挂载U盘,一般是mkdir /mnt/usb 4 将...
分类:
其他好文 时间:
2014-05-27 16:17:47
阅读次数:
293
Oracle 客户端安装 +
pl/sql工具安装配置下载oracle客户端,并在本地安装。11g下载地址为:http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html10g下载地址为:http...
分类:
数据库 时间:
2014-05-26 17:08:11
阅读次数:
383