php的框架Hyperf
php的框架Hyperf 是基于 Swoole 4.4+ 实现的高性能、高灵活性的 PHP 协程框架。
开发的话,可以用sublime的sftp,写完自动上传到开发服务器上。这样调试方便,不然win下怎么搞都流程麻烦。
php的框架Hyperf 是基于 Swoole 4.4+ 实现的高性能、高灵活性的 PHP 协程框架。
开发的话,可以用sublime的sftp,写完自动上传到开发服务器上。这样调试方便,不然win下怎么搞都流程麻烦。
白鹭DragonBones论坛
https://bbs.egret.com/forum-101-1.html
tp5小技巧
1)时间转换:
{$v.createtime|date='y-m-d h:i:s',###}
{$v['createtime']|date=“y-m-d h:i:s”,###}            国内一般都用centos7.6,国外用Ubuntu,因为下载速度,习惯的原因,默认这样。
2025更新年最新方法:
CentOS + Nginx 自动续期SLL
https://xigk.com/blog/index.php/archives/1557/
2020年写的:
Let’s Encrypt:https://letsencrypt.org/
Let’s Encrypt is a free, automated, and open Certificate Authority.
key:wss,https,ssl
用 acme.sh申请来自动续期ssl证书
acme说明:https://github.com/Neilpang/acme.sh/wiki/说明
https://www.cnblogs.com/esofar/p/9291685.html
js简单异或
H5发布,html判断是手机还是pc浏览器
<script type="text/javascript">
    try {
        if (/Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)) {
            window.location.href = "./1";
        } else {
            window.location.href = "./2";
        }
    } catch (e) {}
</script>            一个由Java实现的游戏服务器端框架,可快速开发出易维护、高性能、高扩展能力的游戏服务器
https://gitee.com/xiaoe/noark3
creator使用protobuf
https://mp.weixin.qq.com/s/OIkcsJQfLSXnZoUfXZ61AQ
npm i protobufjs -gpbts,用来将转化后的js文件转为ts
creator用--nologin跳过登录
    var ctx = this._Nodes.drawn.getComponent(cc.Graphics);
    ctx.moveTo(0,0);
    ctx.lineTo(0,20);
    ctx.lineTo(70,70);
    ctx.stroke();
    //ctx.clear();            跟着游戏来,登录,出生点跑地图,打怪,升装备。能做出这些就差不多了,多了也做不出来。
做完上面3,4个系统就差不多能多人玩了。
creator使用protobuf
https://forum.cocos.org/t/protobufjs-cocos-creator1-6/50706/5
1)战斗 2)怪物关卡地图 3)角色,技能 4)装备强化,道具宝石
两本人类的书
《全球通史:从史前史到21世纪(美)斯塔夫里阿诺斯》https://pan.baidu.com/s/1dDhPnP3
《枪炮、病菌与钢铁》http://www.downcc.com/soft/305028.html
centos安装javayum -y install java-1.8.0-openjdk
程序员书籍book