06 2017 档案
摘要:var redis = ConnectionMultiplexer.Connect("localhost"); //ConnectionMultiplexer redis = ConnectionMultiplexer.Connect("server1:6379,server2:6379"); 连接
阅读全文
摘要:<script src="~/Scripts/web-uploader-015/webuploader.js"></script> <script src="~/Scripts/My97DatePicker/WdatePicker.js"></script> <link href="~/Conten
阅读全文
摘要:$(document).ready(function () { var myChart = echarts.init(document.getElementById('main'), 'westeros'); function main(chartData) { var delayAvg = [];
阅读全文
摘要:document.onkeydown = function (event) {console.log(event)} if (document.activeElement.id 'txtEndTime') { $('#txtEndTime').val(''); } else if (document
阅读全文
摘要:<div> @{ var pageTotal = Convert.ToInt32(Request["pageTotal"]); var toolName = "tool.Paging"; if (ViewData["toolName"] != null) { toolName = ViewData[
阅读全文
摘要:首先在需要分页的table 下引入这行代码(引入已经准备好的通用分页) @Html.Partial("~/Views/Shared/_Pagination.js.cshtml",ViewData) 只需要在控制器设置两个参数 public ActionResult ProjectNode(strin
阅读全文

浙公网安备 33010602011771号