Skip to content

Commit

Permalink
添加说明
Browse files Browse the repository at this point in the history
  • Loading branch information
youbl committed Nov 2, 2018
1 parent cf7d100 commit eab286a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion PlanServerService/TaskAutoRunService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,9 @@ static void RunTask(object args)

static void RunTaskFinish(List<TaskItem> tasks, List<ProcessItem> processesBefore)
{
// var end = DateTime.Now;
#if DEBUG
var end = DateTime.Now;
#endif
var processesLater = ProcessItem.GetProcessesAndCache(false);
foreach (TaskItem task in tasks)
{
Expand Down
4 changes: 2 additions & 2 deletions PlanServerTaskManager.Web/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<!-- 计划任务管理页面拥有写入权限的目录 -->
<add key="PlanWritePath" value="logs\webtmp"/>
<!-- 计划任务管理页面的下载链接URL的前缀 -->
<add key="PlanDomainName" value="configscenter.chidaoni.com"/>
<add key="PlanDomainName" value="beinet.cn"/>
<!-- 计划任务管理页面的白名单IP,如公司出口IP, 多个IP以逗号或分号分隔 -->
<add key="PlanWhiteIP" value="218.85.23.101,110.80.152.16"/>
<add key="PlanWhiteIP" value="10.;192.168."/>
</appSettings>
<connectionStrings/>
<system.web.extensions>
Expand Down
3 changes: 3 additions & 0 deletions PlanServerWinService/PlanServerWinService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@
<DependentUpon>ProjectInstaller.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Content Include="Readme.MD" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down

0 comments on commit eab286a

Please sign in to comment.