People in Mars represent the colors in their computers in a similar way as the Earth people. That is, a color is represented by a 6-digit number, where the first 2 digits are for Red, the middle 2 dig...
分类:
其他好文 时间:
2015-03-03 09:59:09
阅读次数:
150
这种方式导入css文件其实用的不多,我一般都是用,@import();导入的方式对网页加载时间有影响一般比较慢,还有就是p{color:red;}一定要写在所有@import('');之后,这样才不会导致多样式定义出现“错误“,
分类:
Web程序 时间:
2015-03-02 20:43:53
阅读次数:
183
提示:必须保证之前的ES中不存在index, 否则ES集群无法启动, 会提示red!1.下载IK字典配置文件http://download.csdn.net/detail/xxx0624/8464751然后解压该文件(可以得到一个ik文件夹)并把它放到ES的config文件夹下.2.下载 ik.ja...
分类:
其他好文 时间:
2015-03-01 17:01:53
阅读次数:
155
redo日志和归档日志的区别:redo是循环切换写的只能恢复最近三个日志文件,归档是一直写的能恢复任何时候的日志文件一句话:归档是加长版的redo###########################################################################################redo文件管理和使用案例1:增加red..
分类:
数据库 时间:
2015-02-28 18:50:45
阅读次数:
220
数组定义的两个方法:
法一:将一个变量放进数组里,变量的值作为数组的内容
dir=($(ls .))
法二:一一列出变量值:
array=(red green blue yellow magenta)
array=(
oldboy
zhangyue
zhangyang
)
如何取数组中的一个值:
${array[i]}
如何表示数组长度:
len=${#array[*]}...
分类:
编程语言 时间:
2015-02-28 16:36:38
阅读次数:
142
zhoulf 2015/2/28原创安装说明安装环境:Red Hat Enterprise Linux 安装方式:源码安装 软件:apr-1.5.0.tar.gz、apr-iconv-1.2.1.tar.gz、apr-util-1.5.3.tar.gz、sqlite-amalgamation-20....
分类:
系统相关 时间:
2015-02-28 12:48:11
阅读次数:
265
C - Table Decorations
Time Limit:1000MS Memory Limit:262144KB 64bit IO Format:%I64d & %I64u
SubmitStatusPracticeCodeForces 478C
Description
You have r red, g green and b blue balloons. To d...
分类:
其他好文 时间:
2015-02-27 21:37:42
阅读次数:
266
RT
最近开发的一个项目,数据库使用oracle。oracle本身支持Red Hat,对ubuntu的支持并不好,如果ubuntu需要安装oracle,系统本身需要做伪装等很多工作,所以我只打算使用远程服务器上的oracle数据库。
本地环境:
Linux xxx-ThinkPad-T400 3.13.0-46-generic #75-Ubuntu SMP Tue Feb 10 15:2...
分类:
数据库 时间:
2015-02-27 21:32:56
阅读次数:
230
linux64 red hat 6.3企业版 开始错误装了32位mysql最后怎么也装不上64mysql了,折腾了一番最后全部卸载搞定: file /etc/init.d/mysql from install of MySQL-server-5.5.28-1.linux2.6.x86_64 con....
分类:
数据库 时间:
2015-02-26 16:14:44
阅读次数:
235
盒子模型的边框就是围绕着内容及补白的线,这条线你可以设置它的粗细、样式和颜色(边框三个属性)。如下面代码为div来设置边框粗细为2px、样式为实心的、颜色为红色的边框:div{ border:2px solid red;}上面是border代码的缩写形式,可以分开写:div{ bor...
分类:
Web程序 时间:
2015-02-26 16:09:46
阅读次数:
94