1.NginxNginx是通过将多个Web Server绑定到同一个IP地址下,以实现多个WebServer间的负载均衡,降低单个Web Server的负荷,以提高整体的性能与稳定性。安装和配置Nginx的简单方式如下:1)下载并解压Nginx到本地目录:http://nginx.org/en/do...
分类:
其他好文 时间:
2014-07-19 21:23:22
阅读次数:
227
希望的效果如图:网上找了各纯css的做了下修改:代码如下:<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Strict//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<style>
.logo1{
width:150px;
height:60px;
float:left
}
a.alt{
position:relative;
backgr..
分类:
其他好文 时间:
2014-07-17 10:55:57
阅读次数:
231
1. 定义http://en.wikipedia.org/wiki/Adapter_patternAn adapter helps two incompatible interfaces to work together. This is the real world definition for ...
分类:
其他好文 时间:
2014-07-16 19:01:47
阅读次数:
345
1.源代码下载及安装:http://www.tornadoweb.org/en/stable/2.python中xmlrpc库官方文档:https://docs.python.org/3/library/xmlrpc.html?highlight=xmlrpc3.xml介绍与学习:http://ww...
分类:
编程语言 时间:
2014-07-16 18:47:23
阅读次数:
278
1.定义(http://en.wikipedia.org/wiki/Command_pattern#Java)Inobject-oriented programming, thecommand patternis abehavioraldesign patternin which an object...
分类:
其他好文 时间:
2014-07-16 17:06:41
阅读次数:
297
1)安装RUBY:从 http://www.ruby-lang.org/en/ 下载 ruby182-15.exe,安装Ruby。ruby -v 看是否安装成功。2)安装RAILS框架 :gem install rails --remotesrails -v 看版本号号,看是否安装成功。3)安装 J...
分类:
其他好文 时间:
2014-07-16 16:46:39
阅读次数:
206
需要用到的包:(这里只是其中一个版本,其他的百度)
mysql-connector-java-5.1.6-bin
mybatis-3.2.2
先看项目目录:
配置文件mybatisconfig.xml:
<!DOCTYPE configuration
PUBLIC "-//mybatis.org//DTD Config 3.0//EN"
"http://mybati...
分类:
其他好文 时间:
2014-07-16 13:47:07
阅读次数:
234
参考资料:1.http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/d/0001000003s8000000.htm2.http://help.arcgis.com/en/sdk/10.0/arcob...
分类:
数据库 时间:
2014-07-16 12:46:27
阅读次数:
182
Locale locale = getResources().getConfiguration().locale;
String language = locale.getLanguage();
以上代码可以获取到当前系统的语言码,中文的语言码为ch,英文的语言码为en,完整的语言码如下:
bn_BD孟加拉语(孟加拉)
bo_CN 博多语(中国)
bo_IN 博多语(印度)
...
分类:
移动开发 时间:
2014-07-16 11:03:31
阅读次数:
228
每次换电脑或者eclipse因为某些缘故挂掉了,重新搞一个eclipse 还要再去四处找各种插件去安装,烦死了~~~
下面把一些常用的插件和地址放着:
1. HTML 编辑器 插件:
http://amateras.sourceforge.jp/cgi-bin/fswiki_en/wiki.cgi?page=EclipseHTMLEditor
2. TOMCAT 服务器 插...
分类:
系统相关 时间:
2014-07-16 09:21:36
阅读次数:
262