码迷,mamicode.com
首页 >  
搜索关键字:open ssh    ( 40947个结果
C# 之 Grpc
1. Grpc 是什么? Google RPC A high-performance, open source universal RPC framework 官方地址:https://www.grpc.io/ Grpc 开始是由google 开发的,是一款语言中立、平台中立、开源的远程调用(RPC ...
分类:Windows程序   时间:2021-03-01 13:35:46    阅读次数:0
用BMfont制作自定义美术中文字体时,导出的图是黑白的问题
step1:Options->Font settings设置 Charset设置为Unicode,其他保持默认。 step2:Option->Export options设置。 Bit depth一定要设置为32,否则只显示黑白字体。 其他按下图设置 step3:Edit->Open Image M ...
分类:其他好文   时间:2021-03-01 13:33:32    阅读次数:0
常用镜像
镜像汇总 maven国内镜像源 //阿里云镜像 <mirror> <id>alimaven</id> <mirrorOf>central</mirrorOf> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/r ...
分类:其他好文   时间:2021-03-01 13:25:23    阅读次数:0
Mac环境下生成ssh密钥
测试 输入以下命令 git version返回版本号就表示成功 如 git version 2.20.1 (Apple Git-117) 检测本地是否有ssh cd ~/.ssh 此命令可以进入到.ssh文件目录下ls 此命令显示目录下的所有文件 生成ssh密钥 ssh-keygen -t rsa ...
分类:系统相关   时间:2021-02-27 13:01:29    阅读次数:0
容器的基本操作
什么是docker docker中的容器: lxc --> libcontainer --> runC OCI&OCF OCI Open Container-initiative 由Linux基金会主导于2015年6月创立 旨在围绕容器格式和运行时制定一个开放的工业化标准 包含两种规格 运行时规范( ...
分类:其他好文   时间:2021-02-27 12:59:59    阅读次数:0
语义分割中的nonlocal[7]- Co-occurrent Features in Semantic Segmentation
https://openaccess.thecvf.com/content_CVPR_2019/papers/Zhang_Co-Occurrent_Features_in_Semantic_Segmentation_CVPR_2019_paper.pdf Co-occurrent Features ...
分类:其他好文   时间:2021-02-25 12:15:25    阅读次数:0
Git总结
参考资料: https://zhuanlan.zhihu.com/p/104365543 2019-黑马Java最新Git教程 下载地址 git的安装,点击下一步即可。 git能够做的事情:1. 版本管理。2.协同开发 Git使用之前的配置 配置提交人姓名:git config --global u ...
分类:其他好文   时间:2021-02-25 11:53:14    阅读次数:0
Vulhun-y0usef靶机通关
Vulhub-y0sef靶机通关 安装靶机环境,下载地址:https://www.vulnhub.com/entry/y0usef-1,624/ 网络模式:桥接 目标:user.txt和root.txt 通过查询工具,找到目标ip 访问到页面,首先尝试robots.txt没有任何内容,那么接下来就使 ...
分类:其他好文   时间:2021-02-25 11:42:28    阅读次数:0
Best PDF Document Viewers for Linux Systems
This article is the continuation of our ongoing series about Linux Top Tools, in this series we will introduce you most famous open source tools for L ...
分类:系统相关   时间:2021-02-24 13:22:40    阅读次数:0
springcloud-Hystrix-服务熔断理论
断路器有3中状态: 1.open:熔断状态。断路器已启动熔断,请求统一拒绝 2.halfOpen:半开状态,此时服务能处理一定量的服务,但是会存在一定的失败率,不会像平时那样正常,但也能处理请求了 3.close:无熔断状态。此时服务正常提供,无需熔断处理。 ...
分类:编程语言   时间:2021-02-24 13:17:46    阅读次数:0
40947条   上一页 1 ... 34 35 36 37 38 ... 4095 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!