aws 阿里云 比较
使用了 阿里云 和 aws服务。
阿里云很方便,交了钱,按步骤部署就好。
交了钱给公用IP,没交钱给私用IP测试用,非常简单。
用了几个小时就完成部署,登陆开始必要的服务器软件安装等等。
aws还要搞个elastic ip新概念出来,还有key pair。折腾了1天还没搞出来。
key pair的管理可以增加多个,但是不能绑定一个instance。...
分类:
其他好文 时间:
2015-01-04 00:02:21
阅读次数:
501
理解了Netty的流程后,代码还是比较容易理解的,直接贴出代码 主启动程序: public?class?ChatServer?{
private?final?ChannelGroup?group?=?new?DefaultChannelGroup(ImmediateEventExecutor.INSTANCE...
分类:
Web程序 时间:
2015-01-03 22:33:01
阅读次数:
425
如果不涉及到线程安全及延迟加载,单例最简单的写法:public class SingletonTest { public static final SingletonTest instance = new SingletonTest(); private SingletonTest(){...
分类:
其他好文 时间:
2015-01-03 00:51:04
阅读次数:
197
For server.js, we update the code by using route instance. By using this, we can remove some duplicate code.For example:app.get('/people', function(re...
分类:
其他好文 时间:
2015-01-02 19:52:36
阅读次数:
172
1、Replication 线程 Mysql的 Replication 是一个异步的复制过程(mysql5.1.7以上版本分为异步复制和半同步两种模式),从一个 Mysql instace(我们称之为 Master)复制到另一个 Mysql instance(我们称之 Slave)。在...
分类:
数据库 时间:
2015-01-02 17:37:04
阅读次数:
264
android.app.KeyguardManager类用于对Keyguard进行管理,即对锁屏进行管理Class OverviewClass that can be used to lock and unlock the keyboard. Get an instance of this clas...
分类:
其他好文 时间:
2015-01-01 18:29:56
阅读次数:
219
Spring的p标签是基于XML Schema的配置方式,目的是为了简化配置方式。由于Spring的p标签是spring内置的,只要在xml头部申明下就可以调用。如下:
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
分类:
编程语言 时间:
2015-01-01 16:04:08
阅读次数:
238
??
spring 中集成quartz:
spring文件的配置:
<beans
xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:p="http://www.springframework.org/schema...
分类:
编程语言 时间:
2014-12-31 18:33:45
阅读次数:
218
2014-06-17 Created By BaoXinjian一、摘要OAF的弹性域的实现基本和Form的弹性域实现的大体思路是一致的,在注册Table和弹性域完全一样,之后通过控件去实现具体的弹性域显示Form的弹性域初始化基本都在trigger when-new-form-instance中O...
分类:
其他好文 时间:
2014-12-31 14:22:57
阅读次数:
266
If you want your code to work on iOS 7 as well as iOS 8 you should use one of the rangeOfString calls instead. Basically if the range returned has a length of zero, the substring is not there.
/* The...
分类:
其他好文 时间:
2014-12-30 19:07:04
阅读次数:
293