追寻我心

记录点点滴滴,追随自我风格!
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

随笔分类 -  ASP.NET

摘要:计算坐标点是否在多边形、圆内方法类: public class Polygon { public Polygon(){} private readonly PointF[] _vertices; /// /// Creates a new instance of the class with the specified vertices. /// /// /// An array of structures representing the poin... 阅读全文

posted @ 2013-08-30 17:04 追寻我心 阅读(656) 评论(0) 推荐(0)

摘要:#region 导出 public void ExportExcute(GridView gv) { if (gv.Rows.Count > 0) { Response.ClearContent(); Response.AddHeader("content-disposition", "attachment; filename=DMReport" + DateTime.Now.ToString("_yyyyMMdd_HHmmss") + ".xls")... 阅读全文

posted @ 2011-11-03 19:51 追寻我心 阅读(196) 评论(0) 推荐(0)