码迷,mamicode.com
首页 >  
搜索关键字:etcinit.dinit.crs en    ( 12865个结果
Nginx+Memcached+Tomcat集群配置
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
Adapter pattern
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
Tornado/Python 学习笔记(一)
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
command pattern
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
ROR 环境的 搭建
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
mybatis 的简单使用
需要用到的包:(这里只是其中一个版本,其他的百度) 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
ArcObjects 中连接geodatabase
参考资料: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
Android开发实用技巧:判断当前系统语言版本
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因为某些缘故挂掉了,重新搞一个eclipse 还要再去四处找各种插件去安装,烦死了~~~ 下面把一些常用的插件和地址放着: 1. HTML 编辑器 插件: http://amateras.sourceforge.jp/cgi-bin/fswiki_en/wiki.cgi?page=EclipseHTMLEditor 2. TOMCAT 服务器 插...
分类:系统相关   时间:2014-07-16 09:21:36    阅读次数:262
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!