06 2017 档案

摘要:var redis = ConnectionMultiplexer.Connect("localhost"); //ConnectionMultiplexer redis = ConnectionMultiplexer.Connect("server1:6379,server2:6379"); 连接 阅读全文
posted @ 2017-06-30 17:23 joucks 阅读(259) 评论(0) 推荐(0)
摘要:<script src="~/Scripts/web-uploader-015/webuploader.js"></script> <script src="~/Scripts/My97DatePicker/WdatePicker.js"></script> <link href="~/Conten 阅读全文
posted @ 2017-06-20 16:15 joucks 阅读(3076) 评论(0) 推荐(1)
摘要:$(document).ready(function () { var myChart = echarts.init(document.getElementById('main'), 'westeros'); function main(chartData) { var delayAvg = []; 阅读全文
posted @ 2017-06-20 11:29 joucks 阅读(490) 评论(0) 推荐(0)
摘要:document.onkeydown = function (event) {console.log(event)} if (document.activeElement.id 'txtEndTime') { $('#txtEndTime').val(''); } else if (document 阅读全文
posted @ 2017-06-20 10:47 joucks 阅读(522) 评论(0) 推荐(0)
摘要:<div> @{ var pageTotal = Convert.ToInt32(Request["pageTotal"]); var toolName = "tool.Paging"; if (ViewData["toolName"] != null) { toolName = ViewData[ 阅读全文
posted @ 2017-06-19 14:38 joucks 阅读(146) 评论(0) 推荐(0)
摘要:首先在需要分页的table 下引入这行代码(引入已经准备好的通用分页) @Html.Partial("~/Views/Shared/_Pagination.js.cshtml",ViewData) 只需要在控制器设置两个参数 public ActionResult ProjectNode(strin 阅读全文
posted @ 2017-06-07 18:04 joucks 阅读(150) 评论(0) 推荐(0)