自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

转载 javascript

随机数index = Math.floor(Math.random() * tips.length); tips为数组<form name="my"><input type=text onChange="document.forms[0].elements[0].value=this.value;">对框架中其他页面的访问:parent.frameName.documen...

2005-05-24 09:39:00 37

转载 如何调节心理失衡

  人的心理,像春天的原野,应当是阳光明媚,然而现实生活中,却常有些人心里笼罩着沉重的阴影,或抑郁孤独,或嫉妒猜疑,或喜怒无常,或无端恐惧,或顾虑重重......人们将这种状况称为心理阴影,或叫心理失衡,它对人们的生活是有害的。目前发现心理失衡主要有以下几种表现:   灰色心理:“灰色心理”一词源于美国。美国社会医学专家经过调查发现,人到中年常会...

2005-05-18 11:20:00 44

转载 消息队列异步处理

private System.Messaging.MessageQueue mqAsy; private void AsyReceive() { if(MessageQueue.Exists(@".\myQueue")) //creates an instance MessageQueue, which points to the already existing M...

2005-05-10 13:54:00 261

转载 oracle分页查询

1. 最好还是利用分析函数 row_number() over ( partition by col1 order by col2 ) 比如想取出100-150条记录,按照tname排序 select tname,tabtype from ( select tname,tabtype,row_number() over ( order by tname ) rn from ...

2005-05-05 21:48:00 105

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除