链接: http://acm.hrbust.edu.cn/index.php?m=ProblemSet&a=showProblem&problem_id=1752
Description
There are n webpages, each of which has its respective page rank. The content is constantly updated ...
分类:
其他好文 时间:
2014-06-09 23:32:22
阅读次数:
270
资料来源:Editplus
Wikihttp://editplus.info/wiki/Regular_Expressionshttp://editplus.info/wiki/Regular_expression_syntaxRegular
Expressions 正则表达式This page e...
分类:
其他好文 时间:
2014-06-08 20:09:22
阅读次数:
344
在完成产品列表页前要做一些准备功夫。首先是去下载MvcPager用了为产品列表分页。下载的可能是基于MVC 2的,没关系,可以用在MVC
3上。如果有担心,下载源代码重新编译一次好了。下载后将DLL添加到引用里。
接着是要修改一下路由以实现“Catalog/List/[id]/[page]”的访问....
分类:
Web程序 时间:
2014-06-08 19:26:29
阅读次数:
361
提及Java Web工程中web.xml文件无人不知,无人不识,呵呵呵:系统首页、servlet、filter、listener和设置session过期时限,张口就来,可是你见过该文件中的error-page标签吗?...
分类:
编程语言 时间:
2014-06-08 17:40:36
阅读次数:
251
5年前写的站, 当时是在apache下写的error page, 换了nginx后, 404页面直接跳到了500 服务器内部错误.
只需要在配置
try_files 的时候指定一下就可以了
我的是debian, 在/etc/nginx/site-available/default 里面location /
server{
location / {
try_fi...
分类:
其他好文 时间:
2014-06-08 17:01:43
阅读次数:
204
本文主要解说缺页处理程序,凝视足够具体,不再解释。//以下函数将一页内存页面映射到指定线性地址处,它返回页面的物理地址//把一物理内存页面映射到线性地址空间指定处或者说把线性地址空间指定地址address处的页面映射到主内存区页面page上。主要工作是在相关也文件夹项和页表项中设置指定页面的信息。在...
分类:
系统相关 时间:
2014-06-08 06:34:29
阅读次数:
285
1 This is my JSP page. 2 3 4 5 6 10 12 13 14 15
-->16 >18 -->19 21...
分类:
其他好文 时间:
2014-06-08 06:19:44
阅读次数:
247
A JSP page exists in three forms:JSP source
code:consists of a mix of HTML template code.Java language statements.JSP
directives and actions that desc...
分类:
Web程序 时间:
2014-06-08 00:18:41
阅读次数:
523
查了一大堆网上的资料全都没用,Google得知,是Windows 7 的socket泄漏
:https://supportkb.riverbed.com/support/index?page=content&id=S23580&actp=LIST_RECENT补丁下载地址:
http://suppo...
分类:
编程语言 时间:
2014-06-07 22:19:32
阅读次数:
857
1. 在.aspx中添加异步标记;2.
在.aspx.cs或者.ascx.cs(用户控件)中添加异步方法;3. 在.aspx.cs或者.ascx.cs的Page_Load或者OnLoad注册异步方法。
分类:
Web程序 时间:
2014-06-07 21:00:06
阅读次数:
367