登录
首页 » java » Struts

Struts

于 2022-05-06 发布 文件大小:3.11 MB
0 42
下载积分: 2 下载次数: 1

代码说明:

struts简单的点登陆功能的实现。。这是自己是有需要的朋友欢迎下载,可以更好的认识struts框架技术,更好有助于你的学习,提高你的水平。。。。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 代理IP压力测试
    代理IP压力测试,黑客攻击服务器必备的软件(Proxy IP stress testing, hackers attack server essential software)
    2018-08-31 10:36:35下载
    积分:1
  • 连接postsql数据库的java
    连接postsql数据库的java-database connectivity postsql java
    2022-11-10 23:45:03下载
    积分:1
  • VoiceTest
    用于检测手机麦克风输入音量大小的DEMO(it s used to detect the volume of phones micphone)
    2013-10-02 14:45:30下载
    积分:1
  • fastjson-1.2.47
    说明:  将各种格式的数据转换为json格式的字符串 ajax交互数据时使用(When converting various formats of data into JSON format string Ajax interactive data)
    2020-06-22 17:00:02下载
    积分:1
  • android 异步 执行 任务 例子 附讲解
    Rules::The AsyncTask instance must be created in UI thread. .execute must be invoked on the UI thread.Never call  objMyTask.onPreExecute(), objMyTask.doInBackground(), objMyTask.onProgressUpdate(),  objMyTask.onPostExecute manually.The AsyncTask can be executed only once (an exception will be thrown if a second execution is attempted.)AsyncTask have Four Main Method... onPreExecute()  doInBackground() onProgressUpdate() onPostExecute()  onPreExecute-This method is called first when you start AsyncTask using objAsync.execute().And mostly this method is use for initializing dialog(ProgressDialog,CustomDialog) and showing. doInBackground-The main purpose of AsyncTask is accomplished by this method.Any non-UI thread process is running in this method.Such as Rss Feed Reader,Image and video Uploading and Downloading.You cant handle your View in this method.Because this method is non-UI thread.While any background process is running if you want to handle UI therea are  onProgressUpdate method. after completion of process this method send result to OnPostExecute. onProgressUpdate-While backgrounding task is running ,you can handle your UI using this method .Such as status of downloading or uploading task.and this method is called from  doInBackground.Using publishProgress() you can call onProgressUpdate method to update UI while process is running. onPostExecute -This method is called after the background computation finishes.The result of background process in passed in this method as parameters.And now you can dismiss progress dialog ,to indicate that background task is completed. You can cancel AsyncTask using objAsyncTask.cancel().then you just check in doInBackground, if (isCancelled()) { break; } else {        //continue... } See this Image For more Clear.
    2013-07-05下载
    积分:1
  • shiro权限管理
    本项目详细介绍请看:http://www.sojson.com/shiro (强烈推荐) Demo已经部署到线上,地址是http://shiro.itboy.net, 管理员帐号:admin,密码:sojson.com 如果密码错误,请用sojson。 PS:你可以注册自己的帐号,然后用管理员赋权限给你自己的帐号,但是,每20分钟会把数据初始化一次。建议自己下载源码,让Demo跑起来,然后跑的更快,有问题加群解决。 声明: 本人提供这个Shiro + SpringMvc + Mybatis + Redis 的Demo 本着学习的态度,如果有欠缺和不足的地方,给予指正,并且多多包涵。 “去其糟粕取其精华”。如果觉得写的好的地方就给个赞,写的不好的地方,也请多多包涵。 使用过程: 1.创建数据库。 创建语句   :tables.sql 2.插入初始化数据 插入初始化数据:init.data.sql 3.运行。 管理员帐号:admin 密码:sojson ps:定时任务的sql会把密码改变为sojson.com  新版本说明:http://www.sojson.com/blog/164.html 和 http://www.sojson.com/blog/165.html 主要解决是之前说的问题:Shiro 教程,关于最近反应的相关异常问题,解决方法合集。 项目在本页面的附件中提取。 一、Cache配置修改。
    2022-02-03 21:13:51下载
    积分:1
  • This is the university title after java answer specific questions after which it...
    这是大学里的 java课后题的答案,具体是哪个课后题那压缩包上都有-This is the university title after java answer specific questions after which it compressed packets have
    2022-03-25 03:22:04下载
    积分:1
  • cmpp2.0 java示例 MinaCmpp2Client-master
    说明:  cmpp2.0 java示例,示例简单明了,除工具一个工具类文件和几个协议类文件,所有报文操作都在一个文件内,由几个方法组成,希望对刚接触cmpp开发的新手.(The example of CMPP2.0 Java is simple and clear. Except for tool class file and protocol class file, all message operations are in one file and consist of several methods. I hope to be a novice who has just come into contact with the development of cmpp.)
    2020-06-19 02:00:01下载
    积分:1
  • Java窗口登录代码(附带窗口类转化)
    package firstjava; import java.awt.Color; import java.awt.Dimension; import java.awt.Toolkit; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import java.net.Socket; import javax.swing.JButton; import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.JOptionPane; import javax.swing.JPasswordField; import javax.swing.JTextField; public class login  { public static void main(String[] args)  { final String userName = "abc"; final String passwrod = "123"; Socket socket1=null; ObjectInputStream InputStream=null;  ObjectOutputStream OutputStream=null; JFrame jFrame = new JFrame("登陆界面"); Dimension dimension = Toolkit.getDefaultToolkit().getScreenSize(); jFrame
    2023-01-29 11:20:03下载
    积分:1
  • SmithFrame
    说明:  Smith原图 可以根据你输入的数据画出相应的Smith图(Smith Original data can be drawn based on your input corresponding Smith chart)
    2010-04-07 19:28:38下载
    积分:1
  • 696518资源总数
  • 104305会员总数
  • 11今日下载