登录
首页 » Java » note

note

于 2008-12-04 发布 文件大小:1242KB
0 58
下载积分: 1 下载次数: 0

代码说明:

说明:  JSP,struts1.*框架,MVC结构,留言板,可以帮助学习Struts。(JSP, struts1 .* framework, MVC structure, message board, can help to learn Struts.)

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

发表评论

0 个回复

  • 宠物商店 4.0 版本和一个详细的分析和组织内容
    宠物商店 4.0 版本和一个详细的分析和组织内容
    2023-04-17 22:00:06下载
    积分:1
  • 超市管理系统
    package untitled5; import java.io.*; import java.net.*; import java.sql.*; import java.lang.*; import javax.sql.*; import java.awt.*; import java.awt.event.*; import javax.swing.*; import com.borland.jbcl.layout.*; public class delbook extends JFrame {  JPanel contentPane;  XYLayout xYLayout1 = new XYLayout();  JLabel jLabel1 = new JLabel();  JLabel jLabel2 = new JLabel();  JLabel jLabel3 = new JLabel();  JTextField jTextField1 = new JTextField();  JLabel jLabel4 = new JLabel();  JTextField jTextField2 = new JTextField();
    2022-01-22 06:32:22下载
    积分:1
  • jQuery满屏自适应焦点图切换特效
    jQuery满屏自适应焦点图切换特效
    2022-10-28 08:30:03下载
    积分:1
  • 教务管理系统
        CSS,JS,HTML,PHP,皆以独立,主要是老师和学生模块,比较简单,适合二次开发,新手可以看看
    2022-01-27 14:55:35下载
    积分:1
  • A-Christmas-Carol
    话说吝啬鬼埃比尼泽·斯克鲁奇(金·凯瑞饰)以一种始终如一的贪婪、一毛不拔、不管不顾的守财奴嘴脸,开始进入圣诞假期的准备工作,然后继续想尽办法去剥削他那忠诚可靠的雇员鲍勃·克莱切特(加里·奥德曼饰)以及爽朗快乐的侄子弗莱德(科林·费斯)……打从一开始,埃比尼泽就清晰地表达了自己的想法,痛快地承认他根本就无心享受假期,只想像平常那样独自一个人待在家里。(A Christmas Carol)
    2013-12-03 21:55:44下载
    积分:1
  • Automatic-Mailing-List
    Automatic Milist, sorry my english is not good admin. I just can write this
    2012-10-08 11:42:06下载
    积分:1
  • 短信猫ASP示例
    2022-02-26 14:07:24下载
    积分:1
  • android联系人带字母检索源码
    android联系人带字母检索源码/** * 联系人列表适配器。 * * @author guolin */public class ContactAdapter extends ArrayAdapter { /** * 需要渲染的item布局文件 */ private int resource; /** * 字母表分组工具 */ private SectionIndexer mIndexer; public ContactAdapter(Context context, int textViewResourceId, List objects) { super(context, textViewResourceId, objects); resource = textViewResourceId; } @Override public View getView(int position, View convertView, ViewGroup parent) { Contact contact = getItem(position); LinearLayout layout = null; if (convertView == null) { layout = (LinearLayout) LayoutInflater.from(getContext()).inflate(resource, null); } else { layout = (LinearLayout) convertView; } TextView name = (TextView) layout.findViewById(R.id.name); LinearLayout sortKeyLayout = (LinearLayout) layout.findViewById(R.id.sort_key_layout); TextView sortKey = (TextView) layout.findViewById(R.id.sort_key); name.setText(contact.getName()); int section = mIndexer.getSectionForPosition(position); if (position == mIndexer.getPositionForSection(section)) { sortKey.setText(contact.getSortKey()); sortKeyLayout.setVisibility(View.VISIBLE); } else { sortKeyLayout.setVisibility(View.GONE); } return layout; } /** * 给当前适配器传入一个分组工具。 * * @param indexer */ public void setIndexer(SectionIndexer indexer) { mIndexer = indexer; }}
    2014-04-13下载
    积分:1
  • All-assembly-1
    This is piece of PHP code
    2016-12-15 10:19:12下载
    积分:1
  • base
    说明:  封装js及后端执行代码,通过调用一个函数,实现表单数据的数据库操作(Encapsulate JS and back-end execution code, and realize database operation of form data by calling a function)
    2020-06-22 21:40:01下载
    积分:1
  • 696524资源总数
  • 103930会员总数
  • 47今日下载