2018年5月2日
该文被密码保护。 阅读全文
posted @ 2018-05-02 20:06 过客s 阅读(2) 评论(0) 推荐(0) 编辑
  2017年12月2日
摘要: public class card { public delegate void shua(object txt); public event shua shuashijian; public void yanzheng(string num, object txt) { if (num == "1 阅读全文
posted @ 2017-12-02 10:01 过客s 阅读(109) 评论(0) 推荐(0) 编辑
摘要: private void Form1_Load(object sender, EventArgs e) { //调用 car p = dric.get("ben"); string nam = p.drice(); MessageBox.Show(nam); } /// <summary> /// 阅读全文
posted @ 2017-12-02 10:00 过客s 阅读(108) 评论(0) 推荐(0) 编辑
  2017年11月30日
摘要: 后台 namespace WindowsFormsApplication1{ /// <summary> /// 刷卡验证 类 /// </summary> public class Card { public delegate void shuaka(object txt); public eve 阅读全文
posted @ 2017-11-30 11:56 过客s 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 后台 /// <summary> /// 存储过程分页 /// </summary> /// <param name="PageIndex"></param> /// <param name="PageSize"></param> /// <param name="name"></param> // 阅读全文
posted @ 2017-11-30 11:34 过客s 阅读(102) 评论(0) 推荐(0) 编辑
  2017年11月23日
摘要: 前台 $("#Checkbox1").click(function () { $("input[type='checkbox']").prop("checked", this.checked); }) function pi() { var id=""; $("input[type='checkbo 阅读全文
posted @ 2017-11-23 11:52 过客s 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 后台 [HttpPost] public ActionResult uploadfile(HttpPostedFileBase pic) { string warning = ""; string files = Server.MapPath(pic.FileName); string filena 阅读全文
posted @ 2017-11-23 11:07 过客s 阅读(107) 评论(0) 推荐(0) 编辑
  2017年11月22日
摘要: 前台 <input id="Button1" type="button" value="button" onclick="add()" /> <input id="save" onclick="saveadd()" type="button" value="批量保存" /> <div> <table 阅读全文
posted @ 2017-11-22 19:48 过客s 阅读(125) 评论(0) 推荐(0) 编辑
摘要: API的控制器 DAL /// <summary> /// 万能 /// </summary> /// <param name="Pageindex"></param> /// <param name="Pagesize"></param> /// <returns></returns> publi 阅读全文
posted @ 2017-11-22 19:42 过客s 阅读(109) 评论(0) 推荐(0) 编辑
  2017年11月21日
摘要: 控制器 using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using System.Net.Http;using Newtonsoft.Json; 阅读全文
posted @ 2017-11-21 19:43 过客s 阅读(136) 评论(0) 推荐(0) 编辑