随笔分类 -  .Net2.0随记

摘要:System.IO.Ports.SerialPortcom=newSystem.IO.Ports.SerialPort("com3");com.Open();com.WriteLine("P");com.Close();//是不是很简单 阅读全文
posted @ 2011-09-05 16:55 天纯蓝 阅读(509) 评论(0) 推荐(0) 编辑
摘要://需求引用控件“Interop.SpeechLib.dll”//代码如下:SpVoicem_spVoice=newSpVoice();m_spVoice.Speak("你好",SpeechVoiceSpeakFlags.SVSFlagsAsync);//是不是很简单 阅读全文
posted @ 2011-09-05 16:52 天纯蓝 阅读(490) 评论(0) 推荐(0) 编辑
摘要:String url="http://www.163.com";String domain=Regex.Match(url, @"(?<=://)[a-zA-Z\.0-9]+(?=\/)").Value.ToString(); 阅读全文
posted @ 2011-08-11 15:49 天纯蓝 阅读(539) 评论(0) 推荐(0) 编辑
摘要:在system.web节点中加identity impersonate="true"/ 阅读全文
posted @ 2011-01-24 19:50 天纯蓝 阅读(186) 评论(0) 推荐(0) 编辑
摘要:UML示例图学习(转) 阅读全文
posted @ 2009-09-19 11:42 天纯蓝 阅读(764) 评论(0) 推荐(0) 编辑
摘要:VS2008开发中Windows Mobile 5.0 emulator连网的配置 阅读全文
posted @ 2009-08-03 13:19 天纯蓝 阅读(776) 评论(0) 推荐(0) 编辑
摘要:Flex Socket 与 C# 通信 阅读全文
posted @ 2009-07-14 17:00 天纯蓝 阅读(753) 评论(2) 推荐(0) 编辑
摘要:AutoComplete-JQuery 应用 今天试了一下效果,有点像Google下拉查询功能非常 棒index.htm[代码]m.aspx[代码]m.aspx.cs[代码]Js下载地址 阅读全文
posted @ 2009-07-14 14:44 天纯蓝 阅读(889) 评论(0) 推荐(0) 编辑
摘要:window.external.WinForm方法(参数...) [System.Runtime.InteropServices.ComVisibleAttribute(true)] public partial class Form1 : Form { } 阅读全文
posted @ 2009-03-03 15:56 天纯蓝 阅读(517) 评论(0) 推荐(0) 编辑
摘要:运行 devenv /resetskippkgs 重新加载组件,然后再次启动就可以了。 阅读全文
posted @ 2009-02-23 16:28 天纯蓝 阅读(251) 评论(0) 推荐(0) 编辑
摘要:前台 Untitled Page 初次见面! ... 阅读全文
posted @ 2008-10-08 17:00 天纯蓝 阅读(241) 评论(0) 推荐(0) 编辑
摘要:原因:C:"Program Files"Common Files"Microsoft Shared"MSI Tools"MergeMod.dll的版本不对 版本是1.20.1827.1,最新版是2.0.2542.0。找了半天找了终于找到 http://files.cnblogs.com/skyblue/mergemod.rar 阅读全文
posted @ 2008-09-22 13:50 天纯蓝 阅读(178) 评论(0) 推荐(0) 编辑
摘要:Ajax Js倒计时执行后台方法 阅读全文
posted @ 2008-09-19 10:48 天纯蓝 阅读(614) 评论(0) 推荐(0) 编辑
摘要:DropDownList多级树 阅读全文
posted @ 2008-05-21 15:30 天纯蓝 阅读(667) 评论(0) 推荐(0) 编辑
摘要:应用程序域通常简称为AppDomain,可以视为一种轻量级进程。 一个Windows进程内可以包含多个AppDomain。 AppDomain这个概念的提出是为了实再在一个物理服务器中承载多个应用程序。 Asp.Net利用AppDomain在同一个进程内承载了多组Web应用程序就是一个例子。实际上微软曾进行过在单一进程内承载多达1000个简单Web应用程序的压力测试. 使用AppDomain所获行... 阅读全文
posted @ 2008-03-24 09:34 天纯蓝 阅读(288) 评论(0) 推荐(0) 编辑
摘要:ASP.NET 2.0中新增加了2个很实用的属性和方法 阅读全文
posted @ 2007-07-06 13:00 天纯蓝 阅读(177) 评论(0) 推荐(0) 编辑
摘要:C#电子邮件 阅读全文
posted @ 2007-03-14 14:28 天纯蓝 阅读(262) 评论(0) 推荐(0) 编辑
摘要:ASP.net 验证码(C#) 阅读全文
posted @ 2007-03-14 14:20 天纯蓝 阅读(237) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示