码迷,mamicode.com
首页 >  
搜索关键字:site page    ( 18196个结果
ajax和sap以及网络安全
1.sap(single page applaction)一个页面通过众多ajax请求完成的一个app 优点是:减少页面跳转,UI公用部分的重复加载缺点:1.ajax过多的请求,对服务器性能有所消耗2.因为内容都是动态更新,url不切换不方便用户收藏,页面未跳转也不存在后退按钮,同时不利于SEO3....
分类:其他好文   时间:2014-05-27 00:48:35    阅读次数:309
What technical details should a programmer of a web application consider before making the site public?
What things should a programmer implementing the technical details of a web application consider before making the site public? If Jeff Atwood can for...
分类:移动开发   时间:2014-05-24 07:46:17    阅读次数:405
LoadRunner测试结果分析02 转载至zhangzhe的新浪博客
LoadRunner测试结果分析之我见 上述测试过程的重点在于事务,而LoadRunner生成的测试结果图并不局限于事务上,其中还有是关于Vusers、Errors、Web Resources、Web Page diagnostics的测试图。1.对于Vusers的测试图有3种:Running V....
分类:其他好文   时间:2014-05-24 06:09:56    阅读次数:347
LoadRunner测试结果分析03 转载至zhangzhe的新浪博客
LoadRunner测试结果分析之我见 前面分析的Web Resource(网络资源)的测试情况,其主要关注的是服务器性能,而系统本身和环境都有可能存在问题,页面诊断(Web Page Diagnostics)主要就是关注这方面的问题。页面诊断可以很好地定位环境问题,如客户端问题、网络问题等,也可....
分类:其他好文   时间:2014-05-24 05:41:05    阅读次数:247
实现一个基本防盗链标签
1. 标签处理类 1 public class MyReferer extends BodyTagSupport { 2 private String site; 3 private String back; 4 public String getSite() { 5 ...
分类:其他好文   时间:2014-05-24 03:54:31    阅读次数:252
PHP分页
$pagesize){if($pagevel上一页"."下一页";}$sql="select*frommessagelimit$page,$pagesize";$query=mysql_query($sql);while($row=mysql_fetch_array($query)){echo""....
分类:Web程序   时间:2014-05-24 02:34:28    阅读次数:393
crm2011 使用SOAP 查询单个记录 Retrieve
function getServiceUrl() { var serverUrl = Xrm.Page.context.getServerUrl(); if (serverUrl.match(/\/$/)) { serverUrl = serverUrl.substring(0, server...
分类:其他好文   时间:2014-05-20 07:40:00    阅读次数:250
Android新浪微博客户端(六)——Home界面的ListView
原文出自:方杰|http://fangjie.sinaapp.com/?p=184转载请注明出处最终效果演示:http://fangjie.sinaapp.com/?page_id=54该项目代码已经放到github:https://github.com/JayFang1993/SinaWeibo ...
分类:移动开发   时间:2014-05-19 14:08:14    阅读次数:376
php翻页
">上一页 "> = $totalPage){echo $totalPage;}else{echo $page+1;} ?>">下一页
分类:Web程序   时间:2014-05-19 13:42:33    阅读次数:220
page事件
using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebContro...
分类:其他好文   时间:2014-05-19 13:39:55    阅读次数:131
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!