Metasploit更新,官方放弃SVN,开始使用GIT有一段时间没有写文章了,今天翻译一篇文章吧。以后Metasploit更新,请不要再使用下面的方法了1svn
co https://www.metasploit.com/svn/framework3/trunk请使用GIT来进行更新1git cl...
分类:
Web程序 时间:
2014-06-09 15:32:47
阅读次数:
380
6.1微软小冰被封杀后,果然应了之前网友们那句话“MS这下跟TX结仇没准就投奔TX的对手了”——最近又传出要与米聊和易信合作!想想当初微信、易信、来往掐的多火热......不知各位都“调戏”过小冰没,这里用“调戏”一词可能有人会觉着不妥,但个人认为无论是从小冰的发布会还是到小冰账号头像再到使用体验,...
分类:
其他好文 时间:
2014-06-09 14:00:57
阅读次数:
224
随着win7使用者的不断扩大,开始将ie8纳入开发兼容浏览器范围"\9" 例:"margin:0px
auto\9;".这里的"\9"可以区别所有IE和FireFox."*" IE6、IE7可以识别.IE8、FireFox不能."_" IE6可以识别"_",IE7、IE8、FireFox不能..co...
分类:
Web程序 时间:
2014-06-09 00:58:44
阅读次数:
243
zzs@ubuntu:~$ sudo /opt/lampp/lampp
startapache[sudo] password for zzs:XAMPP is currently only availably as 32 bit
application. Please use a 32 bit co...
分类:
其他好文 时间:
2014-06-08 23:04:45
阅读次数:
288
抽象工厂模式:提供一个创建一系列相关或相互依赖对象的接口,而无需指定它们的具体类。简单描述:有多种抽象产品,并且每种抽象产品都有多个具体产品。一个抽象工厂,提供多个具体工厂,每个工厂则提供不同种类的具体产品。大话设计模式中的截图:例子代码:AbstractProductA类:1
package co...
分类:
编程语言 时间:
2014-06-08 21:59:56
阅读次数:
376
摘译自http://mikehadlow.blogspot.co.uk/2014/06/heisenberg-developers.html——“你无法在不改变他们状态的情况下观察一个开发者”故事是这样的,数年以前我在一个颇具规模的项目里干活。一开始十分顺利,不懂技术的老板和一些用户给我们指个大方向...
分类:
其他好文 时间:
2014-06-08 21:11:17
阅读次数:
330
#include #include #include #include
"ringbuffer.h"static int b_flag = 0;pthread_mutex_t mutex =
PTHREAD_MUTEX_INITIALIZER;#define TX_LOCK(lock) pthr.....
分类:
系统相关 时间:
2014-06-08 20:45:34
阅读次数:
452
题目如下:
Given an input string, reverse the string word by word.
For example,
Given s = "the sky is blue",
return "blue is sky the".
click to show clarification.
Clarification:
What co...
分类:
其他好文 时间:
2014-06-08 14:58:13
阅读次数:
231
freemarker自定义标签
1、错误描述
freemarker.core.ParseException: Unexpected end of file reached.
at freemarker.core.FMParser.generateParseException(FMParser.java:4702)
at freemarker.core.FMParser.jj_co...
分类:
其他好文 时间:
2014-06-08 10:00:35
阅读次数:
226