码迷,mamicode.com
首页 >  
搜索关键字:could not    ( 5457个结果
Linux 安装APR
Linux下解压缩 tar zxvf httpd-2.4.3.tar.gz 编译安装 cd httpd-2.4.3 ./configure 提示如下错误信息 configure: error: APR not found. Please read the documentation. 解压缩,安装A ...
分类:系统相关   时间:2019-09-01 12:25:51    阅读次数:416
docker build 错误 /usr/share/dotnet/sdk/2.1.801/Microsoft.Common.CurrentVersion.targets(2106,5): warning MSB3245: Could not resolve this reference
docker dotnet Restore 的时候报错, 一度怀疑是linux的dotnet core sdk没有装好, 卸了装, 装了卸, 试了好几遍还是无效(Microsoft.Common.CurrentVersion.targets 这个文件的确又是存在的), 找度娘也没找到解决方案, /u ...
分类:Web程序   时间:2019-08-30 23:06:26    阅读次数:206
【记录】Nginx错误could not build the server_names_hash you should increase server_names_hash_bucket_size: 32
今天遇到这个错误,现记录下解决方案: 在nginx的配置文件的http段中增加如下配置: 下面是nginx官方文档解释: ...
分类:其他好文   时间:2019-08-30 19:08:51    阅读次数:78
Spring Could Feign 设计原理
什么是Feign?Feign 的英文表意为“假装,伪装,变形”, 是一个http请求调用的轻量级框架,可以以Java接口注解的方式调用Http请求,而不用像Java中通过封装HTTP请求报文的方式直接调用。Feign通过处理注解,将请求模板化,当实际调用的时候,传入参数,根据参数再应用到请求上,进而... ...
分类:编程语言   时间:2019-08-30 09:16:36    阅读次数:189
the remote name could not be resolved: 'api.weixin.qq.com'
处理微信公众号时发现的错误,困扰了好几天,终于发现时DNS配置的问题 若无法使用可以使用ping命令查看是否网络原因无法访问地址 从网上查看的其他处理方式: 网站如果绑定了代理ip,内部跳转的时候,就会报The remote name could not be resolved错误,这个错误很难排查 ...
分类:Windows程序   时间:2019-08-29 16:31:50    阅读次数:214
【LeetCode】27.Linked List—Reverse Linked List l链表逆置
Reverse a singly linked list. Example: Follow up: A linked list can be reversed either iteratively or recursively. Could you implement both? 思路: 重塑链表, ...
分类:其他好文   时间:2019-08-29 16:13:39    阅读次数:92
Jackson错误:Can not deserialize instance of java.lang.String out of START_OBJECT token
出现上述错误的原因是,我再接收前端的参数的时候,没有按照正确的方式进行接收,前端给我的是一个json格式字符串,而我接收的是一个数组,所以才会出现上面的异常 ...
分类:编程语言   时间:2019-08-29 00:19:21    阅读次数:94
首次使用gradle出现Could not find method leftShift() for arguments解决办法
1、在win10桌面编写test.gradle脚本,里面内容如下 2、在doc命令窗口执行脚本 结果如下: 3、解决办法 查看为gradle 5.0中 &lt;&lt; 已经过时了,即(<<),是推荐使用doLast 来替代的,可以通过降低gradle版本(比如4.10.1)或者使用doLast解决 ...
分类:其他好文   时间:2019-08-28 00:43:17    阅读次数:196
ubuntu 安装net-tools
ubuntu下使用apt-get,得到下面error: E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavailable)E: Unable to lock the administration ...
分类:Web程序   时间:2019-08-25 20:06:12    阅读次数:1018
过去分词做状语【转】
一.过去分词做状语的基本用法: 过去分词做状语主要是说明谓语动作发生的背景或条件;表示原因、时间、条件、让步、方式或伴随状况等。过去分词可置于主句前,也可以置于主句后,用逗号于主句隔开。 1.原因状语 Choked by the heavy smoke, he could hardly breath ...
分类:其他好文   时间:2019-08-25 00:42:19    阅读次数:87
5457条   上一页 1 ... 64 65 66 67 68 ... 546 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!