The adidas NMD Singapore is confirmed to produce on The month of january 14th at select adidas Originals retailers worldwide. It's the identical color ...
分类:
其他好文 时间:
2017-07-24 09:53:00
阅读次数:
164
【未完待续】 一、MUSIC 1、 2、 3、 4、 5、 6、 7、 8、 ...
分类:
编程语言 时间:
2017-07-13 23:44:01
阅读次数:
262
MSFVENOM常规选项 1. –p (- -payload-options) 添加载荷payload。 载荷这个东西比较多,这个软件就是根据对应的载荷payload生成对应平台下的后门,所以只有选对payload,再填写正确自己的IP,PORT就可以生成对应语言,对应平台的后门了!!! (- -p ...
分类:
其他好文 时间:
2017-07-13 21:54:24
阅读次数:
165
概览 LSF(Linux socket filter)起源于BPF(Berkeley Packet Filter)。基础从架构一致。但使用更简单。LSF内部的BPF最早是cBPF(classic)。后来x86平台首先切换到eBPF(extended)。但因为非常多上层应用程序仍然使用cBPF(tcp ...
分类:
系统相关 时间:
2017-07-13 19:04:34
阅读次数:
536
《Windows Azure Platform 系列文章目录》 最近有一个客户需求,需要批量导出Azure Classic VM的ACL (Access Control List), 还有ARM VM的NSG (Network Security Group) 设置。 我花了一点时间,写了一个Powe ...
分类:
系统相关 时间:
2017-07-11 00:46:44
阅读次数:
317
Spring MVC 使我们可以简单地,开发灵活且松耦合的Web项目。 在Servlet 2.5及以下,servlet类需要在web.xml文件中,配置<servlet>元素,才能访问这个Servlet。 但在Spring MVC + Servlet 3.0下,通过实现WebApplicationI ...
分类:
编程语言 时间:
2017-07-09 22:02:54
阅读次数:
202
发布遇到的问题1: HTTP 错误 404.17 - Not Found 请求的内容似乎是脚本,因而将无法由静态文件处理程序来处理。 最终解决时IIS的设置情况: 1、应用程序池的高级设置中 启用32位应用程序: True 托管管道模式: Classic 加载用户配置文件: True 2、选中发布的 ...
分类:
编程语言 时间:
2017-07-09 21:55:14
阅读次数:
157
安装Google拼音输入法(Fcitx)$ sudo apt-get install fcitx fcitx-config-gtk fcitx-frontend-all fcitx-ui-classic fcitx-googlepinyin 切换输入法$ im-config -l fcitx xim ...
分类:
系统相关 时间:
2017-07-08 11:24:44
阅读次数:
341
使用IE插件不能打开的解决 1、加 <add key="TamperProofCommunication" value="false" /> 2、替换 <location path="Default Web Site"> <system.webServer> <handlers> <remove n ...
分类:
其他好文 时间:
2017-07-02 22:05:07
阅读次数:
115
ubuntu 12.04设置静态ip 1. 配置静态ip地址 $sudo vi /etc/network/interfaces 原有内容只有如下两行: auto lo iface lo inet loopback 向末尾追加以下内容: auto eth0 iface eth0 inet static ...
分类:
系统相关 时间:
2017-07-01 01:07:29
阅读次数:
202