Pat1018代码
题目描述:
There is a public bike service in Hangzhou City which provides great convenience to the tourists from all over the world. One may rent a bike at any station and return it to an...
分类:
其他好文 时间:
2014-05-13 23:27:04
阅读次数:
582
使用unity3D开发的一个客户端,需要导出为Android工程,然后接入一些第三方android
SDK。unity版本操作系统为:OS 名称: Microsoft Windows 7 旗舰版OS 版本: 6.1.7601 Service Pack 1
Buil...
分类:
移动开发 时间:
2014-05-13 22:36:52
阅读次数:
595
二分查找的一点思考二分查找算法实现#define
LOCAL#include#include#includeint const MAX_N=21) { int mid=(ub+lb)/2;
if(a[mid]>=k) { ub=m...
分类:
其他好文 时间:
2014-05-13 21:53:37
阅读次数:
328
环境说明
1、硬件说明
使用三台PC机,角色分配如下
2、软件说明
约定所有软件都放在/usr/local/路径下
准备工作
1、安装jdk
2、配置SSH
Storm集群安装
安装流程图
1、安装Zookeeper集群
2、安装Storm依赖
zeromq、jzmq、pytho...
分类:
其他好文 时间:
2014-05-13 05:44:31
阅读次数:
345
在Centos6.5中发现,安装了Gnome桌面的回收站在~/.local/share/Trach
分类:
其他好文 时间:
2014-05-13 04:54:14
阅读次数:
179
#!/bin/bash
#checkmysqlslavestatus
USER="check"
PSW="***"
RUNTIME=3600
ADDR="192.168.*.*"
declare-aslave_is
forIPin$ADDR
do
slave_is=($(/usr/local/mysql/bin/mysql-h$IP-u${USER}-p${PSW}-e"showslavestatus\G"|grepRunning|awk‘{print$2}‘))
if["${slave_is[0]}"="Y..
分类:
数据库 时间:
2014-05-13 04:33:44
阅读次数:
374
系统环境:CentOS6.5Squid3.0
内网网段:10.211.55.0/24
Squid服务器地址:10.211.55.4(端口是3128)
客户端地址:10.211.55.9
网关:10.211.55.1
使用源码包编译安装
安装源码包必备参数集
./configure--prefix=/usr/local/squid--sysconfdir=/usr/local/squid/etc--bindir=/u..
分类:
其他好文 时间:
2014-05-13 04:00:53
阅读次数:
310
Fromtimetotime,peoplewantmetocreateLINUXinitscriptsforthem.Iusuallyjusttakeanexistingoneforanotherserviceandchangeituptoworkformynewapplication,butmostofthemhavebecomesolongthesedaysthatIenduphavingtohackoutatonofcodejusttoreducethemdowntotheverybasicscript..
分类:
系统相关 时间:
2014-05-13 03:59:53
阅读次数:
306
微软实战训练营上海交大(A)实验班、(X)重点班内部课程资料链接:http://pan.baidu.com/s/1jGsTjq2密码:0wmf《微软实战训练营(X)重点班第(1)课:SOA必备知识之ASP.NETWebService开发实战》微软实战训练营上海交大(A)实验班、(X)重点班、(E)英语口语班http://54peixun.com/MST..
分类:
Web程序 时间:
2014-05-13 03:12:35
阅读次数:
506
Spring MVC 是典型的mvc架构,适合web开发。
controler 输入输出的控制器,也是对外view提供数据的接口,调用service层。
model 数据,由bean组成(对应表),关联dao层。
Spring MVC 的核心是DispatcherServlet ,用来截获你配置的请求,分发给相应的处理器去处理并返回结果。
需要配置:例如
springMV...
分类:
编程语言 时间:
2014-05-13 00:32:18
阅读次数:
429