http://www.ozenelektronik.com/downs/pdf/oe90c2600.pdf Features • Compatible with EOBD/OBDII standard • Communication at 9600 Baud • OBDII / EOBD Modes 1..9 • ISO9141 • KWP2000 • J1850 VPWM and PWM • CAN Bus • Multiple response from multiple ECU • Phy…
Disclosed herein is a Residential Gateway (RG) system for home network service. The RG system receives various supplementary services through a Home Network Serving Node (HNSN) that provides home network service. The system includes an Open Service G…
周六闲来无事,就试着安装和部署下yii2,安装过程没什么问题,但部署到nginx上时遇到了502 bad gatewary问题,折腾了半天才搞定.这个问题是我以前在部署yii2时没有遇到过的,因此记在这里以备忘. 1,安装和部署环境 操作系统:macOS,php版本:5.6,nginx版本:1.10.1,yii2版本:2.0. 2,yii2的安装 yii2的安装很简单,参考官网的手册即可.我这里安装的是yii2-app-advanced(Yii 2 Advanced Project Templa…
今天有个环境ajax调用一个请求的时候,出现一个504 gateway time-out响应,原以为是nginx找不到资源的问题,恰当我们的服务器上又配置了nginx,看了配置文件,没有指向tomcat的配置. 后来仔细查下来,发现是tomcat调用中间件,但后台请求一直在执行,没有返回的原因,也没有发生异常.…
IP:     ifconfig gateway:[root@localhost ~]# netstat -rnKernel IP routing tableDestination     Gateway         Genmask         Flags   MSS Window irtt Iface172.16.44.0     0.0.0.0          255.255.255.0    U         0      0          0 vmnet8172.16.1…
早上收到502报警,设置的报警规则是502错误两分钟超过500就报警. 排障流程: 日志分析系统报障-->查看日志系统日志-->nginx错误日志-->php错误日志-->php-fpm.log日志 在日志分析系统里面看到产生502报警的机器只有一台xxx.xxx.xxx.170,客户端IP也只有一个,说明不是大规模故障. 连接到170服务器查看nginx错误日志,看到Connection reset by peer,连接被对方重置,说明php关掉了这个连接 // :: [erro…
Cisco的VPN客户端最近报"AnyConnect was not able to establish connection to the specified secure gateway." 导致连不上公司VPN了. 有人说取消共享 Problem: AnyConnect was not able to establish a connection to the specified secure gateway. Please try connecting again. Envir…
<Windows Azure Platform 系列文章目录> 在之前的文章中,笔者介绍了Azure Web App可以设置URL路由.如下图: 在这里笔者简单介绍一下,首先我们还是创建以下资源: 1.创建一个新的Azure Resource Group,命名为LeiAppGWRG 2.创建一个新的ARM Virtual Network,命名为LeiAppGatewayVNet    有两个Subnet,分别为web-subnet,CIDR: 10.0.0.0/24    另外一个subnet…
<Windows Azure Platform 系列文章目录> 本文将介绍如果使用Azure PowerShell,创建Azure Application Gateway URL Routing 请读者在使用之前,请先查看笔者之前的文章:Azure Application Gateway (3) 设置URL路由,熟悉相关的内容 注意:Azure Application Gateway必须在ARM模式下才可以创建. 另外PowerShell模式下,和Portal创建的不一样. PowerShel…
<Windows Azure Platform 系列文章目录> 本章将介绍如何创建面向公网的Application Gateway,我们需要准备以下工作: 1.创建新的Azure Resource Group,命名为LeiAppGWRG 2.在这个Resource Group下,创建新的ARM Virtual Network虚拟网络,命名为LeiAppGatewayVNet,并创建Subnet. 请注意,在这个虚拟网络下,必须要有一个空的Subnet,或者单独一个Subnet专门给Applic…