上一页 1 2 3 4 5 6 7 8 ··· 11 下一页
摘要: 转自http://www.2cto.com/database/201511/449573.html提示未注册,找不到驱动程序No Entity Framework provider found for the ADO.NET provider with invariant name 'System.... 阅读全文
posted @ 2016-01-02 17:28 南潇湘 阅读(391) 评论(0) 推荐(0) 编辑
摘要: 1 namespace DelegateDemo 2 { 3 //声明委托 4 public delegate void MyDel(); 5 //声明带参的委托 6 public delegate void MyDelAdd(int num1, int... 阅读全文
posted @ 2016-01-01 11:15 南潇湘 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 用C#实现HTTP协议下的多线程文件传输转自 http://developer.51cto.com/art/201105/263066_all.htmC#(C Sharp)是微软(Microsoft)为.NET Framework量身订做的程序语言,C#拥有C/C++的强大功能以及Visual Ba... 阅读全文
posted @ 2015-12-30 09:58 南潇湘 阅读(3749) 评论(0) 推荐(0) 编辑
摘要: 1 class Program 2 { 3 static void Main(string[] args) 4 { 5 IndexClass names = new IndexClass(); 6 names... 阅读全文
posted @ 2015-12-29 17:07 南潇湘 阅读(278) 评论(0) 推荐(0) 编辑
摘要: 1.所有的switch 都可以用if 替换,但所有的if不一定能被switch替换2.:switch case直接跳到对应的case值里面执行相应代码。而if语句会执行一条一条判断语句,直到匹配到对应的值。这么看来switch case比if执行效果高。但是由于if判断语句的简单易用。很多地方简单的... 阅读全文
posted @ 2015-12-29 13:35 南潇湘 阅读(301) 评论(0) 推荐(0) 编辑
摘要: 1,创建webservice服务器端搭建网站,创建webservicewebservice.cs中的代码namespace WebApplication1{ /// /// WebService1 的摘要说明 /// [WebService(Namespace = "ht... 阅读全文
posted @ 2015-12-25 21:17 南潇湘 阅读(322) 评论(0) 推荐(0) 编辑
摘要: SELECT request_session_id spid,OBJECT_NAME(resource_associated_entity_id)tableName FROM sys.dm_tran_locks WHERE resource_type='OBJECT ' 阅读全文
posted @ 2013-04-09 17:13 南潇湘 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 当图片的路径没有改变是,浏览器用的是缓存的图片,不是最新的图片。 阅读全文
posted @ 2013-04-03 13:06 南潇湘 阅读(180) 评论(0) 推荐(0) 编辑
摘要: public static UserSession GetUserSession(HttpRequestBase request) { try { SougeWebService.UserVerificationWebService webserver = new SouGeForum.SougeWebService.UserVerificationWebService(); if (webserver.CookieContainer == null) ... 阅读全文
posted @ 2013-04-02 13:28 南潇湘 阅读(596) 评论(2) 推荐(1) 编辑
摘要: <script src="/Scripts/hall/tab.js" type="text/javascript" id="src"></script> <script language="javascript" type="text/ecmascript"> GetJs(); function GetJs() { var src = document.getElementById("src"); if (GetBrowserType() 阅读全文
posted @ 2013-03-25 14:58 南潇湘 阅读(510) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 11 下一页