自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

转载 迪杰斯特拉算法 计算两点之间最短距离

using System;using System.Collections.Generic;using System.Linq;using System.Text;//迪杰斯特拉算法 计算两点最短距离namespace Dijkstra{ class Program { /// /// 邻接矩阵 ///

2014-03-26 20:06:26 1830

原创 FlexViewer Module 图表控件 Error #1009

用FlexViewer 框架 做图形统计时,总是出错1009 - Error #1009: Cannot access a property or method of a null object reference.TypeError: Error #1009: Cannot access a property or method of a null object reference.

2014-03-21 18:49:52 998

转载 Java 获取某月的天数

private String getDay(String year,String month) { try { String strDate = year+"-"+month; SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM"); Calendar calendar = new GregorianCa

2014-03-12 18:08:29 947

原创 无法将 mx.charts.events::ChartItemEvent转换为 mx.events.IndexChangedEvent。

TypeError: Error #1034: 强制转换类型失败:无法将 mx.charts.events::ChartItemEvent@b2844a1 转换为 mx.events.IndexChangedEvent。<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adob

2014-03-11 22:44:03 997

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除