在Cocos2d-x中能够使用的字符串constchar*、std::string和cocos2d::__String等,其中const
char*是C风格的字符串,std::string是C++风格的字符串,它封装了const
char*。cocos2d::__String才是Cocos2d-x引...
分类:
其他好文 时间:
2014-05-09 23:58:33
阅读次数:
426
1: using System; 2: using
System.Collections.Generic; 3: using System.Linq; 4: using System.Text; 5: using
System.Text.RegularExpressions; 6: using Sy...
分类:
其他好文 时间:
2014-05-09 23:52:24
阅读次数:
543
1: 2: using System; 3: using
System.Collections.Generic; 4: using System.Text; 5: using System.IO; 6: using
System.Runtime.Serialization.Formatters.Bi...
分类:
其他好文 时间:
2014-05-09 23:47:37
阅读次数:
333
1: using System; 2: using
System.Collections.Generic; 3: using System.Linq; 4: using System.Text; 5: 6:
namespace AnkeEdu.Tools 7: { 8: 9: /// 10: ///...
分类:
移动开发 时间:
2014-05-09 23:40:45
阅读次数:
551
1: 2: // 创建日期: 2008-04-23 3: // 说 明:
日期,时间处理相关的类,大多转换为字符串。 4: using System; 5: using System.Collections.Generic; 6:
using System.Text; 7: 8: namespace...
分类:
其他好文 时间:
2014-05-09 23:38:25
阅读次数:
459
1: using System; 2: using
System.Collections.Generic; 3: using System.Linq; 4: using System.Text; 5: 6:
namespace AkDTH.Common 7: { 8: /// 9: /// 时间字符...
分类:
其他好文 时间:
2014-05-09 23:29:10
阅读次数:
400
Action(){ char dest[500]=""; char
src[500]="%25E9%25AB%2598%25E4%25B8%25AD"; char oldstr[100]="%"; char
newstr[100]="**"; char * position; int strin.....
分类:
其他好文 时间:
2014-05-09 20:43:15
阅读次数:
412
关键字Rabin karp 算法,C++,ubuntu 14.04, linux, big
integer, gmp为了计算冗余度, 我写出了如下算法void HandleAMission(const char *srcFileName, FILE
*output, int blockSize, i...
分类:
其他好文 时间:
2014-05-09 20:12:25
阅读次数:
270
由于django中文在前台显示乱码,本文使用了先在用django模板生成表格,再用jQueryGrid对表格进行处理。<linkhref="../pqgrid.min.css"rel="stylesheet"><scripttype="text/javascript"src="../js/pqgrid.min.js"></script><scripttype="text/javascript"s..
分类:
Web程序 时间:
2014-05-09 14:38:35
阅读次数:
989
1.Joiner用处
Joiner用来将一系列的字符串进行合并,合并之后的每个字符串之间可以用特定的分隔符,并且可以用来处理含有null的字符串的情况。
2.Jointer的常用方法
1.public static Joiner on(String separator)或者public static Joiner on(char separator);
该方法设置合并字符串之间的分隔符。...
分类:
其他好文 时间:
2014-05-09 14:01:17
阅读次数:
338