命令查看日志:ssh -v localhost ssh服务确定是开着的,密码确定是正确的,只是输入密码之后,就立即断开连接了,ssh连接日志如下: Connection to 172.17.0.2 closed.Transferred: sent 2224, received 2992 bytes, ...
分类:
其他好文 时间:
2018-07-12 16:26:54
阅读次数:
2137
A signal that has been sent but not yet received is called a pending signal. At any point in time, there can be at most one pending signal of a partic ...
分类:
其他好文 时间:
2018-07-07 13:51:42
阅读次数:
181
下载地址:网盘下载 内容简介 · · · · · · The computing world today is in the middle of a revolution: mobile clients and cloud computing have emerged as the dominant ...
分类:
移动开发 时间:
2018-07-07 00:26:22
阅读次数:
2805
配置在stream段:log_formatproxy‘$remote_addr[$time_local]‘‘$protocol$status$bytes_sent$bytes_received‘‘$session_time"$upstream_addr"‘‘"$upstream_bytes_sent""$upstream_bytes_received""$upstream_connect_time
分类:
其他好文 时间:
2018-07-03 15:00:39
阅读次数:
293
android studio报错报错一:Could not HEAD 'https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/3.1.2/gradle-3.1.2.pom'. Received status co ...
分类:
其他好文 时间:
2018-07-01 22:03:58
阅读次数:
1306
Envoy最初建于Lyft,是一个高性能的代理服务,为服务网格提供了基础。 它与应用程序并行运行,通过以平台无关的方式提供通用功能来抽象网络。 当基础架构中的所有服务流量都通过Envoy网格时,通过一致的可观测性,很容易地查看问题区域,调整整体性能并在一个位置添加特殊。 官网:https://www ...
分类:
其他好文 时间:
2018-06-29 10:55:49
阅读次数:
274
Android 上面的蓝牙inquiry 是在设置界面,打开蓝牙就会自动搜索周边的蓝牙设备,其最终调用到协议栈的start_discovery接口,此篇文章分析该接口的调用流程以及与controller交互过程。 上面代码的主要做的事情是,设置相关的搜索的参数,然后调用BTA_DmSearch(&i ...
分类:
其他好文 时间:
2018-06-26 16:17:45
阅读次数:
571
实现的方法大体类似: 多谢博主的文章,免了不少时间! 摘抄博文地址:https://www.cnblogs.com/sixiweb/p/6893858.html https://www.cnblogs.com/configure/p/6253590.html 一、监控Redis 1、创建采集脚本 v ...
分类:
其他好文 时间:
2018-06-25 20:23:07
阅读次数:
179
为zabbix增加支持传参的自定义监控项 例如使用zabbix来监控tcp的12种状态 tcp的12种状态可以通过man netstat来找到,即 LISTEN:等待从任何远端TCP 和端口的连接请求。 SYN_SENT:发送完一个连接请求后等待一个匹配的连接请求。 SYN_RECEIVED:发送连... ...
分类:
其他好文 时间:
2018-06-25 12:58:40
阅读次数:
126
这是一个跟时区有关的问题,报错中说到datetime字段得到一个naive datetime,而不是支持time zone的active datetime由于Django的设置中米哦人USE_TZ设置为True,Django会自动根据所设的时区对时间进行转换,所以程序中和数据保存的时间都转UTC时间 ...
分类:
其他好文 时间:
2018-06-19 00:11:23
阅读次数:
2928