07 2013 档案
摘要:阳历生日。打开google首页,logo赫然是些许蛋糕!满贴心的一个小举动,不错!
阅读全文
摘要:有时需要抓去本地封包,但在winxp下,wireshark不会抓去本地包。可以通过建立路由的方式是wireshark抓去本地包。route add 192.168.3.123 mask 255.255.255.255 192.168.3.1 metric 1设置好以后就可以抓包了。比如抓取tomcat请求回应包tcp.dstport == 8080 || tcp.port == 8080附,常用过滤语法:eth.addr eq 00:08:d2:00:09:10 查找MAC等于00:08:d2:00:09:10的数据包,不过源MAC还是目标MACeth.src eq 00:08:d2:0...
阅读全文
摘要:A boy says to her mother, "Mom, is God a man or woman?" The mom thinks a while and says, "Well, son, God is both man and woman." The son is confused, so he asks, "Is God black or white?" The mother replies, "God is both black and white, honey." The son, still
阅读全文
摘要:/* * Copyright 2002-2010 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles
阅读全文
摘要:1. 下载spring-ldap-1.3.0.RELEASE-with-dependencies.zip,里面doc,demo很全面,jar基本满足要求。2. 附带的junit的test还是别运行了,跑好累了都不动。3. demo中附带了\samples\demos\demo-tiger\src\test\resources\config\setup_data.ldif,可直接放入BDB。但放入前需先建立根节点,例如可使用下列代码建立:dn: dc=jayway,dc=seobjectclass: dcObjectobjectclass: organizationo: Example Comp
阅读全文