上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 65 下一页
摘要: 1///2///二叉树3///4///5classRoad6{7Tdata;8RoadLnode,rnode,pnode;9publicTData10{11get{returndata;}12set{data=value;}13}14publicRoadLNode15{16get{returnLn... 阅读全文
posted @ 2015-08-27 11:30 94cool 阅读(1183) 评论(0) 推荐(0)
摘要: //////p点到(a,b)点两所在直线的垂点坐标//////直线上a点///直线上b点///点///垂点坐标publicstaticVector2DGetVerticalPosition(Vector2Da,Vector2Db,Vector2Dp){doublefa=b.Y-a.Y;doublef... 阅读全文
posted @ 2015-07-17 14:06 94cool 阅读(244) 评论(0) 推荐(0)
摘要: 发生未处理的域异常!System.ObjectDisposedException: Cannot access a disposed object.Object name: 'System.Net.Sockets.Socket'. at System.Net.Sockets.Socket.SendA... 阅读全文
posted @ 2015-06-24 11:49 94cool 阅读(7782) 评论(0) 推荐(2)
摘要: from:http://www.cnblogs.com/tianzhiliang/archive/2011/06/13/2079564.html一个误解: 单个服务器程序可承受最大连接数“理论”上是“65535”2011-06-13 11:47 by 田志良,5321阅读,8评论,收藏,编辑 请注... 阅读全文
posted @ 2015-06-12 14:28 94cool 阅读(626) 评论(0) 推荐(0)
摘要: 在App_Code中添加BundleConfig.csusingSystem.Web.Optimization;publicclassBundleConfig{publicstaticvoidRegisterBundles(BundleCollectionbundles){bundles.Add(n... 阅读全文
posted @ 2015-06-11 12:39 94cool 阅读(2217) 评论(0) 推荐(0)
摘要: Listlst=newList();lst.Add("1");lst.Add("2");lst.Add("3");lst.Add("1");varresult=(fromninlstgroupnbynintogwhereg.Count()>1selectg.Key).ToList(); 阅读全文
posted @ 2015-04-15 10:05 94cool 阅读(1054) 评论(0) 推荐(0)
摘要: 1publicclassTextBoxWriter:System.IO.TextWriter2{3ListBoxlstBox;4delegatevoidVoidAction();56publicTextBoxWriter(ListBoxbox)7{8lstBox=box;9}1011publicov... 阅读全文
posted @ 2015-04-09 11:14 94cool 阅读(2795) 评论(0) 推荐(0)
摘要: rom:http://www.lmwlove.com/ac/ID879在asp.net中开发自定义控件时,如果我们要用到图片,外部css,js等文件,那么最好的方式就是将这些文件作为自定义控件嵌入的资源,随着控件一起打包成dll文件发布。那么我们要如何将这些文件设置为嵌入的资源,又如何在自定义控件引... 阅读全文
posted @ 2015-04-07 14:12 94cool 阅读(1574) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2015-04-02 15:26 94cool 阅读(212) 评论(0) 推荐(0)
摘要: from:http://blog.csdn.net/magiccops/article/details/42969363屏蔽默认返回xml格式:Global文件加:GlobalConfiguration.Configuration.Formatters.XmlFormatter.SupportedM... 阅读全文
posted @ 2015-04-02 11:30 94cool 阅读(3795) 评论(4) 推荐(0)
上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 65 下一页