posted @ 2006-01-12 10:46 天生舞男 阅读(229) 评论(0) 推荐(0) 编辑
posted @ 2006-01-11 22:19 天生舞男 阅读(162) 评论(0) 推荐(0) 编辑
|
|||
摘要:
In C#, 1.Test objTest It is not allocate memory ,It is just a statement.2.Test objExistedTest = new Test(); Test objTest = objExistedTest; objTest will not allocate memory,It is just pointer th... 阅读全文
posted @ 2006-01-11 22:02 天生舞男 阅读(206) 评论(0) 推荐(0) 编辑
摘要:
using System; using System.Drawing; using System.Windows.Forms; public class Clr:Form{ Button b1 = new Button(); TextBox tb = new TextBox(); ColorDialog clg = new ColorDialog(); public Clr() { ... 阅读全文
posted @ 2006-01-10 23:46 天生舞男 阅读(158) 评论(0) 推荐(0) 编辑
摘要:
postback以后页面回到postback前浏览的位置 这个想必是大家经常遇到的,嘿嘿,估计大家会想要吧。 当页面postback以后,浏览的位置就跑到页面的顶部了,如果是一个很长的页面,客户就要拖来拖去,很不方便,下面是一个方法,可以记录浏览页面的位置,postback以后用script调整回去, 防止页面滚动#region 防止页面滚动 private ... 阅读全文
posted @ 2006-01-05 22:58 天生舞男 阅读(393) 评论(0) 推荐(0) 编辑
摘要:
首页 介绍&特色 下载 新手指南 专题讲解 常见问题及解答 资源库 P2P社区 Powered by :+:xdanger:+: 您的位置:VeryCD → eMule中文版 → 新手教学 → 入门手册 郑重申明:此“入门教程”是“isycool”版主曾经的经典之作,... 阅读全文
posted @ 2005-12-12 14:24 天生舞男 阅读(456) 评论(0) 推荐(0) 编辑
摘要:
SET DATEFORMAT mdy;GO USE [AdventureWorks];GO -- Drop foreign key constraints on TransactionHistory to allow table to be droppedIF EXISTS (SELECT * FROM sys.foreign_keys WHERE object_id = OBJECT_ID(N'... 阅读全文
posted @ 2005-12-07 14:04 天生舞男 阅读(740) 评论(0) 推荐(0) 编辑
摘要:
PRINT ''PRINT 'Installing default alerts...'GO IF (NOT EXISTS (SELECT * FROM msdb.dbo.sysalerts WHERE (name = N'Sample: Full msdb log') OR ((severity = ... 阅读全文
posted @ 2005-12-07 13:32 天生舞男 阅读(791) 评论(0) 推荐(0) 编辑 |
|||