2016年12月26日
摘要: 1.COALESCE(oe.promotion_value, 0) 设置默认值 2.group_concat(pspk.name) 合并字段 阅读全文
posted @ 2016-12-26 17:49 minwei 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 1. returnDetail.$mount('#returnDetail'); 不用el 直接可以绑定数据到页面的id上 作用区域不能交叠多个vue 实体 否则后面的vue 实体会失效。 2. vue created 运行在读取data 之后, 绑定到数据之前, 如果不想显示 {{}} 就可以在页 阅读全文
posted @ 2016-12-26 17:18 minwei 阅读(352) 评论(0) 推荐(0) 编辑
  2016年2月22日
摘要: 1. 注册账户 登录网站 https://get.fabric.io/ 来注册新的账户 2. account confirmed之后就出现相应的设置页面,设置你的team的名称 3. 出现页面提示下载客户端软件 4. 如果是第一次登录客户端那么会首先列出所有的工程选项。 5. 选择某个工程然后nex 阅读全文
posted @ 2016-02-22 11:22 minwei 阅读(460) 评论(0) 推荐(0) 编辑
  2015年5月15日
摘要: //// ObjectPool.h// DragonBall//// Created by user on 13-8-22.////#include #include #include "cocos2d.h"#include using namespace std;using namespac... 阅读全文
posted @ 2015-05-15 11:50 minwei 阅读(1137) 评论(0) 推荐(0) 编辑
  2015年1月23日
摘要: Undefined symbols for architecture i386: "_fwrite$UNIX2003", referenced from: _unixErrorHandler in libcocos2dx iOS.a(tif_unix.o) _unixWarni... 阅读全文
posted @ 2015-01-23 15:01 minwei 阅读(312) 评论(0) 推荐(0) 编辑
摘要: C++11 添加了了一个名为lambda表达式的功能,可以用于添加匿名函数语法: [capture_block](parameter) mutable exception_specification ->return_type{body}e.g 一个点击时间的例子auto btnTest = But... 阅读全文
posted @ 2015-01-23 12:15 minwei 阅读(118) 评论(0) 推荐(0) 编辑
  2014年12月27日
摘要: witap ios的简单局域网连接 阅读全文
posted @ 2014-12-27 12:20 minwei 阅读(383) 评论(0) 推荐(0) 编辑