/**
?*?Created?with?IntelliJ?IDEA.
?*?User:?lijian
?*?Date:?14-7-11
?*?Time:?上午10:38
?*?description?:防止重复提交数据?????http://hi.baidu.com/uvmfawxtxzbknqe/item/3c87d422...
分类:
编程语言 时间:
2014-08-27 16:48:38
阅读次数:
156
Chapter 4 - SessionThe Session is at the heart of MINA : every time a client connects to the server, a new session is created, and will be kept in mem...
分类:
其他好文 时间:
2014-08-27 16:02:17
阅读次数:
325
[root@somesystem jvm]# fpm -s dir -t rpm -n "custom-java" -v "1.0.3" -a noarch --prefix=/usr/lib/jvm jdk1.6.0_31 jdk1.7.0_11
Created rpm {:path=>"custom-java-1.0.3-1.noarch.rpm"}
[root@somesystem j...
分类:
其他好文 时间:
2014-08-27 14:54:09
阅读次数:
5797
一)mysql>status当前数据库的信息二)mysql>showstatus(当前会话)和showglobalstatus(全局)查看服务器的状态信息例如:查看临时表:showglobalstatuslike‘created_tmp%‘;三)mysql>showglobalvariables查看全局服务器运行各种状态值例如:连接数:showvariableslike‘max_c..
分类:
数据库 时间:
2014-08-27 11:09:58
阅读次数:
361
问题:
NETCA to CreateListener Fails with CRS-0215 and the Created Listener Does Not Start
做添加节点的实验 创建NETCA时报错crs-0215
查看metalink相关文章发现 是因为vip的问题,果然看了一下节点3的vip在其他节点上
[root@rac3 bin]# ./crs_stat...
分类:
其他好文 时间:
2014-08-26 17:20:06
阅读次数:
422
HelloJMXMBean.javapackage jmx;/** * Created by george on 14-8-21. */public interface HelloJMXMBean { public String getName(); public void setNam...
分类:
其他好文 时间:
2014-08-26 17:02:06
阅读次数:
158
最终效果图:
关键代码如下:
//
// BeyondViewController.h
// 24_showGirl
//
// Created by beyond on 14-8-26.
// Copyright (c) 2014年 com.beyond. All rights reserved....
分类:
移动开发 时间:
2014-08-26 13:49:26
阅读次数:
225
//
// LocationTool.m
// 帅哥_团购
//
// Created by beyond on 14-8-22.
// Copyright (c) 2014年 com.beyond. All rights reserved.
//
#import "LocationTool.h"
#import
#import "City.h"
#import "MetaDataT...
分类:
移动开发 时间:
2014-08-25 21:13:54
阅读次数:
219
最终效果图:
DealDetailController控制器
//
// DealDetailController.h
// 帅哥_团购
//
// Created by beyond on 14-8-20.
// Copyright (c) 2014年 com.beyond. All rights reserved.
// 真正的通过xib显示一个订单的详情...
分类:
移动开发 时间:
2014-08-25 19:20:24
阅读次数:
277
/** * Created by xie on 14-8-24. */public class KMP { private String pat; private int M; private int R=256; private int dfa[][]; public...
分类:
其他好文 时间:
2014-08-24 15:25:32
阅读次数:
309