`
lewis_liu
  • 浏览: 3952 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论
文章列表
一、       工具   nginx-1.8.0   apache-tomcat-6.0.33 二、    目标   实现高性能负载均衡的Tomcat集群:    三、    步骤   1、首先下载Nginx,要下载稳定版:      2、然后解压两个Tomcat,分别命名为apache-tomcat-6.0.33-1和apache-tomcat-6.0.33-2:      3、然后修改这两个Tomcat的启动端口,分别为18080和28080,下面以修改第一台Tomcat为例,打开Tomcat的conf目录下的server.xml:      共需修改3处端口: ...
大家做网站优化的时候,可能最多的时候都考虑的是站内优化和外链,今天主要来讲些GZIP压缩是否对网站优化存在影响。 GZIP压缩:准确的来说是服务器性能的优化,当然我认为GZIP也可以算是站内优化的一部分。 什么是GZIP(百 ...
资源里面配置 button:agent_paper_transferPaper 代码里面写 <shiro:hasPermission name="button:agent_paper_transferPaper"><a href="#" >按钮</a></shiro:hasPermission>
package cn.spring.test.htmltopdf;    import java.io.File;  import java.io.FileOutputStream;  import java.io.OutputStream;    import org.xhtmlrenderer.pdf.ITextFontResolver;  import org.xhtmlrenderer.pdf.ITextRenderer;    import com.lowagie.text.pdf.BaseFont;    public class HtmltoPDF {    ...
当在first.html中,有个链接如:<a href="second.html" data-role="button" id="submit">登录</a>     而在second.html中,譬如我引用了highcharts这个jquery图表插件,会在second.html页面中生成一些图表。     可是这种情况,当我用chrome浏览器点击“登录”按钮时,链接到second页面,可是second页面的图表不会显示,需要刷新一下才能显示图表,于是我结合了phonegap,把此项目布到android手 ...
设置footer 在底部 data-position="fixed" 加背景图片 style="background: url('/app/images/loginbg.png') 50% 0 no-repeat;background-size:cover;"
package com.example.webview;    import android.os.Bundle;  import android.annotation.SuppressLint;  import android.app.Activity;  import android.view.KeyEvent;  import android.view.Menu;  import android.webkit.WebSettings;  import android.webkit.WebView;  import android.webkit.WebViewClient; ...
Global site tag (gtag.js) - Google Analytics