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
GridSearchCV实际上可以看做是for循环输入一组参数后再比较哪种情况下最优. 参考:https://machinelearningmastery.com/grid-search-hyperparameters-deep-learning-models-python-keras/ https ...
分类:
其他好文 时间:
2019-06-23 15:59:31
阅读次数:
119
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
AAAI 2018 分析 word embedding Learning Sentiment Specific Word Embedding via Global Sentiment Representation Context based word embedding learning appro ...
分类:
其他好文 时间:
2019-06-22 10:37:06
阅读次数:
96
原文 http://wiki.jikexueyuan.com/project/ssh-noob-learning/dynamic-proxy.html 原文 https://blog.csdn.net/gwblue/article/details/39668211 ...
分类:
编程语言 时间:
2019-06-20 17:32:30
阅读次数:
120
现代框架移植到移动端问题不大,caffe2在支持facebook应用需要的layer以及全protobuf情况下小于1MB,核心大概在100多kb,看起来和mdl一致。 移动端最重要问题是如何优化。绝大多数数学库优化是针对server或者GPU来做的,移动端可以跑但是跑不快。 需要着重考虑的点: 1 ...
分类:
其他好文 时间:
2019-06-17 17:30:48
阅读次数:
97
前端路由的发展 参考博客 "前端路由是什么东西?" 什么是路由 在jQuery时代,我们使用``实现页面切换。 其响应过程是这样的 1.浏览器发出请求 2.服务器监听到指定端口的请求,并解析url路径 3.浏览器根据数据包的Content Type来决定如何解析数据 4.根据服务器的路由配置,返回相 ...
分类:
其他好文 时间:
2019-06-16 15:44:30
阅读次数:
113
vue路由vue router 目录 1. 前端路由历史 1. 服务端渲染(SSR:server side render) 1. 客户端路由(client side routing) 1. 前端路由实现原理 1. hash模式: location.hash 和 hashChange事件 1. his ...
分类:
其他好文 时间:
2019-06-16 15:44:09
阅读次数:
84
组件三大API之一: prop prop的大小写 prop接收类型 字符串数组形式 对象形式: type / required / default / validator prop传递类型: 静态传递 / 动态绑定 单向数据流 非prop:替换或合并 / 禁用inheritAttrs:false / ...