playground:system
**文書の過去の版を表示しています。**
Mermaid
graph LR
A[Square Rect] -- Link text --> B((Circle))
A --> C(Round Rect)
B --> D{Rhombus}
C --> D
| First Header | Second Header |
| ———— | ————- |
| Content from cell 1 | Content from cell 2 |
| Content in the first column | Content in the second column |
%% Example of sequence diagram
sequenceDiagram
Alice->>Bob: Hello Bob, how are you?
alt is sick
Bob->>Alice: Not so good :(
else is well
Bob->>Alice: Feeling fresh like a daisy
end
opt Extra response
Bob->>Alice: Thanks for asking
end
トランザクション
php {html php}
$conn = ConnectionManager::get('default');
// トランザクション開始
$conn->begin();
try {
if (error) {
throw new Exception();
}
// コミット
$conn->commit();
} catch (Exception $e) {
// ロールバック
$conn->rollback();
}
<markdown>
工数
| 項目 | 工数(時間) | 備考 |
| —————————— | ———–: | ———— |
| サーバー設定 | 40 | |
| Wordpressインストール | 20 | |
| Wordpressテーマ作成 | 40 | デザイン持込 |
| ショップ詳細設定 | 20 | |
| 商品登録10件 | 5 | 写真持込 |
| Wordpress固定ページ作成6ページ | 30 | |
| 検証 | 20 | |
| 計 | 175 |
</markdown>
playground/system.1765768865.txt.gz · 最終更新: by wiki_admin
