Ext.Net

Self-employed.

导航

2008年6月15日

摘要: select cast('37200' as int) select convert(int,'1548877') 其他... Sql日期: 1 select day(getdate()) 2 --当前日期[数字] 3 select month(getdate()) 4 --当前月份数字 5 阅读全文

posted @ 2008-06-15 04:44 Ext.Net 阅读(2747) 评论(0) 推荐(0) 编辑

摘要: C++\CLI&C#.NET 09:32:15 建立一个对象,最先会在栈里产生一个地址.这就是我们说的引用.然后在堆里有实际的对象.用new的时候就可以把栈的地址指到堆的对象.所以不用ref也是传地址. C++\CLI&C#.NET 09:33:45 因为c#中都是传的是栈的内容.int型直接就在栈里面了.传的就是它本生的一个副本. =========From Msdn========== ... 阅读全文

posted @ 2008-06-15 00:03 Ext.Net 阅读(399) 评论(0) 推荐(0) 编辑

2008年6月9日

摘要: Sub AutoCreatePropertysControls()Sub AutoCreatePropertysControls(ByVal obj As Object) Dim p As PropertyInfo() = obj.GetType.GetProperties() For Each pi In p ... 阅读全文

posted @ 2008-06-09 13:47 Ext.Net 阅读(449) 评论(0) 推荐(0) 编辑

摘要: using System.Runtime.InteropServices; public static int Int(ref HttpContext c, string ParName,[Optional, DefaultParameterValue(false)] bool IsPostAction) { } 阅读全文

posted @ 2008-06-09 13:34 Ext.Net 阅读(670) 评论(0) 推荐(0) 编辑

2008年6月1日

摘要: update djfiles set sortid=sort.sortid from sort where sort.id=djfiles.id 阅读全文

posted @ 2008-06-01 00:32 Ext.Net 阅读(590) 评论(0) 推荐(0) 编辑

2008年5月25日

摘要: document.getElementById('cssSkin').href='skins/'+ skinName +'/css.css'; 通过:ie7,ff2.0 失败:maxthon + ie7/6 + ie developer tool bar; 可能是 ie developer tool bar的问题 阅读全文

posted @ 2008-05-25 12:06 Ext.Net 阅读(266) 评论(0) 推荐(0) 编辑

摘要: reservations 阅读全文

posted @ 2008-05-25 11:47 Ext.Net 阅读(134) 评论(0) 推荐(0) 编辑