2014年(9)
发布时间:2014-02-17 11:21:12
/*** Created with JetBrains WebStorm.* User: liangxinglei* Date: 14-2-17* Time: 上午9:43* To change this template use File | Settings | File Templates.*/var http = require('http');var server = http.createServer(function (req, res) { res.writeHead(200, {'Content-type': "text/plai.........【阅读全文】
发布时间:2014-02-17 11:19:45
前台主要代码: <img style="width:150px;height:150px;border:solid gray 1px;margin:5px;cursor:pointer;" alt="雾霾图片为空" title="双击查看大图" ondblclick="showWumaiPic(this);" src="getPicture.do?Path=*****"></img>后台主要代码: final String path = request.getPar.........【阅读全文】
发布时间:2014-01-23 10:38:46
安装wget http://haproxy.1wt.eu/download/1.3/src/haproxy-1.3.20.tar.gztar xzvf haproxy-1.3.20.tar.gzmv haproxy-1.3.20 /usr/local/haproxycd /usr/local/haproxy/make TARGET=linux26make install./haproxy -v HA-Proxy version 1.3.20 2009/08/09Copyright 2000-2009 Willy Tarreau <w@1wt..........【阅读全文】