Xcode7的坑 发表评论 Table of Contents 1. bitcode 2. iPad Multitasking 3. Unexpected CFBundleExecutable Key 1 bitco[……] Read more
HXCPP 发表评论 Table of Contents 1. Build 2. Metas 3. build.Xml 3.1. ${var} 支持下边前缀 3.2. Print Information and E[……] Read more
Nape笔记 发表评论 Table of Contents 1. 关节 1.1. PivotJoint 1.2. WeldJoint 1.3. DistanceJoint 1.4. LineJoint 2. 贴图[……] Read more
Git命令 发表评论 Table of Contents 1. 撤销修改 1.1. 撤销本地修改 1.2. 回退版本 2. .gitignore 2.1. 配置语法 2.2. 示例 1 撤销修改 [……] Read more
Neko多线程 发表评论 Table of Contents 1. 创建线程 2. 消息共享与堵塞 2.1. readMessage 2.2. Deque 2.3. 自定义共享数据类型 [……] Read more
Format of Project.xml of openfl 发表评论 XML Format Overview Usually a simple project file is all you need to build projects using OpenFL,[……] Read more
Android数据包相关 发表评论 Table of Contents 1. data数据 2. obb数据 2.1. obb生成 2.2. obb读取 2.2.1. 获取StorageManager 2.2.2. 挂载obb文[……] Read more
MarkDown 发表评论 Table of Contents 1. 标题 2. 分割线 3. 文本强调 4. 列表 5. 代码 5.1. 代码区块 5.2. 代码标记 5.2.1. 单行代码 5.2.2. 多行代码 [……] Read more
Android签名相关 发表评论 Table of Contents 1. 签名生成 2. 签名使用 3. 4k对齐 1 签名生成 keytool -genkey -alias android(账户名) -keyalg[......]Read more