Skip to content

mefdeamon/Desktop-WeMove

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typora-root-url ./

emailDesktop-WeMove

summary Summary(概要)

  • Wemove is a practical project of WPF technology sharing.
  • Wemove是一个练习WPF技术的共享项目。

email Screenshots(截图)

  • sign in email page(email verification )登录(邮箱验证)

email

  • sign in password page(password verification )登录(密码验证)

password

  • sign up page(注册)

password

  • main page(主页)

main

数据库

数据库表内容

CREATE TABLE `user_info` (
  `Id` int(11) NOT NULL AUTO_INCREMENT,
  `UserName` varchar(255) DEFAULT NULL COMMENT '用户名',
  `Email` varchar(255) NOT NULL DEFAULT '' COMMENT '邮箱',
  `Password` varchar(255) NOT NULL DEFAULT '' COMMENT '密码',
  `CreateDate` date DEFAULT '2020-07-16' COMMENT '创建日期',
  PRIMARY KEY (`Id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='用户信息表';

C#链接字符串(本地数据库)

 string ConnectionString = @"server = 127.0.0.1; userid = root; password = deamon; database = wemove; persistsecurityinfo = True;";

About

Wemove is a practical project of WPF technology sharing about MVVM DI and then.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages