• 2024-12-04数据结构:树
    树的基本定义:树是一种数据结构,它是由n(n>=1)个有限节点组成一个具有层次关系的集合。把它叫做“树”是因为它看起来像一棵倒挂的树,也就是说它是根朝上,而叶朝下的。它具有以下的特点:每个节点有零个或多个子节点;没有父节点的节点称为根节点;每一个非根节点有且只有一个父节点;除
  • 2024-05-19reflective journel
    WhenIconfectedmydigitalstory,Idivideditintofourpartsinitially.Firstofall,Ineedtochoseastorywhichhascharmingplotsandprofoundmeaningunderit’ssurface,vividcharacter,etc.sodouble-mindedwereIbecausetherewereabundantst
  • 2023-11-17打开以前保存在postman的脚本报错:Request not found We could not find the Request you are looking for
    问题1:上午打开以前保存在postman的脚本报错:RequestnotfoundWecouldnotfindtheRequestyouarelookingfor,如下:问题2:问题3:导入本地文件,超时遇到的这些问题,因为网络原因,过一段时间,有时候会出现,有时候不会出现。
  • 2023-11-15RK3568-dmesg
    [0.000000]BootingLinuxonphysicalCPU0x0000000000[0x412fd050][0.000000]Linuxversion4.19.161AIMY-RK3568(jenkins@jenkins-seafile-gitlab-60)(gccversion6.3.120170404(LinaroGCC6.3-2017.05),GNUld(Linaro_Binutils-2017.05)2.27.0.20161
  • 2023-06-12This is probably because cuDNN failed to initialize, so try looking to see if a warning log message
    tensors=pywrap_tfe.TFE_Py_Execute(ctx._handle,device_name,op_name,tensorflow.python.framework.errors_impl.UnknownError:Failedtogetconvolutionalgorithm.ThisisprobablybecausecuDNNfailedtoinitialize,sotrylookingtoseeifawarninglogm
  • 2023-05-24git拉取代码出现“remote: The project you were looking for could not be found.”错误分析
    如果输入的远程地址正确,那么极大可能是用户未登录或多个用户登录无法正确获取你想要的用户,如下图所示, 由于之前有同事在我电脑登录git账号,所以在windows凭据中保存了2个git账号,而默认使用的第一个账号的远程库中不存在我想要的目标仓库数据,就出现了“remote:Theprojectyouw
  • 2023-02-06Looking at the finalization queue
    Learn  BlogArchive  ASP.NETDebugging  ASP.NETTips:Lookingatthefinalizationqueue2008/04/283分钟可看完Soinapreviouspost,we
  • 2022-11-30解决使用Sourcetree push代码,报错remote: The project you were looking for could not be found 的问题。
    之前使用Sourcetreepush提交代码的时候遇到了下面的报错。第一时间排查确认了:1、develop分支是存在;2、我对这个项目也有提交的权限。进一步排查发现原因:发现这个
  • 2022-08-23remote: The project you were looking for could not be found. 解决方案
    前提已经配置了秘钥beforegitclonehttp://XXX.com/ProjectName.git现象:after(解决方案)gitclonehttp://email:password@XXX.com/ProjectName.git