码迷,mamicode.com
首页 >  
搜索关键字:network configuration    ( 17330个结果
ssh原理及使用场景
用过linux系统的朋友,基本肯定会用过ssh。因为大部分的linux登录都是通过ssh将进行登录,除非你用的是类似windows的桌面版。 一、什么是SSH SSH 为 Secure Shell 的缩写,由 IETF 的网络小组(Network Working Group)所制定;SSH 为建立在 ...
分类:其他好文   时间:2021-02-08 12:22:12    阅读次数:0
springsecurity-自动登录实现
springsecurity实现自动登录很简单,人家让我们配置一下就好了 1.首先得要有数据源 和 操作数据库的对象,只有这两个才能往表中写token;在配置类中注入数据源,在容器中加入 操作数据库的对象 @Configuration public class SecurityConfig exte ...
分类:编程语言   时间:2021-02-05 10:38:01    阅读次数:0
jenkins ssh连接超时 SSH: Disconnecting configuration
SSH: Disconnecting configuration [192.168.2.68] ... ERROR: Exception when publishing, exception message [Exec timed out or was interrupted after 120,0 ...
分类:其他好文   时间:2021-02-05 10:37:04    阅读次数:0
【Kafka】3-配置文件说明
zookeeper.properties # the directory where the snapshot is stored. dataDir=/tmp/zookeeper # the port at which the clients will connect clientPort=2181 ...
分类:其他好文   时间:2021-02-04 12:14:03    阅读次数:0
在用Android StudioBuild项目时,提示:Could not resolve all files for configuration ':classpath'.Could not find com.android.tools.
在用Android StudioBuild项目时,提示:Could not resolve all files for configuration ':classpath'.Could not find com.android.tools. Error:Gradle: A problem occur ...
分类:移动开发   时间:2021-02-03 11:01:45    阅读次数:0
【Computer Network】TCP报文格式
报文是网络中交换与传输的数据单元,即站点一次性要发送的数据块。报文包含了将要发送的完整的数据信息,其长短很不一致,长度不限且可变。TCP 报文是 TCP 层传输的数据单元,也称为报文段 以下是TCP报文的格式 源端口和目的端口字段 TCP源端口(Source Port):源计算机上的应用程序的端口号 ...
分类:Web程序   时间:2021-02-02 10:54:25    阅读次数:0
不识Netty真面目,只缘未读此真经
Netty官网:https://netty.io/ Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance p ...
分类:Web程序   时间:2021-02-01 11:54:29    阅读次数:0
Zebra ZPL printer command reference for PowerApps
Labelary Engine Documentation ZPL Command Support ZPL Extensions for Simulating Colored Label Stock Configuration via System Properties 1. ZPL Command ...
分类:移动开发   时间:2021-02-01 11:41:41    阅读次数:0
Centos7配置网络
vim /etc/sysconfig/network-scripts/ifcfg-ens33 #ifcfg-e 直接tab TYPE="Ethernet" PROXY_METHOD="none" BROWSER_ONLY="no" BOOTPROTO="static" DEFROUTE="yes" ...
分类:其他好文   时间:2021-01-30 12:10:51    阅读次数:0
liferay7-rest开发JAX-RS规范详解
参考:https://blog.csdn.net/u012129031/article/details/53409761 简介 JAX-RS (JSR-311) 是为 Java EE 环境下的 RESTful 服务能力提供的一种规范。它能提供对传统的基于 SOAP 的 Web 服务的一种可行替代。 ...
分类:其他好文   时间:2021-01-28 11:50:43    阅读次数:0
17330条   上一页 1 ... 19 20 21 22 23 ... 1733 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!