zoukankan      html  css  js  c++  java
  • 无意中在sql日志中发现如下内容,

    日期,源,严重性,消息
    01/06/2015 09:06:13,登录,未知,Length specified in network packet payload did not match number of bytes read; the connection has been closed. Please contact the vendor of the client library. [客户端: 59.55.139.65]
    01/06/2015 09:06:13,登录,未知,错误: 17836,严重性: 20,状态: 17。
    01/06/2015 09:06:06,登录,未知,Length specified in network packet payload did not match number of bytes read; the connection has been closed. Please contact the vendor of the client library. [客户端: 220.189.197.47]
    01/06/2015 09:06:06,登录,未知,错误: 17836,严重性: 20,状态: 17。
    01/06/2015 09:06:05,登录,未知,Length specified in network packet payload did not match number of bytes read; the connection has been closed. Please contact the vendor of the client library. [客户端: 60.180.245.255]
    01/06/2015 09:06:05,登录,未知,错误: 17836,严重性: 20,状态: 17。
    01/06/2015 09:05:54,登录,未知,Length specified in network packet payload did not match number of bytes read; the connection has been closed. Please contact the vendor of the client library. [客户端: 220.189.197.47]
    01/06/2015 09:05:54,登录,未知,错误: 17836,严重性: 20,状态: 17。
    01/06/2015 09:05:50,登录,未知,Length specified in network packet payload did not match number of bytes read; the connection has been closed. Please contact the vendor of the client library. [客户端: 124.231.124.6]
    01/06/2015 09:05:50,登录,未知,错误: 17836,严重性: 20,状态: 17。
    01/06/2015 09:05:45,登录,未知,Length specified in network packet payload did not match number of bytes read; the connection has been closed. Please contact the vendor of the client library. [客户端: 113.73.218.207]
    01/06/2015 09:05:45,登录,未知,错误: 17836,严重性: 20,状态: 17。

  • 相关阅读:
    NYOJ 260
    NYOJ 271
    [转载]《博客园精华集》Winform筛选结果(共105篇)
    在DataGridView控件中加入ComboBox下拉列表框的实现
    给SQL补充一个查看表结构的存储过程
    编写自定义控件之下拉式属性
    PropertyGrid中的枚举显示为中文(转)
    DataGridView 中合并单元格
    树TreeView控件与DataTable交互添加节点(最高效的方法)
    通过键盘方向键控制TreeView节点的移动
  • 原文地址:https://www.cnblogs.com/endv/p/4205213.html
Copyright © 2011-2022 走看看