7.history命令 history命令用于显示历史执行过的命令,格式为“history [-c]”。 history命令应该是作者最喜欢的命令。执行history命令能显示出当前用户在本地计算机中执行过的最近1000条命令记录。如果觉得1000不够用,还可以自定义/etc/profile文件中的 ...
分类:
其他好文 时间:
2019-11-22 23:49:31
阅读次数:
77
先说下三种配置的区别 access:只允许有一个VLAN,且为pvid,通常连接电脑或服务器;trunk:允许有多个VLAN,但只允许有一个为pvid,通常为交换机与交换机互连端口 ;hybrid:1)为access及trunk的混合端口,既可能连电脑与服务器,也可以作为交换机间互连端口;2)此端口 ...
分类:
数据库 时间:
2019-11-22 19:16:43
阅读次数:
955
本周学习内容:键盘事件及监听处理:在Swing的事件处理中可以对键盘的操作进行监听,直接使用KeyListener接口即可,KeyListener接口方法见书p684 表18-25。如想取得键盘键入的内容,可通过KeyEvent取得,KeyEvent事件常用方法见书p648 表18-28。鼠标事件及 ...
分类:
其他好文 时间:
2019-11-22 11:51:57
阅读次数:
77
CSCI-1200 Data Structures — Fall 2019Homework 9 — Priority Queues for Mesh SimplificationIn this assignment we will work with a 2D mesh or graph of ve ...
分类:
其他好文 时间:
2019-11-21 18:32:45
阅读次数:
64
一般用带有表头的报表模式,所以属性:View设为Report 【参考】https://www.bilibili.com/video/av52921336?p=16 ...
分类:
编程语言 时间:
2019-11-21 14:04:13
阅读次数:
108
getvideoprogress(); function getvideoprogress() { setTimeout(function () { var vid = document.getElementById("video1"); var currentTime=vid.currentTim ...
分类:
Web程序 时间:
2019-11-17 11:09:16
阅读次数:
230
getvideoprogress(); function getvideoprogress() { setTimeout(function () { var vid = document.getElementById("video1"); var currentTime=vid.currentTim ...
分类:
Web程序 时间:
2019-11-17 10:32:48
阅读次数:
177
Google Calendar, Outlook, iCal has been banned from your company! So an intrepid engineer has decided to roll their own implementation. Unfortunately ...
分类:
其他好文 时间:
2019-11-17 10:26:40
阅读次数:
79
继上篇第一阶段清洗数据并导入hive 本篇是剩下的两阶段 2、数据处理: ·统计最受欢迎的视频/文章的Top10访问次数 (video/article) ·按照地市统计最受欢迎的Top10课程 (ip) ·按照流量统计最受欢迎的Top10课程 (traffic) 3、数据可视化:将统计结果倒入MyS ...
分类:
其他好文 时间:
2019-11-16 23:06:41
阅读次数:
71
1、总览 2、代码 1)、pom.xml <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </depend ...
分类:
编程语言 时间:
2019-11-16 21:55:00
阅读次数:
173