1.tcpdump通常用来抓包处理经过网卡的交互包[Expert@BJ-OFFICE-GW:0]#tcpdump-nnianyhost10.158.1.100-w/var/log/tcpdump20190821.captcpdump:WARNING:Promiscuousmodenotsupportedonthe"any"devicetcpdump:listeningonany
分类:
其他好文 时间:
2020-03-29 23:53:39
阅读次数:
149
ylbtech-阿里云-ONS-Help-SDK参考-TCP协议-JavaSDK-Demo-[java-tcp-demo]:InitlliJIDEA 1.返回顶部 将 Demo 工程文件导入 IntelliJ IDEA·在 IntelliJ IDEA 界面,选择 Import Project,选择 ...
分类:
编程语言 时间:
2020-03-29 22:44:25
阅读次数:
124
Problem : Write an algorithm to determine if a number is "happy". A happy number is a number defined by the following process: Starting with any posit ...
分类:
移动开发 时间:
2020-03-29 22:38:14
阅读次数:
107
题目 Given an array of integers, find if the array contains any duplicates. Your function should return true if any value appears at least twice in the ...
分类:
其他好文 时间:
2020-03-29 19:40:21
阅读次数:
65
实现通过手柄让小车前进/后退/左转/右转 成品展示 视频演示(视屏审核中......) 材料: 彩色杜邦线 若干 arduino 开发板1个 L298n 电机驱动模块 1个 9V 电池一个 直流电机 4个 ps2 无限遥控手柄 一个载体,我这个是个快递纸盒子裁出来的纸板子/各个模块中间用牙签固定的. ...
分类:
其他好文 时间:
2020-03-29 14:18:28
阅读次数:
248
python的plot函数参数很多,其中主要有: plot([x], y, [fmt], data=None, **kwargs) plot([x], y, [fmt], [x2], y2, [fmt2], ..., **kwargs) Parameters x, y : array-like or ...
分类:
编程语言 时间:
2020-03-28 17:46:40
阅读次数:
1133
SOS问题 模板 cpp //iterative version for(int mask = 0; mask https://codeforces.com/blog/entry/45223 https://blog.csdn.net/weixin_38686780/article/details/ ...
分类:
其他好文 时间:
2020-03-28 01:17:25
阅读次数:
106
一、防火墙相关配置“高级安全Windows防火墙”都可以使用:netshadvfirewallfirewall。dir=in|out,入站/出站规则action=allow|block|bypass,设定这个规则是允许还是阻断或者是跳过program=<programpath>],为某应用程序设定规则[service=<serviceshortname>|any],为某系统
分类:
其他好文 时间:
2020-03-27 23:31:49
阅读次数:
162
Django默认生成的表名: 应用名小写_模型类名小写 可以通过在模型类中定义Meta类来修改表名: class Department(models.Model): """部门类""" name = models.CharField(max_length=20) create_date = mode ...
分类:
Web程序 时间:
2020-03-27 21:50:34
阅读次数:
104
参考url:https://www.bilibili.com/video/BV12b411K7Zu?p=132 含义:出现在其他语句内部的select语句,称为子查询或内查询 内部嵌套其他select语句的查询,称为主查询或外查询 示例: SELECT first_name FROM employe ...
分类:
数据库 时间:
2020-03-27 19:59:01
阅读次数:
95