代码搜索:用户交互

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

代码结果 10,000
www.eeworm.com/read/221422/4832639

java sessioncommit.java

/* * Created on 2006-6-22 * 与数据库交互提供的公共方法及会话对象 */ package com.funddeal.base; import net.sf.hibernate.HibernateException; import net.sf.hibernate.Session; import net.sf.hibernate.SessionFac
www.eeworm.com/read/195427/5111483

java message.java

package common.message; import java.io.Serializable; import java.util.Date; import common.exeception.AppException; import server.Server; import client.Client; /** * 消息类 客户端与服务器端交互使用数据
www.eeworm.com/read/394686/8212693

htm js8.htm

第八讲 WEB页面信息的交互
www.eeworm.com/read/394686/8212708

htm js9.htm

第九讲 实现更复杂的交互
www.eeworm.com/read/192514/8377424

pas fateconsts.pas

unit FateConsts; interface uses Forms, SysUtils, Classes; const MaxNameLength = 8; type TDB = record User: string; //登录SQL用户名 Pass: string; //用户口令 Server: string; /
www.eeworm.com/read/466504/7037898

asp savepwd.asp

用户管理
www.eeworm.com/read/440949/7678475

java list.java

package S; /** * 用户链表 */ public class List { Node root; Node pointer; static int count; /** * 构造用户链表 */ public List(){ root = new Node(); root.next = null; poin
www.eeworm.com/read/239956/13245053

cs sysuserinfo.cs

using System; namespace CRM.Model { /// /// 系统用户信息业务实体 /// [Serializable] public class SysUserInfo { private string _userId; //用户编号 private string _loginNa
www.eeworm.com/read/151657/5679927

bas variable.bas

Attribute VB_Name = "Variable" '保存用户类型 Public sUserTypes As String '定义对象 Public MyEmp As New Employees Public UpperEmp As New Employees Public MyUser As New Users '用户对象
www.eeworm.com/read/482691/6621367

c keyboard12.c

/********************************************************* * 文件名称: * keyboard12.c * 程序功能描述: * 行列式键盘检测 * 输入: * 用户的按键事件 * 输出: * 存放用户输入的键