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

    lackoxygen


    hello world!
    • 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
    • webFlux 快速入门

      webFlux基本用法

      Posted on August 1, 2022

      ⭐ webFlux快速入门 [Read More]
      Tags:
      • java
    • ← Newer Posts
    • Older Posts →
    • RSS
    • Email me
    • GitHub

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

    Powered by Beautiful Jekyll