package com.ts.xtweatherreport01;import java.io.UnsupportedEncodingException;import android.annotation.SuppressLint;import android.annotation.TargetAp...
分类:
移动开发 时间:
2014-07-27 09:42:32
阅读次数:
303
基础架构 拓扑图 Switching Path L3 routing at aggregation layer L2 switching at access layer L3 switch融合了三种功能: RP, router processor, 处理路由协议 SP, switch process...
分类:
其他好文 时间:
2014-07-26 01:18:36
阅读次数:
459
自己服务器的输出1. 查看物理CPU的个数#cat /proc/cpuinfo |grep "physical id"|sort |uniq|wc -l12. 查看逻辑CPU的个数#cat /proc/cpuinfo |grep "processor"|wc -l83. 查看CPU是几核#cat /...
分类:
系统相关 时间:
2014-07-26 00:48:06
阅读次数:
383
An apparatus for performing network function virtualization (NFV), comprising: a memory, a processor coupled to the memory, wherein the memory include...
分类:
Web程序 时间:
2014-07-25 03:19:44
阅读次数:
422
本文给出一个简单的Hibernate4.3.5入门实例,配置方式采用XML文件方式(这种方式已经不是主流了,目前越来越多采用Annotation方式映射POJO实体)代码结构如下图所示:主要用到hibernate-release-4.3.5.Final\lib\required下的jar在这里只展示...
分类:
系统相关 时间:
2014-07-25 03:18:24
阅读次数:
222
获得计算机cpu的个数:cat /proc/cpuinfo | grep processor | wc -l
分类:
其他好文 时间:
2014-07-24 22:22:12
阅读次数:
209
基础部分:常量和变量注释分号整数浮点数类型安全和类型推断数值型字面量数值型类型转换类型别名布尔值元组可选断言声明常量和变量用let来声明常量,用var来声明变量类型标注声明常量或者变量的时候可以加上类型标注(type annotation),说明常量或者变量中要存储的值的类型。如果要添加类型标注,需...
分类:
其他好文 时间:
2014-07-23 12:23:56
阅读次数:
253
在业务处理时,经常会存在待处理的业务数据,在处理这部分数据时,有如下的处理方式。 Worker模型:包含Worker处理类(Processor),调度处理框架,时间规则配置。 Worker处理类,待处理业务数据的处理类。 调度处理框架,根据时间配置的规则,在指定的时间点内,...
分类:
其他好文 时间:
2014-07-22 23:13:32
阅读次数:
195
一、对源码先上一个结构图: 源代码主要在org.apache.ibatis目录下,18个包,其中在应用中主要的包有:builder、session、cache、type、transaction、datasource、jdbc、mapping,提供支撑服务的包有annotation、...
分类:
其他好文 时间:
2014-07-22 22:37:53
阅读次数:
404
@JsonAutoDetect?(class) 这是作用于类的annotation,主要用于指明该类使用annotation,并且可以自动侦测getter,setter,构造方法,以便生成json对象 @JsonIgnore?(method/field):作用于方法或字段,用来表明,...
分类:
其他好文 时间:
2014-07-22 22:32:53
阅读次数:
216