Skip to content
View Jarvie789's full-sized avatar
👋
👋

Block or report Jarvie789

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. MySQLDDIC MySQLDDIC Public archive

    使用PHP CLI模式生成MySQL数据库数据字典表格

    PHP

  2. Lengthy Lengthy Public archive

    轻量级MVC框架

    PHP 1

  3. 原生PHP代码实现耗时任务后台异步伪并发执行 原生PHP代码实现耗时任务后台异步伪并发执行
    1
    // 设置客户端断开连接时不中断脚本的执行
    2
    ignore_user_abort(true);
    3
     
    4
    // 以下代码开始告诉NGINX响应已经成功得到响应内容可以关闭请求了。
    5
    # 擦除缓冲区的内容并关闭,然后在启动新的ob缓冲