and folders windows access

unable to access https:www.github.comXXX

问题: 像push代码到github,失败 解决方案: git config --global http.proxy http://127.0.0.1:1080 git config --global https.proxy http://127.0.0.1:1080 注:1080是代理端口,查一下 ......
unable access github comXXX https

Windows事件日志

本文主旨:了解Windows事件日志的相关信息,以便于后续进行Windows日志分析。 事件日志简介 事件日志记录[1]为 (的应用程序和操作系统) 记录重要软件和硬件事件提供了一种标准的集中式方法。 事件日志记录服务记录来自各种源的事件,并将其存储在名为 事件日志的单个集合中。 事件日志存放位置 ......
Windows 事件 日志

Thoughts and ideas about how to apply LLMs in specific domains like clinic/law/finance

Applying LLMs in Specific Domains As a university student who has just completed fine-tuning TinyLLaMA-1b with clinical instruction data using the QLo ......
Thoughts specific domains finance clinic

Windows下用rclone代替RaiDrive将ftp映射为本地盘

Windows下用rclone代替RaiDrive将ftp映射为本地盘 1.软件准备: nssm:官网下载地址:https://nssm.cc/download rclone: 官网下载地址: https://rclone.org/downloads/ WinFsp:官网下载地址:https://w ......
RaiDrive 地盘 Windows rclone ftp

【干货】Windows测试拉流工具及操作步骤大汇总

关于技术的文章小编给大家分享过很多,今天再给大家分享一点干货:Windows系统中可以测试拉流的工具汇总,感兴趣的朋友可以进行深入了解哦。 1、EasyStreamClientTool工具 该工具在easynvr目录下,进入下图该目录下: 随后在路径窗口输入cmd,回车,进入命令行; 输入拉流命令, ......
干货 步骤 Windows 工具

windows下gitlab安装

第一步:搜索引擎搜索 gitlab install 进入链接 Install GitLab | GitLab 第二步:点击Installation methods 在此步骤发现没有windows下的安装,但是看到了docker 安装方式,所以先安装docker for windows(这里不着急安装 ......
windows gitlab

基于Python-Windows环境的Excel页面截图并邮件正文发送

截图模块 #截图模块 def get_snapshot(): #定义变量 #excel文件的绝对位置 excel_file=r'E:\L.xlsx' #输出图片的绝对位置 output_png_path=r'E:\L.png' #excel的sheet名称 excel_tb='每日销售' #注意要装 ......
Python-Windows 截图 邮件 Windows 页面

virtualbox安装windows10出现OOBE,卡在OOBE。

参照 https://zhuanlan.zhihu.com/p/419237209 https://www.0z.gs/win/781.html 文档 https://learn.microsoft.com/zh-cn/windows-hardware/manufacture/desktop/boo ......
OOBE virtualbox windows 10

windows自带便签如何常驻桌面?电脑便签怎么固定在屏幕上?

上班族们每天面临着大量的工作任务,时常需要在繁杂的工作中快速记录琐事、任务清单等重要信息。这时候,一款能够常驻桌面的电脑便签软件能够为工作带来很大的帮助,可以有效简化工作流程,提高办公效率。 那么,Windows自带便签如何常驻桌面?电脑便签又该如何固定在屏幕上呢?其实Windows电脑自带的便笺应 ......
便签 屏幕 桌面 windows 电脑

0x11.ACCESS注入

基本判断 常见搭配:asp+access 后缀:.mdb,如果有/data/data.asp,直接在留言板或者搜索框里面插入一句话,然后shell掉data.asp 工具: 辅臣、access密码读取。 使用sqlmap时,直接--tables,不用判断database。因为所有的表都在同一个数据库 ......
ACCESS 0x 11

windows 操作文件

Windows操作系统允许用户同时打开同一文本文件的多个实例,主要原因是记事本程序的设计与操作系统的文件访问机制。 首先,我们先来看记事本程序的设计。当你在记事本中打开一个文件时,它会将文件的内容读入内存,并在内存中进行编辑。这意味着,实际上你在编辑的不是文件本身,而是文件的一个内存副本。只有当你保 ......
windows 文件

[题解]CF1811D Umka and a Long Flight

思路 假设原题目中的 \(n\) 在本文中为 \(num\),则原长方形的长 \(m = f_{num + 1}\) 和宽 \(n = f_{num}\)。 显然对于最初始的长方形,显然是要将一个 \(f_{num} \times f_{num}\) 的长方形丢进去的,并且要么放最左边,要么放在最右 ......
题解 Flight 1811D 1811 Umka

Windows下的Redis启动报错Redis service failed to start解决方法

报错原因:Redis服务没有找到log文件 解决方法 在Redis安装目录下打开redis.windows-service.conf文件 搜索logfile,找到logfile存放目录,一般默认为Logs/redis_log.txt 在Redis安装目录创建Logs文件夹,在Logs文件夹下创建re ......
Redis Windows service 方法 failed

特殊的bug:element 0 of tensors does not require grad and does not have a grad_fn

很多帖子都说了,设置requires_grad_()就行。 但是我这次遇到的不一样,设置了都不行。 我是这种情况,在前面设置了torch.no_grad():,又在这个的作用域下进行了requires_grad_(),这是不起作用的。 简单版: with torch.no_grad(): model ......
does grad not element grad_fn

window下使用pybind11

首先下载python,并且将python配置到环境变量中,如果使用window的安装程序,可以勾选自动添加到环境变量。 下载pybind11源码,https://github.com/pybind/pybind11 使用cmake-gui工具配置vs工程,并生成include头文件目录和cmake目 ......
window pybind 11

kail利用永恒之蓝渗透windows7

kali利用永恒之蓝kali windows 7 旗舰版 一、前提win7关闭防火墙,打开kali系统终端中输入 msfconsole回车,此图是随机生成 二、然后查询永恒之蓝对应的漏洞,此漏洞叫ms17-010 使用search ms17-010 三、弱出6项选择,一般来说每个漏洞的方式不同,也需 ......
windows7 windows kail

sql: between and

SELECT * FROM ( SELECT t.*, ROWNUM rn FROM hr.bi_history t ) WHERE rn BETWEEN 5 AND 10; ......
between sql and

JavaScript基础语句和window对象

if else 语句 var sum = 190 var youhuisum //赋予一个容器 if(sum>=200){ youhuisum = sum - 10 console.log(111) }else{ //如果上面if不满足则都执行else语句 youhuisum = sum conso ......
语句 JavaScript 对象 基础 window

[转][Windows] Dump 入门

Windbg 官方下载地址:https://aka.ms/windbg/download 我是从 Microsoft Store 搜索 windebug 来下载安装的: 推荐从这个教程入门:https://learn.microsoft.com/zh-cn/windows-hardware/driv ......
Windows Dump

[引]Power Automate Use variables and the % notation

Variable manipulation and the % notation - Power Automate | Microsoft Learn 变量操作和 % 表示法 - Power Automate | Microsoft Learn In this articleHardcoded va ......
variables Automate notation Power Use

hdfs报错:There are 0 datanode(s) running and 0 node(s) are excluded in this operation

namenode的日志还是打印There are 0 datanode(s) running and 0 node(s) are excluded in this operation.吗 报错信息如下所示。其中,【X】是当前正在运行的DataNode数量,【Y】是被排除在此操作之外的DataNode ......
are operation datanode excluded running

【App Service for Windows】为 App Service 配置自定义 Tomcat 环境

问题描述 当在App Service for Windows环境中所列出的Tomcat Version 没有所需要的情况下,如何实现自定义Tomcat 环境呢? 问题解答 第一步: 从官网下载要使用的 tomcat 版本,解压到本地目录 第二步:修改 conf/server.xml 配置文件 将 p ......
Service App Windows 环境 Tomcat

Windows修改pip国内镜像源

​ Windows下的pip配置文件路径: C:\Users\用户名\AppData\Roaming\pip\pip.ini 如果pip文件夹不存在,则新建pip文件夹和pip.ini文件 接着,在pip.ini文件中新增以下内容并保存: [global] index-url = https://p ......
镜像 Windows pip

windows使用rclone挂载alist为本地磁盘,设置开机自启

前言 实现在windows下将alist挂载为本地磁盘,并设置开机自启,使得重启后依然生效。 教程 下载软件 Rclone: Rclone downloads WinFsp: https://winfsp.dev/rel/ 配置Rclone 假设Rclone所在目录是:D:\rclone-v1.64 ......
磁盘 windows rclone alist

Windows Subsystem for Android (WSA) 下载:在 Windows 11 上运行 Android 应用 (updated Dec 2023)

Windows Subsystem for Android (WSA) 下载:在 Windows 11 上运行 Android 应用 (updated Dec 2023) 适用于 Android™️ 的 Windows 子系统,2023 年 12 月更新:2311.40000.4.0 请访问原文链接 ......
Windows Android Subsystem updated 2023

CF1051C Vasya and Big Integers 题解

Problem - 1051E - Codeforces Vasya and Big Integers - 洛谷 感谢女队提交记录推荐给我的一道题 \(Orz\) 首先 \(O(n^2)\) 的 \(dp\) 是 simple 的,如果你没看出来你可能是像我一样把题目看错了 设 \(dp_i\) 表 ......
题解 Integers 1051C Vasya 1051

Windows Server 2025 简体中文版下载 (Inside Preview, updated Dec 2023) - 下一代 Windows 11 Server

Windows Server 2025 简体中文版下载 (Inside Preview, updated Dec 2023) - 下一代 Windows 11 Server Windows Server Next 请访问原文链接:https://sysin.org/blog/windows-serv ......
Windows Server 下一代 中文版 Preview

Windows Server 2019 中文版、英文版下载 (updated Dec 2023)

Windows Server 2019 中文版、英文版下载 (updated Dec 2023) Windows Server 2019 Version 1809,2023 年 12 月更新 请访问原文链接:https://sysin.org/blog/windows-server-2019/,查看 ......
英文版 中文版 Windows updated Server

Windows Server 2022 中文版、英文版下载 (updated Dec 2023)

Windows Server 2022 中文版、英文版下载 (updated Dec 2023) Windows Server 2022 正式版,2023 年 12 月更新 请访问原文链接:https://sysin.org/blog/windows-server-2022/,查看最新版。原创作品, ......
英文版 中文版 Windows updated Server

Windows Server 2019 OVF, updated Dec 2023 (sysin) - VMware 虚拟机模板

Windows Server 2019 OVF, updated Dec 2023 (sysin) - VMware 虚拟机模板 2023 年 12 月版本更新,现在自动运行 sysprep,支持 ESXi Host Client 部署 请访问原文链接:https://sysin.org/blog/ ......
模板 Windows updated Server VMware
共5730篇  :11/191页 首页上一页11下一页尾页