CSS颜色大全标签超链接颜色改变 A:hover {BACKGROUND-COLOR: #ffccff; COLOR: #0080ff} (hover表示鼠标指示时,链接文字背景色为#ffccff;前景色为#0080ff) A:link {color:#000000;T...
分类:
Web程序 时间:
2014-09-26 19:22:48
阅读次数:
8856
At first, i prepared to go through 《the introduction to algorithm》 ,however , i found some part of the book is difficult to understand; what’s more , ...
分类:
其他好文 时间:
2014-09-26 18:17:38
阅读次数:
249
Git远程操作详解 - 阮一峰的网络日志http://www.ruanyifeng.com/blog/2014/06/git_remote.html2.XHR_百度文库http://wenku.baidu.com/link?url=bxf_ou2tKCmrl4OW_zKrH8Oikgtrjn8nuv...
分类:
Web程序 时间:
2014-09-26 01:46:58
阅读次数:
423
1:下载http_load#wget -c http://soft.kwx.gd/tools/http_load-12mar2006.tar.gz 2:解压并编译http_loadtar xzvf http_load-12mar2006.tar.gz #解压http_load压缩包cd htt...
分类:
Web程序 时间:
2014-09-26 01:12:47
阅读次数:
423
[root@SsevendbS01 rman]# su - oracle
[oracle@SsevendbS01 ~]$ rman target /
Recovery Manager: Release 11.2.0.3.0 - Production on Fri Sep 19 09:47:47 2014
Copyright (c) 1982, 2011, Oracle and...
分类:
数据库 时间:
2014-09-25 18:39:27
阅读次数:
314
gitreset有两种用法,一种用法在命令中包含路径<paths>,这种方法不会改变引用,也不会改变工作区,而是用指定提交状态下的文件替换掉暂存区的文件,相当于取消之前gitadd操作。第二种方法,不使用路径<paths>则会重置引用。命令格式为:gitreset[--soft|--mixed|--..
分类:
其他好文 时间:
2014-09-25 16:34:49
阅读次数:
188
When a file name is deleted from the directory tree, the file name's connection to the inode number is severed. If the file name is the last "link" to...
分类:
其他好文 时间:
2014-09-25 15:42:39
阅读次数:
177
因为本人安装的是64位的Oracle,plsql 是32位的故连接不上。网上有方法能连接;
下载PLSQL_Developer地址:
http://pan.baidu.com/share/link?shareid=3768883331&uk=3557941237
下载instantclient-basic-win32-10.2.0.5地址:
http://pan.baidu...
分类:
数据库 时间:
2014-09-25 14:05:58
阅读次数:
276
在JDK1.2之后,Java对引用的概念进行了扩充,将引用分为强引用(Strong Reference)、软引用(Soft Reference)、弱引用(Weak Reference)、虚引用(Phantom Reference)四种,这四种引用强度一次逐渐减弱。1、强引用就是指在程序代码之中普.....
分类:
编程语言 时间:
2014-09-25 12:34:08
阅读次数:
202
天龙八步1、连接数据库2、选择数据库3、设置字符集4、准备SQL语句5、发送SQL语句到服务器,同时返回处理结果[mysql_query()查询指向的SQL查询]6、判断执行结果[mysql_num_rows($result)返回$result内,存储数的条数]7、处理执行结果8、释放结果或关闭数据库连接<?php$link=m..
分类:
数据库 时间:
2014-09-25 12:19:09
阅读次数:
247