附注:由于.net的学习,让我有了丝灵感。便来总结下,后面会持续更新的QWQ。虽然说.net不怎好用,体验感不好,我写这个主要是为了吐槽下这个软件hhh
这个登录是比较简单的,今天只用了账号密码的形式,其实还有很多东西,比如说验证码,手机号,邮箱等等,这里就不用了,后面会更新的。
这个练习是用SQL server 2022和vs2019这俩个软件,mysql也行,都一样。
演示:
这个登录的账号和密码是和SQL挂钩的,正确登录后:
css代码:
<style type="text/css">
.auto-style2 {
width: 423px;
height: 100px;
text-align: center;
color: white;
font-size: 30px;
margin-left: 129px;
margin-top: 26px;
}
.auto-style3 {
width: 147px;
}
.auto-style4 {
width: 119px;
margin-left: 259px;
}
</style>
string myConnString = "Data Source=.;Initial Catalog=HISDB;Persist Security Info=True;User ID=***;Password=******";//这里用*表示,具体的看数据库里的信息
好的,有需要源码可以@我一下
嗷~