会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
吃喝玩乐
博客园
首页
新随笔
联系
管理
订阅
04 2015 档案
Linq中查询List组合相同值数量大于1
摘要: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)
C# WinForm 中Console 重定向输出到ListBox控件中显示
摘要:1publicclassTextBoxWriter:System.IO.TextWriter2{3ListBoxlstBox;4delegatevoidVoidAction();56publicTextBoxWriter(ListBoxbox)7{8lstBox=box;9}1011publicov...
阅读全文
posted @
2015-04-09 11:14
94cool
阅读(2801)
评论(0)
推荐(0)
WebResource-asp.net自定义控件引用外部资源方法
摘要: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)
WebApi 返回小驼峰式 json 格式,并格式化日期
摘要: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)
Converting a Polygon ZM shape file to a regular Shape Polygon
摘要: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)
Newtonsoft.Json 序列化和反序列化 时间格式
摘要: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)
公告