文章分类 - Asp.net
摘要:爬虫:http://www.cnblogs.com/huangxincheng/archive/2012/11/08/2759752.htmlhttp://www.cnblogs.com/huangxincheng/多线程:http://www.cnblogs.com/huangxincheng/archive/2012/03/14/2395279.htmlLucene资料:http://www.cnblogs.com/huangxincheng/archive/2012/03/14/2395279.html个人学习资料:ftp://202.107.251.26一.页面原型图制作工具: htt
阅读全文
摘要:安装window server 程序:C:\Windows\Microsoft.NET\Framework\v2.0.50727\installutil DataUpdateService.exe net start LuceneServer卸载window server 程序:net stop LuceneServer C:\Windows\Microsoft.NET\Framework\v2.0.50727\installutil /U DataUpdateService.exe--方法1彻底删除服务信息的方法sc delete DataUpdateService--方法2HKEY_LOC
阅读全文
摘要:var orderCode = getCode("orderCode");--js 获取url参数值function getCode(orderCode) { new RegExp("(^|&)" + orderCode + "=([^&]*)").exec(window.location.search.substr(1)); return RegExp.$2 } /// <summary> /// 取HttpRequest请求中名称为ParamName的参数的值,包括QueryString和Form参数,
阅读全文
摘要:在上传页面添加:<iframe frameborder="0" scrolling="no" id="frameUpload" src="FileUpload.aspx" height="28px" width="400px"></iframe>FileUpload.aspx页面:<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Fil
阅读全文