xcode 调试程序多了一个启动参数 -NSDocumentRevisionsDebugMode YES
Xcode, In the "Edit Scheme" window, in the "Options" tab, uncheck "Document Versions
Xcode, In the "Edit Scheme" window, in the "Options" tab, uncheck "Document Versions
使用 Raspberry Pi Imager 旋转系统,自动下载写入SD卡,比之前的命令行操作简单。
光图参数
cc.blendFunc(cc.backendBlendFactor.SRC_COLOR, cc.backendBlendFactor.DST_ALPHA)
错误信息:
Failed to Set MokListRT: Invalid Parameter
Could not create mokListRT: Invalid Parameter
Importing MOK states has failed: import_mok_state() failed: Invalid Parameter
Continuing boot since secure mode is disabled.
修正:
sudo su -
cd /boot/efi/EFI/ubuntu
cp grubx64.efi shimx64.efi
reboot
参考:(Ubuntu 20.04 Failed to Set MokListRT: Invalid Parameter)[https://askubuntu.com/questions/1279602/ubuntu-20-04-failed-to-set-moklistrt-invalid-parameter]
-- 截取场景
cc.utils:captureNode(scene, function(image)
-- 图片转纹理
local texture = cc.Texture2D:new()
texture:initWithImage(image)
image:release()
-- 纹理创建精灵
local sp = cc.Sprite:createWithTexture(texture)
sp:addTo(scene):center()
end)
Component 挂事件监听不遵循传播规则,总可以收到监听,透明区域的点击判断需要一个单独的透明图形来挂监听器。
GList不能挂事件监听,不然GList滚动行为不正常。
什么垃圾设计。