上一页 1 2 3 4 5 6 ··· 24 下一页
摘要: https://gitee.com/wangqianlong1993/IdentityServer4 name "IdentityServer4c#" https://github.com/AFei19911012/WPFSamples https://github.com/anncwb/vue-v 阅读全文
posted @ 2023-11-11 17:24 过错 阅读(359) 评论(0) 推荐(0)
摘要: 问题:不论装哪个版本的postgresql,都报 The program "postgres" was found by ".../initdb.exe" but was not the same version as initdb. 和 The database cluster initialis 阅读全文
posted @ 2023-10-12 08:46 过错 阅读(855) 评论(0) 推荐(1)
摘要: 以下代码为gpt自动生成 计算NDVI(归一化植被指数)需要计算红外波段和可见光波段的反射率,所以需要使用遥感图像处理软件或库来读取和处理遥感图像数据。以下是一个简单的C#代码示例,用于计算NDVI: using System; using System.Drawing; using Accord. 阅读全文
posted @ 2023-04-18 17:08 过错 阅读(461) 评论(1) 推荐(0)
摘要: using System; using System.IO; using System.Net; using System.Text; class Program { static void Main() { // API的URL string apiUrl = "https://api.opena 阅读全文
posted @ 2023-04-14 12:59 过错 阅读(493) 评论(0) 推荐(0)
摘要: Git 每次提交代码,都要写 Commit message(提交说明) 1 $ git commit -m "hello world" 上面代码的-m 参数,就是用来指定 commit mesage 的。 如果一行不够,可以只执行git commit,就会跳出文本编辑器,让你写多行. 1 $ git 阅读全文
posted @ 2023-04-03 19:35 过错 阅读(117) 评论(0) 推荐(0)
摘要: 资料 https://www.bilibili.com/video/av205290948/?p=5&vd_source=046ea4f5c29b8099c725f82685b9c821 https://chuna2.787528.xyz/fenglovellx/p/8137551.html https 阅读全文
posted @ 2023-04-03 16:05 过错 阅读(310) 评论(0) 推荐(0)
摘要: 查看docker 运行参数的命令 docker run -v /var/run/docker.sock:/var/run/docker.sock assaflavie/runlike redis-6379 说明:redis-6379是容器名。 执行会下载镜像。然后会看到当时运行redis-6379这 阅读全文
posted @ 2022-12-07 17:04 过错 阅读(548) 评论(0) 推荐(0)
摘要: m3u8视频侦测下载器【自动嗅探】 AC-baidu-重定向优化百度搜狗谷歌必应搜索 Github 增强 CSDN去除登录复制限制+去除复制携带版权文字+去除关注才能显示内容 HTML5视频播放器增强脚本 屏蔽谷歌广告、百度广告、知乎广告、隐藏谷歌和百度搜索 懒人专用,全网VIP视频免费破解去广告、 阅读全文
posted @ 2022-11-25 22:32 过错 阅读(472) 评论(0) 推荐(0)
摘要: 通过在nginx中,设置auth_request 参数。可以实现身份验证。 events{} http{ server { listen 80; #监听端口; server_name localhost; #服务器名称或域名; location / { auth_request /auth; #要跳 阅读全文
posted @ 2022-11-16 20:40 过错 阅读(990) 评论(0) 推荐(0)
摘要: 配置Nginx实现简单防御cc攻击 http://www.1000zx.cn/it/14096.html 配置Nginx服务器防止Flood攻击的方法 http://www.1000zx.cn/it/14097.html 详解nginx websocket配置 http://www.1000zx.c 阅读全文
posted @ 2022-11-15 20:40 过错 阅读(50) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 24 下一页