`
ealpha
  • 浏览: 101179 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论
文章列表
如果少了 ant-contrib ant世界就会少了很多精彩最近在一个小玩意中,需要init n多个文件,文件内容全部一样,又不想依次去创建,觉得太麻烦了想在系统init时候,运行ant 自动创建。与之找倒了 ant-contrib , ant-contrib 提供 <if> 和 <for> 等节点的支持 if task for task
JPetStor (Spring Sample) 的分析 1. 启动: 1.1)分析web系统首先分析 web.xml , JPetStor 中 将所有 *.do 映射到 org.springframework.web.servlet.DispatcherServlet ,本映射会在application deployed 时候由WEB进行初始化。 1.2)application deploy 时候,启动spring需要的两个 Context ,其中包括两个Context 文件 /WEB-INF/dataAccessContext-local.xml /WEB-INF/applicationCo ...
很久以前的写的,现在贴出来 :)1、几个listener分析 <!--Clickstream :一个用来跟踪正在你的站点上访问的用户所到达位置细节的工具。它允许你跟踪访问你的站点的“点击流”或者“传输路径”。项目路径:http://www.opensymphony.com/clickstream/-- > <listener>   <listener-class>com.opensymphony.clickstream.ClickstreamListener</listener-class> </listener> <!--Str ...
属性名 用途 hibernate.dialect一个Hibernate Dialect类名允许Hibernate针对特定的关系数据库生成优化的SQL. 取值 full.classname.of.Dialect hibernate.show_sql输出所有SQL语句到控制台. 有一个另外的选择是把org.hibernate.SQL这个log category设为debug。 eg. true | false hibernate.format_sql在log和console中打印出更漂亮的SQL。 取值 true
在看SpringSide代码过程中,发现SS使用了extremecomponents 于是,今天看了看extremecomponents 的使用,发觉extremecomponents 真是个好用西。可以直接接受response的数据。按照test例子自己做的:效果不错哟eXtremeTable是一个可扩展的用于以表格的形式来显示数据的一组JSP标签库.网站:http://www.extremecomponents.org 中文手册:http://extremecomponents.org/wiki/index.php/Simplified_Chinese_Reference 1、可以定义导出 ...
MM1接口:MMSC和用户终端之间的接口。在物理上,并不存在MMSC和用户终端之间直接的通信接口,可以理解为MMSC和WAP网关或BAS/NAS之间的接口。MM2接口:属于MMSC内部的接口,是MMS_Relay和MMS_Server之间的接口,该接口的通信协议由各个电信设备商决定。MM3接口:MMSC可以外接多个设备,如Email Server、Fax Server等,该接口实现和已有的传统消息系统的互通。MM3接口目前采用SMTP协议通信。MM4接口:本地MMSC同外地MMSC之间的接口,接口协议采用SMTP。该接口的主要功能是连接不同的MMS系统MM6接口:MMSC和用户数据库之间的接口, ...
原文地址:http://www.testdriven.com/modules/mylinks/singlelink.php?lid=1032 如果学习JUnit 4 也是可以参考这篇文章:JUnit 4 抢先看 Reference: JUnit 4.0 in 10 Minutes: A Quick Reference Guide [PDF] - Gunjan Doshi
JPetStor (Spring Sample) 的分析 1. 启动: 1.1)分析web系统首先分析 web.xml , JPetStor 中 将所有 *.do 映射到 org.springframework.web.servlet.DispatcherServlet ,本映射会在application deployed 时候由WEB进行初始化。 1.2)application deploy 时候,启动spring需要的两个 Context ,其中包括两个Context 文件 /WEB-INF/dataAccessContext-local.xml /WEB-INF/applicationCo ...
tambur Tambur Messaging Gateway  Tambur Messaging Gateway is an open source SMS/MMS messaging gateway platform. Tambur is used to integrate into SMSC and MMSC infrastructure provided by network operators, exposing their functionalities through an uniform, easy-to-implement HTTP based API. Tambur is ...
文档中说是做以下的映射Example: "/index.html" -> "index"果然比较好用<bean name="/index.action" class="org.springframework.web.servlet.mvc.UrlFilenameViewController"/>直接映射index名称的view,对于一些无需做action的,或者静态文本都是非常简单的操作,又可以缓存,action名称统一管理,spring想的果然周到。
转自 : http://forum.iteye.com/viewtopic.php?t=11354&start=0&postdays=0&postorder=asc Lazy机制,这个就比较迷茫的... 看看测试代码先 java代码: HBM文件: <hibernate-mapping package="h3test.example.db.PO">
Mapping file:<?xml version="1.0"?><!DOCTYPE hibernate-mapping PUBLIC  "-//Hibernate/Hibernate Mapping DTD 3.0//EN"  "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd" >
WAP-209-MMSEncapsulation-20020105-a.pdf 定义的 M-Notification.ind message 结构
/** * 原创: 石太祥 * EMAIL: ealpha(AT)gmail.com */正常结构范例(可以直接通过CMPP发送):0605040B8423F03706226170706C69636174696F6E2F766E642E7761702E6D6D732D6D65737361676500AF848C8298363438008D90891080323131322F54595
build.xml<?xml version="1.0"?><project name="springapp" basedir="." default="usage">  <property file="build.properties"/>  <property name="src.dir" value="src"/>  <property name="web.dir" value= ...
Global site tag (gtag.js) - Google Analytics