04 2015 档案

摘要: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 阅读(1062) 评论(0) 推荐(0)
摘要:1publicclassTextBoxWriter:System.IO.TextWriter2{3ListBoxlstBox;4delegatevoidVoidAction();56publicTextBoxWriter(ListBoxbox)7{8lstBox=box;9}1011publicov... 阅读全文
posted @ 2015-04-09 11:14 94cool 阅读(2801) 评论(0) 推荐(0)
摘要:rom:http://www.lmwlove.com/ac/ID879在asp.net中开发自定义控件时,如果我们要用到图片,外部css,js等文件,那么最好的方式就是将这些文件作为自定义控件嵌入的资源,随着控件一起打包成dll文件发布。那么我们要如何将这些文件设置为嵌入的资源,又如何在自定义控件引... 阅读全文
posted @ 2015-04-07 14:12 94cool 阅读(1582) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2015-04-02 15:26 94cool 阅读(215) 评论(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 阅读(3805) 评论(4) 推荐(0)
摘要:from:http://blog.csdn.net/qb371/article/details/8102109Locate the following tool -ArcToolbox > Conversion Tools > To Shapefile > Feature Class To Sha... 阅读全文
posted @ 2015-04-02 10:50 94cool 阅读(2839) 评论(0) 推荐(0)
摘要:from:http://www.cnblogs.com/litian/p/3870975.html1.JSON序列化string JsonStr= JsonConvert.SerializeObject(Entity);eg:A a=new A(); a.Name="Elain00"; a.H... 阅读全文
posted @ 2015-04-01 14:32 94cool 阅读(653) 评论(0) 推荐(0)