using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; namespace Comon { public class CsvUtil { /// <summary> /// 生成Csv格式的字符串 /// </summary> /// <typeparam name="T">数据源类型&
http://blog.csdn.net/l081307114/article/details/46009015 http://www.cnblogs.com/dreammyle/p/5458280.html . Office2007与Office Open XML 在Office 2007之前,Office一直都是以二进制位的方式存储,但这种格式不易被其它软件拿来使用,在各界的压力下,MicroSoft于2005年发布了基于XML的ooxml开放文档标准.ooxml的xml schema强调减
打开模板功能 不知道什么原因,cocos 3.16关闭了模板功能,因此使用cocos -h命令时,无法显示gen-templates参数. 打开的方式也挺简单,打开tools/cocos2d-console/bin/cocos2d.ini文件,修改将28行"#plugin_generate.TemplateGenerator"前的注释去掉. 生成预编译库 cocos gen-libs 生成模板 cocos new -t binary 生成工程 cocos new test -p com