码迷,mamicode.com
首页 >  
搜索关键字:cannot connect to th    ( 19082个结果
Redisi启动时会报:Could not connect to Redis at 127.0.0.1:6379: Connection refused
问题时这样的:我把我的redis配置文件中绑定的地址为Centos7的IP地址,启动的时候就会报:Could not connect to Redis at 127.0.0.1:6379: Connection refused,如下图 通过上图可以看出,redis是默认访问本机127.0.0.1而不 ...
分类:其他好文   时间:2020-08-15 22:37:29    阅读次数:74
极简 Node.js 入门 - 2.4 定时器
极简 Node.js 入门系列教程:https://www.yuque.com/sunluyong/node 本文更佳阅读体验:https://www.yuque.com/sunluyong/node/timer timer 用于安排函数在未来某个时间点被调用,Node.js 中的定时器函数实现了与 ...
分类:Web程序   时间:2020-08-13 12:33:18    阅读次数:78
Oracle用户操作
一.查看有哪些用户 1)select * from dba_users; //查看数据库里面所有用户,需要有dba权限的帐号执行,如sys,system 2)select * from all_users; //查看你能管理的所有用户! 3)select * from user_users; //查 ...
分类:数据库   时间:2020-08-13 12:25:39    阅读次数:70
Oracle用户授权
一.用户授权 1)普通权限 grant ${autoType1, autoType2, autoType3, ...} to ${userName} identified by ${password}; 例1: grant connect, resource to scott identified ...
分类:数据库   时间:2020-08-13 12:24:41    阅读次数:188
HTMLTestRunner.py 文件,已修改完成
""" A TestRunner for use with the Python unit testing framework. It generates a HTML report to show the result at a glance. The simplest way to use th ...
分类:Web程序   时间:2020-08-13 12:21:33    阅读次数:72
Tomcat端口修改
1.Connector port处修改,此处就是访问的端口 <Connector port="8001" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" /> 2.Connector port处修改 <Connect ...
分类:其他好文   时间:2020-08-11 11:54:22    阅读次数:68
springboot——简单通过Map将错误提示输出到页面显示
主要思路:在controller层我们将错误信息put进map中,然后通过视图解析器跳转到目标页面,在目标页面中在通过指定标签内的th:text将错误消息取出。 例: 1.编写controller代码 @PostMapping("/user/login") public String login(@ ...
分类:编程语言   时间:2020-08-11 00:25:39    阅读次数:91
单线程+多任务异步协程、浏览器自动化
# 梨视频数据的爬取import requestsfrom lxml import etreeimport reheaders = { 'User-Agent':'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, ...
分类:编程语言   时间:2020-08-11 00:25:01    阅读次数:113
Maven dependencyManagement、install/package/deploy
https://juejin.im/post/6844904049871962126#heading-0 dependencyManagement 在Maven多模块的时候,管理依赖关系是非常重要的,各种依赖包冲突,查询问题起来非常复杂,于是就用到了, 示例说明, 在父模块中: <dependenc ...
分类:其他好文   时间:2020-08-10 14:31:57    阅读次数:66
调用App Store Connect Api
想必大家对iOS的证书、描述文件、账号、设备等管理都去苹果开发者中心里操作,官网上操作也比较繁杂,想搞一些自动化之类的,更是麻烦,有时候官网都打不开…… 其实苹果还提供里一套API接口,创建证书、创建账号、增加devices等等,这些都可以调用命令操作,可以按需来完成自动化操作或批量操作。 API接 ...
分类:移动开发   时间:2020-08-07 12:38:08    阅读次数:122
19082条   上一页 1 ... 44 45 46 47 48 ... 1909 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!