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






阿犇,

 
 

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

2020年9月2日

Linq语句的使用
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 using System.Data.Linq 阅读全文
posted @ 2020-09-02 11:40 Abel, 阅读(137) 评论(0) 推荐(0)
 
C#单例模式
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace 饿汉模式 { //单例模式(饿汉模式) publ 阅读全文
posted @ 2020-09-02 11:37 Abel, 阅读(40) 评论(0) 推荐(0)
 
MVC导出
摘要: /// <summary> /// 导出 /// </summary> /// <returns></returns> public FileResult XiaZai() { //查询到数据 var result = bll.showinfo(); if (result != null || re 阅读全文
posted @ 2020-09-02 09:49 Abel, 阅读(75) 评论(0) 推荐(0)