1 2 3 4 5 ··· 59 下一页
摘要: /*//绘制矩形 (‘起始点’ , ‘目标点’ , ‘填充颜色’) auto rect=DrawNode::create(); rect->drawRect(Vec2(0,0),Vec2(100,150), Color4F(1.0,0,0,1.0)); this->addChild(rect); / 阅读全文
posted @ 2024-11-27 22:59 YZFHKMS-X 阅读(1) 评论(0) 推荐(0) 编辑
摘要: ffmpeg.exe -hwaccels Hardware acceleration methods:cudadxva2qsvd3d11vaopenclvulkan ffmpeg -decoders DEV.LS h264 H.264 / AVC / MPEG-4 AVC / MPEG-4 part 阅读全文
posted @ 2024-11-27 22:44 YZFHKMS-X 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(153) 评论(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) 编辑
1 2 3 4 5 ··· 59 下一页