-
Jsp hibernate树形菜单代码
struts+hibernate树形菜单,只是简单的实现树形菜单,有一种业务逻辑没有考虑,就是当类别目录下同时拥有子目录和具体商品的时候只会显示子目录,而具体商品没显示,只需在标签处理类RecursionTag.java中的printAllCategory方法中添加相应的业务逻辑即可实现,有兴趣自行加工。
整个工程的完整源码打包上传,解压后直接用Eclipse导入就可运行,为方便上传下载去除了/WEB-INF/lib目录下的jar文件,自已添加便可。
- 2022-07-26 04:55:14下载
- 积分:1
-
相对稳定点组判定程序
程序自动生成第一二期点坐标,并根据设定的阈值,选出第一二期点的一个最大的相对稳定点组。
- 2022-08-19 18:25:41下载
- 积分:1
-
支持向量机及解释用法
支持向量机完整源程序,可MATLAB运行,支持C/C++编写(Support vector machine complete source, MATLAB can run, support C/C++ preparation)
- 2019-06-23 15:52:19下载
- 积分:1
-
IEEE14
IEEE14节点 实现简单潮流计算(可自己改变数值)(IEEE14 node implements simple power flow calculation (you can change the value by yourself))
- 2020-07-04 16:20:02下载
- 积分:1
-
through the interface configuration, generating a concealed documents and search...
通过界面配置,生成一个隐蔽查找文件及特征关键词的控制台程序。通过运行该控制台程序,就可将查找到的文件名保存到C:\_log.txt文件中了。-through the interface configuration, generating a concealed documents and search features keyword console procedures. By running the console procedures, it can find the file name to save to C : _log.txt the document.
- 2023-06-19 09:55:03下载
- 积分:1
-
VC++ 6.0简单屏幕画笔源代码
VC++ 6.0简单屏幕画笔源代码 ,可以让用户直接在屏幕的任意地方写字,仿画图的功能,不过这个不是在指定的画图窗口中才能画出图形,而是打开后,在屏幕的任意地方都可以。而且还可以设置画笔的颜色,有四种颜色可选,还可设置画笔粗细等功能。以下请看画笔的设置部分代码:
void CMyWnd::OnRed()//选中绿色
{
ColorX=255;
ColorY=0;
ColorZ=0;
}
void CMyWnd::OnYellow()//选中黄色
{
ColorX=255;
ColorY=255;
ColorZ=0;
}
void CMyWnd::OnGreen() //选中绿色
{
ColorX=0;
ColorY=255;
ColorZ=0;
}
void CMyWnd::OnBlue() //选中蓝色
{
ColorX=0;
ColorY=0;
ColorZ=255;
}
void CMyWnd::OnAdd() //增加画笔大小
{
ADxy+=1;
}
void CMyWnd::OnDec() //增加画笔大小
{
if (ADxy!=1)
ADxy-=1;
}
void CMyWnd::OnAbout() //增加画笔大小
{
//AfxMessageBox("你好");
//显示关于对话框
CLjxDlg dlg;
int xxx=dlg.DoModal();
}
- 2022-11-18 14:20:03下载
- 积分:1
-
spei-in-r
用r计算SPEI,实现少量数据的快速计算,(Calculating SPEI with R to realize fast calculation of a small amount of data)
- 2020-10-17 14:47:27下载
- 积分:1
-
制作的预加载动画特效。
说明: 一组使用纯CSS3制作的预加载动画特效。这组CSS3预加载动画特效共有(The hor effect of this group of pictures has 16 special effects. The effect also supports the rap version.)
- 2019-02-13 11:11:37下载
- 积分:1
-
内燃机振动信号的盲分离…
Blind separation of internal combustion engine vibration signals by a deflation method
- 2022-02-27 02:18:07下载
- 积分:1
-
java games prepared by the 1000 block of Terry Avenue
java编写的连连看游戏 -java games prepared by the 1000 block of Terry Avenue
- 2022-05-27 09:41:21下载
- 积分:1