资源简介
方维直播源码 完美运行 不懂技术的别下 可以参考 不包含教程和部署
代码片段和文件信息
using System;
using System.Collections;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using OpenFlashChart;
using ToolTip=OpenFlashChart.ToolTip;
using ToolTipstyle=OpenFlashChart.ToolTipstyle;
public partial class _Default : System.Web.UI.Page
{
OpenFlashChart.OpenFlashChart chart = new OpenFlashChart.OpenFlashChart();
protected void Page_Load(object sender EventArgs e)
{
ArrayList data1 = new ArrayList();
Random rand = new Random(DateTime.Now.Millisecond);
for (double i = 0; i < 12; i++)
{
int temp = rand.Next(30);
if (temp > 20)
data1.Add(new LineDotValue(temp “#fe0“));
else
{
data1.Add(temp);
}
}
OpenFlashChart.LineHollow line1 = new LineHollow();
line1.Values = data1;
line1.HaloSize = 0;
line1.Width = 2;
line1.DotSize = 5;
line1.Tooltip = “提示:#val#“;
chart.AddElement(line1);
chart.title = new title(“line演示“);
chart.Y_Axis.SetRange(0 35 5);
chart.Tooltip = new ToolTip(“全局提示:#val#“);
chart.Tooltip.Shadow = true;
chart.Tooltip.Colour = “#e43456“;
chart.Tooltip.Mousestyle = ToolTipstyle.CLOSEST;
OpenFlashChartControl1.EnableCache = false;
OpenFlashChartControl1.Chart = chart;
}
protected void Button1_Click(object sender EventArgs e)
{
chart.title = new title(“new title“);
OpenFlashChartControl1.Chart = chart;
}
protected void Button2_Click(object sender EventArgs e)
{
chart.title = new title(“default title“);
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 899 2017-06-20 16:53 admin.php
文件 168 2017-06-20 16:53 appdown.php
文件 1135 2017-06-20 16:53 crontab.php
文件 416 2017-06-19 19:05 crontab_autogame.php
文件 412 2017-05-12 15:29 crontab_game.php
文件 231 2017-05-05 17:30 crossdomain.xm
文件 3896 2017-06-20 16:53 imcallback.php
文件 2317 2017-05-05 17:30 index.php
文件 10403 2017-06-20 16:53 license.php
文件 56 2017-06-20 16:53 m.php
文件 831 2017-06-20 16:53 verify.php
目录 0 2017-05-05 17:30 admin\
目录 0 2017-07-04 17:15 admin\Common\
文件 9412 2017-06-20 16:53 admin\Common\common.php
目录 0 2017-07-04 17:15 admin\Conf\
文件 1058 2017-06-20 16:53 admin\Conf\config.php
文件 118 2017-06-20 16:53 admin\Conf\taglibs.php
目录 0 2017-05-05 17:30 admin\Lang\
目录 0 2017-07-04 17:15 admin\Lang\zh-cn\
文件 3944 2017-06-20 16:53 admin\Lang\zh-cn\calendar.php
文件 36559 2017-06-20 16:53 admin\Lang\zh-cn\common.php
文件 3987 2017-06-20 16:53 admin\Lang\zh-cn\contract.php
文件 104 2017-06-20 16:53 admin\Lang\zh-cn\weixin.php
目录 0 2017-05-05 17:30 admin\Lib\
目录 0 2017-07-04 17:15 admin\Lib\Action\
文件 4781 2017-06-20 16:53 admin\Lib\Action\AdAction.class.php
文件 7700 2017-06-20 16:53 admin\Lib\Action\AdminAction.class.php
文件 3553 2017-06-20 16:53 admin\Lib\Action\AdminTrashAction.class.php
文件 2440 2017-06-20 16:53 admin\Lib\Action\AdPlaceAction.class.php
文件 3080 2017-06-20 16:53 admin\Lib\Action\ApiListAction.class.php
文件 8884 2017-06-20 16:53 admin\Lib\Action\ArticleAction.class.php
............此处省略4389个文件信息
评论
共有 条评论