码迷,mamicode.com
首页 >  
搜索关键字:deployment diagram    ( 1494个结果
jBPM 4.4 数据库设计
1 存储流程定义相关的部署信息数据库1.1 jbpm4_deployment字段名字段含义类型允许空值键DBID_流程模板标识Bigint(20)主键NAME_流程模板名称longtext√TIMESTAMP_时间戳Bigint(20)√STATE_可用状态Varchar(255)√1.2 jbpm...
分类:数据库   时间:2014-09-04 16:52:39    阅读次数:311
类图及其相应的关系
1. 类图(Class Diagram)是显示出类、接口以及他们之间的静态结构与关系的图。其中最基本的单元是类或接口。 类图不但可以表示类(或者接口)之间的关系,也可以表示对象之间的关系。下面是一个典型的类图:(2)属性列表属性可以是public、protected、private package。...
分类:其他好文   时间:2014-09-03 12:51:46    阅读次数:217
ADI SHARC 学习之PLL
PLL Block Diagram Power Management Registers (PMCTL, PMCTL1)The following sections describe the registers associated with the processors power managem...
分类:其他好文   时间:2014-09-03 11:01:36    阅读次数:219
Enterprise app deployment on iOS 7.1 by github
在iOS7.1以上版本通过Url分发企业应用时,需要采用SSL方式分发plist。但自有站点即便启用SSL后仍可能因站点证书未授权而分发失败。网络上主要通过dropbox来分发plist文件。本文介绍通过github来分发的方法。
分类:移动开发   时间:2014-09-02 22:51:05    阅读次数:532
Linux-storage-stack-diagram
just a diagram 一目了然。
分类:系统相关   时间:2014-09-02 22:45:05    阅读次数:382
Leetcode-Unique Paths
A robot is located at the top-left corner of amxngrid (marked 'Start' in the diagram below).The robot can only move either down or right at any point ...
分类:其他好文   时间:2014-09-02 17:28:35    阅读次数:202
Eclipse : Web Deployment Assembly & Maven depende
标准web工程在eclipse中利用m2eclipse插件添加依赖管理后,在部署过程中没有将依赖的jar包自动拷贝到/WEB-INF/lib中。 参考了一些朋友的做法手动执行 [java]?view plaincopy mvn?dependency:copy-dependencies?...
分类:Web程序   时间:2014-09-02 16:02:05    阅读次数:229
leetcode 之 Unique Paths
Unique Paths A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below). The robot can only move either down or right at any point in time. The r...
分类:其他好文   时间:2014-08-27 16:34:58    阅读次数:242
web项目发布时出现Deployment failure on Tomcat 7.x.
在centos6.5发布一个web项目的时候出现了DeploymentfailureonTomcat7.x.Couldnotcopyallresourceto/usr/local/apache-tomcat-7.0.52/webapps/webapps/UserManager.ifafileislocked,youcanwaituntilthelocktimesouttoredeploy,orstoptheseverandredeploy,otmanuallyremovethered..
分类:Web程序   时间:2014-08-27 02:52:28    阅读次数:226
Unique Paths
A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below).The robot can only move either down or right at any po...
分类:其他好文   时间:2014-08-25 20:43:44    阅读次数:237
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!