会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
YZFHKMS
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
8
9
10
11
12
13
14
15
16
···
59
下一页
2021年3月8日
ffmpeg build android
摘要: #! /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)
2021年3月7日
mac系统编译 ffmpeg ios 静态库
摘要: //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)
apple register apple developer account
摘要: //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)
2021年3月2日
xcode 快捷键
摘要: super + <- == home super + -> == end
阅读全文
posted @ 2021-03-02 21:37 YZFHKMS-X
阅读(47)
评论(0)
推荐(0)
cocos2dx在xcode上编译错误解决方案
摘要: { 将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)
2021年2月28日
C/C++ GCC/Clang生成和链接静态库/动态库
摘要: { //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)
2021年2月22日
ACE doc
摘要: { //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)
2021年2月21日
MAC install brew
摘要: { //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)
2021年2月18日
VMWare虚拟机安装dmg格式的macOS操作系统
摘要: 转载自 //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)
2021年2月10日
Win10 0X80070422
摘要: 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
下一页
公告