/* 参数说明: pi_program_name 程序名称 pi_directory
写入日志文件所在的目录 pi_file 日志文件名称,必须存在 pi_log_level 日记级别,INFO、WARN、FATAL pi_write_to
...
分类:
数据库 时间:
2014-06-07 22:09:19
阅读次数:
368
由于JIT的优化在调试Release版本程序集往往没有足够的跟踪信息,比如查看clrstack发现PARAMETERS:=
状态。在程序运行目录下创建一个[程序集名称].ini文件,比如:MyLibrary.dll => MyLibrary.ini。[.NET
Framework Debugging...
分类:
Web程序 时间:
2014-06-07 22:04:32
阅读次数:
232
http://www.evalumation.com/blog/86-cygwin-windows7-sshd
前面已经说过LU,Cholesky和QR分解,这次介绍的是实Schur分解。对这个分解的定义是任意一个矩阵A,可有如下形式的分解: U*A*U’ =
B;其中B是拟上三角矩阵,拟上三角矩阵的定义是在矩阵的对角线上存在2x2大小的矩阵,而且矩阵U是正交矩阵,因为矩阵A的特征值和B的特征值相同。而且A的...
分类:
其他好文 时间:
2014-06-07 22:03:21
阅读次数:
1919
struct msghdr和struct
cmsghdrhttp://blog.csdn.net/wsllq334/article/details/6977039structdescriptorcredentialsfilesocket数据结构
理解struct msghdr当我第一次看到他时,他看...
分类:
其他好文 时间:
2014-06-07 22:02:02
阅读次数:
1731
using System;using System.Collections.Generic;using
System.Linq;using System.Web;using System.Text;using System.Data.SqlClient;using
System.Data;using...
分类:
数据库 时间:
2014-06-07 21:59:54
阅读次数:
335
题目链接 Given a m x n grid filled with non-negative
numbers, find a path from top left to bottom right which minimizes the sum of
all numbers along its p...
分类:
其他好文 时间:
2014-06-07 21:59:08
阅读次数:
344
题目描述:从上往下打印出二叉树的每个节点,同层节点从左至右打印。输入:输入可能包含多个测试样例,输入以EOF结束。对于每个测试案例,输入的第一行一个整数n(1arr[j].num;
} if(a->arr[j].lchild != 0){ Quene[end_q++] = ...
分类:
其他好文 时间:
2014-06-07 21:56:39
阅读次数:
225
下面是个人理解的单例模式:using System;using
System.Collections.Generic;using System.Linq;using System.Text;namespace
ConsoleApplication6{ public sealed class Si.....
分类:
其他好文 时间:
2014-06-07 21:55:56
阅读次数:
277
Burp
Suite是Web应用程序测试的最佳工具之一,其多种功能可以帮我们执行各种任务.请求的拦截和修改,扫描web应用程序漏洞,以暴力破解登陆表单,执行会话令牌等多种的随机性检查。本文将做一个Burp
Suite完全正的演练,主要讨论它的以下特点.1.代理--Burp Suite带有一个代理,通...
分类:
其他好文 时间:
2014-06-07 21:54:29
阅读次数:
418