Array and string offset access syntax with curly braces is deprecated

2020-12-29 11:35:08

PHP7.4不再支持使用大括号访问数组以及字符串的偏移_PHP代码
php7.4不支持数组{}写法,统一为数组[]

如果你用的第三方包,你只能升级第三方包了

在这里插入图片描述
解决办法:
s e q = ( o r d ( seq = (ord(seq=(ord(value{0}) % $rule[‘num’]) + 1;中的
v a l u e 0 改 为 value{0}改为value0value[0]

  • 2021-04-25 09:53:18

    android debug速度特别慢有时候卡住

    一直提示定在 Starting LLDB server。可能的原因是 Android Studio编译速度太慢了,就会一直卡在Starting LLDB server。可以通过设置 Run/Debug Configurations ——> Debugger ——> Debug type 为 Java 跳过 C/C++的调试,起码实现对 Java 程序的调试

  • 2021-04-25 09:54:19

    sequelize 时区配置

    sequelize 默认情况下, 保存日期时会转换成 +00:00时区,