搜索资源列表
IbatisTool.rar
- 在网上下的eclipse abator插件自感觉不好用, 自已写了一个 基于oracle的,支持生成序列,pojo sqlmap.xml,dao daointerface,生成字段的注释 四个基本方法,增删改查, 写的时候基于oracle11的,低版本的可能在到得字段注释 的地方会不兼容,自已改改或不加注释就可以了 ,Under the Internet plug-ins from the eclipse abator feel bad use, self-written an ora
ksoap-midp
- 此包我xml包,可直接使用,我自己拿到是,放入程序中就可以使用-I have xml package in this package can be used directly, I get, the Add procedure can be used on
myTools
- js SOAP构造多个同名子节点 计算字符串长度(汉字为2) 转换特殊字符, get方式提交时有用 以Array的方式封装xml 根据参数长度随机取字符串
xmlbean_samples
- XMLBeans is a technology for accessing XML by binding it to Java types. XMLBeans provides several ways to get at the XML.
DEMO2
- 数据复制+错误格式xml的截取和整理+用java实现从xml中获得数据并转换成.xls文件-Xml format data replication+ error+ interception and finishing with java to get data from a xml and convert. Xls files
Ajax-top10security
- ajax十大安全技术,WEB2.0时代的隐患-There is no inherent security weakness in Ajax but adaptation of this technology vector has changed the Web application development approach and methodology significantly. Data and object serialization was very difficult in
ssh2
- 这是用ssh2做的一个小程序,基本操作CRUD和上传下载均已实现,无异常,下载之后解压得到源码和jar包,将jar导入源码lib中即可运行程序,程序使用数据库为mysql。详细请参看hibernat.cfg.xml。 -This is done using a small program ssh2, and upload and download the basic CRUD operations have been achieved, without exception, get the
axiom-1.2.12
- Axis对象模型(AXIOM)是一个XML对象模型,设计用于提高XML处理期间的内存的使用率和性能,基于Pull解析。 Pull 解析方式,基于STAX(Streaming API for XML),Pull解析是最近处理XML的一种趋势,而SAX和DOM都是基于push的解析方式,也就是说解析控制在parser本身。Push解析方 式很容易使用,但在处理XML文档时效率并不好,(因为要在内存中生成完成的对象模型)。Pull解析方式颠倒了这种控制方式,增强了parser,只在 用户需要的时候
CommunicationRecordManageSystem
- 通讯录管理系统是单机版,主要功能是管理学生的通讯方式,并且提供相关 的统计分析。要求前端GUI 采用Swing 技术,数据存储采用文件系统(可以是 文本文件、可以是xml 文件或其他自定义格式文件,但不能是Excel 文件)。 功能点 1.实现学生基本信息的录入、修改、删除、查询等。 2.支持学生的分类,分类采用树形结构,而且树的层次是无限的。例如 华南农业大学 -----信息学院 ----------计算机系 -----------------计算机(1)班
Servlet
- 1. 掌握Web应用程序的DD文件web.xml的配置方法和作用; 2. 掌握如何通过ServletConfig获取Servlet的初始化参数; 3. 掌握ServletContext的概念,如何获得ServletContext对象; 4. 掌握如何通过RequestDispatcher转发请求。 -Master Web application DD file web.xml configuration and role Learn how to get through S
XMLConfigUtil
- 通用读取xml配置文件,需要自己设置配置文件路径,加入jdom.jar包。-get xml setting params.
jstoxml
- 源码实现从制定盘中获取js文件,获取js中注释,生成xml配置文件,此处js注释有格式规定。-Obtained from the source to achieve an intraday develop js file js get the comment, generate xml configuration files have the format specified here js comment.
jena-2.6.4
- ena是一个java 的API,用来支持语义网的有关应用,学习jena需要了解XML 、RDF、 Ontology、OWL等方面的知识。具体来讲,需要知道什么是本体以及如何利用工具(如protege等)建立本体,要能读懂和手动编写RDF、XML,对OWL也要熟悉。 jena是用java实现的,其应用也通常是采用java的,所以初学者还需要一定的java技术基础,否则学起来会很麻烦。如果不具备这些基础,就想立马动手解析,那只是浪费时间,并且会感到失败和沮丧,甚至丧失进一步学习的信心。-Apac
excel
- java获取excel数据.通过xml配置方式获取数据-java get excel data. obtain data through xml configuration
HbmUtil
- 通过读取hibernate.cfg.xml的配置文件,获取主键名和其对应的列名 通过属性名获取列名-get hibernate.cfg.xml return name
proto
- java前后端传递数据的一种方式 和 xml json类似 只不过更安全-one of the way to get date
ajax-get-xml-file
- Using JQuery and Ajax to Process and Read an XML File
ServletGetInitParameterDemo
- getInitParameter方法来自于GenericServlet,一般创建Servlet都是继承自HttpServlet,而HttpServlet是GenericServlet的子类,由此通常我们的Servlet都是可以调用该方法去获取web.xml配置文件中的配置信息(The getInitParameter method comes from GenericServlet. Generally, Servlet is inherited from HttpServlet, while