摘要: notepad C:\Windows\System32\drivers\etc\hosts 127.0.0.1 update.googleapis.com ipconfig /flushdns 阅读全文
posted @ 2024-10-17 19:11 YZFHKMS-X 阅读(10) 评论(0) 推荐(0) 编辑
摘要: Button中的有一个ignoreContentAdaptWithSize函数 , 将其中的值设为false,Button再setContentSize才有想要的效果 阅读全文
posted @ 2024-10-10 22:46 YZFHKMS-X 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 打开“本地组策略编辑器”(gpedit.msc)。 展开“计算机配置”>“管理模板”>“系统”>“Internet 通信管理”,然后选择“Internet 通信设置”。 选择“关闭自动根证书更新”>,“禁用”,然后选择“确定”或“应用”。 下载最新的组件版本(备份的) https://learn.m 阅读全文
posted @ 2024-10-04 22:04 YZFHKMS-X 阅读(127) 评论(0) 推荐(0) 编辑
摘要: Homebrew升级修复 在升级git成2.9的时候,终于遇到了之前升级时Homebrew的坑,于是只好一个个来修复。 执行: brew doctor 返回了一系列很长的日志,于是便保存了日志,然后一个个处理。 nohup brew doctor > log.log 第一个问题比较简单,并且也有一个 阅读全文
posted @ 2024-09-15 20:34 YZFHKMS-X 阅读(8) 评论(0) 推荐(0) 编辑
摘要: { #ifndef __DAVIF_H__#define __DAVIF_H__#include <defineds.h>#include <iostream>#include <string>#include <string.h>#include <queue>using namespace st 阅读全文
posted @ 2024-07-11 13:02 YZFHKMS-X 阅读(8) 评论(0) 推荐(0) 编辑
摘要: { // /*add sonic change audio speed without changing tone start*/ if (!is->sonic_handle) { is->sonic_handle = sonicCreateStream(is->audio_tgt.freq, is 阅读全文
posted @ 2024-07-11 12:56 YZFHKMS-X 阅读(7) 评论(0) 推荐(0) 编辑
摘要: cocos2d\cocos\base/CCScriptSupport.cpp { ScriptEngineManager* ScriptEngineManager::getInstance(){ if (!s_pSharedScriptEngineManager) { static ScriptEn 阅读全文
posted @ 2024-04-28 14:29 YZFHKMS-X 阅读(10) 评论(0) 推荐(0) 编辑
摘要: cocos2d\cocos\renderer/ccquadcommand.cpp { __indices = new (std::nothrow) GLushort[indicesCount]; __indexCapacity = indicesCount; _ownedIndices.push_b 阅读全文
posted @ 2024-04-28 14:03 YZFHKMS-X 阅读(10) 评论(0) 推荐(0) 编辑
摘要: ndk/21.3.6528147/toolchains/llvm/prebuilt/darwin-x86_64/bin/arm-linux-androideabi-readelf -d filename 阅读全文
posted @ 2024-03-18 20:42 YZFHKMS-X 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 文件是没有被清理的 切换架构时需要删掉在编译 /Users/yzfhkms-m/pripro/D/library/ffmpeg/ffmpeg-6.1.1/libavfilter/metal/utils.o 阅读全文
posted @ 2024-03-17 22:06 YZFHKMS-X 阅读(2) 评论(0) 推荐(0) 编辑