%matplotlib作用 是在使用jupyter notebook 或者 jupyter qtconsole的时候,才会经常用到%matplotlib,也就是说那一份代码可能就是别人使用jupyter notebook 或者 jupyter qtconsole进行编辑的。关于jupyter not ...
分类:
编程语言 时间:
2020-02-26 22:39:27
阅读次数:
95
2019/9/10 报告doc在文件里面 1. 发现可疑流量 A.分析流量,导出字节流 B.得到网页代码,发现需要执行的代码需要解密(加密的字符串部分太长了,就省略了): C.通过在网页下断点,将解密后的代码从提取出来,并做修饰(payLoad太长被省略): 很明显能看出来,这是在进行堆喷射!应该是 ...
分类:
其他好文 时间:
2020-02-26 21:01:01
阅读次数:
110
建表 1 CREATE [TEMPORARY] [EXTERNAL] TABLE [IF NOT EXISTS] [db_name.]table_name -- (Note: TEMPORARY available in Hive 0.14.0 and later) 2 [(col_name dat ...
分类:
其他好文 时间:
2020-02-26 18:43:12
阅读次数:
80
再把代码粘一遍,意外发现OneNote上粘过来的东西是以图片的形式粘贴 Sub 设置图片原图大小显示 '仅适用于嵌入式图片 Dim oInlineShape As InlineShape For Each oInlineShape In ActiveDocument.InlineShapes Wit ...
分类:
其他好文 时间:
2020-02-25 23:35:20
阅读次数:
264
CSCI 4155/6505 – Winter 2020 A2Assignment 2 Full [pre-release summary of certain relevant parts only!]Submission Note (as explained in class): In orde ...
分类:
其他好文 时间:
2020-02-25 20:11:13
阅读次数:
58
前言: 后台搭建完以后开始搭建前端,使用create-react-app搭建项目非常方便。 前端主要是如何向后台请求数据,以及如何使用redux管理state,路由的配置. 前端github地址: https://github.com/www2388258980/rty-web 后台github地址 ...
分类:
编程语言 时间:
2020-02-25 17:31:13
阅读次数:
152
Given an m x n matrix of non-negative integers representing the height of each unit cell in a continent, the "Pacific ocean" touches the left and top ...
分类:
其他好文 时间:
2020-02-25 00:29:46
阅读次数:
84
问题描述: MacBook Pro 升级到 Catalina (V 10.15.2) 后,TextInputMenuAgent 未响应,disnoted 占用了大量的 CPU,两个进程合起来整台 Mac 的 CPU 被用了 90%,电脑出现风扇疯狂运作,机身发烫,掉电迅速等问题。 法一:重启 法二: ...
分类:
系统相关 时间:
2020-02-24 23:58:24
阅读次数:
1722
https://summernote.org/ ...
分类:
其他好文 时间:
2020-02-24 09:54:01
阅读次数:
54
注意: 1.@Test内,Assert断言建议只写一个,一个case只测试单个验证,因为假设某个断言失败,失败后的代码不会被执行。 常用方法: Assert.assertEquals(); Assert.assertNotEquals(); 相等/不等 Assert.assertNull(); As ...
分类:
其他好文 时间:
2020-02-23 11:55:31
阅读次数:
129