会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
YZFHKMS
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
4
5
6
7
8
9
10
11
12
···
59
下一页
2022年4月3日
Cause: error=86, Bad CPU type in executable
摘要: 把build.gradle文件中的buildToolsVersion换了一个版本,改成25.0.0
阅读全文
posted @ 2022-04-03 21:37 YZFHKMS-X
阅读(830)
评论(0)
推荐(0)
2022年4月2日
解决Error:All flavors must now belong to a named flavor dimension. Learn more at https://d.android.com
摘要: { //https://www.jb51.net/article/127673.htm } defaultConfig { targetSdkVersion:*** minSdkVersion :*** versionCode:*** versionName :*** //版本名后面添加一句话,意思
阅读全文
posted @ 2022-04-02 23:57 YZFHKMS-X
阅读(22)
评论(0)
推荐(0)
ERROR: Failed to resolve: com.android.support:appcompat-v7:23.0.1
摘要: repositories { maven { url "https://maven.google.com" } }
阅读全文
posted @ 2022-04-02 23:27 YZFHKMS-X
阅读(52)
评论(0)
推荐(0)
2022年4月1日
mac install Rosetta 2
摘要: 在Mac上安装Rosetta 2的另一种方法是使用熟悉的softwareupdate命令行工具。 softwareupdate --install-rosetta 这将启动rosetta安装程序,您必须同意许可协议,您会在每次在每台设备上安装任何东西时都做完整而透彻的阅读。 您还可以通过提供其他标志
阅读全文
posted @ 2022-04-01 20:06 YZFHKMS-X
阅读(400)
评论(0)
推荐(0)
mac 配置homebrew
摘要: /* https://www.jianshu.com/p/e597f2565800 */ curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to raw.githubusercontent.com:443 coco@Ma
阅读全文
posted @ 2022-04-01 19:40 YZFHKMS-X
阅读(56)
评论(0)
推荐(0)
2022年3月29日
Xcode代码格式化
摘要: { //https://www.cnblogs.com/oc-bowen/p/5999513.html //https://github.com/travisjeffery/ClangFormat-Xcode }
阅读全文
posted @ 2022-03-29 22:55 YZFHKMS-X
阅读(123)
评论(0)
推荐(0)
mac 删除启动台中的无用图标
摘要: 打开访达(Finder),点击最顶部菜单栏的“前往”-“前往文件夹”,接着输入“/private/var/folders” 然后在弹出的访达(Finder)窗口搜索栏输入:com.apple.dock.launchpad,搜索范围选择“folders”,如下图 2. 接着进入“com.apple.d
阅读全文
posted @ 2022-03-29 22:23 YZFHKMS-X
阅读(1047)
评论(0)
推荐(0)
2022年3月22日
android gredle version plug
摘要: https://developer.android.google.cn/studio/releases/gradle-plugin
阅读全文
posted @ 2022-03-22 21:02 YZFHKMS-X
阅读(27)
评论(0)
推荐(0)
2022年3月21日
FFMPEG arm64静态库构建(MAC)
摘要: { https://www.jianshu.com/p/8356c536957b } 首页下载APP会员IT技术 FFMPEG arm64静态库构建(MAC) 山已几孑 FFMPEG arm64静态库构建(MAC) 山已几孑 2020.07.02 11:16:56字数 630阅读 747 目前网络上
阅读全文
posted @ 2022-03-21 23:26 YZFHKMS-X
阅读(788)
评论(0)
推荐(0)
2022年3月17日
cmake 变量
摘要: 一,cmake 变量引用的方式:前面我们已经提到了,使用${}进行变量的引用。在 IF 等语句中,是直接使用变量名而不通过${}取值二,cmake 自定义变量的方式:主要有隐式定义和显式定义两种。隐式定义的例子: PROJECT 指令,会隐式的定义<projectname>_BINARY_DIR 和
阅读全文
posted @ 2022-03-17 21:04 YZFHKMS-X
阅读(1654)
评论(0)
推荐(0)
上一页
1
···
4
5
6
7
8
9
10
11
12
···
59
下一页
公告