搜索资源列表
PasswordMIDlet
- 本代码是一个简单的登陆设计,适合联网登陆使用的登陆框,代码将登陆数据传送给服务器,并获取服务器响应信息。文中的密码发送验证过程也是不错的例子。-the code is a simple design of the landing, the landing for the use of the network landing frame, landing data code will be transmitted to the server, and access to the server to
PassMIDlet
- 本代码适合联网登陆使用的登陆框,代码将登陆数据传送给服务器,并获取服务器响应信息。文中的密码发送验证过程也是不错的例子。-the networking code for the use of landing the landing box, code landing data will be transmitted to the server. In response to the server and access information. Text passwords this valida
JAVApASSWORD
- 我用JAVA做的密码框,呵呵.很不错啊.光顾我的主业啊.我用JAVA做的密码框,呵呵.很不错啊-I do with Java code frame, Ha ha. very responds :. I patronize the main industry ah. I use Java to do the password box, Ha ha. very responds :
questionnaire
- JSP 在线投票系统.附加数据库。附加D:\\tomcat5.0\\webapps\\chap17目录下的questionnaire_Data.MDF数据库文件。 运行。启动Tomcat,然后在浏览器中输入http://localhost:8080/chap17/admin/login.jsp。在文本框中输入用户名“admin”,密码“123”。 -JSP online voting system. Additional database. Additional D : \\ tomca
java-bus
- 可以实现一个文本框的搜索,将xml文件里面的公交信息全部创建索引,不需要数据库支持。 查询速度和效率都很高。搜索的时候,不限制站点个数和顺序,支持关键字高亮显示。 管理后台:/admin/adminLogin.jsp username: jobcnn password: 123456 管理用户名和密码的更改在:\\WEB-INF\\classes\\sys_setting.properties 文件里面配置. sys.admin.login.username=管理用
javaso
- 可以实现一个文本框的搜索,将xml文件里面的公交信息全部创建索引,不需要数据库支持。 查询速度和效率都很高。搜索的时候,不限制站点个数和顺序,支持关键字高亮显示。 管理后台:/admin/adminLogin.jsp username: jobcnn password: 123456 管理用户名和密码的更改在:\\WEB-INF\\classes\\sys_setting.properties 文件里面配置. sys.admin.login.userna
JSPchatroom
- 操作步骤: 1.附加数据库 附加D:\\tomcat5.0\\webapps\\chap16目录下的chatdb_Data.MDF数据库文件。 2.运行 启动Tomcat,然后在浏览器中输入http://localhost:8080/chap16/login.jsp。在文本框中输入用户名:tom,密码:123,选择会员。即可进入。
TomExam 在线考试系统 v1.0 UTF8
- TOMEXAM是基于JAVA与MYSQL开发的免费在线考试系统。它可以稳定、顺畅的运行在Windows与Linux平台上。 您可以通过它创建题库,发布试卷,组织考试,并由系统自动批改。 高度的可配置性和灵活性使得它可以被应用于很多领域。 考试功能介绍: 我的试卷 查看试卷答题情况,或参加考试。点击“详情”可了解考试成绩和答题情况。点击“参加考试”可参加考试。 自我检测 设置条件进行自我检测。 考试者填写完试卷并提交后,即可查看到答案批改情况。 管理功能介绍:
ChatRoom.RAR
- 一个聊天室程序 在文本框中输入用户名:tom,密码:123,选择会员。即可进入。-A chat room program in the text box to enter a user name: tom, password: 123, select Member. To enter.
jsp_login
- 利用index.jsp和url.jsp页面实现自动登陆 index.jsp页面负责从cookie中取出用户名 url.jsp页面负责显示用户名,如果用户未登陆,则显示 “guest” 具体实现: 1、当用户选中“保存密码”的复选框后,在LoginServlet中将用户的用户名保存至cookie中 2、在index.jsp中取得cookie中保存的用户姓名。 如果存在相应的cookie,就将用户的姓名取出,保存至session中 3、在u
14160_1233800004Ifp6
- Java企业人事管理系统源码javahr 配置Oracle数据库 在配置Oracle数据库时,请参见以下步骤: (1)请确定数据库已经成功启动; (2)请确认已经存在名称为“PERSONNEL_MANAGE”的用户,如果不存在,请先创建。 (3)将光盘\\TM\\03\\Database\\文件夹中的personnel_manage.dmp文件拷贝到C盘的根目录下; (4)依次单击“开始”→“运行”,在弹出的窗口文本框中输入“cmd”命令,然
MyLogin
- 一个j2me很简单的用户名密码注册的登陆框源代码-A j2me simple user name password REGISTER landing box source code
mima
- 一个简单的密码界面框,能美化你的程序,简单 又实用-A simple password interface box that can beautify your procedures, simple and practical
denglukuang
- 这是一个登陆框代码,里面设置默认的用户名和密码,输入错误则提示-This is a login box code, which set up the default user name and password, then prompted to input errors
xiaoyan
- java登陆框 的用户名,密码验证码等的的、特殊字符串的效验-safsadfassadfasdfasd
org.vssplugin_1.4.1-2.0-compability
- 在Eclipse中使用VSS: 新建程序: 1. 将工具生成好的源文件建好工作路径,将整个工作路径拷贝到服务器的相应位置; 2. 打开Eclipse->File->New->Project…选择服务器上的此本程序的工作路径建立新工程; 3. 右键点选工程->Team->Share Project…; 4. 选择VSS Configuration Wizard,点next; 5. User Name和Password输入你的用户名和
JSP_userlogin
- JSP实现用户登录的模块代码 操作步骤: 1.附加数据库 附加D:\tomcat5.0\webapps\chap09目录下的login.mdf数据库文件。然后在表中输入用户名:1,密码:1 2.运行 启动Tomcat,然后在浏览器中输入http://localhost:8080/chap09/login.jsp。在文本框中输入用户名:1, 密码:1,验证码由系统自动给出。-JSP user login code
Online_Voting_JSP
- 基于JSP的在线投票系统 操作步骤: 1.附加数据库 附加D:\tomcat5.0\webapps\chap17目录下的questionnaire_Data.MDF数据库文件。 2.运行 启动Tomcat,然后输入在浏览器中输入http://localhost:8080/chap17/admin/login.jsp。在文本框中输入:用户名称:admin,密码:123。-Online_Voting_JSP
password
- 模拟用户名和密码输入过程,在一个文本框中输入字符串回车后,标题改为本文本;在密码框中输入密码以后,密码显示到第一个文本框。-Simulate the user name and password input process, in a text box, enter a carriage return after the string, change the title of this article in the Password box, type the password, the pa
web
- 网页上的表单验证,密码框,文本框,checkBox,textarea-Form validation on the page,