Easter79 Easter79
4年前
tomcat无法连接本地服务器问题
更新系统后IDEA下启动项目失败,报错:/Users//tomcat/tomcat7.0.70/bin/catalina.shrunConnectedtothetargetVM,address:'127.0.0.1:57716',transport:'socket'2016110511:53
Stella981 Stella981
4年前
Navicat Premium连接mongodb基本使用和介绍
!(https://oscimg.oschina.net/oscnet/059658e1c56ed5ded622f30cb384d4b199e.png)Navicatpremium是一款数据库管理工具,是一个可多重连线资料库的管理工具,它可以让你以单一程式同时连线到MySQL、SQLite、Oracle及PostgreSQL,mongod
Stella981 Stella981
4年前
Spring Boot 数据库无法验证连接
SpringBoot2项目,使用SpringDataJPA管理数据库,默认使用HikariCP连接池经常出现警告:2019052514:13:55.231WARN26204\0.02000exec7\com.zaxxer.hikari.pool.PoolBase:HikariPool1Fail
Stella981 Stella981
4年前
Redis bind属性的配置与redis连接
Redis连接文章出处,https://blog.csdn.net/a578977626/article/details/78202202bind配置了什么ip,别人就得访问bind里面配置的ip才访问到redis服务。一台主机,可能会有多张网卡,或者对应多网段内网的Ip,公网IP等,也就意味着其他机器可以通过多个IP地址
Stella981 Stella981
4年前
SSH连接工具FinalShell的安装与使用
常见的SSH连接工具有好多,我以前常用的是xshellxftp组合。虽然需要付费,但是免费版已经基本满足我的需求。关于xshell和xftp的安装和使用可以参考我以前的博客:Xftp和Xshelll的安装—远程连接linux(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.
Stella981 Stella981
4年前
Spring Boot MyBatis 连接数据库
<divid"article\_content"class"article\_contenttrackingad"datamod"popu\_307"datadsm"post"style"overflow:hidden;"<divclass"markdown\_views"<p最近比较忙,没来得及抽时间把MyBati
Stella981 Stella981
4年前
Apache优化:修改最大并发连接数
Apache是一个跨平台的web服务器,由于其简单高效(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fcpro.baidu.com%2Fcpro%2Fui%2Fuijs.php%3Fc%3Dnews%26cf%3D1001%26ch%3D0%26di%3D128%26fv%3D17%26
Stella981 Stella981
4年前
ConnectionPool实现redis在python中的连接
这篇文章主要介绍了Python与Redis的连接教程,Redis是一个高性能的基于内存的数据库,需要的朋友可以参考下今天在写zabbixstormjob监控脚本的时候用到了python的redis模块,之前也有用过,但是没有过多的了解,今天看了下相关的api和源码,看到有ConnectionPool的实现,这里简单说下。在ConnectionPoo
Wesley13 Wesley13
4年前
TCP 的连接建立:采用三报文握手
!(https://img2018.cnblogs.com/blog/1201066/201812/120106620181228174356520732746810.png)!(https://oscimg.oschina.net/oscnet/42ecd7584eea1a294c0a85a74466d20729d.png)!(ht
Stella981 Stella981
4年前
Keras实践笔记3——全连接层基础
fromkeras.modelsimportSequentialfromkeras.layersimportDense,initializersfromkeras.optimizersimportSGDfromkeras.datasetsimportmnistfromkeras.ut