异常如下:org.dom4j.DocumentException: Error on line 2 of document file:///D:/workspaces/struts2/lesson01/src/newfile.xml : White spaces are required betwe...
分类:
其他好文 时间:
2014-12-20 00:36:40
阅读次数:
523
A special characteristic that the block declaration has, is that the parameter names can be omitted, and just keep the parameter types.For automatic a...
分类:
其他好文 时间:
2014-12-19 17:22:49
阅读次数:
121
Bundle类是一个key-value对,“A mapping from String values to various Parcelable types.”1. 声明Bundle对象实例,压入键值对,并传递对象实例: /** * Indicate that the connection...
分类:
移动开发 时间:
2014-12-19 17:05:14
阅读次数:
234
unit Unit1;interfaceuses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Gra.....
分类:
移动开发 时间:
2014-12-19 11:44:23
阅读次数:
504
最近开发遇到一个bug,异常日志为:nested exception is org.codehaus.jackson.JsonParseException: Invalid UTF-8 start byte 0xbc,从日志上可以看出,springMVC在解析json数据时,发现json数据不是utf-8的格式,这样的结果让我百思不得其解,于是经历下如下的一系列尝试,花了半天时间,才解决这个bug...
分类:
编程语言 时间:
2014-12-19 10:05:35
阅读次数:
296
注意提示信息:Mapped Statements collection does not contain value for Addressbook.pageSelect此问题的原因是Dao层使用的命名空间与Mapper文件中使用的不一致;HTTP Status 500 - Request processing failed; nested exception is org.mybatis.spr...
分类:
移动开发 时间:
2014-12-17 18:33:01
阅读次数:
287
在UC浏览器打开链接唤醒app,如果没有安装该app,则跳转到appstore下载该应用
需要在工程中设置如下:
1、打开工程中的myapp-Info.plist文件
2、打开文件中新增URL TYPES的一项,具体如下图所示:
在你要打开的网页中使用如下的代码:
我的应用
document.getElementById('openApp'...
分类:
移动开发 时间:
2014-12-17 16:21:06
阅读次数:
445
阅读本文之前建议参考:在IOS中,实现在app1中打开app2,方法如下:1,在app2中注册一个URL Schemes注册的方法很简单,在XXX-info.plist文件中新增一个URL types数组元素,取一个名字,比如"tekuba_net".或者在工程的-TARGETS-Info,中找到U...
分类:
移动开发 时间:
2014-12-17 16:04:34
阅读次数:
427
经常使用Safari浏览器浏览网页点击url会唤醒该网站的手机版app
需要在app的工程中设置
1、打开工程中的myapp-Info.plist文件
2、打开文件中新增URL TYPES的一项,具体如下图所示:
3、在工程中实现如下方法
- (BOOL)application:(UIApplication *)application handleOpenURL:(NSURL...
分类:
移动开发 时间:
2014-12-17 12:49:43
阅读次数:
185
Introduce to basic $stateProvider.state() with $stateParams services. Understand how nested router works.Note: we can put template into a spreated htm...
分类:
Web程序 时间:
2014-12-17 00:12:42
阅读次数:
299