上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 59 下一页
摘要: #! /bin/bash echo ".............compile" make clean export NDK=G:/Package/Android/android-ndk-r10e export SYSROOT=$NDK/platforms/android-18/arch-arm/ 阅读全文
posted @ 2021-03-08 13:39 YZFHKMS-X 阅读(95) 评论(0) 推荐(0)
摘要: //https://blog.csdn.net/ternence_hsu/article/details/54380607 1、源码下载 ffmpeg 源码: https://ffmpeg.org/download.html#releases gas-preprocessor 工具 (编译脚本会自己 阅读全文
posted @ 2021-03-07 22:06 YZFHKMS-X 阅读(296) 评论(0) 推荐(0)
摘要: //https://www.jianshu.com/p/4e5cdfa16c5e { 首页下载APP 申请公司苹果开发者账号-2020最新 Linda_smile 申请公司苹果开发者账号-2020最新 Linda_smile 22020.03.23 19:11:44字数 1,141阅读 45,551 阅读全文
posted @ 2021-03-07 21:50 YZFHKMS-X 阅读(669) 评论(0) 推荐(0)
摘要: super + <- == home super + -> == end 阅读全文
posted @ 2021-03-02 21:37 YZFHKMS-X 阅读(47) 评论(0) 推荐(0)
摘要: { 将btVector3.h里的#define BT_SHUFFLE(x,y,z,w) ((w)<<6 | (z)<<4 | (y)<<2 | (x))修改为#define BT_SHUFFLE(x,y,z,w) (((w)<<6 | (z)<<4 | (y)<<2 | (x))&0xff)就可以编 阅读全文
posted @ 2021-03-02 20:56 YZFHKMS-X 阅读(225) 评论(0) 推荐(0)
摘要: { //http://www.360doc.com/content/14/0413/16/15099545_368549362.shtml } GCC/Clang生成和链接静态库/动态库 { 1 2 3 4 5 //add.cpp int add(int a, int b) { return a + 阅读全文
posted @ 2021-02-28 19:50 YZFHKMS-X 阅读(2589) 评论(0) 推荐(0)
摘要: { //http://www.dre.vanderbilt.edu/~schmidt/DOC_ROOT/ACE/ACE-INSTALL.html#android //https://download.dre.vanderbilt.edu/ } 阅读全文
posted @ 2021-02-22 20:34 YZFHKMS-X 阅读(53) 评论(0) 推荐(0)
摘要: { //https://www.jianshu.com/p/e0471aa6672d?utm_campaign=hugo } ///usr/bin/ruby -e "$(curl -fsSL https://cdn.jsdelivr.net/gh/ineo6/homebrew-install/ins 阅读全文
posted @ 2021-02-21 13:10 YZFHKMS-X 阅读(125) 评论(0) 推荐(0)
摘要: 转载自 //https://blog.csdn.net/a4019069/article/details/80585612 { 准备 VMware Workstation Pro Unlock macOS系统镜像 8G的U盘 UltraISO 下载地址: VMware 虚拟机,安装步骤不做示范 系统 阅读全文
posted @ 2021-02-18 23:37 YZFHKMS-X 阅读(11525) 评论(1) 推荐(0)
摘要: Windows update 打开Windows update服务,然后设置为手动,并启动服务。(自动也可以) 启动 阅读全文
posted @ 2021-02-10 20:28 YZFHKMS-X 阅读(129) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 59 下一页