object fatal head git

git问题

文件名太长,无法签出工作树警告:克隆成功,但签出失败 git config --global core.longpaths true 设置用户名 git config --global --replace-all user.name "your user name" 设置邮箱git config - ......
问题 git

git 合并分支处理

前提 合并分支之前,拉取需要合并的两个分支的最新代码;(git pull) git checkout <brachName> // 切换分支git branch -a // 查看所有分支git status // 查看当前分支状态git log // 查看当前分支日志 git merge 需要合并到 ......
分支 git

07信息打点-资产泄漏&CMS 识别&Git 监控&SVN&DS_Store&备份

一、知识点CMS 指纹识别源码获取方式习惯&配置&特性等获取方式托管资产平台资源搜索监控 二、详细点源码泄漏原因: 从源码本身的特性入口从管理员不好的习惯入口从管理员不好的配置入口从管理员不好的意识入口从管理员资源信息搜集入口 源码泄漏集合: composer.json git 源码泄露svn 源码 ......
amp 备份 DS_Store 资产 Store

Git — husky + eslint 实现提交前校验与规范提交

node版本: = 14.21.3 || >16.0.0 一、配置ESlint 1.1 安装eslint npm install eslint -D 1.2 初始化eslint,生成配置文件 npx eslint --init 1.3 在编辑器安装ESlint插件 1.4 通过执行命令检测文件代码规 ......
eslint husky Git

Git 提交代码报错

1、报错代码:use “git add …” to include in what will be committed 2、执行 git commit -m “描述语句” 提交代码时报错。 3、网上找了很多,但是后面还是发现了 ,执行“git add …”,有提示错误。 4、解决访问:按照git a ......
代码 Git

Sw-YoloX An anchor-free detector based transformer for sea surface object detection

Sw-YoloX An anchor-free detector based transformer for sea surface object detection 基于Transformer用于海上目标检测的无锚检测器:Sw-YoloX 1)由于不同海洋状态下的活体和漂浮物体数据稀缺且昂贵,我们 ......

切换Git远程路径

一、切换仓库地址 1、直接修改远程路径 git remote set-url origin URL 2、先删除再添加 # 删除现有库 git remote rm origin # 添加新库 git remote add origin url 二、查看远程仓库地址 git remote -v ......
路径 Git

Git:submodule子模块操作

一、子模块添加 git submodule add <url> <path> git submodule add https://github.com/../.git themes/MeiFixIt 二、子模块更新 git submodule update --remote --merge 三、下载 ......
submodule 模块 Git

TLSv1 Record Layer: Alert (Level: Fatal, Description: Handshake Failure)

tls握手,客户端发送clien hello后就收到服务器端回的失败,抓包如下: 解决方案: 本以为是ssl::context参数的设置原因,各种尝试,花了我两天时间,还ao了两个大夜。最终定位到具然是SNI设置的不对。 查了一下SNI的作用,才上慌然大悟,这个参数要设置成访问目标服务器的域名。 不 ......
Description Handshake Failure Record TLSv1

Git:submodule子模块操作

一、子模块添加 git submodule add <url> <path> git submodule add https://github.com/../.git themes/MeiFixIt 二、子模块更新 git submodule update --remote --merge 三、下载 ......
submodule 模块 Git

切换Git远程路径

一、切换仓库地址 1、直接修改远程路径 git remote set-url origin URL 2、先删除再添加 # 删除现有库 git remote rm origin # 添加新库 git remote add origin url 二、查看远程仓库地址 git remote -v ......
路径 Git

Relation Networks for Object Detection

Relation Networks for Object Detection * Authors: [[Han Hu]], [[Jiayuan Gu]], [[Zheng Zhang]], [[Jifeng Dai]], [[Yichen Wei]] DOI: 10.1109/CVPR.2018.0 ......
Detection Relation Networks Object for

UIU-Net: U-Net in U-Net for Infrared Small Object Detection:Unet中的Unet

UIU-Net: U-Net in U-Net for Infrared Small Object Detection * Authors: [[Xin Wu]], [[Danfeng Hong]], [[Jocelyn Chanussot]] DOI: 10.1109/TIP.2022.32284 ......
Net U-Net Unet Detection Infrared

Object Tracking Network Based on Deformable Attention Mechanism

Object Tracking Network Based on Deformable Attention Mechanism Local library 初读印象 comment:: (DeTrack)采用基于可变形注意力机制的编码器模块和基于自注意力机制的编码器模块相结合的方式进行特征交互。基于 ......

Adaptive Sparse Convolutional Networks with Global Context Enhancement for Faster Object Detection on Drone Images

Adaptive Sparse Convolutional Networks with Global Context Enhancement for Faster Object Detection on Drone Images * Authors: [[Bowei Du]], [[Yecheng ......

自定义元素宽高比例(aspect-ratio)与 @supports兼容支持和图片裁剪(object-fit)的用法

1、aspect-ratio宽高比例属性 aspect-ratio: 1 / 1; aspect-ratio: 16 / 9; aspect-ratio: 0.5; //等同于 1/2 如下效果将为每个box子元素设置aspect-ratio:3 / 2,如下图所示: 2、object-fit图片裁 ......

git与gitee码云

1.git分支 在前面我们基本了解Git的使用方法,这一节我们看下GIt重要概念【分支】 背景 例如于超老师在开发一个同性交友网站,刚写到登录功能,代码还没写完,今天先睡觉了,所以就commit提交到本地仓库了。 假如这会另一个程序员张三不知道,还直接对这个代码继续开发,这就乱套了。 讲道理,应该这 ......
gitee git

学习Git分支

此文档为Git分支网站的答案记录, 当然也是自己边学边做的 主要 git commit git 常用命令速记 随便改写一点内容 ......
分支 Git

git工具

7.git软件安装 Git有多种方式使用 原生命令行,才能使用git所有命令,会git命令再去用gui图形工具,完全无压力 GUI图形软件,只是实现了git的部分功能,以减免操作难度,难以记住git原生命令 不同的人会有不同的GUI图形工具,但是所有人用的git原生命令都一样,推荐学习命令 7.1 ......
工具 git

python3.8 模块 paramiko报错 AttributeError: 'NoneType' object has no attribute 'time'

报错信息 Exception ignored in: <function BufferedFile.__del__ at 0x7f4886fbd160> Traceback (most recent call last): File "/usr/local/python3/lib/python3.8 ......
39 AttributeError attribute 模块 paramiko

object对象

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> <script> //字面量的方式创建对象 var obj0 = {} console.log(obj0) var obj = { ......
对象 object

Django报错UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list

Django报错UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list 报错 报错信息如下: Django报错Django报错UnorderedObject ......

A Guide to Image and Video based Small Object Detection using Deep Learning : Case Study of Maritime Surveillance

A Guide to Image and Video based Small Object Detection using Deep Learning : Case Study of Maritime Surveillance 基于图像和视频的小对象指南使用深度学习进行检测:的案例研究海上监视 1 ......

git设置代理

查看git代理 git config --global --get http.proxy 设置代理 git config --global http.proxy http://127.0.0.1:10000 取消代理 git config --global --unset http.proxy 实测 ......
git

git hook 和 Husky工具

git hook 背景 git : 除了作为版本控制之外,还能执行自定义操作 git hook , 它存在于.git 文件夹下的hook文件夹,里面有很多以.sample结尾的demo文件,要执行它,只需要把文件名后面的的sample删了。 应用场景: (1)实现自动编译 (2)自动删除仓库中的编译 ......
工具 Husky hook git

git上master随分支变化而变化?

当在分支上修改相关代码后,切换到master后,居然发现master也发生了相应变化!那我要分支有何用? 问题本质 在分支修改代码后没有commit;即只要分支commit后master就不会随之变化 参考文章 【1】https://blog.csdn.net/qq_38613992/article ......
分支 master git

全面指南:技术写作与编辑工具 Markdown、Git 研究工具

技术写作工具 在技术写作领域,“工具”是指技术写作者用于创建、管理和发布高质量技术文档的各种软件和应用程序。这包括文字处理器、桌面出版应用程序、XML 编辑器、内容管理系统等等。一些技术写作者常用的工具示例包括 Microsoft Word、WPS、Typora、Notion、印象笔记、GitHub ......
工具 Markdown 指南 技术 Git

Open-World Object Manipulation using Pre-trained Vision-Language Models

概述 提出MOO: Manipulation of Open-World Objects 用预训练的VLM在图像中标记instruction的object的坐标,传入policy进行控制,可以zero-shot泛化到novel object,还支持手指、点击输入指令。 问题 机器人泛化到训练中没有见 ......

Segmentation Transformer: Object-Contextual Representations for Semantic Segmentation;OCRNet

Segmentation Transformer: Object-Contextual Representations for Semantic Segmentation * Authors: [[Yuhui Yuan]], [[Xiaokang Chen]], [[Xilin Chen]], [[ ......

Git的用法

一、推送项目到远程 1、先初始化 git init 2、查看关联的仓库 git remote -v 3、关联远程仓库 git remote add origin https://github.com/guchen66/xxx.git 4、查看关联仓库 git remote -v 5、error:re ......
Git
共2870篇  :6/96页 首页上一页6下一页尾页