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






谢文宇

 
 

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

2020年6月8日

WINFORM权限系统开发系列教程(五)登录窗口
摘要: 登录窗口实现 效果图 代码 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; 阅读全文
posted @ 2020-06-08 14:24 谢文宇 阅读(651) 评论(0) 推荐(0)
 
WINFORM权限系统开发系列教程(四)数据业务封装
摘要: 数据访问DAL和实体类 UserInfomModel.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; name 阅读全文
posted @ 2020-06-08 10:16 谢文宇 阅读(537) 评论(0) 推荐(0)
 
WINFORM权限系统开发系列教程(二)数据库设计
摘要: 数据库设计 数据库工具使用sqlserver2014 数据库名称:RightDb 文件路径默认 用户名sa 密码自定义 UserInfos 用户表 UserId UserName UserPwd RoleInfos 角色表 RoleId RoleName Remark MenuInfos 菜单表 M 阅读全文
posted @ 2020-06-08 09:46 谢文宇 阅读(637) 评论(0) 推荐(0)