C#端的WebService接口接收json格式数据,处理后以json格式返回resultusing
System;using System.Collections.Generic;using System.Linq;using System.Web;using
System.Web.Service...
分类:
Web程序 时间:
2014-05-31 17:30:19
阅读次数:
249
web.xml中配置Filter: jsessionid
cn.iautos.mall.filter.RemoveUrlSessionFilter jsessionid /* java代码如下:package
cn.iautos.mall.filter;import ...
分类:
Web程序 时间:
2014-05-31 17:08:04
阅读次数:
253
u3d读取xml文件和u3d 读取txt外部文件using UnityEngine;using
System.Collections;using System.Xml;using System.Xml.Serialization;using
System.IO;using System.Text; ...
分类:
其他好文 时间:
2014-05-31 16:47:54
阅读次数:
229
一个XML文件,名称就暂定为GroupStudents.xml吧,内容如下:
0011-0220-302 名称01 1900-01-01 2012-02-02 身份证信息0000 0011-0220-302 ...
分类:
Web程序 时间:
2014-05-31 16:42:40
阅读次数:
309
在hibernate中对象中的关联集合,默认是采用懒加载,hibernate是由session来进行数据库访问操作,在访问完action之后,session关闭。使用过滤器可以解决,是的hibernate的session在action使用之后关闭。在web.xml文件中增加一个过滤器,代码如下:
1...
分类:
系统相关 时间:
2014-05-31 13:46:39
阅读次数:
481
using System;using System.Collections;using
System.Collections.Generic;using System.Linq;using
System.Text.RegularExpressions;using System.Web;using S...
分类:
其他好文 时间:
2014-05-31 12:45:40
阅读次数:
199
用于处理 XML 的 E4X 方法Flash Player 9 和更高版本,Adobe AIR
1.0 和更高版本ECMAScript for XML 规范定义了一组用于使用 XML 数据的类和功能。这些类和功能统称为E4X。ActionScript
3.0 包含以下 E4X 类:XML、XMLLi...
分类:
其他好文 时间:
2014-05-31 12:37:24
阅读次数:
243
在做ListView上拉加载中遇到的问题,不清楚什么原理,具体也没仔细研究,Mark一下。布局界面如下:foot1.xml foot2.xml
看似效果一样的两个布局界面,在ListView的FooterView中显示却是两个效果。footer1.xml中设置了TextV...
分类:
移动开发 时间:
2014-05-31 11:47:57
阅读次数:
381
SAX解析XML的过程SAX解析XML的过程:---------------------------一行一行的读,触发事件。(这个XML文档没有加载到内存中)第一步:当遇到元素的开始标记的时候执行startElement方法第二步:接着执行characters方法第三步:当遇到元素的结束标记的时候执...
分类:
其他好文 时间:
2014-05-31 11:22:15
阅读次数:
188
lee/MyTest.hbm.xml org.hibernate.dialect.
MySQLDialect update 一旦在Spring的IoC容器中配置了SessionFactory
Bean,它将随应用的启动而加载,并可以充分利用IoC容器的功...
分类:
编程语言 时间:
2014-05-30 23:31:59
阅读次数:
405