六、华为IP基础快速入门之RIP协议 1、本章学习目标 2、课程内容 3、了解什么是路由 4、RIP协议概述:RIP(Routing Information Protocol,路由信息协议)是一种内部网关协议(IGP),是一种动态路由选择协议,用于自治系统(AS)内的路由信息的传递。RIP协议基于距 ...
分类:
其他好文 时间:
2018-11-29 20:06:21
阅读次数:
236
[TOC] 感谢Google Translate,Microsoft Translate,通篇机翻,不保证绝对正确 Track Data Layout Structures Data Information Box | 类型 | 容器 | 强制性 | 数量 | | : : | : : | : : | ...
分类:
其他好文 时间:
2018-11-29 12:25:37
阅读次数:
275
使用 mybatis generator 生成pojo、dao、mapper时 经常出现 Cannot obtain primary key information from the database, generated objects may be incomplete 无法生成主键相关方法 具 ...
分类:
数据库 时间:
2018-11-29 12:21:02
阅读次数:
966
information.py dic={} def load(): f=open('dict.txt','w') f.writelines(str(dic)) f.close def read(): f=open('dict.txt') global dic dic=eval(f.read()) f... ...
分类:
其他好文 时间:
2018-11-27 22:16:06
阅读次数:
170
CMake配置Jni开发 1 安装工具 2 新建项目,注意include C++ support选项 项目创建好后查看目录结构 新增三块.externalNativeBuild;cpp(c、c++代码);CMakeList.txtCMakeList.txt# For more information ...
分类:
其他好文 时间:
2018-11-27 19:37:31
阅读次数:
194
一、需求分析 线上的MySQL服务器,最近有很多慢查询。需要统计出行数大于100万的表,进行统一优化。 需要筛选出符合条件的表,统计到excel中,格式如下: 二、统计表的行数 统计表的行数,有2中方法: 1. 通过查询mysql的information_schema数据库中INFODB_SYS_T ...
分类:
数据库 时间:
2018-11-26 20:03:08
阅读次数:
268
有时候需要在局域网中传输文件,但是qq传输文件时有大小限制, 所以我们可以搭建一个FTP服务器,在局域网中进行文件传输。 1 打开控制面板 2 程序 3: 在FTP服务器、Web管理工具和Internet Information Services可承载的Web核心前打上勾,点击确定,等待安装 等待安 ...
How to Identify Hard Parse Failures (Doc ID 1353015.1)Bug 16945190 - Diagnostic enhancement to dump parse failure information automatically (Doc ID 16 ...
分类:
数据库 时间:
2018-11-26 02:28:38
阅读次数:
280
URL:"""django_paginner URL ConfigurationThe `urlpatterns` list routes URLs to views. For more information please see: https://docs.djangoproject.com/e... ...
分类:
其他好文 时间:
2018-11-25 22:20:06
阅读次数:
271
easy的题, 43ms,90.62%。 下面是个33ms,100%的答案,思路相近,可以参考。 它引入的side information更少。 ...
分类:
其他好文 时间:
2018-11-25 17:48:37
阅读次数:
205