ubuntu12.04 64位下安装w3af:sudo apt-get install 
w3af解决安装之后w3af_console不能运行的问题:运行w3af_console会提示如下错误:/usr/bin/w3af_console: 3: 
/usr/bin/w3af_console: /usr/...
                            
                            
                                分类:
其他好文   时间:
2014-04-30 14:56:04   
                                阅读次数:
569
                             
                         
                    
                        
                            
                            
                                poj 1279 求半平面交的 
面积题目来源:http://poj.org/problem?id=1279分析: 求半平面交的 面积代码如下:const double EPS = 
1e-8;const int Max_N = 1505;struct Point{ double x,y; ...
                            
                            
                                分类:
其他好文   时间:
2014-04-29 16:35:46   
                                阅读次数:
499
                             
                         
                    
                        
                            
                            
                                原文:漂浮广告代码兼容ie、firefox,多个漂浮不冲突,调用只需两行代码将广告内容放在div中,设置一个id,然后用下面方法调用var adcls=new 
AdMove("div的id");adcls.Run();注意,在调用前要先引用Main.js和AdFloat.js,div也要在调用前写好...
                            
                            
                                分类:
其他好文   时间:
2014-04-29 16:34:47   
                                阅读次数:
439
                             
                         
                    
                        
                            
                            
                                原文: 通过.NET实现后台自动发送Email功能的代码示例 
通过.NET实现后台自动发送邮件功能的代码,可以将一些基础信息放到web.config文件中进行保存:Web.config文件信息段: 后台实现:using 
System.Net.Mail;using System.Configurati...
                            
                            
                                分类:
Web程序   时间:
2014-04-29 16:33:46   
                                阅读次数:
455
                             
                         
                    
                        
                            
                            
                                1、初始化Load导入一个XML文件到CMarkup的对象中,并对它进行解析。类似C#的Load。SetDoc从字符串中导入XML数据,并对它解析。类似C#的LoadXml。2、输出Save将XML数据写入文件中。类似C#的Save。GetDoc将整个XML数据文档作为字符串返回。3、改变当前位置F...
                            
                            
                                分类:
其他好文   时间:
2014-04-29 16:32:46   
                                阅读次数:
411
                             
                         
                    
                        
                            
                            
                                今天遇到个软件要求安装oracle 
client端,于是考虑装精简版本的,就从http://www.oracle.com/technology/software/tech/oci/instantclient/index.html下载了instantclient-basic-win32-10.2.0....
                            
                            
                                分类:
数据库   时间:
2014-04-29 16:32:46   
                                阅读次数:
535
                             
                         
                    
                        
                            
                            
                                var aQuery = function(selector, context) {return 
new aQuery.prototype.init();//工厂方法创建一个对象}aQuery.prototype = {init: function() 
{return this;},getAge: ...
                            
                            
                                分类:
Web程序   时间:
2014-04-29 16:31:46   
                                阅读次数:
511
                             
                         
                    
                        
                            
                            
                                #include#include#include#include #includeusing 
namespace std;char c[1000005];int main(int argc, char* argv[]){	int 
n;	scanf("%d", &n); while(n--)	{	.....
                            
                            
                                分类:
其他好文   时间:
2014-04-29 16:31:46   
                                阅读次数:
286
                             
                         
                    
                        
                            
                            
                                1. 在页面的中文变量前添加encodeURIComponent()$.ajax({ type: 
"POST", url: "", data:{ id:encodeURIComponent(id), type:encodeURIComponent(type) 
...
                            
                            
                                分类:
其他好文   时间:
2014-04-29 16:25:47   
                                阅读次数:
345
                             
                         
                    
                        
                            
                            
                                一:新建类HotKeys命名空间:using 
System.Runtime.InteropServices;二:注册热键API[DllImport("user32")]public static 
extern bool RegisterHotKey(IntPtr hWnd, Int32 id, UI...
                            
                            
                                分类:
其他好文   时间:
2014-04-29 16:25:46   
                                阅读次数:
330