码迷,mamicode.com
首页 >  
搜索关键字:notes    ( 1141个结果
Stanford CS229 Machine Learning by Andrew Ng
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
ALTER TABLE - 修改表的定义
SYNOPSIS DESCRIPTION 描述 ALTER TABLE 变更一个现存表的定义。它有好几种子形式: 要使用 ALTER TABLE,你必需拥有该表; 除了 ALTER TABLE OWNER 之外,它只能由超级用户执行。 PARAMETERS 参数 NOTES 注意 COLUMN 关键 ...
分类:其他好文   时间:2019-06-24 12:07:57    阅读次数:139
OSCP Learning Notes - Buffer Overflows(1)
Introduction to Buffer Overflows Anatomy of Memory Anatomy of the Stack ...
分类:其他好文   时间:2019-06-24 00:22:22    阅读次数:65
OSCP Learning Notes - Netcat
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
OSCP Learning Notes - Enumeration(2)
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
OSCP Learning Notes - Enumeration(1)
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
Linux下的TCP Socket通信
一、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
【转】理解qemu对设备的模拟机制
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
OSCP Learning Notes - Overview
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
1141条   上一页 1 ... 16 17 18 19 20 ... 115 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!