码迷,mamicode.com
首页 >  
搜索关键字:connection timed out    ( 41605个结果
类型转换
类型转换 public class Demo02 { public static void main(String[] args) { //强制转换 (类型)变量名 高-->低 int i = 128; byte b = (byte) i;//内存溢出 System.out.println(i); ...
分类:其他好文   时间:2021-06-10 17:53:43    阅读次数:0
Linux 系统,conda create 报错:“CondaHTTPError: HTTP 000 CONNECTION FAILED for url ”
Linux 系统,conda create 报错:“CondaHTTPError: HTTP 000 CONNECTION FAILED for url ” 首先,一定要正确的安装 anaconda(任何conda)。 1.问题描述: Collecting package metadata (cur ...
分类:Web程序   时间:2021-06-10 17:51:12    阅读次数:0
Chrome浏览器:Your Connection is not private 您的连接不是私密连接
在图片图片所示的任何地方输入: thisisunsafe 没错就是这么6,然后就可以访问了。输错了请刷新再来(微笑) https://blog.csdn.net/filbert_917/article/details/104502774 ...
分类:其他好文   时间:2021-06-10 17:41:48    阅读次数:0
xxl-rpc remoting error(Connection refused (Connection refused)), for url : http://xxxxxx:19997/run
xxljob最近任务失败,查看配置之后没有问题。 仔细检查之后,发现配置没有问题。 解决方法: 执行器管理-->将执行器设置为手动录入,将下面的地址添加上 http:// ...
分类:Web程序   时间:2021-06-09 15:23:50    阅读次数:0
git命令
git clone -b 远程分支名 仓库地址 从远程指定分支克隆代码git branch 查看本地分支 git checkout -b cap 创建本地cap分支 并切换 git add * git commit -m"测试提交" git push origin cap:cap 将本地项目提交到远 ...
分类:其他好文   时间:2021-06-09 15:23:31    阅读次数:0
git提示: OpenSSL SSL_connect: Connection was reset in connection to github.com:443
git clone 项目链接产生如下提示信息: fatal: unable to access 'https://github.com/liuruoze/EasyPR.git/': OpenSSL SSL_connect: Connection was reset in connection to ...
分类:其他好文   时间:2021-06-09 15:22:39    阅读次数:0
LLVM 获取Value Type
void llvtype(std::string_view k, Value* v) { std::cout << std::format("{}:{}:{}", k, (int)v->getType()->getTypeID(), v->getName().str() ) << "\n"; } . ...
分类:其他好文   时间:2021-06-08 23:38:58    阅读次数:0
烂翻译系列之面向.NET开发人员的Dapr——俯瞰Dapr
Dapr at 20,000 feet 俯瞰Dapr In chapter 1, we discussed the appeal of distributed microservice applications. But, we also pointed out that they dramatic ...
分类:Web程序   时间:2021-06-08 23:37:22    阅读次数:0
curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused
报错 curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused 解决方法: 参考: https://bbs.huaweicloud.com/blogs/143682 很多方法都没用,这个 ...
分类:Web程序   时间:2021-06-08 23:20:59    阅读次数:0
android实现简单的消息发送界面
通过这个小demo主要实现了一个发送消息的界面,该实例只有一个界面,发送方可以实现发送消息,我感觉主要的还是学习了一下消息框图片的缩放。 主要界面如上所示,下面看一下代码。 代码主要有两个xml文件夹,两张修改过的照片,选中照片,右击再点击create 9 patch file 即可进行编辑,具体方 ...
分类:移动开发   时间:2021-06-08 22:49:14    阅读次数:0
41605条   上一页 1 ... 11 12 13 14 15 ... 4161 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!