上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 57 下一页
摘要: Chapter 2 - Data Preparation Basics Segment 3 - Removing duplicates import numpy as np import pandas as pd from pandas import Series, DataFrame Removi 阅读全文
posted @ 2021-01-02 15:03 晨风_Eric 阅读(75) 评论(0) 推荐(0)
摘要: Chapter 2 - Data Preparation Basics Segment 2 - Treating missing values import numpy as np import pandas as pd from pandas import Series, DataFrame Fi 阅读全文
posted @ 2021-01-02 14:43 晨风_Eric 阅读(108) 评论(0) 推荐(0)
摘要: Chapter 2 - Data Preparation Basics Segment 1 - Filtering and selecting data import numpy as np import pandas as pd from pandas import Series,DataFram 阅读全文
posted @ 2021-01-02 14:40 晨风_Eric 阅读(90) 评论(0) 推荐(0)
摘要: Windows Command Line - Memory Management How to use Systeminfo systeminfo Windows Management Interface(WMI) wmic memorychip Get-WmiObject CIM_PHYSICAL 阅读全文
posted @ 2021-01-02 13:18 晨风_Eric 阅读(85) 评论(0) 推荐(0)
摘要: Windows Command Line - Turn off and on Firewall, Shutdown remote PC Netsh Advfirewall show allprofiles Netsh Advfirewall set allprofiles state off/on 阅读全文
posted @ 2020-12-26 19:38 晨风_Eric 阅读(104) 评论(0) 推荐(0)
摘要: Windows Command Line - Hiding a file or virus attrib Attribute h --> hidden r --> read only s --> system attribute +/- --> set/clear attrib +h Test.tx 阅读全文
posted @ 2020-12-26 07:22 晨风_Eric 阅读(69) 评论(0) 推荐(0)
摘要: Windows Command Line - Environment Variable Display All system Variable SET Display A particular Variable Echo %Variable_name% or set variable_name Se 阅读全文
posted @ 2020-12-25 20:54 晨风_Eric 阅读(125) 评论(0) 推荐(0)
摘要: Windows Command Line - Introduction to Files and Directory Rebooting the system using cmd and powershell cmd commands: shutdown -r Restart-Computer -d 阅读全文
posted @ 2020-12-23 21:19 晨风_Eric 阅读(100) 评论(0) 推荐(0)
摘要: Python for Data analytics Main Python Libraries for Data Science Advance Data Analysis Data Visualization Machine Learning NumPyScipypandas Matplotlib 阅读全文
posted @ 2020-12-20 22:12 晨风_Eric 阅读(76) 评论(0) 推荐(0)
摘要: Communication IMPPORTANCE OF COMMUNICATION Good communication is critical to the penetration test success Most penetration tests should be conducted o 阅读全文
posted @ 2020-12-18 20:37 晨风_Eric 阅读(71) 评论(0) 推荐(0)
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 57 下一页