随笔分类 -  C#

上一页 1 ··· 7 8 9 10 11
摘要:现在只能控制属性,还不能控制其它成员,如事件,方法等等。演示一:动态生成类。演示二:动态添加属性到类。演示三:动态从类里删除属性。演示四:动态获取和设置属性值。类帮助器代码:Codeusing System;using System.Collections.Generic;using System.Reflection.Emit;using System.Reflection;using Syst... 阅读全文
posted @ 2009-11-28 03:18 星火卓越 阅读(285) 评论(0) 推荐(0)
摘要:<SCRIPTLANGUAGE="JavaScript"><!--/*haiwa@2004-02-12*/functionTrim(strValue){returnstrValue.replace(/^\s*|\s*$/g,"");}functionSetCookie(sName,sValue){document.cookie=sName+"="+escape(sValue);}... 阅读全文
posted @ 2009-11-25 16:34 星火卓越 阅读(296) 评论(0) 推荐(0)
摘要:今天安装了一个vs2010来更新一下程序,发现一个奇怪的问题.asp.net的版本不能更改了.出现以下提示:—————————Confirm—————————Changing the ... 阅读全文
posted @ 2009-11-17 19:58 星火卓越
摘要:div:eq(0) div:eq(3) table:eq(2) tbody:eq(0) tr:eq(0) td:eq(0) div:eq(0) #content:eq(0) br:eq(1)" anchorType="previous" jQuery1252765348203="13"文件名:User.cs  using System;  using System... 阅读全文
posted @ 2009-09-13 01:02 星火卓越

上一页 1 ··· 7 8 9 10 11