• 主页

Sign in

百谷博客

欢迎来到本站

WeChat
二维码
About Me
☰
  • 主页
头像
我的主页
  • 289 文章
  • 78 评论
  • 9 分类
  • LV.20

    我的官方博客

    • 居住地:中国
    • 生日:8月17日
    • 简介:欢迎来到本站
    • https://blog.baidu-google.com/
    查看更多 >

    他们抢着跟我说这些

    • fktfxklhsx

      fktfxklhsx

      2025年10月新盘 做第一批[...]

    • erargsjhze

      erargsjhze

      2025年10月新盘 做第一批[...]

    • sbuofxkobt

      sbuofxkobt

      2025年10月新盘 做第一批[...]

    • zcrutbpwog

      zcrutbpwog

      2025年10月新盘 做第一批[...]

    • fyomnxpxbe

      fyomnxpxbe

      2025年10月新盘 做第一批[...]

    • wkblxuptuw

      wkblxuptuw

      新车即将上线 真正的项目,期待[...]

    • atyilltpxt

      atyilltpxt

      做了几十年的项目 我总结了最好[...]

    • sawfyxrqix

      sawfyxrqix

      新盘 上车集合 留下 我要发发[...]

    • rebwnxkfew

      rebwnxkfew

      新车首发,新的一年,只带想赚米[...]

    • idwrrbmfwl

      idwrrbmfwl

      新车新盘 嘎嘎稳 嘎嘎靠谱co[...]

    键盘平天下 
    2023-11-01 10:04 来自 百谷博客

    debian 宝塔挂在windows 共享文件夹--CIFS协议

    1.安装cifs-utilssu root apt update apt install cifs-utils 创建文件夹并挂载,注意替换为你的密码mkdir -p /www/wwwroot/win mount -t cifs -o user=shenfeng,pass=... debian 宝塔挂在windows 共享文件夹--CIFS协议
    • 0
    • 115
    • 随记
    • Tags: linux
    键盘平天下 
    2023-09-27 10:41 来自 百谷博客

    python多张图片合并到一张(垂直)

    python 多张图片合并到一张## 多张图片合并到一张(垂直) import sys from PIL import Image images = [Image.open(x) for x in ['./imgs/1_page1.jpg', './imgs/1_page...  python多张图片合并到一张(垂直)
    • 0
    • 140
    • 随记
    • Tags: python
    键盘平天下 
    2023-08-18 10:31 来自 百谷博客

    mysql8 占用内存过高

    vps 只有1g,mysql8占用200多,原因是mysql8 默认开启了performance_schema 内存监控程序。1.查询内存占用(前提是开启了performance_schema ) SELECT SUBSTRING_INDEX(event_name,'/',... mysql8 占用内存过高
    • 0
    • 143
    • bug飞
    • Tags: mysql,vps
    键盘平天下 
    2023-08-16 21:09 来自 百谷博客

    宝塔typecho配置伪静态

    打开宝塔面板---网站---设置--伪静态,填入下面内容 if (-f $request_filename/index.html){ rewrite (.*) $1/index.html break; } if (-f $request_filename/index... 宝塔typecho配置伪静态
    • 0
    • 89
    • bug飞
    • Tags: typecho,伪静态
    键盘平天下 
    2022-08-10 00:01 来自 百谷博客

    PHP json_decode()解析json,long类型解析出错

    php json.decode 解析的json字符串里面有long类型数字,会溢出,使用下面 JSON_BIGINT_AS_STRING避免错误:json_decode($request->getBody());正确json_decode($request->g... PHP json_decode()解析json,long类型解析出错
    • 0
    • 132
    • bug飞
    • Tags: php
      1. 上一页
      2. 1
      3. ...
      4. 4
      5. 5
      6. 6
      7. 7
      8. 8
      9. 9
      10. 10
      11. ...
      12. 58
      13. 下一页
    Copyright © 2025 百谷博客. Powered by Typecho. Theme By Weibo.