惊蛰
  • About Me
  • Github
  • Search
Navigation bar avatar
✕

    lackoxygen


    hello world!
    • php扩展生命周期

      php扩展运行时生命周期方法

      Posted on March 14, 2023

      1.模块初始化 PHP_MINIT [Read More]
      Tags:
      • php
    • PHP错误处理

      PHP错误处理

      Posted on March 14, 2023

      php 异常处理 ``` $err = null; # 设置异常回调 set_error_handler(function ( int $code, string $msg, string $file, int $line, array $context ) use (&$err) { $err = $msg; }); [Read More]
      Tags:
      • php
    • go编译

      go在不同开发环境下打包可执行文件

      Posted on March 14, 2023

      Mac下编译Linux, Windows平台的64位可执行程序 [Read More]
      Tags:
      • go
    • CentOS环境安装PHP

      CentOS环境安装PHP

      Posted on March 14, 2023

      下载PHP源码文件 [Read More]
      Tags:
      • php
      • centos
    • cargo配置镜像源

      cargo配置镜像源

      Posted on March 14, 2023

      添加配置到$HOME/.cargo/config [Read More]
      Tags:
      • rust
      • cargo
    • ← Newer Posts
    • Older Posts →
    • RSS
    • Email me
    • GitHub

    lackoxygen  •  2025  •  https://lackoxygen.github.io  •  Edit page

    Powered by Beautiful Jekyll