Cocos Creator 网页调试工具,运行时查看、修改节点树,实时更新节点属性,可视化缓存资源。
Cocos Creator 网页调试工具,运行时查看、修改节点树,实时更新节点属性,可视化缓存资源。ccc-devtools 十分方便的调试工具下载对应版本的工具1git clone -b 2d-v2.4 https://github.com/potato47/ccc-devtools.git preview-template 全局使用点击 Creator 右上角进入编辑器 resources
Cocos Creator 网页调试工具,运行时查看、修改节点树,实时更新节点属性,可视化缓存资源。ccc-devtools 十分方便的调试工具下载对应版本的工具1git clone -b 2d-v2.4 https://github.com/potato47/ccc-devtools.git preview-template 全局使用点击 Creator 右上角进入编辑器 resources
shell 监听 api 是否可用12345678910111213141516171819202122#!/bin/bashRESULT=$(curl -k -s http://xxx.com/api/xxx)SUCCESS=$(echo ${RESULT} | grep "success")my_mail(){ mail_list=("
mailx通过465端口发送qq邮件参考链接 一、关闭其他的邮件工具1234567chkconfig postfix off #关闭开机启动service postfix stop #关闭服务运行chkconfig sendmail off service sendmail stop 二、安装mailx1yum -y install mailx 三、配置mail.rc文件首先要保证