登录
首页 » Java » my-news

my-news

于 2015-12-12 发布 文件大小:7854KB
0 173
下载积分: 1 下载次数: 6

代码说明:

  基于Java的新闻发布系统,所用的技术包含Struts,Spring,Hibernate,包含人员,角色,新闻主题,新闻文章以及文章评论等功能(Java based news publishing system, the technology used in Struts, Spring, Hibernate, including personnel, role, news topics, news articles and article reviews and other functions)

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

发表评论

0 个回复

  • ITInterviewQuestions
    搜集了超级多的面试题,做成了CHM版,希望对准备面试的朋友有所帮助,主要的分类如下: Java面试题,J2EE面试题,.net面试题,PHP面试题,数据库面试题,英语面试,外企面试,软件测试面试题,Python面试题,Oracle面试题,MySql面试题,Web开发面试题,Unix面试题,程序员面试,网络技术面试题,网络安全面试题,Linux面试题,Hibernate面试题,Spring面试题,SQL Server面试题,Struts面试题,EJB面试题 本文件已经收集了 http://www.mianwww.com 至 2009年10月27日的所有内容。 有人可能下载后打不开:提示The address is not valid 解决方法: 1. 右键点击下载后的文件,点Properties 属性 2. 点击Unblock 3. 双击重新打开下载的文件 (Has collected more than super-face examination questions, made a CHM version, want to interview a friend ready to help, the main categories are as follows: Question Java side, J2EE surface examination questions,. Net surface examination questions, PHP surface examination questions, the database side examination questions in English interviews, foreign interviews, software testing surface examination questions, Python surface examination questions, Oracle surface examination questions, MySql surface examination questions, Web development area of examination questions, Unix surface examination questions, the programmer interviews, network technical examination questions, network security face examination questions, Linux face examination questions, Hibernate surface examination questions, Spring surface examination questions, SQL Server Surface Questions, Struts surface examination questions, EJB face examination questions This document has been collected http://www.mianwww.com until)
    2009-10-31 10:11:31下载
    积分:1
  • ecology_rar
    大名顶顶的泛微的高级产品之一,具体的文档需要的找我,QQ:6-2-3-6-8-5-9-4-1(Weaver顶顶name of one of the senior products, the specific documents required of me, QQ :6-2-3-6-8-5-9-4-1)
    2009-02-15 13:15:53下载
    积分:1
  • GISToolkitSource
    GISToolkit是一个免费基于java的mapping工具包,它能够从多种数据源读取地理数据并把信息显示给用户,还能够直接编辑存在数据库中的地理特性。(GISToolkit is a free java based on the mapping tool kit, it can read from multiple data sources of geographic data and the information displayed to the user, can also directly edit the existing database of geographic features.)
    2010-05-30 20:58:16下载
    积分:1
  • 波迅+BHU-5G+网桥+器固件+AR9344芯片.bin
    ar9344网桥固件波讯波迅+BHU-5G+网桥+编程器固件+AR9344芯片.bin(Ar9344 bridge firmware wave wave fast +BHU-5G+ bridge + programmer firmware +AR9344 chip.Bin)
    2020-08-01 19:28:36下载
    积分:1
  • dmzqzd_downcc
    代码简洁之道,主要对代码编写的规范型,命名的合理性进行讲解(Code concise way, mainly code preparation of the standard type, the rationality of naming on)
    2020-06-16 13:40:02下载
    积分:1
  • thumbnail
    说明:  搭建springmvc项目基本框架,用到的Jar,以及文件配置(springmvc building and user Jar files and file configuration)
    2020-06-20 18:00:01下载
    积分:1
  • shoupiao
    列车购票系统,列车员,用户,购票查询增删改等功能(Train ticketing systems, conductor, users, ticket inquiries CRUD functions)
    2014-06-18 22:59:40下载
    积分:1
  • yuandaima
    HBASE Rowkey散列核心代码以及Filter过滤器效果实现 (HBASE Rowkey散列核心代码以及Filter过滤器效果实现)
    2014-08-31 16:39:09下载
    积分:1
  • Homework08
    说明:  利用前面提到的SupplyDepot、Transport和CapableOfBeingRefefuelled类/接口,为Air-plane增加一个main()方法,然后为supplyDepot等增加必要的字段、参数和代码,以便CapableOfBeingRefefuelled能够告诉service()方法需要加多少油。同时要确保Depot中的油应相应地减少,而实现CapableOfBeingRefefuelledi的类对象应相应地增加。(Using the upplyDepot, Transport and ApableOfBeingRefefuelled classes/interfaces mentioned above, add a main () method to Air-plane, and then add the necessary fields, parameters and codes to supplyDepot, so that CapableOfBeingRefefuelled can tell service () how much fuel the method needs. At the same time, we should ensure that the oil in Depot should be reduced accordingly, and the class objects that implement Capable OfBeingRefefuelledi should be increased accordingly.)
    2020-12-07 21:59:21下载
    积分:1
  • 小游戏源码
    说明:  飞机大战 首先对这个游戏分析,在屏幕上的物体都是飞行物,我们可以把建一个类,让其他飞行物继承这个类.游戏中应有英雄机(也就是自己控制的飞机)、敌人。而敌人应该分为打死给分的飞机(就是普通飞机),另一种就是打死有奖励的敌人。他们都应该是飞行物的子类,我们也可以为普通飞机和给奖励的敌人设一个接口让他们去实现接口,这样有利于以后的扩展,我在这里给的简化版的飞机大战,主要是为了让大家了解面向对象。(First of all, analyze the game. The objects on the screen are flying objects. We can build a class and let other flying objects inherit this class. There should be hero planes (i.e., planes controlled by ourselves) and enemies in the game. And the enemy should be divided into killing the aircraft (that is, ordinary aircraft), the other is to kill the enemy with reward. They should be subclasses of flying objects. We can also set an interface for ordinary aircraft and reward enemies to implement the interface, which is conducive to future expansion. The simplified version of aircraft War I gave here is mainly to let you understand object-oriented.)
    2020-10-02 09:59:10下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载