-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.xml
119 lines (97 loc) · 6.09 KB
/
index.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>柏翔的個人網站</title>
<link>https://w32191.github.io/</link>
<description>Recent content on 柏翔的個人網站</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh-TW</language>
<lastBuildDate>Mon, 04 Apr 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://w32191.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>File upload & Show on View</title>
<link>https://w32191.github.io/blog/file_upload/</link>
<pubDate>Mon, 04 Apr 2022 00:00:00 +0000</pubDate>
<guid>https://w32191.github.io/blog/file_upload/</guid>
<description>File upload &amp; Show on View Table Column Name id int primary key identity filename VARCHAR(255) picture VARBINARY(MAX) 1 2 3 4 5 createtablepicture(idintprimarykeyidentitynotnullfilenameVARCHAR(255),pictureVARBINARY(MAX),) Eitity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 package com.</description>
</item>
<item>
<title>Spring MVC Maven pom.xml</title>
<link>https://w32191.github.io/blog/spring_mvc_pom/</link>
<pubDate>Mon, 21 Mar 2022 00:00:00 +0000</pubDate>
<guid>https://w32191.github.io/blog/spring_mvc_pom/</guid>
<description>Spring MVC &amp; HikariCP &amp; Hibernate Dependency pom.xml &lt;project xmlns=&#34;http://maven.apache.org/POM/4.0.0&#34; xmlns:xsi=&#34;http://www.</description>
</item>
<item>
<title>Docker 複製本機檔案至Container</title>
<link>https://w32191.github.io/blog/docker_copy_file/</link>
<pubDate>Mon, 03 Jan 2022 00:00:00 +0000</pubDate>
<guid>https://w32191.github.io/blog/docker_copy_file/</guid>
<description>指令:
docker cp &lt;src_file_path&gt; &lt;container name&gt;:&lt;target_path&gt; &lt;src_file_path&gt; :要複製的檔案來源位置&檔名 &lt;container name&gt; :容器名,可用docker ps -a 查看,或用container的ID亦可 &lt;target_path&gt; :容器內要複製的目標位置 Ex:</description>
</item>
<item>
<title>Connection Pool setup</title>
<link>https://w32191.github.io/blog/connection_pool_setup/</link>
<pubDate>Wed, 29 Dec 2021 00:00:00 +0000</pubDate>
<guid>https://w32191.github.io/blog/connection_pool_setup/</guid>
<description>1. 在webapp中 META-INF資料夾內,新增一個context.xml檔案 內容:設定資料庫相關資訊 name 一定要&quot;jdbc/&quot; 開頭,後面可自訂
&lt;?xml version=&#34;1.0&#34; encoding=&#34;UTF-8&#34;?&gt; &lt;Context path=&#34;/&#34;&gt; &lt;Resource url=&#34;jdbc:sqlserver://localhost:1433;databaseName=servdb&#34; driverClassName=&#34;com.</description>
</item>
<item>
<title>SQL Server IDENTITY RESEED</title>
<link>https://w32191.github.io/blog/mssql_identity_reseed/</link>
<pubDate>Wed, 29 Dec 2021 00:00:00 +0000</pubDate>
<guid>https://w32191.github.io/blog/mssql_identity_reseed/</guid>
<description>Primary key 設定IDENTITY後,想重新計數,語法:
-- Syntax for SQL Server and Azure SQL Database DBCCCHECKIDENT(table_name[,{NORESEED|{RESEED[,new_reseed_value]}}])[WITHNO_INFOMSGS]範例: 現在想將MyTable,這張table從0再開始自增:</description>
</item>
<item>
<title>SQL Server in docker 中文編碼</title>
<link>https://w32191.github.io/blog/sql_chinese_collate/</link>
<pubDate>Wed, 29 Dec 2021 00:00:00 +0000</pubDate>
<guid>https://w32191.github.io/blog/sql_chinese_collate/</guid>
<description>SQL Server 台灣中文編碼 docker 裡面的 SQL Server 在 Insert 資料時中文會呈現亂碼。</description>
</item>
<item>
<title>用 docker 架 MSSQL 環境</title>
<link>https://w32191.github.io/blog/docker_mssql/</link>
<pubDate>Wed, 29 Dec 2021 00:00:00 +0000</pubDate>
<guid>https://w32191.github.io/blog/docker_mssql/</guid>
<description>官網資料:Microsoft DOC
將container image pull下來
docker pull mcr.microsoft.com/mssql/server:2019-latest 再run
sudo docker run -e &#39;ACCEPT_EULA=Y&#39; -e &#39;SA_PASSWORD=Passw0rd!</description>
</item>
<item>
<title>用IntelliJ IDEA (2021.3.2) 導入 eclipse dynamic web project</title>
<link>https://w32191.github.io/blog/intellij_dynamic_web_project/</link>
<pubDate>Wed, 29 Dec 2021 00:00:00 +0000</pubDate>
<guid>https://w32191.github.io/blog/intellij_dynamic_web_project/</guid>
<description>1. File &raquo; New &raquo; Project from Existing Sources 2. Import project from external model &raquo; eclipse 3.</description>
</item>
<item>
<title>Day One Of My Website</title>
<link>https://w32191.github.io/blog/thefirstpage/</link>
<pubDate>Tue, 02 Nov 2021 00:00:00 +0000</pubDate>
<guid>https://w32191.github.io/blog/thefirstpage/</guid>
<description>你好~想更了解我,請點~ &raquo;</description>
</item>
<item>
<title>test</title>
<link>https://w32191.github.io/blog/test/</link>
<pubDate>Sun, 31 Oct 2021 00:00:00 +0000</pubDate>
<guid>https://w32191.github.io/blog/test/</guid>
<description>Hello World
我是阿翔
一級標題 二級標題 六級標題 我是阿翔,學習中
Hello World Hello</description>
</item>
<item>
<title>How To Use Checklists To Improve Your UX</title>
<link>https://w32191.github.io/blog/post-13/</link>
<pubDate>Tue, 29 Oct 2019 10:07:47 +0600</pubDate>
<guid>https://w32191.github.io/blog/post-13/</guid>
<description>Heading 1 Heading 2 Heading 3 Heading 4 Heading 5 Heading 6 Emphasis Emphasis, aka italics, with asterisks or underscores.</description>
</item>
</channel>
</rss>