该文被密码保护。 阅读全文
该文被密码保护。 阅读全文
摘要:
/Files/nanshouyong326/TabControl.rar [assembly: WebResource("AdvControls.MyTabControlShowTab.js", "text/javascript")] //AdvControls为文件目录 protected override void OnPreRender(EventArgs e) ... 阅读全文
摘要:
/Files/nanshouyong326/EnhancedGridViewTest.rar 阅读全文
摘要:
/Files/nanshouyong326/CollectionPagerSolution.rar 阅读全文
摘要:
/Files/nanshouyong326/firstprenextlast.rar 阅读全文
该文被密码保护。 阅读全文
摘要:
/Files/nanshouyong326/cumstomcontrolControlBuilder.rar 阅读全文
摘要:
/Files/nanshouyong326/HttpModle.rar 阅读全文
摘要:
/Files/nanshouyong326/IhttpHandlerFactory.rar 阅读全文
摘要:
/Files/nanshouyong326/HttpHandler.rar 阅读全文
摘要:
/Files/nanshouyong326/CumstomControlIstaeManager.rar 还有Bug就是不能用VS的设计器Html方式声明控件,郁闷! 阅读全文
摘要:
/Files/nanshouyong326/Project.rar /Files/nanshouyong326/howto.doc 阅读全文
摘要:
/Files/nanshouyong326/CumstomControlInnerProperty.rar 阅读全文
摘要:
/Files/nanshouyong326/CumstomControlItemplate.rar 阅读全文
摘要:
/Files/nanshouyong326/CumstomControl.rar 阅读全文
摘要:
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... 阅读全文
摘要:
学习Nhibernate源码时看到这玩了,还是NET自带的,好玩!混血啊! 阅读全文
摘要:
/Files/nanshouyong326/c.rar 阅读全文
摘要:
数据组织 Bits计算机中最小位,1或0。 Nibbles 由四个Bits组成。 Bytes 8位Bits组成。 Words 16位。 Double Word 32位。 阅读全文
摘要:
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. ... 阅读全文
摘要:
很奇怪的事情,只是发现了,但不明白为什么! HandlerCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 2 3using System; 4using System.IO; 5using System.Web; 6 7public class ... 阅读全文
摘要:
功能如其名字 阅读全文
摘要:
1.Response.redireck是Get方式。2.Server.Transfer是Post方式。3.Get方式把变量放到URL后面用?分开,变量之间用&分开。RUL以明文方式传输,不安全,数据量也小,受URL长度限制。4.Post是将表单中的数据放在form的数据体中,按照变量和值相对应的方式,传递到URL,安全但效率不高。5.Get是Form默认的。6.在Asp.net中可以用Post方式... 阅读全文
该文被密码保护。 阅读全文
摘要:
codeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1using System; 2using System.Collections.Generic; 3using System.Text; 4 5namespace AlgorithmBase ... 阅读全文
摘要:
/Files/nanshouyong326/identityFinally.rar 阅读全文
摘要:
一般的类Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 public class myRectangle 2 { 3 public double with; 4 public double length; ... 阅读全文
摘要:
codeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 Assert.IsFalse(object.ReferenceEquals(10, 10));//比较时,要把比较的东西Box成Object,二个Ojbec地址是不一样... 阅读全文
摘要:
codeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->1 object o1 = null;2 object o2 = null;3 object o3 = new object();... 阅读全文
摘要:
codeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1using System; 2using System.Collections.Generic; 3using System.Text; 4 5using Microsoft.VisualSt... 阅读全文