posted @ 2008-02-15 16:15
南守拥
阅读(12)
推荐(0)
posted @ 2008-02-02 17:27
南守拥
阅读(10)
推荐(0)
posted @ 2008-01-29 22:40
南守拥
阅读(20)
推荐(0)
posted @ 2007-11-09 18:03
南守拥
阅读(14)
推荐(0)
posted @ 2007-11-09 09:31
南守拥
阅读(13)
推荐(0)
摘要:
/Files/nanshouyong326/TabControl.rar [assembly: WebResource("AdvControls.MyTabControlShowTab.js", "text/javascript")] //AdvControls为文件目录 protected override void OnPreRender(EventArgs e) ...
阅读全文
posted @ 2007-11-07 16:02
南守拥
阅读(667)
推荐(0)
摘要:
/Files/nanshouyong326/EnhancedGridViewTest.rar
阅读全文
posted @ 2007-11-06 11:05
南守拥
阅读(135)
推荐(0)
摘要:
/Files/nanshouyong326/CollectionPagerSolution.rar
阅读全文
posted @ 2007-11-01 22:17
南守拥
阅读(169)
推荐(0)
摘要:
/Files/nanshouyong326/firstprenextlast.rar
阅读全文
posted @ 2007-10-31 12:28
南守拥
阅读(178)
推荐(0)
posted @ 2007-10-29 15:15
南守拥
阅读(14)
推荐(0)
posted @ 2007-10-29 13:19
南守拥
阅读(15)
推荐(0)
posted @ 2007-10-26 15:16
南守拥
阅读(15)
推荐(0)
posted @ 2007-10-26 11:42
南守拥
阅读(17)
推荐(0)
posted @ 2007-10-25 17:39
南守拥
阅读(20)
推荐(0)
摘要:
/Files/nanshouyong326/cumstomcontrolControlBuilder.rar
阅读全文
posted @ 2007-10-25 14:15
南守拥
阅读(377)
推荐(0)
摘要:
/Files/nanshouyong326/HttpModle.rar
阅读全文
posted @ 2007-10-25 13:14
南守拥
阅读(182)
推荐(0)
摘要:
/Files/nanshouyong326/IhttpHandlerFactory.rar
阅读全文
posted @ 2007-10-25 12:53
南守拥
阅读(211)
推荐(0)
摘要:
/Files/nanshouyong326/HttpHandler.rar
阅读全文
posted @ 2007-10-25 11:15
南守拥
阅读(170)
推荐(0)
posted @ 2007-10-24 17:24
南守拥
阅读(221)
推荐(0)
摘要:
/Files/nanshouyong326/CumstomControlIstaeManager.rar 还有Bug就是不能用VS的设计器Html方式声明控件,郁闷!
阅读全文
posted @ 2007-10-18 10:57
南守拥
阅读(359)
推荐(0)
摘要:
/Files/nanshouyong326/Project.rar /Files/nanshouyong326/howto.doc
阅读全文
posted @ 2007-10-16 17:12
南守拥
阅读(417)
推荐(0)
摘要:
/Files/nanshouyong326/CumstomControlInnerProperty.rar
阅读全文
posted @ 2007-10-16 16:46
南守拥
阅读(133)
推荐(0)
摘要:
/Files/nanshouyong326/CumstomControlItemplate.rar
阅读全文
posted @ 2007-10-16 16:07
南守拥
阅读(366)
推荐(0)
摘要:
/Files/nanshouyong326/CumstomControl.rar
阅读全文
posted @ 2007-10-15 17:41
南守拥
阅读(263)
推荐(0)
摘要:
What does volatile do? This is probably best explained by comparing the effects that volatile and synchronized have on a method. volatile is a field modifier, while synchronized modifies code blocks a...
阅读全文
posted @ 2007-10-10 15:33
南守拥
阅读(199)
推荐(0)
摘要:
学习Nhibernate源码时看到这玩了,还是NET自带的,好玩!混血啊!
阅读全文
posted @ 2007-10-09 17:42
南守拥
阅读(196)
推荐(0)
摘要:
/Files/nanshouyong326/c.rar
阅读全文
posted @ 2007-09-26 17:59
南守拥
阅读(402)
推荐(0)
摘要:
数据组织 Bits计算机中最小位,1或0。 Nibbles 由四个Bits组成。 Bytes 8位Bits组成。 Words 16位。 Double Word 32位。
阅读全文
posted @ 2007-09-24 17:40
南守拥
阅读(232)
推荐(0)
摘要:
Encapsulates what varies. Favor composition over inheritance. Program to interfaces, not implementation. Classes should be open for extension, but closed for modification. Depend upon abstractions. ...
阅读全文
posted @ 2007-07-17 16:02
南守拥
阅读(385)
推荐(0)
摘要:
很奇怪的事情,只是发现了,但不明白为什么! HandlerCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 2 3using System; 4using System.IO; 5using System.Web; 6 7public class ...
阅读全文
posted @ 2007-07-10 15:17
南守拥
阅读(843)
推荐(0)
posted @ 2007-07-10 14:42
南守拥
阅读(262)
推荐(0)
摘要:
1.Response.redireck是Get方式。2.Server.Transfer是Post方式。3.Get方式把变量放到URL后面用?分开,变量之间用&分开。RUL以明文方式传输,不安全,数据量也小,受URL长度限制。4.Post是将表单中的数据放在form的数据体中,按照变量和值相对应的方式,传递到URL,安全但效率不高。5.Get是Form默认的。6.在Asp.net中可以用Post方式...
阅读全文
posted @ 2007-06-30 16:03
南守拥
阅读(496)
推荐(0)
posted @ 2007-06-26 09:22
南守拥
阅读(56)
推荐(0)
posted @ 2007-06-05 18:31
南守拥
阅读(539)
推荐(0)
摘要:
codeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1using System; 2using System.Collections.Generic; 3using System.Text; 4 5namespace AlgorithmBase ...
阅读全文
posted @ 2007-05-21 11:18
南守拥
阅读(428)
推荐(0)
摘要:
/Files/nanshouyong326/identityFinally.rar
阅读全文
posted @ 2007-05-18 17:28
南守拥
阅读(783)
推荐(0)
摘要:
一般的类Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 public class myRectangle 2 { 3 public double with; 4 public double length; ...
阅读全文
posted @ 2007-05-18 10:22
南守拥
阅读(322)
推荐(0)
摘要:
codeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 Assert.IsFalse(object.ReferenceEquals(10, 10));//比较时,要把比较的东西Box成Object,二个Ojbec地址是不一样...
阅读全文
posted @ 2007-05-18 09:04
南守拥
阅读(600)
推荐(0)
摘要:
codeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->1 object o1 = null;2 object o2 = null;3 object o3 = new object();...
阅读全文
posted @ 2007-05-18 09:01
南守拥
阅读(340)
推荐(0)
摘要:
codeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1using System; 2using System.Collections.Generic; 3using System.Text; 4 5using Microsoft.VisualSt...
阅读全文
posted @ 2007-05-17 16:22
南守拥
阅读(247)
推荐(0)