上一页 1 ··· 45 46 47 48 49 50 51 52 53 ··· 73 下一页
摘要: 1var G = { cgi: { telecom_query : "http://222.68.223.242/cgi-bin/telecom_business.fcgi", company:"", product:"", category: "新闻", feature: "", timename: "", time_l: "", time_r: "", page: "", is_time_exact:" 阅读全文
posted @ 2011-08-26 11:46 wangkangluo1 阅读(411) 评论(0) 推荐(0) 编辑
摘要: 1irptraceACDSeeXMLSpy2009CommVieweXeScopeCuteFTP 8 ProfessionalGoldWaveHTTPAnalyzerFullV3UEStudio 06UltraCompareUltraSentryMyEclipse 8.x LatestorangeNettrace 2009orangeProcesstrace 2006microsoft visual foxpro 9MATLAB7SnifferNTRationalReal AlternativeSCREEN2EXESourceTec sothinkObjectDockSupport Tools 阅读全文
posted @ 2011-08-25 18:47 wangkangluo1 阅读(297) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://hi.baidu.com/chzhao007/blog/item/e9dbc5ac1191bc034b36d6df.html前几天,我竟被只小鸟小觑了一下,我承认本人blog中张贴出来的代码确实一般,所以我得在此在重审一下:本人张贴出来的代码都不是本人最终代码!本人blog中到现在确实用C写的代码很多,但不代表本人不崇尚C++的对象编程,只不过本人现在从事的许多方面用C和汇编搞起来比较方便,所以用C写东东比起C++来随手。为了使本人blog阐述的东东近于完善,在此就写下本人对C++类的一点点本质认识。在此再次重审:本人blog不代表本人现在真实水准。谁都要有点看家本事, 阅读全文
posted @ 2011-08-25 18:37 wangkangluo1 阅读(882) 评论(0) 推荐(0) 编辑
摘要: 我发给你的url类似http://localhost/test.php?random_str=0.045112134190276265 //random_str为固定字段 原样返回你返回给我的类似 _ape_json_.back && _ape_json_.back({just:"fuckof", random_str:0.045112134190276265}) //红色部分为固定字段 0.045112134190276265为我传给的值 阅读全文
posted @ 2011-08-25 11:49 wangkangluo1 阅读(469) 评论(0) 推荐(0) 编辑
摘要: 结合ajax段代码<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; cha 阅读全文
posted @ 2011-08-25 08:32 wangkangluo1 阅读(334) 评论(0) 推荐(0) 编辑
摘要: 改变以往ajax回掉函数的问题:文件:wkl_ajax.js示例代码:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" co 阅读全文
posted @ 2011-08-24 22:12 wangkangluo1 阅读(581) 评论(0) 推荐(0) 编辑
摘要: 1CXXFLAGS = -O2 -g -Wall -fmessage-length=0 OBJS = newfcgi.oLIBS = `pkg-config glib-2.0 --cflags --libs` -lscholar -legg2TARGET = newfcgi.exe$(TARGET): $(OBJS) $(CXX) -o $(TARGET) $(OBJS) $(LIBS)all: $(TARGET)clean: rm -f $(OBJS) $(TARGET 2 阅读全文
posted @ 2011-08-22 19:08 wangkangluo1 阅读(421) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://xbull.blogbus.com/logs/6129341.htmlboost简介版权声明:转载时请以超链接形式标明文章原始出处和作者信息及本声明http://xbull.blogbus.com/logs/6129341.htmlboost是一个准标准库,相当于STL的延续和扩充,它的设计理念和STL比较接近,都是利用泛型让复用达到最大化。不过对比STL,boost更加实用。STL集中在算法部分,而boost包含了不少工具类,可以完成比较具体的工作。boost主要包含一下几个大类:字符串及文本处理、容器、迭代子(Iterator)、算法、函数对象和高阶编程、泛型编程、 阅读全文
posted @ 2011-08-21 22:12 wangkangluo1 阅读(638) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://www.cnblogs.com/liuyong/archive/2011/03/08/1977746.htmljQuery 学习笔记之六 (jQuery DOM的操作)view sourceprint?DOM操作的分类DOM Core 并不专属于javascript,任何一种支持DOM的程序设计语言都可以使用它。它的用途并非仅限与处理网页,也可以用来处理任何一种使用标记语言编写出来的文档。例如XMLjavascript中的getElementById(),getElementByTagName(),getAttribute()和setAttribute()等方法,这些都 阅读全文
posted @ 2011-08-19 17:35 wangkangluo1 阅读(34920) 评论(2) 推荐(3) 编辑
摘要: 原文地址:http://zhidao.baidu.com/question/174994782.htmlfunction QueryString(fieldName) if(urlEnd != -1) { var paramsUrl = urlString.substring(urlEnd+typeQu.length); var isEnd = paramsUrl.indexOf('&'); if(isEnd != -1) { return paramsUrl.substring(0, isEnd); } else { return paramsUrl; } } els 阅读全文
posted @ 2011-08-18 15:44 wangkangluo1 阅读(231) 评论(0) 推荐(0) 编辑
上一页 1 ··· 45 46 47 48 49 50 51 52 53 ··· 73 下一页