|
|||
a little bit of tech, a little bit of green, to help tame the savage techmachine. |
2004年11月9日
摘要:
Donkey: Have a look around the MLDonkey source code... Thats a starting point. I don't think that there is actually an official eDonkey specification document.Bittorrent: http://www.bittorrent.com/pro... 阅读全文
2004年11月5日
摘要:
http://www.wmwweb.com/apache/jakarta/tomcat-connectors/jk2/binaries/win32/ 阅读全文
2004年11月1日
摘要:
oracle中默认sequence的缓存值是20,就是说一次给出20个值让你用,如果你没用完,其他的值就作废了。所以有时候会发现数据库中的自增字段值相差很大,不是预想中连续的。解决办法:定义sequence时nocache或者cache 一个较小的数 阅读全文
2004年10月28日
摘要:
import java.math.BigDecimal;public float add(float v1,float v2){ BigDecimal b1 = new BigDecimal(Float.toString(v1)); BigDecimal b2 = new BigDecimal(Float.toString(v2)); return b1.add(b2).floatValue... 阅读全文
2004年10月24日
摘要:
完全备份的SH文件:exp_comp.shrq=` date +"%m%d" `su - oracle -c "exp system/manager full=y inctype=complete file=/oracle/export/db_comp$rq.dmp"累计备份的SH文件:exp_cumu.shrq=` date +"%m%d" `su - oracle -c "exp system... 阅读全文
|
Copyright © 2024 xyublog
Powered by .NET 9.0 on Kubernetes |