chore 关闭自动更新, chrome "webpage blocked"...
分类:
其他好文 时间:
2014-09-04 19:06:30
阅读次数:
185
webpage字段解释webpage各阶段的字段值变化ROW com.2345.www:http/COL f : fi //fetchIntervalCOL f : ts //fetchTimeid主键,根据网页url生成(格式:reversed domain name...
分类:
其他好文 时间:
2014-09-01 19:07:13
阅读次数:
213
Loadrunner 录制htpps 协议通过IE打开页面,报错“Internet Explorer cannot display the webpage”.但是直接打开IE不通过 loadrunner打开https页面却可以正常打开。问题解决如下(Windows 7):执行:cmd然后执行命令:c...
分类:
Web程序 时间:
2014-08-27 21:42:28
阅读次数:
222
一、各个主要类之间的关系
SolrIndexerJob extends IndexerJob
1、IndexerJob:主要完成
2、SolrIndexerJob:主要完成
3、IndexUtil:主要只有一个方法public NutchDocument index(String key, WebPage page),用于根据网页信息,返回一个solr的Document对象...
分类:
其他好文 时间:
2014-08-25 15:02:14
阅读次数:
270
Microsoft.AspNet.Identity是微软在MVC 5.0中新引入的一种membership框架,和之前ASP.NET传统的membership以及WebPage所带来的SimpleMembership(在MVC 4中使用)都有所不同。 Microsoft.AspNet.Identit...
分类:
Web程序 时间:
2014-08-17 21:05:32
阅读次数:
251
在网上下载了一些chm文件,打开后看不到内容,显示:Navigation to the webpage was canceled 如图: 解决方法如下: 在文件上右键,选择“属性”(Properties), 看到“常规”(General)这页, 点击最下面有个“Unb...
分类:
Web程序 时间:
2014-07-30 20:14:04
阅读次数:
280
.net开发中,无论ajax还是webform,webpage, 总免不了要和request这个静态全局,可以远程通信的对象打交道。而对于软件来讲,按照Matin Fowler的的面向对象,可利用软件的设计之道之说,面向对象的软件,OO最大的好处莫过于实现了良好的封装和复用。通过封装和复用,我们.....
分类:
Web程序 时间:
2014-07-18 15:22:26
阅读次数:
235
You may just post a question in this webpage, and I shall think about it if I have time, and I will link the answer to it.If you know Latex, you may j...
分类:
其他好文 时间:
2014-07-16 21:02:52
阅读次数:
171
转自:http://www.ruanyifeng.com/blog/2008/07/best_webpage_width_and_realization.html1.设计网页的时候,确定宽度是一件很苦恼的事。 以minifun.cn为例,根据Google Analytics的统计,半年多以来,访问者...
分类:
Web程序 时间:
2014-07-16 20:43:57
阅读次数:
195
asp.net 网页框架常用的三种: WebForm,Mvc,WebPages1.WebForm直接在 system.web/pages 下添加2.Mvc新建个Mvc项目,直接复制3.WebPage大致上与Mvc相同,区别在于hostfactoryType,pagespageBaseType ...
分类:
Web程序 时间:
2014-06-25 12:22:16
阅读次数:
287