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 ....
分类:
其他好文 时间:
2014-08-10 18:16:30
阅读次数:
314
最近升级到Cocos2d-x 3.2正式版,iOS程序编译没任何问题,结果使用cocos compile -p android编译生成APK程序,结果悲剧了,出现以下错误。Android NDK: Invalid APP_STL value: c++_static Android NDK: Please use one of the following instead: system st...
分类:
移动开发 时间:
2014-08-10 10:25:20
阅读次数:
302
sass文件编译时候使用ruby环境,无论是界面化的koala工具还是命令行模式的都无法通过,真是令人烦恼。容易出现中文注释时候无法编译通过,或者出现乱码,找了几天的解决方法终于解决了。这个问题的奇葩之处在于在xp环境中没有任何问题,只是在windows7环境中才出现的这个。sass编译时候出现如下...
分类:
其他好文 时间:
2014-08-10 01:38:39
阅读次数:
719
#region 程序集 ogr_csharp.dll, v2.0.50727// D:\KM行业需求\C++\gdal17_cSharp\ogr_csharp.dll#endregionusing OSGeo.OSR;using System;using System.Runtime.Interop...
分类:
其他好文 时间:
2014-08-08 15:41:26
阅读次数:
828
Surrounded RegionsGiven a 2D board containing'X'and'O', capture all regions surrounded by'X'.A region is captured by flipping all'O's into'X's in that...
分类:
其他好文 时间:
2014-08-07 22:43:55
阅读次数:
304
#region上传文件的方法//////上传文件方法//////上传控件ID///允许上传的扩展文件名类型,如:string[]allowExtensions={".doc",".xls",".ppt",".jpg",".gif"};///允许上传的最大大小,以M为单位///保存文件的目录,注意是绝...
分类:
Web程序 时间:
2014-08-07 18:46:31
阅读次数:
256
添加System.Xml引用使用XmlReader转换字符串DEMO #region Parse Xml private static void ParseXml(string xmlString) { StringBuilder ou...
分类:
其他好文 时间:
2014-08-06 22:37:02
阅读次数:
210
achartengine做平行线的时候经常会遇到:java.lang.IndexOutOfBoundsException: Invalid index 1, size is 1at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayLis...
分类:
移动开发 时间:
2014-08-06 22:24:54
阅读次数:
473
1.首先介绍下大家最常用到的:#region与#endregion。该指令用于把一段代码标记为有给定名称的一个块。如下所示:#region Helloint i = 1;string str = "hello";#endregion2.#define与#undef。(必须放在c#源文件的开头位置)#...
分类:
其他好文 时间:
2014-08-06 17:56:41
阅读次数:
140
Database returned an invalid value in QuerySet.dates(). Are time zone definitions and pytz installed?错误的解决方法!...
分类:
数据库 时间:
2014-08-05 22:37:00
阅读次数:
250