本月博客排行
-
第1名
Xeden -
第2名
fantaxy025025 -
第3名
bosschen - paulwong
- johnsmith9th
年度博客排行
-
第1名
青否云后端云 -
第2名
宏天软件 -
第3名
gashero - gengyun12
- wy_19921005
- vipbooks
- e_e
- benladeng5225
- wallimn
- ranbuijj
- javashop
- jickcai
- fantaxy025025
- zw7534313
- qepwqnp
- robotmen
- 解宜然
- ssydxa219
- sam123456gz
- zysnba
- sichunli_030
- tanling8334
- arpenker
- gaojingsong
- xpenxpen
- kaizi1992
- wiseboyloves
- jh108020
- xyuma
- ganxueyun
- wangchen.ily
- xiangjie88
- Jameslyy
- luxurioust
- mengjichen
- lemonhandsome
- jbosscn
- nychen2000
- zxq_2017
- lzyfn123
- wjianwei666
- forestqqqq
- ajinn
- siemens800
- hanbaohong
- 狂盗一枝梅
- java-007
- zhanjia
- 喧嚣求静
- Xeden
最新文章列表
Virtualization & Docker
Docker up & running:
引用A
container, on the other hand, is just another process that talks directly to the Linux
kernel and therefore can utilize more resources, up until the system or quota-based
l ...
tomcat 源码分析
前言:tomcat启动(BootStrap),会由Server(LifeCycle)的start调用传递到StandardContext(LifeCycle)容器的start调用。
1、init初始化方法:加入ContextConfig listener,然后lifeCycleSupport.fireLifecycleEvent(INIT_EVENT),会触发ContextConfig的init ...
转 Creating a container element and using it in the step "Mail".
From link.
By Suresh Kumar Parvathaneni
This document details about creation of a container element in workflow and using it in the step "Mail".
Pre-requisites:
It is assumed that the r ...
自动显示进度条的Container
LoadingCanvas.mxml
<?xml version="1.0" encoding="utf-8"?>
<mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml"
horizontalAlign="center" verticalAl ...
TabPanel 设置标签页布局 setLayout BorderLayout Container
ext版本 3.4
往TabPanel中加入新panel,设置新加入panel的布局,通过获取panel的container,设置layout来实现,经测试发现panel的container属性对象没有setlayout方法,而panel自身有该方法。难道panel本身就是一个container!
panel.ownerCt 获取的是tabPanel的container
panel.refOwn ...
Web Application Architecture: Container
Web Application Architecture: Container
-------------------------------------------------
A Servlet doesn’t have a main method, but it still can be used, we run it, and use the Request and Response o ...
Event、Component and Container
3、Event、Component and
Container
3.1、组件的祖先Observable实现了对事件的管理
ExtJS的事件包括HTML DOM事件和ExtJS的各种组件自定义的特定事件。
因为ExtJS 的组件都是Ext.Observable类的子类,而Ext.Observable类提供了事件管理的功能,因此,ExtJS的组件具备了事件管理的所有功能,包括:注册 ...