v7.3.2018.0614   重构高性能资源池,减少GC压力,增加线程池,让异步任务得到平等竞争CPU的机会
大石头 authored at 2018-06-14 17:56:44
541.00 B
X
<div class="form-group">
    @Html.ActionLink("访问统计", "Index", "VisitStat", null, new { @class = "btn btn-success btn-sm" })
    <label for="category" class="control-label">类别:</label>
    @Html.ForDropDownList("category", Log.FindAllCategoryName(), Request["category"], "全部", true)
</div>
@*<div class="form-group">
    <label for="userid" class="control-label">用户:</label>
    @Html.ForDropDownList("userid", UserX.FindAllWithCache().Cast<IEntity>().ToList(), "全部", true)
</div>*@
@Html.Partial("_DateRange")