永发信息网

QQ空间再次开通怎么还出现对不起,生日不能为空

答案:4  悬赏:20  手机版
解决时间 2021-05-14 14:18
  • 提问者网友:眉目添风霜
  • 2021-05-13 17:00
开通时就没有填生日的那,却出现对不起,生日不能为空
最佳答案
  • 五星知识达人网友:白昼之月
  • 2021-05-13 17:33

内测时需要召集更多人来玩QQ空间,所以直接点开通就行了,版本更新、有些东西也更新,填上生日不就行了。祝你愉快!

全部回答
  • 1楼网友:平生事
  • 2021-05-13 19:49
那你就填呗
  • 2楼网友:雪起风沙痕
  • 2021-05-13 19:20

最早开通时没有这么高的要求,但重新开通时会有新的要求,所以得重新填写相关的第一次开通没有填写的资料

  • 3楼网友:撞了怀
  • 2021-05-13 19:11
Option Explicit  Private Sub cmdCancel_Click() Dim intResult As Integer '请求用户确认是否真的退出系统登录 intResult = MsgBox("你选择了退出系统登录,退出将不能启动企业人事管理系统!" & vbcrlf_ & "是否真的退出?", vbYesNo, "登录验证") If intResult = vbYes Then End '根据用户选择结束应用程序 End Sub Private Sub CmdOK_Click() Dim UserName As String Dim userpassword As String Dim str As String Dim nTryCount As Integer Dim rs As New ADODB.Recordset Set rs = New ADODB.Recordset UserName = Trim(txtUserName.Text) userpassword = Trim(txtpassword.Text) str = "select * from 用户信息表 where 用户名='" & UserName & "' and 用户密码 = '" & userpassword & " '" rs.Open str, connectString, adOpenKeyset, 2 If rs.EOF Then '登录失败 MsgBox "对不起,无此用户或者密码不正确!请重新输入!!", vbCritical, "错误" txtUserName.Text = "" txtpassword.Text = "" txtUserName.SetFocus nTryCount = nTryCount + 1 If nTryCount >= 3 Then MsgBox "您无权操作本系统!", vbCritical, "无权限" Unload Me End If Else '登陆成功 主界面.Show Unload Me End If End Sub 方法二:Private Sub Command1_Click()   Dim username As String   Dim userpassword As String   Dim try_times As Integer   try_times = 0      username = Trim$(user.text)   userpassword = Trim$(password.text)   If user.text = "" Then     MsgBox "用户名不能为空!", vbOKOnly + vbInformation, "友情提示"     user.SetFocus     Exit Sub   End If   If password.text = "" Then     MsgBox "密码不能为空!", vbOKOnly + vbInformation, "友情提示"     password.SetFocus     Exit Sub   End If      Dim strSQL As String   strSQL = "select * from staff where sno='" & username & "' and password='" & userpassword & "'" &n 原文来源: http://www.thekoko.info/
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯