SpringMVC架构的web程序,通常用map返回消息在浏览器中显示,但是实际中报下列错误“”You're trying to decode an invalid JSON String“返回的字符串的被加入了,解决方法,在springMvc的配置文件中加入以下配置: ...
分类:
Web程序 时间:
2014-11-26 20:34:22
阅读次数:
1488
原文地址:http://blog.csdn.net/is_zhoufeng/article/details/7641234////wcf 接口#region >/***************************************************** 文 件 名:IServices...
分类:
其他好文 时间:
2014-11-26 20:30:25
阅读次数:
224
今天没事对for循环、foreach循环、MoveNext循环,执行效率进行了对比;粗略测试代码如下:static void Main(string[] args) { #region 三种方式循环执行效率测试 List intList = ...
分类:
其他好文 时间:
2014-11-26 18:26:04
阅读次数:
184
1. file explorer2. easyshell3. Regex Util 一个测试和编辑 java 正则表达式(java.util.regex)的插件。4. 代码块折叠 com.cb.eclipse.folding 用过 Visual Studio 的朋友都知道 #region ... ....
分类:
系统相关 时间:
2014-11-26 16:19:47
阅读次数:
218
Jass是什么? 先阐释一下什么是jass吧,百度:JASS(正确地说是JASS 2)是魔兽3的程序语言,用于控制游戏和地图的进行,也是魔兽游戏和地图的基础。 地图编辑器中摆放的单位(Unit),区域(Region) ,触发(Trigger)……等,最终都会被翻译成JASS语言存在地图文件里,在游戏...
分类:
其他好文 时间:
2014-11-26 15:43:14
阅读次数:
216
The Falling LeavesEach year, fall in the North Central region is accompanied by the brilliant colors of the leaves on the trees, followed quickly by t...
分类:
其他好文 时间:
2014-11-26 12:50:35
阅读次数:
198
使用VisualStudio 编译链接中可能出现如下错误:LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt网上有如下解决方法:1.disable incremental lin...
分类:
其他好文 时间:
2014-11-25 15:57:54
阅读次数:
225
org.springframework.beans.factory.BeanDefinitionStoreException: Invalid bean definition with name 'masterDataSource' defined in file [C:\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\w...
分类:
数据库 时间:
2014-11-23 19:02:50
阅读次数:
1917
build/core/java.mk:20: *** dalvik/dexgen: Invalid LOCAL_SDK_VERSION '4' Choices are: current . Stop.以及其类似的错误:user@Ubuntu1004:~/omap3/ics-google-re/myd...
分类:
其他好文 时间:
2014-11-23 14:24:41
阅读次数:
159
1.CCAssert(pszFilename != NULL,"Invalid filename for sprite");#前面这个变量(这里是文件名字)是否为空,不为空就弹出后面这句话,CCAssert的用法就是这样子的。2.CCTexture2D *pTexture = CCTextureCa...
分类:
其他好文 时间:
2014-11-23 01:55:09
阅读次数:
196