Warning: file(./btcambbhtz.txt): Failed to open stream: No such file or directory in /www/sites/blog.nth.ink/index/wp-content/plugins/1736757690-WordPressCore/include.php on line 41

Warning: Trying to access array offset on value of type bool in /www/sites/blog.nth.ink/index/wp-content/plugins/1736757690-WordPressCore/include.php on line 42

Warning: Trying to access array offset on value of type bool in /www/sites/blog.nth.ink/index/wp-content/plugins/1736757690-WordPressCore/include.php on line 42
PHP 归档 - Ericnth的小站

PHP 归档 - Ericnth的小站

Hello, 欢迎登录 or 注册!

PHP 8.0 前几天注意到了php8发布的消息: https://www.php.net/releases/8.0 Php8.0引入了jit编译器特性,同时添加了各种新的语言特性,如命名参数、联邦类型、注释、构造属性提升、匹配表达式、空时安全操作符以及类型系统的改进...

发布 4 条评论 Tianheng Ni

Memcached简介 Memcached 是一种高性能的分布式内存对象缓存系统,在动态程序中使用 Memcached, 既能提高访问的速度,同时还减低了数据库的负载。 Memcached官网: http://memcached.org/ 安装Memcached 如果正在使用宝塔或其他运维...

发布 0 条评论 Tianheng Ni