当前位置:首页 > admin
admin

admin 管理员

暂无介绍

14 篇文章 0 次评论

设置dns为腾讯和阿里服务器doh

admin6天前43
ipv4: 119.29.29.29          https://doh.pub/dns-query...

windows查看当前活跃的连接数

admin2周前 (07-02)53
netstat -n -o | Select-String -Pattern "ESTABLISHED" | Measure-Object -Linenetstat -n -o ...

fpr配置文件写法

admin2个月前 (05-27)133
客户端  frpc.toml serverAddr = "***"  //服务器域名 serverPort = 7*** //服务器监听端口 auth.method =&nb...

chrome解决http自动跳转https问题

admin4个月前 (03-13)244
chrome解决http自动跳转https问题
...

windows删除文件夹下所有.DS_Store文件

admin5个月前 (02-13)532
Get-ChildItem -Path . -Recurse -Filter .DS_Store | Remove-Item -Force...

检测本机ipv6地址

admin9个月前 (10-21)649
curl -6 ip.sb返回访问网络所用的ipv6地址...

AI需要细细调教

admin9个月前 (10-11)552
AI需要细细调教
...

转载-如何正确判断字符串长度

admin1年前 (2024-06-13)794
原文地址 淦,为什么 "𠮷𠮷𠮷".length !== 3不知道你是否遇到过这样的疑惑,在做表单校验长度的需求中,发现不同字符 length 可能大小不一。比如标题中的 "𠮷" length 是 2(需要注意📢,这并不是一个中文字!)。...

小程序切片上传视频,上传至华为云视频点播

admin1年前 (2024-06-07)924
...

吐槽~css类名不要取ad,adv或者之类的~

admin2年前 (2023-12-04)988
居然被广告拦截插件误伤了!!!!!!...