[置顶] 我招聘普通JSP程序员出的笔试题
作者:anotherbug 日期:2007-10-26
LINUX减少TIME_WAIT
作者:anotherbug 日期:2010-03-03
vi /usr/src/linux/include/net/tcp.h
#define TCP_TIMEWAIT_LEN (60*HZ)
改为
#define TCP_TIMEWAIT_LEN (10*HZ)
重新编译内核
两台生产环境下的机器进行对比
使用默认设置的
# netstat -n | awk '/^tcp/ {++S[$NF]} END {for(a in S) print a, S[a]}'
LAST_ACK 3
SYN_RECV 21
CLOSE_WAIT 41
ESTABLISHED 608
FIN_WAIT1 42
FIN...
#define TCP_TIMEWAIT_LEN (60*HZ)
改为
#define TCP_TIMEWAIT_LEN (10*HZ)
重新编译内核
两台生产环境下的机器进行对比
使用默认设置的
# netstat -n | awk '/^tcp/ {++S[$NF]} END {for(a in S) print a, S[a]}'
LAST_ACK 3
SYN_RECV 21
CLOSE_WAIT 41
ESTABLISHED 608
FIN_WAIT1 42
FIN...
building-a-scalable-architecture-for-web
作者:anotherbug 日期:2010-02-10
<img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyNjU3ODEyMzE2MjUmcHQ9MTI2NTc4MTI*OTM*MyZwPTEwMTkxJmQ9c3NfZW1iZWQmZz*yJm89MThkYjcxNzRiZmVk/NGYxY2JiNzlkNjI2YWJmODUwZGMmb2Y9MA==.gi...
标签:
分布式Key-Value系统简明列表
作者:anotherbug 日期:2010-02-04
<p>Here is a list of projects that could potentially replace a group of relational database shards. Some of these are much more than key-value stores, and aren’t suitable for low-latency data serving, but are interesting none-the-less.</p>
<table id="matrix" border="...
<table id="matrix" border="...
标签: NOSQL
using Hadoop to Cassandra through Binary Memtable
作者:anotherbug 日期:2010-01-30
http://github.com/lenn0x/Cassandra-Hadoop-BMT/blob/master/src/java/org/digg/CassandraBulkLoader.java
[code]
/*
* Copyright (c) 2009, Chris Goffinet
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "...
[code]
/*
* Copyright (c) 2009, Chris Goffinet
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "...
riak
作者:anotherbug 日期:2010-01-29
RIAK
A Decentralized Completely-Available Datastore
Riak combines a decentralized key-value store, a flexible map/reduce engine, and a friendly HTTP/JSON query interface to provide a database ideally suited for Web applications.
http://riak.basho.com/
cassandra
作者:anotherbug 日期:2010-01-29
A highly scalable, eventually consistent, distributed, structured key-value store.
http://incubator.apache.org/cassandra/
<img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEy...
Keyspace
作者:anotherbug 日期:2010-01-29
Flash Media Server 3: Large Scale Deployment
作者:anotherbug 日期:2009-11-04
Unit 1: Introducing the Course
? Reviewing the Course Prerequisites
? Reviewing the Course Objectives
? Reviewing the Course Format
? Outlining the Course Content
Unit 2: Understanding How FMS Fits into the Network
? Understanding How FMS Fits into a Network
? Considering a Typical Deployment...
标签:
Learning Flash Media Server 3
作者:anotherbug 日期:2009-11-04
SQL Server 2008 Administration in Action
作者:anotherbug 日期:2009-10-26
《SQL注入攻击与防御》
作者:anotherbug 日期:2009-10-26
双鱼座
作者:anotherbug 日期:2009-08-26
Loading Slideshow viewer...
(Requires Flash® 7+ and Javascript)
切换到普通显示模式
双鱼座人的基本特点
双鱼座是冬天和黄道带的最后一个星座。冬天在它即将离去的时候,把相对意识留给了双鱼座的人。
这一座的人有自己独特的缄默方式。他对世界上发生的一切,乃至虚无缥缈的事物都有浓厚的兴趣。这种琢磨不透的思想使他变成一轮神秘的光晕,吸引着许许多多的人。人们觉得他安静、温柔、真挚和会体贴人,但又觉得他的思想是那么深远莫测。他对愿望、激情和仇恨不象有些星座的人那样充满绝对意识。心中很少有“紧迫感”的概念。他不明白为什么明天也可以继续做的事,一定要抓紧时间今天做完。
他的诗一般的思想意境,内在的敏感,神秘色彩和某些女性的性格特征,常唤起人们的遐想。...
标签:
找不到方法:“Void Microsoft.SqlServer.Management.Databas
作者:anotherbug 日期:2009-08-22
标题: Microsoft SQL Server Management Studio
------------------------------
无法显示请求的对话框。
------------------------------
其他信息:
无法执行请求的命令。
------------------------------
找不到方法:“Void Microsoft.SqlServer.Management.DatabaseMaintenance.TaskUIUtils..ctor()”。 (Microsoft.SqlServer.Management.M...
------------------------------
无法显示请求的对话框。
------------------------------
其他信息:
无法执行请求的命令。
------------------------------
找不到方法:“Void Microsoft.SqlServer.Management.DatabaseMaintenance.TaskUIUtils..ctor()”。 (Microsoft.SqlServer.Management.M...
标签:






