摘要: 发布一款SL 小游戏(半成品) 还没做关卡设置DownLoaded http://files.cnblogs.com/3_mu/Fly.rar阅读全文
posted @ 2011-05-20 22:27 3.mu 阅读(178) 评论(4) 编辑
摘要: [代码]阅读全文
posted @ 2010-10-15 20:12 3.mu 阅读(133) 评论(0) 编辑
摘要: [代码]字体颜色随ColorPicker 选择改变阅读全文
posted @ 2010-10-15 09:15 3.mu 阅读(22) 评论(0) 编辑
摘要: [代码]阅读全文
posted @ 2010-10-14 13:11 3.mu 阅读(150) 评论(0) 编辑
摘要: public static class JsonHelper { public static string ToJson(this Object obj) { System.Web.Script.Serialization.JavaScriptSerializer jss = new System.Web.Script.Serialization.JavaScriptSerializer(); r...阅读全文
posted @ 2010-10-12 17:36 3.mu 阅读(85) 评论(0) 编辑
摘要: Activty 1 some information limited:20 minutes Activty 2 some information limited:20 minutes阅读全文
posted @ 2010-10-12 17:32 3.mu 阅读(445) 评论(0) 编辑
摘要: 1. 类型筛选器<fx:Style>s|Label ,s|Button {color:#ff0000;font-size:14;}</fx:Style>2. ID 选择器#ID{}3. 类.objectType{}阅读全文
posted @ 2010-09-30 17:06 3.mu 阅读(419) 评论(0) 编辑
摘要: 代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->publicclassUserHeader:System.Web.Services.Protocols.SoapHeader{publicUserHeader(){}publicstringUser...阅读全文
posted @ 2010-09-15 16:16 3.mu 阅读(65) 评论(0) 编辑
摘要: private _Workbook _workBook = null;private Worksheet _workSheet = null;private Excel.Application _excelApplicatin = null;_excelApplicatin = new Excel.Application();_excelApplicatin.Visible = true;_exc...阅读全文
posted @ 2010-07-13 15:07 3.mu 阅读(460) 评论(0) 编辑
摘要: private void OpenExcel(string strFileName) { object missing = System.Reflection.Missing.Value; Application excel = new Application(); //lauch excel application if (excel == null) { Response.Write("&l...阅读全文
posted @ 2010-07-08 15:35 3.mu 阅读(54) 评论(0) 编辑