Commit Latest
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<add key="proxy_GetFundamentalEx" value="false"/>
|
||||
<add key="proxy_GetDividendHistory" value="false"/>
|
||||
<add key="proxy_GetAnalystPriceTargetMarketBeat" value="false"/>
|
||||
<add key="proxy_GetCompanyHeadlinesSeekingAlphaV1" value="false"/>
|
||||
<add key="proxy_GetCompanyHeadlinesSeekingAlphaV2" value="false"/>
|
||||
<add key="proxy_GetCompanyHeadlinesSeekingAlphaV1" value="true"/>
|
||||
<add key="proxy_GetCompanyHeadlinesSeekingAlphaV2" value="true"/>
|
||||
</appSettings>
|
||||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/></startup></configuration>
|
||||
|
||||
25
Program.cs
25
Program.cs
@@ -610,7 +610,6 @@ namespace MarketData
|
||||
return sb.ToString();
|
||||
}
|
||||
|
||||
|
||||
// *******************************************************************************
|
||||
// **********************************************************************************************************
|
||||
static int Main(string[] args)
|
||||
@@ -623,6 +622,30 @@ namespace MarketData
|
||||
Trace.Listeners.Add(new TextWriterTraceListener(strLogFile));
|
||||
DateTime currentDate=DateTime.Now;
|
||||
|
||||
|
||||
//String destinationFolder = @"c:\3\1";
|
||||
//ImageHelper imageHelper = new ImageHelper();
|
||||
//String[] files = Directory.GetFiles(@"\\IO\Media\Thumbnails\1\","*.jpg");
|
||||
//foreach(String file in files)
|
||||
//{
|
||||
// try
|
||||
// {
|
||||
// String fileName = Path.GetFileName(file);
|
||||
// String pathFileName = destinationFolder +@"\" + fileName;
|
||||
// Console.WriteLine(String.Format("Reading {0}",file));
|
||||
// imageHelper.LoadImage(file);
|
||||
// imageHelper.Resize(128,128);
|
||||
// Console.WriteLine(String.Format("Writing {0}",pathFileName));
|
||||
// imageHelper.SaveGrayScaleJPG(pathFileName);
|
||||
// }
|
||||
// catch(Exception exception)
|
||||
// {
|
||||
// Console.WriteLine(exception.ToString());
|
||||
// }
|
||||
//}
|
||||
|
||||
|
||||
|
||||
DateTime maxHolidayDate =HolidayDA.GetMaxHolidayDate();
|
||||
if(currentDate>maxHolidayDate)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user