转自:https://www.cnblogs.com/skywang12345/p/3479224.html (含部分修改) 概要 本章,会对线程等待/唤醒方法进行介绍。涉及到的内容包括: wait(), notify(), notifyAll()等方法介绍 wait()和notify() wait ...
分类:
编程语言 时间:
2018-10-28 19:23:04
阅读次数:
215
Network monitoring on Linux This post mentions some linux command line tools that can be used to monitor the network usage. These tools monitor the tr ...
分类:
系统相关 时间:
2018-10-25 16:27:28
阅读次数:
254
概述 日常使用别家的APP过程中,会遇到一些比较好看的布局,这时候我们就想学习一下别人的布局结构,以便参考。 (1)手机连接电脑、设置手机为USB调试模式 (2)运行Android Studio,打开 Tools Android Android Device Monitor 注意:android S ...
分类:
移动开发 时间:
2018-10-24 10:57:14
阅读次数:
699
https://downloads.mariadb.org/mariadb/repositories/#mirror=neusoft&distro=Ubuntu&distro_release=bionic--ubuntu_bionic&version=10.3 以下是从Ubuntu系统上的Ubunt ...
分类:
数据库 时间:
2018-10-23 15:44:24
阅读次数:
299
SBAR: SDN flow Based monitoring and Application Recognition SOSR 2018 poster [toc] 摘要 检测系统,可以细化应用层分类。 基于DPI和Machine Learning分类,可以减少开销。 基于应用协议分类。 使用特定的 ...
分类:
移动开发 时间:
2018-10-19 00:04:28
阅读次数:
188
Payment Card Industry,即支付卡行业,PCI行业表示借记卡、信用卡、预付卡、电子钱包、ATM和POS卡及相关的业务。 PCI DSS,即PCI数据安全标准(Payment Card Industry Data Security Standard)是由PCI安全标准委员会制定,旨在 ...
分类:
数据库 时间:
2018-10-18 13:09:07
阅读次数:
187
@echo off ::等待用户输入需要监控IP set /p ip=Input the IP required to monitor: echo executing...... :start echo|set /p ="!" ::将时间插入到日志文件 echo %date% %time% >>%i... ...
分类:
其他好文 时间:
2018-10-18 11:43:31
阅读次数:
191
Memcached Memcached 是一个高性能的分布式内存对象缓存系统,用于动态Web应用以减轻数据库负载。它通过在内存中缓存数据和对象来减少读取数据库的次数,从而提高动态、数据库驱动网站的速度。Memcached基于一个存储键/值对的hashmap。其守护进程(daemon )是用C写的,但 ...
分类:
数据库 时间:
2018-10-17 16:45:16
阅读次数:
178
1)实时监控网卡流量的通用脚本: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 4 ...
分类:
其他好文 时间:
2018-10-17 14:39:22
阅读次数:
126