网站首页 留言本

留言本

唐哲 16481 ℃ 2 评论

欢迎留言,看到后即会回复。



已有2位网友发表了看法

  • 访客

    访客  评论于 [2018-06-07 22:11:49]  回复

    您好!
    前几天做了个exchange,看了你的文章《Windows Server2016服务器IIS10实现http自动跳转https》按照文章设置,成功了。后业因为需要设置自动发现功能,发现exchange shell连接不上服务器,经过排查,发现是HTTP跳转HTTPS的影响,规则没有停用,直接删除的规则,exchange shell可以连接不上服务器了,但是exchange不行了,后来又重新增加了规则还是不行,估计是第一次的写规则因为没有停用还在起做用,因此,想了解一下,URL的重写代码是在那里,我想把代码改回来。感谢!

  • 访客

    访客  评论于 [2023-05-14 18:50:51]  回复

    你好:如下帮忙修改一下,谢谢
    这个指标只能显示一条线b d不能显示
    #property copyright "唐梓津QQ:9907696"
    #property link "http://www.tangzhe.com/"
    #property indicator_chart_window
    #property indicator_buffers 2
    #property indicator_color1 White
    #property indicator_color2 Yellow
    //--- buffers
    double a[];
    double b[];
    double d[];
    extern int mx=10;
    //+------------------------------------------------------------------+
    //| Custom indicator initialization function |
    //+------------------------------------------------------------------+
    int init()
    {
    //---- indicators
    IndicatorBuffers(8);
    SetIndexBuffer(0,b);
    SetIndexStyle(0,DRAW_LINE, EMPTY, 2, Red);

    SetIndexBuffer(1,d);
    SetIndexStyle(1,DRAW_LINE,EMPTY, 2, Blue);


    SetIndexBuffer(2,a);
    SetIndexStyle(2,DRAW_LINE,EMPTY, 2, Green);

    IndicatorShortName("DKX");


    //----
    return(0);
    }
    //+------------------------------------------------------------------+
    //| Custom indicator deinitialization func

欢迎 发表评论:

请填写验证码
«    2024年2月    »
1234
567891011
12131415161718
19202122232425
26272829
搜索
网站分类
站点信息
  • 文章总数:89
  • 页面总数:1
  • 分类总数:4
  • 标签总数:19
  • 评论总数:96
  • 浏览总数:604706
控制面板
您好,欢迎到访网站!
  查看权限
唐哲 - 和仲科技