CS229 Machine Learning Stanford Course by Andrew Ng Course material, problem set Matlab code written by me, my notes about video course: https://githu ...
分类:
系统相关 时间:
2019-06-27 00:59:40
阅读次数:
218
SYNOPSIS DESCRIPTION 描述 ALTER TABLE 变更一个现存表的定义。它有好几种子形式: 要使用 ALTER TABLE,你必需拥有该表; 除了 ALTER TABLE OWNER 之外,它只能由超级用户执行。 PARAMETERS 参数 NOTES 注意 COLUMN 关键 ...
分类:
其他好文 时间:
2019-06-24 12:07:57
阅读次数:
139
Introduction to Buffer Overflows Anatomy of Memory Anatomy of the Stack ...
分类:
其他好文 时间:
2019-06-24 00:22:22
阅读次数:
65
Introduction to Netcat Connecting va Listening Bind Shells Attacker connects to victim on listening port Reverse Shells Victim connects to attacker on ...
分类:
Web程序 时间:
2019-06-23 18:56:31
阅读次数:
117
HTTP Enumeration Target Host IP: 10.0.0.20 Brute Forcing using DirBuster 1. Start the dirbuster and set the options. Note: 1. The wordlist can be foun ...
分类:
编程语言 时间:
2019-06-22 21:19:21
阅读次数:
164
Installing Kioptrix: Level 1 Download the vm machine form https://www.vulnhub.com/entry/kioptrix-level-1-1,22/. In the Kali Linux: Find the devices in ...
分类:
编程语言 时间:
2019-06-22 19:59:59
阅读次数:
160
一、socket函数 1、头文件: #include <sys/types.h> /* See NOTES */ #include <sys/socket.h> 2、函数原型: int socket(int domain, int type, int protocol); socket函数类似于op ...
分类:
系统相关 时间:
2019-06-21 22:14:32
阅读次数:
167
Understanding QEMU devices https://www.qemu.org/2018/02/09/understanding-qemu-devices/ July, 2017 Here are some notes that may help newcomers understa ...
分类:
其他好文 时间:
2019-06-21 12:24:38
阅读次数:
147
@ApiOperation(value = "上传人员照片", notes = "上传人员照片")@PostMapping(value = "/uploadBasePersonPic")public JsonResult<String> handleFileUpload( @ApiParam(nam ...
分类:
Web程序 时间:
2019-06-18 18:23:19
阅读次数:
126
Prerequisites: Knowledge of scripting languages(Bash/Pyhon) Understanding of basic networking concepts Understanding of basic Linux syntax A "Try Hard ...
分类:
其他好文 时间:
2019-06-15 20:44:46
阅读次数:
126