//// MainViewController.m// fitmiss//// Created by bill on 13-4-11.// Copyright (c) 2013年 lear. All rights reserved.//#import "MainViewController....
分类:
其他好文 时间:
2014-07-24 12:16:45
阅读次数:
149
POCO的概念是从java的POJO借用而来,而两者的含义是一致的,不同的仅仅是使用的语言不一样。所以POCO的解释就是“Plain Old C# Object”。从字面上翻译为“纯洁老式的C#对象对象”,理解POCO先要理解POJO 1、什么是POJO POJO的名称有多种,pure ol...
分类:
其他好文 时间:
2014-07-22 00:04:33
阅读次数:
192
Problem Description
Eight-puzzle, which is also called "Nine grids", comes from an old game.
In this game, you are given a 3 by 3 board and 8 tiles. The tiles are numbered from 1 to 8 and each ...
分类:
其他好文 时间:
2014-07-21 16:22:02
阅读次数:
264
Feel Good
Time Limit: 3000MS
Memory Limit: 65536K
Total Submissions: 9186
Accepted: 2509
Case Time Limit: 1000MS
Special Judge
Description
Bill is developi...
分类:
其他好文 时间:
2014-07-21 11:21:15
阅读次数:
235
每一个集成环境都缺不了一个网络文件服务器,今天介绍一下,该lab-bill-davidey清单里的公共服务(common)模块vsftp服务器。vsftp#allowallftpincomingconnectionsiptables-AINPUT-ptcp--dport21-mstate--stateESTABLISHED-jACCEPTiptables-AOUTPUT-ptcp--sport21-mstate--sta..
分类:
其他好文 时间:
2014-07-20 15:45:31
阅读次数:
241
每一个集成环境都缺不了一个中控服务器我们这里姑且叫它操控服务器(supcon)吧,今天介绍一下,该lab-bill-davidey清单里的公共服务(common)模块supcon服务器。工程化平台就是在这里,ssh免密码登录集成环境的所有主机,这里存放所以的管理脚本。ssh免密码配置如下:sudoser..
分类:
其他好文 时间:
2014-07-20 15:41:31
阅读次数:
250
Apache负载均衡+Tomcat集群httpd-2.4.9+apache-tomcat-7.0.47配置负载均衡目标:使用apache和tomcat配置一个可以应用的web网站,要达到以下要求:1、Apache做为HttpServer,后面连接多个tomcat应用实例,并进行负载均衡。2、为系统设定Session超时时间,包括Apache和tomcat3、为..
分类:
数据库 时间:
2014-07-20 15:34:31
阅读次数:
346
nginx负载均衡tomcat并且实现反向代理依赖的软件包提前安装到/local驱动器里1.gzipmodulerequireszliblibrary2.rewritemodulerequirespcrelibrary3.sslsupportrequiresopenssllibrary4.nginx下载源码包1.wgethttp://www.openssl.org/source/openssl-1.0.0l.tar.gz2.wgetftp://f..
分类:
数据库 时间:
2014-07-20 15:33:31
阅读次数:
318
Hadoop2.2.0版本HDFS的HA配置注:以下配置描述的是HDFS的QJM方式的HA配置。1.1zookeeper集群配置这里我使用了4台机器部署zookeeper集群,机器IP分别是:10.0.0.131Namenode1-v210.0.0.132Namenode2-v210.0.0.133Datanode1-v210.0.0.134Datanode2-v2首先建立zookeeper的数据目录..
分类:
其他好文 时间:
2014-07-20 15:22:31
阅读次数:
363
每一个集成环境都缺不了一个共享文件服务器,今天介绍一下,该lab-bill-davidey清单里的公共服务(common)模块nfs服务器。rpcbindnfsredhat6.5其他有portmapnfsvi/etc/export/local10.0.0.0/24(rw,no_root_squash,no_all_squash,sync)exportfs-viptablescat/etc/sysconfig/nfs..
分类:
其他好文 时间:
2014-07-20 15:11:31
阅读次数:
345