11 2024 档案
摘要:#include <stdio.h> #include <stdlib.h> #include <dirent.h> #include <sys/stat.h> #include <pthread.h> #include <unistd.h> #include <string.h> #include
阅读全文
摘要:最近将creator2.4.5 发布web版本, 需要将所有的图片转astc, 但是不能无脑转, 需求去除预乘alpha的图片。 也就是 { "__type__": "cc.Texture2D", "content": "0,9729,9729,33071,33071,1,0,1" } 这个cont
阅读全文
摘要:#!/bin/bash PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin export PATH LANG=en_US.UTF-8 INSTALL_LOGFILE="/tmp/btpanel-install
阅读全文