- 安装 php8.2 的fpm
docker pull php:8.2-fpm- 启动容器
挂载目录时,指定容器内的 fpm 用户,防止由于默认的 挂载权限(root)导致的异常
File Not Found
Package Control will be uppraded next time package update is triggered, either by automatic updates at ST startup or by manually calling "Package Control: Upgrade All Packages/Overwrite All" via Command Palette.
In case PC3.x is not working, you can
https://arslan.io/2018/02/05/gpu-accelerated-terminal-alacritty/
shell:
program: /usr/local/bin/fish
args:
- --login
- --command| <?php | |
| Builder::macro('deferredPaginate', function ($perPage = null, $columns = ['*'], $pageName = 'page', $page = null) { | |
| $model = $this->newModelInstance(); | |
| $key = $model->getKeyName(); | |
| $table = $model->getTable(); | |
| $paginator = $this->clone() | |
| // We don't need them for this query, they'll remain | |
| // on the query that actually gets the records. |
<?php
$bom = pack('CCC', 0xEF, 0xBB, 0xBF);
if (strncmp($yourString, $bom, 3) === 0) {
$body = substr($yourString, 3);
}
?>curl -X PUT \
-H "Content-Type: application/json" \
-d '{"name":"HongKong"}' http://127.0.0.1:9090/proxies/Proxy
curl -X PUT \
| #Mounting the share is a 2 stage process: | |
| # 1. Create a directory that will be the mount point | |
| # 2. Mount the share to that directory | |
| #Create the mount point: | |
| mkdir share_name | |
| #Mount the share: | |
| mount_smbfs //username:[email protected]/share_name share_name/ |
ps -eo pid,lstart,etime,cmd | grep nginx
| CREATE DATABASE | |
| IF | |
| NOT EXISTS RUNOOB DEFAULT CHARSET utf8mb4 COLLATE utf8mb4_unicode_ci; |
| { | |
| "args": | |
| { | |
| "target": "browser" | |
| }, | |
| "bold_folder_labels": true, | |
| "caret_style": "phase", | |
| "color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme", | |
| "command": "markdown_preview", | |
| "ensure_newline_at_eof_on_save": true, |