• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






腾飞i博客

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2018年10月26日

__枚举帮助类
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Linq;using System.Web; namespace WebApplication5{ public class 阅读全文
posted @ 2018-10-26 16:59 Super飞 阅读(142) 评论(0) 推荐(0)
 
__EF批量删除
摘要: 控制器: [HttpPost] public int Delete_All(string Id) { List<int> IDS = new List<int>();//创建list<int> 保存选中信息的Id 简化操作 var Ls = Id.Split(',');//根据(',') 完成对数据 阅读全文
posted @ 2018-10-26 16:58 Super飞 阅读(2173) 评论(0) 推荐(0)
 
---单选框取值
摘要: <input id="StuSex" type="radio" name="StuSex" value="true" checked="checked" /> 是<input id="StuSex" type="radio" name="StuSex" value="false" /> 否 $('i 阅读全文
posted @ 2018-10-26 16:54 Super飞 阅读(224) 评论(0) 推荐(0)