加载中
openvas 本地漏洞测试环境

Vulnerability scanning is a crucial phase of a penetration test and having an updated vulnerability scanner in your security toolkit can often make a real difference by helping ...

select value check

<!DOCTYPE html> <html> <body> <p>A function is triggered when the user releases a key in the input field. The function transforms the character to upper case.</p> Enter your nam...

2016/07/29 14:03
37
readuce DDOS attacks

How to Help Prepare for DDoS Attacks by Reducing Your Attack Surface

2016/07/26 19:01
140
linux change linux login shell

A. You don’t have to edit /etc/passwd file to change your shell. You need to use chsh command. It changes the user login shell. This determines the name of the users initial lo...

ActiveMQ入门实例

参考博文 http://www.cnblogs.com/xwdreamer/archive/2012/02/21/2360818.html 官方网站 http://activemq.apache.org/activemq-5134-release.html...

2016/07/25 18:02
173
eclipse 工程上面显示 错误 但是却没有发现错误

Take a look at Window → Show View → Problems 可以通过错误视图,找出错误的问题。

git pull 没有想象中的那样怕怕啊-实战解决冲突

NAME git-pull - Fetch from and integrate with another repository or a local branch SYNOPSIS git pull [options] [<repository> [<refspec>…​]] DESCRIPTION Incorporates changes f...

2016/07/25 11:18
2.1W
git branch --list 查看有多少分支

$ git branch --list incremental * master 其中* 代表当前分支号。

2016/07/25 11:05
1.5K
wireshark 流量协议

免费学习课程 http://edu.51cto.com/lesson/id-103598.html

TCP 的那些事儿(上)

TCP是一个巨复杂的协议,因为他要解决很多问题,而这些问题又带出了很多子问题和阴暗面。所以学习TCP本身是个比较痛苦的过程,但对于学习的过程却能让人有很多收获。关于   TCP这个协议的细...

http protocol 协议

http 协议原来是建立在tcp 协议基础上的。

2016/07/24 18:43
139
git checkout Unlink of file try again

Unlink of file 'templates/media/container.html' failed. Should I try again? (y/n)

java.sql.Connection.close() vs null

java.sql.Connection.close() Releases this Connection object's database and JDBC resources immediately instead of waiting for them to be automatically released. close()方法只是释...

2016/07/22 10:24
282
java statement isclosed bug??

PreparedStatement insertlogstmt=null; try{ ...... }catch(Exception e){ ..... } finally {                try {        if (insertlogstmt != null&&(!insertlo...

2016/07/21 17:52
1.1K
linux 清空文件内容的方法

$ > batch.log 在命令行下面,敲上 > 导向符 加上文件名称 就可以了。

java byteviewer

$ git clone https://github.com/Konloch/bytecode-viewer.git Cloning into 'bytecode-viewer'... remote: Counting objects: 3440, done. remote: Total 3440 (delta 0), reused 0 (delta ...

2016/07/21 10:58
31

没有更多内容

加载失败,请刷新页面

返回顶部
顶部