本月博客排行
-
第1名
龙儿筝 -
第2名
lerf -
第3名
fantaxy025025 - johnsmith9th
- xiangjie88
- zysnba
年度博客排行
-
第1名
青否云后端云 -
第2名
宏天软件 -
第3名
gashero - wy_19921005
- vipbooks
- benladeng5225
- e_e
- wallimn
- javashop
- ranbuijj
- fantaxy025025
- jickcai
- gengyun12
- zw7534313
- qepwqnp
- 解宜然
- ssydxa219
- zysnba
- sam123456gz
- sichunli_030
- arpenker
- tanling8334
- gaojingsong
- kaizi1992
- xpenxpen
- 龙儿筝
- jh108020
- wiseboyloves
- ganxueyun
- xyuma
- xiangjie88
- wangchen.ily
- Jameslyy
- luxurioust
- lemonhandsome
- mengjichen
- jbosscn
- zxq_2017
- lzyfn123
- nychen2000
- forestqqqq
- wjianwei666
- ajinn
- zhanjia
- Xeden
- hanbaohong
- java-007
- 喧嚣求静
- mwhgJava
- kingwell.leng
最新文章列表
Java HotSpot VM Options
原文链接
http://java.sun.com/javase/technologies/hotspot/vmoptions.jsp
This document provides information on typical command-line options and environment variables that can affect the performance charac ...
spdict:红黑树(RedBlackTree),平衡树(BalancedTree),SkipList 的实现
对着 MIT 的 《Introduction to Algorithms, Second Edition 》 看了一段时间,对里面的提到的几种字典数据结构算法很感兴趣,因此照着书上的描述做了一些实现。使用 C++ 实现了:BinarySearchTree, RedBlackTree, BalancedTree, SkipList, SortedArray 。
源代码下载:
http://spdic ...
Solaris下如何设置oracle为自动归档模式?
执行vi $ORACLE_HOME/dbs/initSID.ora,添加下面两行
*.log_archive_dest='/export/home/oracle/arch'
*.log_archive_start=true
如果需要设置log文件格式,也可以指定,如
*.log_a ...
Solaris pkg 安装命令
1.pkginfo 显示软件包信息
命令格式: pkginfo -d[ device|pathname] -l pkg_name
例子:
这三个域为:
pkg_category
软件包种类,可为application,graphics 或system.
pkg_name
软件包名字,如为SUN产品则机SUNW 起 头.
Description
软件产品的简单说明.
例子: ...
转:Web 2.0: How High-Volume eBay Manages Its Storage
http://www.eweek.com/article2/0,1895,2047252,00.asp
摘要:
The site averages more than 1 billion page views per day.
Users trade about $1,700 worth of goods on the site every second.
26 billion SQL qu ...