预览模式: 普通 | 列表

[置顶] 我招聘普通JSP程序员出的笔试题

[置顶] Flash虚拟现实系统Flash+Java+xmlSocket

事件类型: 信息
事件来源: MSSQL$XXXX
事件种类: (2)
事件 ID: 833
日期: 2009-6-28
事件: 14:58:08
用户: N/A
计算机: XXXXXX
描述:
SQL Server 已 128 次遇到了针对数据库 [XXXXX] (5)中文件 [D:\XXXXX\XXXXX.mdf] 的、所需完成时间超过 15 秒的 I/O 请求。OS 文件句柄是 0x000008BC。最新的长时间 I/O 操作的偏移量是: 0x0000042699a000

有关更多信息,请参阅在 http://go.microsoft.com/fwlink/...

查看全部...

标签:

分类:数据库技术 | 固定链接 | 评论: 0 | 查看次数: 29

《卡巴纳图大营救》The Great Raid

附件
切换到幻灯片模式

更多中文名:
511绝地救兵
大偷袭
导演:约翰·戴尔
主演: 本杰明·布拉特、詹姆斯·弗兰科
类型: 动作、剧情、战争
国家/地区:美国、澳大利亚
片长:132分钟
上映日期:2005年8月12日美国
对白语言:英语、日语、塔加路语、 菲律宾语
发行公司:米拉麦克斯影业公司

剧情简介

  1941年,二战的销烟仍在弥漫,珍珠港偷袭得手的数天之后,日军开始疯狂地攻占菲律宾巴丹半岛,但遭到了美菲军的顽强抗击。但经过一段拉锯战后,在日军集中火力猛烈攻击下,顽强驻守的美军由于军火、粮食和药品的短缺,美驻巴丹半岛7.5万守军不得不向日军投降。并被迫开始了残忍的巴丹死...

查看全部...

标签:

分类:电影 | 固定链接 | 评论: 0 | 查看次数: 53

CParticleEngine

[code]
class CParticleEngine
{
var hit_mc, prevTime;
function CParticleEngine () {
}
function clear() {
var _local1 = this;
while (_local1.p_array.pop() != undefined) {
}
while (_local1.w_array.pop() !=...

查看全部...

标签: CParticleEngine 

分类:FLASH技术 | 固定链接 | 评论: 1 | 查看次数: 201

CParticle

[code]
class CParticle
{
function CParticle (x_, y_, mass_) {
var _local1 = this;
_local1.pos = new CVector2D(x_, y_);
_local1.prevPos = _local1.pos.duplicate();
_local1.mass = mass_;
_local1.acc = new CVector2D(0, 0...

查看全部...

标签: CParticle 

分类:FLASH技术 | 固定链接 | 评论: 1 | 查看次数: 188

CVector2D

[code]
class CVector2D
{
var x, y;
function CVector2D (x_, y_) {
x = x_;
y = y_;
}
function reinit(x_, y_) {
x = x_;
y = y_;
}
function getUgol() {
return(Math.atan2(y, x)...

查看全部...

标签: CVector2D 

分类:FLASH技术 | 固定链接 | 评论: 1 | 查看次数: 208

varnish 性能相关

Varnish settings ?
To see further description of these settings, also check param.show -l in the Varnish management interface.

-p thread_pool_max=4000 (default 1000)
This number should be as low as possible, but with an upwards margin. Do not set it much higher than you need, that only leads ...

查看全部...

标签: 性能 Varnish 

分类:资源与资料 | 固定链接 | 评论: 1 | 查看次数: 268

break label0 in synchronized

[code]
public void complete()
{
label0:
{
synchronized(completed)
{
if(!isDone())
break label0;
}
return;
}
logEvent(e);
for(Iterator i$ = registry.get...

查看全部...

标签: break synchronized 

分类:JAVA反编译 | 固定链接 | 评论: 1 | 查看次数: 280

SUSE LINUX Enterprise Server 11

附件
切换到幻灯片模式

Introducing SUSE Linux Enterprise 11
Welcome to the evolution.

The enterprise as we know it is evolving. It's becoming a place where everyone and everything must work together. That's why we made SUSE Linux Enterprise even more interoperable, more adaptable, and more reliable than ever before.
...

查看全部...

标签: linux Suse 

分类:Linux | 固定链接 | 评论: 1 | 查看次数: 389

LVS 主调度器 ha.cf

logfile /var/log/ha-log

keepalive 2

deadtime 30

deadping 5

warntime 10

initdead 30

udpport 694

ucast eth1 192.168.1.2 #备机IP

auto_failback on

node linux-1

node linux-2

ping_group group1 192.168.1.1 192.168.1.2

respawn root /usr/lib/heartbeat/ipfail

apiauth ipfa...

查看全部...

标签:

分类:LVS集群 | 固定链接 | 评论: 1 | 查看次数: 326

libGL.so.1

error: Failed dependencies:
libGL.so.1 is needed by glitz-0.4.4-21.2.i586

CODE:

rpm -ivh Mesa-6.4.2-19.12.i586.rpm

查看全部...

标签: libGL 

分类:Linux | 固定链接 | 评论: 1 | 查看次数: 334

减少TCP CLOSE_WAIT

vi /etc/sysctl.conf,添加
CODE:

net.ipv4.tcp_fin_timeout = 10
net.ipv4.tcp_keepalive_time = 600
net.ipv4.tcp_keepalive_probes = 2
net.ipv4.tcp_keepalive_intvl = 2

查看全部...

标签:

分类:Linux | 固定链接 | 评论: 1 | 查看次数: 663

Microsoft SQL Server Tuning Tips

Microsoft SQL Server Tuning Tips

The following excerpts are summaries from Microsoft sites on the topics of tuning SQL Server for large production environments. See URL at end for the full 94-page article. We found the following performance-tuning related extracts highlights the article. Judge fo...

查看全部...

标签: Sqlserver Tuning Tips 

分类:数据库技术 | 固定链接 | 评论: 1 | 查看次数: 475

ASP.NET 连接 SQL Server 2000, 7.0 数据库

ASP.NET 连接 SQL Server 2000, 7.0 数据库
ODBC

--------------------------------------------------------------------------------

提示输入用户名密码的方式
你必须先设置连接对象的提示属性为"adPromptAlways",然后再使用链接字串链接到数据库。

oConn.Properties("Prompt") = adPromptAlways Driver={SQL Server};Server=myServerAddr...

查看全部...

标签: 数据库 Sqlserver ASP.NET 

分类:ASP | 固定链接 | 评论: 0 | 查看次数: 713