代码搜索:用户交互
找到约 10,000 项符合「用户交互」的源代码
代码结果 10,000
www.eeworm.com/read/299070/7893238
pas global.pas
unit Global;
interface
uses SysUtils,Messages,DB,Controls,Forms,Windows;
type
Tuser = record//系统登陆用户
UserID : string; //
UserName : string;//登陆用户名
UserRole : string;//角色
www.eeworm.com/read/121426/14756832
asp user.asp
alert("该用户未注册,没有用户信息!");
//document.location.href="index.asp"
his
www.eeworm.com/read/210411/15199085
bas module1.bas
Attribute VB_Name = "Module1"
Public usertype As Integer '定义用户类型
Public username As String '保存用户帐号
Public bookno As String, bookname As String '保存书号,书名
Public exitType
www.eeworm.com/read/210411/15199123
bas module1.bas
Attribute VB_Name = "Module1"
Public usertype As Integer '定义用户类型
Public username As String '保存用户帐号
Public bookno As String, bookname As String '保存书号,书名
Public exitType
www.eeworm.com/read/492008/1183709
java usermanager.java
package manager;
import java.util.List;
/**
* 用户业务管理类
* @author BeanSoft
*/
public class UserManager {
/** 用户管理 DAO */
private dao.StudentDAO dao = new dao.StudentDAO();
/*
www.eeworm.com/read/458946/1576448
java sam2700handler.java
package com.huiton.cerp.sam;
/**
* Title: 用户密码修改
* Description: 用户密码修改
* Copyright: Copyright Reserved By BRITC
* Company: HUITON
* @author cameran2003-7-31
* @version 1.