摘要: <div class="text-center"> <span style="display:inline-block; position:relative;top:-30px;">共 @Model.TotalPageCount 页 @Model.TotalItemCount 条记录,当前为第 @M 阅读全文
posted @ 2019-04-01 21:19 大冉啊 阅读(1021) 评论(1) 推荐(0) 编辑
摘要: 引用NuGet包《ServiceStack.Redis》 在存储Redis数据的方法里面 var client = new RedisClient("127.0.0.1",6379); if(client.ContainsKey("list") == false) { 连接数据库查询 client. 阅读全文
posted @ 2019-04-01 21:09 大冉啊 阅读(95) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 前端Ajax /// </summary> /// <returns></returns> function Upload() { var HobbyName = ""; $("input[name=Hobby]:checked").each(function ( 阅读全文
posted @ 2019-04-01 21:03 大冉啊 阅读(101) 评论(0) 推荐(0) 编辑