原创 Java基礎整理(3) 重載與重寫

一些混淆點 文章目錄一些混淆點重載與重寫方法重載的規則:方法重寫的規則: 重載與重寫 方法重載的規則: 方法名一致,參數列表中參數的順序,類型,個數不同。 重載與方法的返回值無關,存在於父類和子類,同類中。 可以拋出不同的異常

原创 Java基礎整理(4) 內部類

一些混淆點 文章目錄一些混淆點內部類基礎知識成員內部類局部內部類匿名內部類靜態內部類 內部類 基礎知識 在內部類中可以隨意使用外部類的成員方法及成員變量。 成員內部類 package com.ptm.abstructdemo.Inn

原创 Java基礎整理(2) 繼承與代碼塊執行順序

一些混淆點 文章目錄一些混淆點繼承與代碼塊執行順序類的順序子父類的順序 繼承與代碼塊執行順序 類的順序 public class Father { public Father(){ System.out.p

原创 Java基礎整理(1) 抽象類與接口

#一些混淆點 文章目錄@[toc] 也不算是心血來潮吧,有一些知識點總是自己有時候會忘,主要目的是爲了準備一下晉升筆試啦23333 ##抽象類和接口 抽象類與接口都不能被實例化。 抽象類中的抽象方法必須全部被子類所實現,如子類

原创 Activiti 6.x【11】IntermediateEvent

IntermediateEvent組件 IntermediateEvent組件 Demo1【Timer+Signal+Message】 Demo2【Compensation+None】 CompensationThrowingE

原创 Activiti 6.x【12】剩下的一些組件

剩下的一些組件 剩下的一些組件 Gateway ExclusiveGateway ParallelGateway InclusiveGateway EventGateway Connection SequenceFlow Me

原创 Mysql聯表sql整理

Mysql聯表sql整理 本文整理了一些mysql聯表方面的sql使用: Mysql聯表sql整理 建表語句 聯表查詢 聯表更新 聯表刪除 視圖 建表語句 /*Table structure for table `dep

原创 Activiti 6.x【8】EndEvent

EndEvent組件 EndEvent組件 EndEvent總述 EndEvent(普通) ErrorEndEvent(ErrorStartEvent+ErrorEndEvent) TerminateEndEvent Cancel

原创 Activiti 6.x【4】activiti 基礎流程demo

Activiti6.x 基礎流程demo 接下來是一個demo了,首先,先把數據庫清理一下,雖然不清理也沒啥事。爲了待會更直觀吧。 Activiti6.x 基礎流程demo 流程圖介紹: 數據準備 啓動流程設置流程變量【流程變量

原创 Activiti 6.x【7】StartEvent(下)

StartEvent組件 StartEvent組件 StartEvent總述 MessageStartEvent(消息啓動組件) 注意事項(摘自官網) SignalStartEvent(信號啓動組件) ErrorStartEv

原创 Activiti 6.x【9】BoundaryEvent【上】

BoundaryEvent組件 BoundaryEvent組件 BoundaryEvent總述 TimerBoundaryEvent ErrorBoundaryEvent【大多用於子流程】 BoundaryEven

原创 Activiti 6.x【1】開篇 springboot 1.5x+activiti6.0+mysql

springboot 1.5x+activiti6.0+mysql整合 springboot 1.5x+activiti6.0+mysql整合 創建項目 整合配置 創建項目 使用STS以java8創建項目 選擇s

原创 Activiti 6.x【2】activiti6.0 基本流程講解與開發前奏

基本流程講解與開發前奏 基本流程講解與開發前奏 核心API介紹 Activiti6 YML配置 RepositoryService RuntimeService 核心API介紹 springboot環境下不再以act

原创 Activiti 6.x【10】BoundaryEvent【下】

BoundaryEvent組件 BoundaryEvent組件 BoundaryEvent總述 MessageBoundaryEvent SignalBoundaryEvent 關於補償與取消邊界事件在我的這篇帖子裏面有相關d

原创 Activiti 6.x【5】剩下的核心API

剩下的核心API 剩下的核心API HistoryService FormService activiti:formProperty【動態表單】 activiti:formKey【外置表單】 小結 HistorySe