E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Blueprint
OSGI
Blueprint
入门之五
阅读更多reference-list除了可以用setter的方式注入OSGIservice外,还可以用listener的方法来实现OSGIservice的注入。这种方法就是通过bean里定义由reference-listener子节点的属性bind-method和unbind-method指定的两个方法来注入或撤走服务的引用。这两个方法都带一个com.ponder.ICoder的参数,也就是将要被
killko
·
2013-02-01 12:00
osgi
bean
blueprint
reference-list
mandatory
OSGI
Blueprint
入门之四
上一篇提及了OSGI service的发布和引用,在
Blueprint
里,服务的发布和引用是最常用的一种 最佳实践,通过借助服务引用这样松散的藕合方 法,可以让OSGI的动态性发挥得淋漓尽致
killko
·
2013-02-01 09:00
java
bean
osgi
reference
blueprint
OSGI
Blueprint
入门之三
下面我们介绍一下
Blueprint
如何注册一个OSGI service。
killko
·
2013-01-31 14:00
bean
filter
osgi
reference
blueprint
OSGI lueprint入门之二
阅读更多
Blueprint
的xml文档的顶层结点如下:...在顶层结点下,你可以定义bean节点。
killko
·
2013-01-31 13:00
bean
prototype
osgi
xml
singleton
OSGI lueprint入门之二
Blueprint
的xml文档的顶层结点如下: <?
killko
·
2013-01-31 13:00
bean
xml
Singleton
prototype
osgi
OSGI lueprint入门之二
阅读更多
Blueprint
的xml文档的顶层结点如下:...在顶层结点下,你可以定义bean节点。
killko
·
2013-01-31 13:00
bean
prototype
osgi
xml
singleton
OSGI
Blueprint
入门之一
Blueprint
是OSGI的一个规范,它来源于spring dm.目前主要有aries和gemini两套实现,本文以aries的实现为基础。
killko
·
2013-01-31 10:00
spring
xml
bean
IOC
osgi
Blueprint
入门
Blueprint
是个好框架,本教程会深入介绍你可以用它来做什么,也会说到什么时候不适合用。
Blueprint
简介
Blueprint
是一个CSS框架,为减少开发时间而设计。
iwebcode
·
2013-01-28 15:00
blueprint
Blueprint
入门
Blueprint
是个好框架,本教程会深入介绍你可以用它来做什么,也会说到什么时候不适合用。
Blueprint
简介
Blueprint
是一个CSS框架,为减少开发时间而设计。
huang798807481
·
2013-01-28 15:00
下一代静态网站生成框架Awestruct在Fedora18安装全过程
Awestruct可以根据模板生成非常漂亮的网站,例如可以用BootStrap或者
BluePrint
,这两个大名鼎鼎的东东不用多说了吧,地球人都知道。废话不多说,进入主题。
光子CI之旅
·
2013-01-24 13:00
svn分支和合并实战(图解)
项目前段时间因为要加入OSGi的
blueprint
方法发布和获取服务,从svn主干上做了分支。如今分支的开发完成了,要求合并到主干中。
shuxiaomeng
·
2013-01-16 15:00
SVN
Camel 练习
><
blueprint
xmlns="http://www.osgi.org/xmlns/
blueprint
/v1.0.0" 
justice_jl
·
2013-01-09 19:00
spring
camel
apache camel
servicemix
Virgo 3.0.3 升级 3.5.0
今天打算把Virgo-tomcat-server从3.0.3升级到3.5.0,主要是因为我想脱离springDM,进入
blueprint
的时代。
zyz251314
·
2012-12-19 23:00
最全的 Twitter Bootstrap 开发资源清单(转)
Bootstrap提供了优雅的HTML和CSS规范,它由动态CSS语言LESS写成,与CSS框架
Blueprint
存在很多相似之处。Bootstrap推出后颇受欢迎,一直是GitHu
BenW1988
·
2012-12-02 15:00
Bootstrap
Bootstrap提供了优雅的HTML和CSS规范,它由动态CSS语言LESS写成,与CSS框架
Blueprint
存在很多相似之处。
liuguofeng
·
2012-11-30 21:00
bootstrap
[框架技术推荐]Bootstrap:快速开发Web应用程序的前端工具包
Bootstrap提供了优雅的HTML和CSS规范,它由动态CSS语言LESS写成,与CSS框架
Blueprint
存在很多相似之处。
KimmKing
·
2012-11-30 10:00
blueprint
教程
Quick start tutorial Page History Welcome to this tutorial on
Blueprint
.
lijunabc
·
2012-10-28 14:00
blueprint
甲骨文公布其 NoSQL 数据库
Blueprint
s API
Blueprint
s是一组针对属性图数据模型的接口、实现、测试套件,有些类似于JDBC,不同之处在于
Blueprint
s是针对图形数据库的。
cometwo
·
2012-10-22 21:00
OSGi容器中Bundle之间Synchronous Communication
Blueprint
Container (1)
Blueprint
Configuration 默认配置文件位于:ProjectDir/src/main/resources/OSGI-INF/
blueprint
snoopy7713
·
2012-09-11 17:00
bean
osgi
blueprint
OSGi容器中Bundle之间Synchronous Communication
Blueprint
Container (1)
Blueprint
Configuration 默认配置文件位于:ProjectDir/src/main/resources/OSGI-INF/
blueprint
snoopy7713
·
2012-09-11 17:00
bean
osgi
blueprint
设计模式--结构型模式比较
(Astructuraldesignpatternservesasa
blueprint
forhowdifferentclassesandobjectsarecombinedtoformlargerstructures
myjoying
·
2012-08-22 21:00
prototype、prototype.constructor、constructor.prototype的区别与联系
我们知道在js中,prototype是函数的原型,定义了一类对象共有的属性(通常都是方法),是该类对象的"
blueprint
"。constructor是对象的构造函
指甲刀X
·
2012-08-03 11:00
prototype
constructor
prototype、prototype.constructor、constructor.prototype的区别与联系
我们知道在js中,prototype是函数的原型,定义了一类对象共有的属性(通常都是方法),是该类对象的"
blueprint
"。constructor是对象的构造函
指甲刀X
·
2012-08-03 11:00
prototype
constructor
prototype、prototype.constructor、constructor.prototype的区别与联系
我们知道在js中,prototype是函数的原型,定义了一类对象共有的属性(通常都是方法),是该类对象的"
blueprint
&
指甲刀X
·
2012-08-03 11:00
prototype
Constructor
【转】国产Ajax框架-Buffalo 介绍以及快速上手
所以在这里也做个简单介绍,内容主要来自buffalo网站,我也就是做个整理,顺便做个传道者(绝对不是托啊)内容分两部分,大家可以根据需要选择来看1.Buffalo的特征Ajax正开始大行其道,Sun的
Blueprint
s
wangyanlong0107
·
2012-07-26 13:57
js
ajax
国产Ajax框架-Buffalo 介绍以及快速上手
所以在这里也做个简单介绍,内容主要来自buffalo网站,我也就是做个整理,顺便做个传道者(绝对不是托啊)内容分两部分,大家可以根据需要选择来看1.Buffalo的特征Ajax正开始大行其道,Sun的
Blueprint
s
wangyanlong0107
·
2012-07-26 13:00
ajax框架
OSGi容器中Bundle之间Synchronous Communication
Blueprint
Container (1)
Blueprint
Configuration  
SpringsFeng
·
2012-07-14 11:00
Bundle
rails3.2 整合compass,
blueprint
实录
ifrunningrails3.1orgreater gem'compass-rails','1.0.1' end bundleinstall安装bundleexeccompassinit--using
blueprint
hexudong08
·
2012-06-05 13:00
Rails
import
BlueTrip简明教程
BlueTrip(BT)是一个号称十分强大的CSSGridSystem,集
Blueprint
,Tripoli,960.gs等GridSystem大成,让你轻松构建网页布局。
maray
·
2012-05-23 21:00
css
System
BT
website
styles
stylesheet
BlueTrip简明教程
BlueTrip(BT)是一个号称十分强大的CSSGridSystem,集
Blueprint
,Tripoli,960.gs等GridSystem大成,让你轻松构建网页布局。
isiqi
·
2012-05-23 21:00
IP
Aries-
Blueprint
理论与实战
Blueprint
提供了一个针对OSGi的依赖注入的框架,而OSGi联盟在OSGi纲要R4.2对此进行了标准化。
SpringsFeng
·
2012-05-03 11:00
blueprint
J2EE 核心模式(Core J2EE Patterns)学习随心理解、随手记录(二)
资料要去这里找:http://java.sun.com/
blueprint
s/corej2eepatterns/Patterns/index.html 表现层模式: 拦截过滤器:InterceptingFilter
zljpp
·
2012-04-14 21:00
J2EE
核心模式
blueprint
CSS框架教程
Atomic空白模板是基本
blueprint
CSS框架来框建的,下面我们就来看一下
blueprint
CSS框架的官方中文教程。
ieric
·
2012-04-09 21:00
blueprint
Blueprint
CSS Framework入门教程
出处:http://www.bestkrup.com/it_info/
blueprint
-css-framework-learnthebasics-tutorials.html 最近在学做wordpress
ieric
·
2012-04-09 20:00
framework
软件架构常用网站
patterns/index.htmlObjectManagementGrouphttp://www.omg.orgMartijnvanWelie模式站点http://www.welie.comJava
BluePrint
s
yuyin86
·
2012-03-27 21:00
Delphi
Borland
15款非常有用的前端开发CSS网格(grid system)生成器
1.网格布局生成器ByPagecolumn2.网格生成器ByDesignByGrid3.
Blueprint
CSS网格生成器4.网格
晨曦之光
·
2012-03-09 13:00
【
BluePrint
】用OSGi 应用程序开发和工作的最佳实践
简介: 十多年来,OSGi技术已经解决了围绕复杂性、可扩展性和可维护性的应用程序开发模块性挑战。随着IBM®WebSphere®ApplicationServerFeaturePackforOSGiApplicationsandJPA2.0的引入,OSGibundles构成的企业级Java™应用程序现在可以被开发和部署到WebSphereApplicationServerV7。本文介绍了开发构造
snoopy7713
·
2012-02-04 18:00
osgi
应用开发
最佳实践
blueprint
体系架构
【
BluePrint
】使用
Blueprint
Container 规范构建 OSGi 应用程序
转自:IBMhttp://www.ibm.com/developerworks/cn/opensource/os-osgi
blueprint
/写道简介:OpenServiceGatewayinitiative
snoopy7713
·
2012-02-04 18:00
blueprint
【
BluePrint
】使用
Blueprint
Container 规范构建 OSGi 应用程序
转自:IBMhttp://www.ibm.com/developerworks/cn/opensource/os-osgi
blueprint
/写道简介:OpenServiceGatewayinitiative
snoopy7713
·
2012-02-04 18:00
blueprint
【
BluePrint
】用OSGi 应用程序开发和工作的最佳实践
简介: 十多年来,OSGi技术已经解决了围绕复杂性、可扩展性和可维护性的应用程序开发模块性挑战。随着IBM®WebSphere®ApplicationServerFeaturePackforOSGiApplicationsandJPA2.0的引入,OSGibundles构成的企业级Java™应用程序现在可以被开发和部署到WebSphereApplicationServerV7。本文介绍了开发构造
snoopy7713
·
2012-02-04 18:00
osgi
应用开发
最佳实践
blueprint
体系架构
推荐一个新的css框架Elastic
隆重为大家介绍css 框架的后起之秀:Elastic CSS Framework ,该框架的项目地址:http://elasticss.com/ ,与
BluePrint
等框架的不同,Elastic CSS
peihexian
·
2012-01-14 16:00
css
CSS 框架
Blueprint
CSS
CSS框架
Blueprint
CSS
Blueprint
是一个 CSS框架,它的目的是减少你的css开发时间。它提供一个可靠的css基础去创建你的项目,BP由一个易用的网格、合理的布局和一个打印样式。
berryreload
·
2012-01-08 12:00
框架
css
Blueprint
教程
翻译自:
Blueprint
CSSFrameworkTutorial
Blueprint
是个好框架,本教程会深入介绍你可以用它来做什么,也会说到什么时候不适合用。
haha_mingg
·
2011-12-29 15:00
css
脚本
Class
Ruby
div
stylesheet
CXF 年终三版齐发
2.4.x 主要是通过升级模块配置文件,提升了CXF模块的加载速度,同时提供了对OSGi
Blueprint
的支持。 2.5.x 主要是针对WS-RM规范进行全面升级, 同时支持JDK7。
jnn
·
2011-12-20 09:00
CXF
Core J2EE Patterns: Patterns index page
资料:http://java.sun.com/
blueprint
s/corej2eepatterns/Patterns/index.html 表现层模式: 拦截过滤器:InterceptingFilter
hunter090730
·
2011-12-19 12:00
Pattern
目标10——第三方框架:
Blueprint
由于HTML是一种标准,并且所描述的是结构而非样式,因此
Blueprint
框架是完全作为CSS实现的。
shuyong1999
·
2011-12-16 13:00
DHS:
Blueprint
for a Secure Cyber Future
2011年12月12日,美国国土安全部发表了一份国内企业的网络安全战略:
Blueprint
foraSecureCyberFuture,阐述了DHS的两项网络空间安全战略使命:保护关键信息基础设施,以及强化更广泛地网络空间生态系统
叶蓬
·
2011-12-15 10:33
职场
休闲
安全战略
网络空间安全
DHS
对于使用过的python web框架的小总结
1.
Blueprint
,神器一般的存在,项目组合非常restful。
rfyiamcool
·
2011-12-08 16:12
nginx
django
flask
flask
flask
flask
tornado
Java性能 - Java Programming Guidelines
这一部分包含了Java编码和性能方面的问题, 这个guidelines不是专门针对应用服务器的,但这是一些在很多情况下的偶通用的规则,如需了解Java coding最佳实践的完整分析探讨,请参考 Java
Blueprint
s
jackguo1123
·
2011-12-02 18:00
性能
Java6
Blueprint
CSS框架 用法说明
Blueprint
是一个CSS框架,其目的是减少你的CSS开发时间了。它给你的CSS了坚实的基础,具有易于使用的网格的基础上最高的项目,合理的排版,甚至打印样式表。
zccst
·
2011-11-28 10:00
blueprint
上一页
20
21
22
23
24
25
26
27
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他