上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 22 下一页
摘要: 0. 基础 0. 基础 val_acc : Validation acc acc : Training acc batch 深度学习的优化算法, 说白了就是梯度下降. 每次的参数更新有两种方式. 第一种, 遍历全部数据集算一次损失函数, 然后算函数对各个参数的梯度, 更新梯度. 这种方法每更新一次参 阅读全文
posted @ 2020-03-30 15:12 twfb 阅读(344) 评论(0) 推荐(0)
摘要: 安装这个模块:Odoo referral program 阅读全文
posted @ 2020-03-26 15:28 twfb 阅读(689) 评论(0) 推荐(0)
摘要: 这几天尝试用scapy监听wifi数据抱, 没密码的话就直接能看到数据等等, wpa2的话就麻烦些了, 试了试gayhub的几个库并不好使, 最后解决的办法是使用wareshark设置wpa pwd进行解密, 具体步骤是1.设置wpa pwd 2.连接wifi 3.enable decryption 阅读全文
posted @ 2020-02-13 00:22 twfb 阅读(352) 评论(0) 推荐(0)
摘要: 1. "struct.pack(format,v1,v2,...)" 返回v1, v2, ...打包成format格式的bytes对象(即buffer) format "format对照表" v1, v2, ... 例: format: ,`16s1H 16s H 16s 1H` v1: 长16的c 阅读全文
posted @ 2020-02-11 15:08 twfb 阅读(4114) 评论(0) 推荐(0)
摘要: python3.6及以后的版本支持f string f string提供了一种使用最少的语法将表达式嵌入到字符串文本中的方法。应该注意,f string实际上是在运行时计算的表达式,而不是常量。在Python源代码中,f string是一个文字字符串,以“f”为前缀,其中包含大括号内的表达式。表达式 阅读全文
posted @ 2020-02-06 00:44 twfb 阅读(363) 评论(0) 推荐(0)
摘要: 通过scapy的各个参数介绍了, 各种网络知识 部分截图: gayhub链接: https://github.com/dhgdhg/Scapy Note/blob/master/Scapy.md 阅读全文
posted @ 2020-01-17 14:57 twfb 阅读(170) 评论(0) 推荐(0)
摘要: 由于笔记太大了, 不方便粘贴, 存到了gayhub 部分笔记截图 gayhub链接: https://github.com/dhgdhg/DVWA Note 阅读全文
posted @ 2020-01-17 14:53 twfb 阅读(287) 评论(0) 推荐(0)
摘要: 1. 2. 修改或添加这一条: `PermitRootLogin yes` 阅读全文
posted @ 2020-01-14 10:15 twfb 阅读(346) 评论(0) 推荐(0)
摘要: ![](https://img2018.cnblogs.com/blog/1043898/202001/1043898-20200109165738200-1733361802.gif) ``` class ActivityRules(models.Model): _description = '活动规则' _name = 'activity.rules' # 值越小优先级越高 rank = fi 阅读全文
posted @ 2020-01-09 16:58 twfb 阅读(948) 评论(0) 推荐(0)
摘要: 通用: $PV = \frac{M}{M_{mol}}Rt = \nu Rt$ $M$: 质量 $M_{mol}$: 1 mol物质的质量 $\nu$: 几摩尔 求内能变化: $\triangle E = \nu C_V \triangle t = \nu\frac{i}{2}R\triangle 阅读全文
posted @ 2020-01-04 13:37 twfb 阅读(1901) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 22 下一页