代码搜索:用户交互

找到约 10,000 项符合「用户交互」的源代码

代码结果 10,000
www.eeworm.com/read/322567/13376692

frm frmadduser.frm

VERSION 5.00 Begin VB.Form 设定用户 BackColor = &H00C0C0C0& Caption = "设定用户" ClientHeight = 3195 ClientLeft = 60 ClientTop = 450 ClientWidth
www.eeworm.com/read/311006/13638308

h commontype.h

#ifndef __COMMONTYPE_H_ #define __COMMONTYPE_H_ #include using namespace std; //用户信息结构体 struct UserInfo { CString username; //用户名 CString userpwd; //密码 CString
www.eeworm.com/read/487969/6503141

java checklogin.java

package net.chat; import java.sql.*; import java.util.*; import java.text.SimpleDateFormat; public class CheckLogin { /** * 检测用户登录信息 * @param String userName * 用户
www.eeworm.com/read/484401/6587436

java password.java

public class Password extends Object implements java.io.Serializable{ private static final long serialVersionUID = -9215977405584592618L; //用户的名字 private String userName; //用户的密码 pri
www.eeworm.com/read/404537/11483577

cs userhelper.cs

using System; using System.Collections.Generic; using System.Text; namespace MyQQ { //记录登录的用户Id class UserHelper { public static int loginId; //登录的用户Id } }
www.eeworm.com/read/261136/11664787

java loginbean.java

package com; public class LoginBean { private String username; //用户名称 private String password; //密码 private UserValidator uv; //用户验证的实例 public String getPassword() { return pass
www.eeworm.com/read/346316/11754919

frm frmadduser.frm

VERSION 5.00 Begin VB.Form 设定用户 BackColor = &H00C0C0C0& Caption = "设定用户" ClientHeight = 3195 ClientLeft = 60 ClientTop = 450 ClientWidth
www.eeworm.com/read/258856/11836757

bas elecfeemodulel.bas

Attribute VB_Name = "ElecFeeModulel" Public username, CompName '计算机用户名 Public Operator As String '操作员 Public pbDw As String '用户单位 Public pbDwBm As String
www.eeworm.com/read/344894/11853280

h denglu.h

///////////////////// 用户登陆 int denglu(int checkdenglu,struct userinfo userlogin[]) { char username[30]; char passwd[30]; printf("\n\t\t 用户名:"); scanf("%s",&userlogin[0].username)
www.eeworm.com/read/232960/14175574

bas systempublicdata.bas

Attribute VB_Name = "Module1" Option Explicit Public CurrentUserName As String '保存当前用户名 Public CurrentUserPwd As String '保存当前用户口令 Public CurrentUserType As S