会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ssh001
博客园
首页
新随笔
联系
订阅
管理
随笔 - 4
文章 - 0
评论 - 0
阅读 -
1332
2021年11月6日
自定义控件双缓冲设置
摘要: /// <summary> /// 设置控件显示的缓冲等 /// </summary> private void SetControlPre() { this.SetStyle(ControlStyles.AllPaintingInWmPaint, true);//控件忽略窗口消息,减少闪烁 thi
阅读全文
posted @ 2021-11-06 10:49 ssh001
阅读(108)
评论(0)
推荐(0)
2021年10月30日
SQLite多表查询 扩展属性取值
摘要: /// <summary> ///获得多个数据到St扩展属性udens类的 /// </summary> /// <param name="classId"></param> /// <returns></returns> public List<Students> GetStuList(int c
阅读全文
posted @ 2021-10-30 20:24 ssh001
阅读(113)
评论(0)
推荐(0)
2021年10月25日
SQLSugar 多表统计数量、平均值
摘要: public Dictionary<string, string> GetScoreInfo(int classId) { Dictionary<string, string> dic = new Dictionary<string, string>(); //获取参加考试学生总人数 string
阅读全文
posted @ 2021-10-25 15:17 ssh001
阅读(1111)
评论(0)
推荐(0)
公告
点击右上角即可分享