Find me on

Writing

简单搓了一个HTML转换大小的页面(bug修好了)

89

感谢开发部同事帮忙修正! <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0">

windows一键设置指定IP/自定义IP脚本

41

工作中为了方便调试,趁着闲暇之余写了一个。 ?初始版本 @echo off title 网卡IP设置工具 color 0E echo. echo 欢迎使用网卡IP设置工具 echo. echo 请选择以下选项来设置您的"以太网"网卡: echo. echo 1. 自动设置为 192.168.10

CS2 无征兆画面冻结,打着打着卡死解决办法!

193

如果是5E的话需要在平台里面设置启动参数 其他平台如完美或者官匹需要在steam中给CS2 设置-属性-启动选项 加上启动命令: -vulkan -threa

Docker分别搭建NGINX和PHP因路径不同导致的不通解决办法!

51

解决办法: 将Nginx的配置文件中的PHP模块修改成下述这样。 location ~ \.php$ { fastcgi_pass 10.98.179.79:9000; fastcgi_index index.php; set $fil