码迷,mamicode.com
首页 >  
搜索关键字:xsl xml schema    ( 60448个结果
cocos2d-x (Android)之-那些常见的error记
转自:http://blog.csdn.net/callchunli/article/details/8929813(2013/9/2)build.xml:939: java.lang.ArrayIndexOutofBoundsExcption:1at com.android.ant.Depende...
分类:移动开发   时间:2014-05-16 05:10:27    阅读次数:1029
Web应用Word生成
Web应用Word生成方案...
分类:Web程序   时间:2014-05-15 06:02:11    阅读次数:414
VS2012 error : Required file tracker.exe is missing 解决办法
VS2012 error : Required file tracker.exe is missing 解决办...
分类:其他好文   时间:2014-05-15 05:44:18    阅读次数:348
Unable to instantiate Action, xxxAction, defined for 'xxx' in namespace '/'xxxAction解决方案
出现这个问题的原因主要有两个 1、如果项目没有使用Spring,则struts.xml配置文件中,这个action的class属性的路径没有写完整,应该是包名.类名 2、如果项目使用了Spring,那就是applicationContext.xml里面没有为这个action定义bean。这样strus.xml中的对应action的class属性的值就是Spring配置文件中bean的id,比如...
分类:其他好文   时间:2014-05-15 05:24:51    阅读次数:229
cocos2dx 编译错误 BUILD FAILEDG:\android\SDK\android-sdk-windows\tools\ant\build.xml:645: The following
BUILD FAILEDG:\android\SDK\android-sdk-windows\tools\ant\build.xml:645: The following erroroccurred while executing this line:G:\android\SDK\android-sdk-windows\tools\ant\build.xml:683: null returned:...
分类:移动开发   时间:2014-05-15 04:48:27    阅读次数:647
Android自定义组件系列【5】——进阶实践(1)
接下来几篇文章将对任老师的博文《可下拉的PinnedHeaderExpandableListView的实现》分步骤来详细实现,来学习一下大神的代码并记录一下。原文出处:http://blog.csdn.net/singwhatiwanna/article/details/25546871先看一下最终效果:新建一个activity_main.xml文件<RelativeLayout xmlns:an...
分类:移动开发   时间:2014-05-15 04:47:46    阅读次数:379
Eclipse查询MySql、添加中文乱码问题
一、设置MyEclipse的字符编码,步骤如下: 1、进入Window--Preferences--General--Workspace,Text file encoding 选项中默认的Default(GBK)选项更改为Other,并将值设为utf-8; 2、进入Window--Preferences--MyEclipse--Files and Editors,将这个选项下面的:ASP ...
分类:数据库   时间:2014-05-15 04:18:55    阅读次数:299
Asp 解析 XML并分页显示
Asp 解析 XML并分页显示...
分类:Web程序   时间:2014-05-15 03:44:23    阅读次数:378
ASP.NET WebApi 开放数据
概述 开放式数据协议(OData) 是用于在 web 数据访问协议。它提供统一的方式来构造数据、 查询的数据和操纵数据集通过 CRUD 操作。它支持 AtomPub (XML) 和 JSON 格式。它还定义的方式来公开元数据有关的数据。客户端可以使用元数据来发现的类型信息和数据集的关系。 AS...
分类:Windows程序   时间:2014-05-14 12:16:30    阅读次数:609
json解析
一、什么是json数据1、json:javascript object Notation的简称2、json数据是一系列键值对的集合;3、json已经被大多数开发人员,在网络数据的传输当中应用非常广泛;4、json相对于xml来讲解析稍微方便一些5、它的基本数据格式是:{"name":"Michael...
分类:Web程序   时间:2014-05-14 10:49:20    阅读次数:367
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!