自由世界

文章
3
资源
0
加入时间
4年1月24天

C++发送HTTP请求---亲测可行(转)

转自:http://hi.baidu.com/benbearlove/item/1671c23017575825b3c0c53f环境:xp sp3,vs2008#include #include #include #include #include "Wininet.h"#pragma comment(lib,"Wininet.lib")//模拟浏览器发送HTTP

java通过反射动态获取类名和方法名

import org.aopalliance.intercept.MethodInvocation;@Override public Object invoke(final MethodInvocation invoke) throws Throwable { long time = System.currentTimeMillis(); try { return invoke...