3个回答
快又稳
2024-10-28 广告
2024-10-28 广告
数据库服务器作为广州快又稳网络科技有限公司的核心基础设施之一,承载着公司海量数据的存储、处理与访问需求。我们采用高性能、高可用性的服务器架构,确保数据的安全性、完整性和快速响应能力。通过先进的数据库管理系统,优化查询效率,支持复杂业务场景下...
点击进入详情页
本回答由快又稳提供
展开全部
不是一点点源码,发给你你也用不上啊。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
if trim(edtCode.Text) = '' then
begin
showMsg('请输入用户代码');
if edtCode.CanFocus then edtCode.SetFocus;
edtCode.SelectAll;
exit;
end;
if trim(edtPassword.Text) = '' then
begin
showMsg('请输入用户密码');
if edtPassword.CanFocus then edtPassword.SetFocus;
edtPassword.SelectAll;
exit;
end;
with qryUser do
begin
close;
SQL.Text := 'select * from s_userInfo where isUse=1 and code=:code';
Parameters.ParamByName('code').Value := edtCode.Text;
try
Open;
except
qryErrorMsg;
Exit;
end;
if isEmpty then
Begin
edtName.Text := '';
showMsg('用户代码不存在或用户没有权限');
if edtCode.CanFocus then edtCode.SetFocus;
edtCode.SelectAll;
exit;
End;
edtName.Text := FieldByName('name').AsString;
if FieldByName('password').AsString <> trim(edtPassword.Text) then
Begin
showMsg('密码错误');
edtPassword.SetFocus;
edtPassword.SelectAll;
exit;
End;
end;
begin
showMsg('请输入用户代码');
if edtCode.CanFocus then edtCode.SetFocus;
edtCode.SelectAll;
exit;
end;
if trim(edtPassword.Text) = '' then
begin
showMsg('请输入用户密码');
if edtPassword.CanFocus then edtPassword.SetFocus;
edtPassword.SelectAll;
exit;
end;
with qryUser do
begin
close;
SQL.Text := 'select * from s_userInfo where isUse=1 and code=:code';
Parameters.ParamByName('code').Value := edtCode.Text;
try
Open;
except
qryErrorMsg;
Exit;
end;
if isEmpty then
Begin
edtName.Text := '';
showMsg('用户代码不存在或用户没有权限');
if edtCode.CanFocus then edtCode.SetFocus;
edtCode.SelectAll;
exit;
End;
edtName.Text := FieldByName('name').AsString;
if FieldByName('password').AsString <> trim(edtPassword.Text) then
Begin
showMsg('密码错误');
edtPassword.SetFocus;
edtPassword.SelectAll;
exit;
End;
end;
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询