欢迎留言,看到后即会回复。
访客 评论于 [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//--- buffersdouble 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
已有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