-
Applet
使用JAVA实现多个Applet间进行通信,Applet1向Applet2发送消息,Applet2将收到消息显示出来。(JAVA Applet using multiple communications between, Applet1 send a message to the Applet2, Applet2 will receive the message displayed.
)
- 2011-05-18 12:07:33下载
- 积分:1
-
kaoshi
j2ee登陆界面 输入用户名和密码登陆
(login start if you must write your nameand password first)
- 2013-12-05 21:34:33下载
- 积分:1
-
ioFile
java io体系中的File类的操作,一个个的小例子,便于初学者学习(File class in java io system operation, a small example easy for beginners to learn)
- 2012-04-19 10:13:40下载
- 积分:1
-
GN
说明: 社区发现经典算法GN算法的Java实现,能够根据不同节点之间的联系来实现社区的划分。(Community found that classical algorithm GN algorithm Java implementation, and can be the link between different nodes to achieve the division of the community.)
- 2009-11-17 22:45:40下载
- 积分:1
-
SwingTest
此代码实现ping的功能。并且使用图形界面进行实现,使用方便简单。(This code implements the ping function. Implementation and use graphical interface, simple and easy.)
- 2010-07-12 16:50:24下载
- 积分:1
-
storm+kafka应用案例
storm+kafka应用案例
- 2021-05-06下载
- 积分:1
-
人力资源管理系统
说明: com.ssh.action action
com.ssh.dao dao
com.ssh.domain 实体类
beans.xml 修改数据库和具体配置
struts.xml struts配置
http://127.0.0.1:8080/ssh-1/ 系统管理页面
http://127.0.0.1:8080/ssh-1/Clogin.jsp 签到请假页面
工资分析后才能够查询工资(Wage analysis before you can inquire about wages)
- 2020-06-16 08:00:02下载
- 积分:1
-
kMeans
基于原型的目标函数聚类方法,数据点到原型的某种距离作为优化的目标函数,利用函数求极值的方法得到迭代运算的调整规则(A prototype based objective function clustering method, the data point to a certain distance from the prototype is used as the objective function of the optimization, and the adjustment rule of the iterative operation is obtained by the method of finding the extremum of the function.)
- 2018-05-18 15:17:50下载
- 积分:1
-
Compiler
说明: LL(1)文法和预测分析方法
1.文法使用产生式来定义;
2.分别求出文法中每一个非终结符的FIRST集、FOLLOW集和SELECT集;
3.画出预测分析表;
4.判定给定的文法是否是LL(1)文法;
5.给定符号串判定是否是文法中的句子,分析过程用分析表格的方式打印出来。(LL(1) Grammar and Predictive Analysis
1. Grammar is defined by production.
2. Find out the FIRST set, FOLLOW set and SELECT set of each non-terminator in grammar.
3. Draw a forecast analysis table.
4. Determine whether a given grammar is LL(1) grammar;
5. Given a string of symbols to determine whether it is a sentence in grammar, the analysis process is printed out in the form of an analysis table.)
- 2020-06-15 22:30:02下载
- 积分:1
-
lab4Plus
1、Struts2框架下ActionSupport的使用(附加)
在Myeclipse中新建web项目lab4plus;
在实验四的基础上修改LoginAction,使之继承ActionSupport,并重写Validate方法,在其中增加FieldError、ActionError和ActionMessage;
修改login.jsp、loginSuccess.jsp和loginFail.jsp页面,用<s:actionmessage>和<s:actionerror>标签输出信息;
将lab4plus布署在Tomcat服务器上;
运行login.jsp页面,并记录运行结果、主要处理流程与关键代码。(, Struts2 framework ActionSupport use (additional)
Create a new web project in Myeclipse lab4plus
In the experiment on the basis of four modified LoginAction, so inheritance ActionSupport, and override the Validate method, in which the increase FieldError, ActionError and ActionMessage
Modify login.jsp, loginSuccess.jsp and loginFail.jsp page with <s:actionmessage> and <s:actionerror> tag output information
The lab4plus deployed on Tomcat server
Run login.jsp page and record the results, the main processes and key code.
)
- 2013-11-14 15:11:53下载
- 积分:1