• 2024-07-08Adobe acrobat打开pdf报错“Something went wrong Arunning instance of Acrobat has caused an error.”解决方案
    ArunninginstanceofAcrobathascausedanerrorInAcrobat,tryingtouseatoolorfeatureresultsinthefollowingerror:"ArunninginstanceofAcrobathascausedanerror." Reason:Theerroroccurswhenanalready
  • 2024-07-05MultipartFile resource [file] cannot be resolved to URL
    java.io.FileNotFoundException:MultipartFileresource[file]cannotberesolvedtoURLatorg.springframework.core.io.AbstractResource.getURL(AbstractResource.java:114)atorg.springframework.core.io.AbstractResource.getURI(AbstractResource.java:1
  • 2024-06-03Oracle系列---【ORA-00257: Archiver error. Connect AS SYSDBA only until resolved】
    ORA-00257:Archivererror.ConnectASSYSDBAonlyuntilresolved1.问题描述过了个周末,发现系统登录不上了,查看日志,发现报"ORA-00257:Archivererror.ConnectASSYSDBAonlyuntilresolved",明显数据库有问题了,我用客户端连,也报这个错误。2.问题分析经过一番查询,是因
  • 2024-05-30Springboot报class path resource [xxxxx.json] cannot be resolved to URL because it dose not exist问题解决
    当Springboot解析resources文件下的json文件时,在本地环境好用,部署到服务器上找不到文件内容报错classpathresource[xxxxx.json]cannotberesolvedtoURLbecauseitdosenotexist问题排查(1)pom.xml文件配置<build><resources><resource><d
  • 2024-05-27接口报错.w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.http.converter.HttpMess
    1、报文:.w.s.m.s.DefaultHandlerExceptionResolver:Resolved[org.springframework.http.converter.HttpMessageNotReadableException:JSONparseerror:Unexpectedcharacter('''(code39)):wasexpectingdouble-quotetostartfieldname;nestedex
  • 2024-05-19vitepress使用createContentLoader时遇到["vitepress" resolved to an ESM file. ESM file cannot be
    在使用vitepress构建一个所有博客的概览页的时候,使用到了createContentLoader这个api,但是在index.data.ts中定义并导出后,在md文件中调用遇到了下面这个问题:Buildfailedwith1error:node_modules/esbuild/lib/main.js:1374:27:ERROR:[plugin:externalize-deps]"vitepress
  • 2024-05-08Debian 系统 IP 和 DNS 配置, 解决 resolv.conf 文件导致的问题
    IP配置/etc/network/interfacesautoeth0ifaceeth0inetstaticaddressx.x.x.xnetmask255.255.255.0gatewayx.x.x.x#dns-nameservers没有用DNS配置修改文件/etc/systemd/resolved.confDNS=8.8.8.88.8.4.4重启systemd-resolvedsystemctlrestartsystemd-res
  • 2024-04-07TVM Pass优化 -- InferType 类型推导
    定义(What)InferType,类型推断,顾名思义,给表达式进行类型的推断直接上代码importtvmfromtvmimportrelayimportnumpyasnpdefget_demo_mod():a=relay.var("a",shape=(2,3,10),dtype="float32")b=relay.var("b",shape=(1,10),dtype=&qu
  • 2024-01-23Ubuntu系统ECS重启后“/etc/resolv.conf”被还原怎么办?
    问题描述在重启Ubuntu系统的ECS或者重启网络相关服务后,手动修改的/etc/resolv.conf文件被刷新,nameserver字段被还原了127.0.0.53,导致解析域名。图1 问题现象根因分析Ubuntu系统相关版本默认使用systemd-resolved服务维护DNS,重启云服务器或者重启网络相关服务会导致/etc
  • 2024-01-13Schema “public“ has version 1.0.0, but no migration could be resolved in the configured locations !
    该错误信息是由Flyway报告的,指出在应用程序的数据库迁移过程中遇到了问题。Flyway是一种流行的数据库迁移工具,用于版本控制数据库模式的变化。具体来说,错误信息Schema"public"hasversion1.0.0,butnomigrationcouldberesolvedintheconfiguredlocations!表明以下
  • 2023-12-03ubuntu里面的 resolv.conf 文件
     上面那个修改没有用。请使用下面那个resolved.conf进行修改。然后重启域名解析服务 systemctlrestartsystemd-resolvedsystemctlenablesystemd-resolved 备份当前的/etc/resolve.conf,并重新设置/run/systemd/resolve/resolv.conf 到/etc/resolve.conf的软链
  • 2023-11-30SpringBoot Resolved [org.springframework.web.multipart.support.MissingServletRequestPartException:
    SpringBootResolved[org.springframework.web.multipart.support.MissingServletRequestPartException:Requiredrequestpart'file'isnotpresent]IDEA报错信息这个错误主要主要是指后端通过@RequestParam("file")注解标注的MultipartFile参数并没有获取到文件参数为n
  • 2023-11-27ubuntu ipv6 配置
    1.修改 /etc/systemd/resolved.conf 文件 sudo vim/etc/systemd/resolved.conf#指定DNS服务器,以空白分隔,支持IPv4或IPv6位置DNS=8.8.8.8114.114.115.115#备用DNS服务器FallbackDNS=8.8.8.8#设置搜索域名Domains=domain.com#设置LLMNR是否激活,可用的
  • 2023-10-18systemd-resolved 踩坑记录
    dns服务器配置无域名的主机名解析及域名带.local的测试情况如下1不支持dns无域名主机名解析2域名.local结尾的也不支持当双方主机都开启LLMNR=yesMulticastDNS=yes的情况下,可以ping通主机域名,走的llmnr链路本地多播名称解析cat/etc/systemd/resolved.conf[Resolve]#DNS=#
  • 2023-09-13Xstream操作xml_The type org.xmlpull.v1.XmlPullParser cannot be resolved. It is indirectly referenced f
    //1.再使用xstream解析xml时发现总是报错Thetypeorg.xmlpull.v1.XmlPullParsercannotberesolved.Itisindirectlyreferencedfromrequired.classfiles//从bug中可以看出 XmlPullParser这个类为找打xstream需要依赖这个类从网上搜了一下这个类看看属于哪个jar包发现
  • 2023-09-08报错解决 :Resolved [org.springframework.web.bind.MissingServletRequestParameterException
    报错解决:Resolved[org.springframework.web.bind.MissingServletRequestParameterException解决方法:RequestParam注解加上required=false属性。这样请求参数可以传null对象。如果没有加上required=false属性,这样请求参数传""空字符串也不会报错。如果没有加上required=
  • 2023-09-07报org.apache.axis cannot be resolved to a type且Syntax error on token "enum", class expected
    一位专门负责导数据和单点登录模块的同事最近提交了一些代码,但由于他出差了,代码同步下来却发现报如下的错误:org.apache.axiscannotberesolvedtoatype且Syntaxerrorontoken"enum",classexpected错误查看出错文件发现代码中凡是出现“oper.setStyle(org.apache.axis.enum
  • 2023-08-20关于错误 ERR_NAME_NOT_RESOLVED
    当我在浏览器里访问网址https://blog.csdn.net时,遇到错误消息:blog.csdn.net'sserverIPaddresscouldnotbefound.异常代码为ERR_NAME_NOT_RESOLVED:这个错误ERR_NAME_NOT_RESOLVED是表示你的计算机无法解析请求的网站的IP地址。当你在浏览器里输入https://blog.csdn
  • 2023-08-19关于错误 ERR_NAME_NOT_RESOLVED
    当我在浏览器里访问网址https://blog.csdn.net时,遇到错误消息:blog.csdn.net'sserverIPaddresscouldnotbefound.异常代码为ERR_NAME_NOT_RESOLVED:这个错误ERR_NAME_NOT_RESOLVED是表示你的计算机无法解析请求的网站的IP地址。当你在浏览器里输入https://blog.csdn
  • 2023-06-25RHEL CentOS Debian Ubuntu 如何刷新 DNS 缓存
    RHELCentOSDebianUbuntu如何刷新DNS缓存全文:如何刷新DNS缓存(macOS,Linux,Windows)UnixLinuxWindows如何刷新DNS缓存(macOS,FreeBSD,RHEL,CentOS,Debian,Ubuntu,Windows)请访问原文链接:https://sysin.org/blog/how-to-flush-dns-cache/,查看最新版。原创
  • 2023-06-25Linux 如何刷新 DNS 缓存
    Linux如何刷新DNS缓存全文:如何刷新DNS缓存(macOS,Linux,Windows)UnixLinuxWindows如何刷新DNS缓存(macOS,FreeBSD,RHEL,CentOS,Debian,Ubuntu,Windows)请访问原文链接:https://sysin.org/blog/how-to-flush-dns-cache/,查看最新版。原创作品,转载请保留出处。
  • 2023-05-04关于Android studio的虚拟机Webview出现网页无法加载,显示net::ERR_NAMENOT_RESOLVED的问题
    一开始出现了这个错误net::ERR_CLEARTEXT_NOT_PERMITTED参考这三个文献,https://www.cnblogs.com/suhq/p/14414882.htmlhttps://blog.csdn.net/qq_59125846/article/details/121953461https://blog.csdn.net/weixin_43169336/article/details/128379580都试了一遍后,问题消失,
  • 2023-05-02Gogs 推送 URL 被解析到默认禁用的本地网络地址(Payload URL resolved to a local network address that is implicitly bloc)
    原帖地址:https://blog.51cto.com/u_1472521/5981347问题配置Web钩子使用本地URL出现错误。  解决方法修改​​app.ini​​​配置文件,添加参数​​LOCAL_NETWORK_ALLOWLIST​​后重启服务。如果是多个用逗号分开,例如:LOCAL_NETWORK_ALLOWLIST=drone,192.168.20.1
  • 2023-04-08ubuntu18.04更改dns server
    打开 /etc/systemd/resolved.conf,设置变量DNS:$sudogedit  /etc/systemd/resolved.conf2.单击"save" 按钮,保存设置3.输入一下命令,使设置生效$systemctlrestartsystemd-resolved//重启systemd-resolved服务$systemctlenablesystemd-resolved//使能systemd-reso
  • 2023-04-01The remote name could not be resolved: 'report.dalabs.cn'
    1.在做程序的时候出现System.Net.WebException:Theremotenamecouldnotberesolved:'report.dalabs.cn'百度后得到以下方法:在webconfig文件里面添加代理配置:<system.net><defaultProxy><proxyusesystemdefault="True"proxyaddress="http://