摘要: <!DOCTYPE html><html><head> <meta charset="UTF-8"> <title>倒计时五秒后跳页面</title> <script> function countDown(){ //获取初始时间 var time = document.getElementById 阅读全文
posted @ 2020-07-09 19:46 我们好像在那见过 阅读(83) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using ServiceStack.Redis; namespace tes 阅读全文
posted @ 2020-07-09 19:45 我们好像在那见过 阅读(126) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using ServiceStack.Redis; namespace WebApplication_Redis.RedisDB{ pub 阅读全文
posted @ 2020-07-09 19:43 我们好像在那见过 阅读(99) 评论(0) 推荐(0) 编辑
摘要: using MoNiLianXi_Api.EF;using MoNiLianXi_Api.Models;using System;using System.Collections.Generic;using System.Linq;using System.Net;using System.Net. 阅读全文
posted @ 2020-07-08 17:01 我们好像在那见过 阅读(198) 评论(0) 推荐(0) 编辑
摘要: @{ Layout = null;} <link href="~/Content/bootstrap.css" rel="stylesheet" /><script src="~/Scripts/jquery-3.4.1.min.js"></script> <input id="Button1" t 阅读全文
posted @ 2020-07-08 11:04 我们好像在那见过 阅读(100) 评论(0) 推荐(0) 编辑
摘要: @{ ViewBag.Title = "Update";} <h2>Update</h2><link href="~/Content/bootstrap.css" rel="stylesheet" /><script src="~/Scripts/jquery-3.4.1.min.js"></scr 阅读全文
posted @ 2020-07-07 15:41 我们好像在那见过 阅读(137) 评论(0) 推荐(0) 编辑
摘要: @{ Layout = null;}<h2>分页</h2><link href="~/Content/pagination.css" rel="stylesheet" /><script src="~/Scripts/jquery-3.4.1.min.js"></script><script src 阅读全文
posted @ 2020-07-07 15:39 我们好像在那见过 阅读(129) 评论(0) 推荐(0) 编辑
摘要: //分页 [Route("api/pager")] [HttpGet] public IHttpActionResult Pager(int PageSize, int PageIndex) { IDbConnection db = AbsContention.SqlGet(); var param 阅读全文
posted @ 2020-07-07 10:28 我们好像在那见过 阅读(130) 评论(0) 推荐(0) 编辑
摘要: //图片验证码 private void button3_Click(object sender, EventArgs e) { //定义一个数值的字符串 string sourceCode = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcedfghijklmno 阅读全文
posted @ 2020-07-02 14:03 我们好像在那见过 阅读(157) 评论(0) 推荐(0) 编辑
摘要: private void button1_Click(object sender, EventArgs e) { //1.压缩包的路径及压缩包的名称 //2.解压缩的路径及名称 string rarPath = @"E:\test3.rar";//压缩文件的路径 string extract = @ 阅读全文
posted @ 2020-07-02 11:17 我们好像在那见过 阅读(482) 评论(0) 推荐(0) 编辑