这个方法好使,很幸运我的目标就是用的openssl。http://www.cloudshield.com/blog/advanced-malware/how-to-decrypt-openssl-sessions-using-wireshark-and-ssl-session-identifiers...
分类:
其他好文 时间:
2014-12-26 16:33:49
阅读次数:
190
环境:win7(64位)+sql2008sql语句: --启用Ad Hoc Distributed Queries:exec sp_configure 'show advanced options',1reconfigureexec sp_configure 'Ad Hoc Distribute.....
分类:
数据库 时间:
2014-12-26 10:57:55
阅读次数:
212
free throw line extended罚球线向两侧延伸直到边线(side line)之间的区域post up背打。更具体的解释为:进入低位位置(establish a position in the low post)low post三秒区的底端。high post三秒区的顶端。key三秒...
分类:
其他好文 时间:
2014-12-25 21:55:10
阅读次数:
190
介绍
lighttpd是众多OpenSource轻量级的web server中较为优秀的一个。支持FastCGI, CGI, Auth, 输出压缩(output compress), URL重写, Alias等重要功能。
[编辑]Lighttpd
sudo apt-get install lighttpd #安装lighttpd
安装后系统会自动启动lighttpd,打开htt...
分类:
Web程序 时间:
2014-12-25 20:30:38
阅读次数:
360
Windows 7 、Windows 2003 Standard Edition、Windows 2003 Enterprise Edition、Windows XP 、Windows 2000 Server、Windows 2000 Advanced Server 以及 Windows 2000 ...
Gesture RecognizersGesture recognizers convert low-level event handling code into higher-level actions. They are objects that you attach to a view, wh...
分类:
移动开发 时间:
2014-12-25 12:51:17
阅读次数:
658
首先:NMHDR=NotifyMessageHandlerNMHDR结构包含下列成员:typedefstructtagNMHDR{
HWNDhwndFrom;//handleofcontrolsendingmessage,相当于原WM_COMMAND传递方式的lParam
UINTidFrom;//identifierofcontrolsendingmessage相当于原WM_COMMAND传递方式的wParam(low-order
UINTco..
分类:
编程语言 时间:
2014-12-24 18:33:30
阅读次数:
176
在算法导论4.1最大子数组问题中首先提出的是暴力求解方法即计算所有子数组的组合,然后求其和,寻找最大值。这种方法运行时间为Ω(n^2)。然后提出有没有更好的方法。使用分治策略的求解方法:寻找子数组A[low..high]的最大子数组,使用分治技术意味着要将子数组划分为两个规模尽量相等的子数组。也就是...
分类:
编程语言 时间:
2014-12-24 16:06:36
阅读次数:
307
题意:
给n个数,求它的最长下降子序列长度和数量。
分析:
dp,计数的时候要避免重复计数。
代码:
//poj 1952
//sep9
#include
using namespace std;
const int maxN=5012;
int a[maxN];
int dp[maxN];
int num[maxN];
int main()
{
int i,j,n,ans=0,an...
分类:
其他好文 时间:
2014-12-24 14:46:55
阅读次数:
182
1、检查服务器是否有必要的支持。如果检查结果没有这些支持的话,是不能安装pptp的。命令:modprobeppp-compress-18&&echook这条执行执行后,显示“ok”则表明通过。不过接下来还需要做另一个检查,输入指令:cat/dev/net/tun如果显示如下信息,说明通过,如果不支持,..
分类:
其他好文 时间:
2014-12-23 17:34:33
阅读次数:
195